summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Luh2013-09-04 18:31:24 -0500
committerRich Cannings2013-09-25 17:20:23 -0500
commit53367585956dd5a4da37e388e5a32ce577d8174a (patch)
tree0b34a9e669f9941611eba6115bfa63ddbaddab53
parentd38cc182dbfce4a1d7e8e9c16bff10b71128cc01 (diff)
downloadplatform-system-core-53367585956dd5a4da37e388e5a32ce577d8174a.tar.gz
platform-system-core-53367585956dd5a4da37e388e5a32ce577d8174a.tar.xz
platform-system-core-53367585956dd5a4da37e388e5a32ce577d8174a.zip
Add new cert_pin_failure tag that can be used in user-consent filtering.
Bug: 10912373 Change-Id: If8a2f9829b3aac4abc33a4623c5f5b4966fd6870
-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 @@
90# Logged when the supplicant switches to a new state 90# Logged when the supplicant switches to a new state
9150023 wifi_supplicant_state_changed (supplicant_state|1|5) 9150023 wifi_supplicant_state_changed (supplicant_state|1|5)
92 92
93# Do not change these names without updating tag in:
94#//device/dalvik/libcore/luni/src/main/native/org_apache_harmony_luni_platform_OSNetworkSystem.c
9551000 socket_stats (send|1|2),(recv|1|2),(ip|1|5),(port|1|5),(close|1|5)
96
97# Database operation samples. 93# Database operation samples.
98# db: the filename of the database 94# db: the filename of the database
99# sql: the executed query (without query args) 95# sql: the executed query (without query args)
@@ -136,7 +132,7 @@
13680310 bionic_event_resolver_wrong_query (uid|1) 13280310 bionic_event_resolver_wrong_query (uid|1)
137 133
138# libcore failure logging 134# libcore failure logging
13990100 cert_pin_failure (certs|4) 13590100 exp_det_cert_pin_failure (certs|4)
140 136
141# NOTE - the range 1000000-2000000 is reserved for partners and others who 137# NOTE - the range 1000000-2000000 is reserved for partners and others who
142# want to define their own log tags without conflicting with the core platform. 138# want to define their own log tags without conflicting with the core platform.