aboutsummaryrefslogtreecommitdiff
path: root/icing/file
diff options
context:
space:
mode:
authorJiayu Hu <hujiayu@google.com>2022-05-03 20:50:03 -0700
committerJiayu Hu <hujiayu@google.com>2022-05-03 20:50:03 -0700
commit21441c71652b1116c467e106e1b735a9bd90541d (patch)
treee2083eac148d0fcfb7470064e8abe2369af8e1a0 /icing/file
parent156c55e27d7a8fdf9c26e30dcbf09e97231efd68 (diff)
downloadicing-21441c71652b1116c467e106e1b735a9bd90541d.tar.gz
Sync from upstream.
Descriptions: ====================================================================== Export Icing logging control to JNI ====================================================================== Prepare Icing logging class for JNI export ====================================================================== Export getDebugInfo to JNI ====================================================================== Expose the return_deleted_document_info parameter for deleteByQuery JNI ====================================================================== Enable runtime log control for Icing Library ====================================================================== Fix 1 ClangTidyBuild finding: ====================================================================== Update comments to run benchmarks. ====================================================================== Making icing's own logging class ====================================================================== Convert the string lexicon debug information to a protocol buffer ====================================================================== Fix issue with printing fingerprinted key in our error logs. ====================================================================== Support dump function for IcingSearchEngine ====================================================================== Bug: 146903474 Bug: 229778472 Bug: 209071710 Bug: 222349894 Bug: 225914361 Change-Id: I9750149d1ed0b59f345b8828ff312a62773667fe
Diffstat (limited to 'icing/file')
-rw-r--r--icing/file/portable-file-backed-proto-log_benchmark.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/icing/file/portable-file-backed-proto-log_benchmark.cc b/icing/file/portable-file-backed-proto-log_benchmark.cc
index 80a8011..d7ea4bb 100644
--- a/icing/file/portable-file-backed-proto-log_benchmark.cc
+++ b/icing/file/portable-file-backed-proto-log_benchmark.cc
@@ -33,7 +33,7 @@
// icing/file:portable-file-backed-proto-log_benchmark
//
// $ blaze-bin/icing/file/portable-file-backed-proto-log_benchmark
-// --benchmarks=all
+// --benchmark_filter=all
//
//
// To build and run on an Android device (must be connected and rooted):
@@ -48,7 +48,7 @@
// /data/local/tmp/
//
// $ adb shell /data/local/tmp/portable-file-backed-proto-log-benchmark
-// --benchmarks=all
+// --benchmark_filter=all
namespace icing {
namespace lib {