summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Luh <williamluh@google.com>2013-09-30 20:19:20 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-09-30 20:19:20 +0000
commite3e22062f0a00bc23dade9c6f06d41e76dd7b351 (patch)
tree4e9405c344531256ac70e3928d5926889c96820f
parentbbe4c49b4eb664ca018ff670a4dcbf5b9de9a810 (diff)
parent53367585956dd5a4da37e388e5a32ce577d8174a (diff)
downloadcore-e3e22062f0a00bc23dade9c6f06d41e76dd7b351.tar.gz
Merge "Add new cert_pin_failure tag that can be used in user-consent filtering." into klp-dev
-rw-r--r--logcat/event.logtags6
1 files changed, 1 insertions, 5 deletions
diff --git a/logcat/event.logtags b/logcat/event.logtags
index 3a1b28140..a325692e8 100644
--- a/logcat/event.logtags
+++ b/logcat/event.logtags
@@ -90,10 +90,6 @@
# Logged when the supplicant switches to a new state
50023 wifi_supplicant_state_changed (supplicant_state|1|5)
-# Do not change these names without updating tag in:
-#//device/dalvik/libcore/luni/src/main/native/org_apache_harmony_luni_platform_OSNetworkSystem.c
-51000 socket_stats (send|1|2),(recv|1|2),(ip|1|5),(port|1|5),(close|1|5)
-
# Database operation samples.
# db: the filename of the database
# sql: the executed query (without query args)
@@ -136,7 +132,7 @@
80310 bionic_event_resolver_wrong_query (uid|1)
# libcore failure logging
-90100 cert_pin_failure (certs|4)
+90100 exp_det_cert_pin_failure (certs|4)
# NOTE - the range 1000000-2000000 is reserved for partners and others who
# want to define their own log tags without conflicting with the core platform.