aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiayu Hu <hujiayu@google.com>2022-06-14 14:32:09 -0700
committerJiayu Hu <hujiayu@google.com>2022-06-14 14:32:09 -0700
commite3dfbf68537a9865815a55623a92aed26bc80eb4 (patch)
treedcbef8f286011c33debe6d01ac16452ca2680aa0
parent20d5ec21a240dcd5cf0eaa8ab59a9607b4706dc7 (diff)
downloadicing-e3dfbf68537a9865815a55623a92aed26bc80eb4.tar.gz
Sync from upstream.
Re-run the sync from go/oag/2105187 with the new script in cl/454956835 to update icing log tag to "AppSearchIcing". Change-Id: I60ab71d4fb78579407131d22543236f643efdb52
-rw-r--r--icing/util/logging.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/icing/util/logging.h b/icing/util/logging.h
index 5912ead..2f14fba 100644
--- a/icing/util/logging.h
+++ b/icing/util/logging.h
@@ -133,11 +133,11 @@ class LogMessage {
#define ICING_VLOG(verbose_level) \
::icing::lib::LogMessage(::icing::lib::LogSeverity::VERBOSE, verbose_level, \
- "icing", __FILE__, __LINE__) \
+ "AppSearchIcing", __FILE__, __LINE__) \
.stream()
#define ICING_LOG(severity) \
::icing::lib::LogMessage(::icing::lib::LogSeverity::severity, \
- /*verbosity=*/0, "icing", __FILE__, __LINE__) \
+ /*verbosity=*/0, "AppSearchIcing", __FILE__, __LINE__) \
.stream()
} // namespace lib