Skip to content
Snippets Groups Projects
Commit 53367585 authored by William Luh's avatar William Luh Committed by Rich Cannings
Browse files

Add new cert_pin_failure tag that can be used in user-consent filtering.

Bug: 10912373
Change-Id: If8a2f9829b3aac4abc33a4623c5f5b4966fd6870
parent d38cc182
No related branches found
No related tags found
No related merge requests found
...@@ -90,10 +90,6 @@ ...@@ -90,10 +90,6 @@
# Logged when the supplicant switches to a new state # Logged when the supplicant switches to a new state
50023 wifi_supplicant_state_changed (supplicant_state|1|5) 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. # Database operation samples.
# db: the filename of the database # db: the filename of the database
# sql: the executed query (without query args) # sql: the executed query (without query args)
...@@ -136,7 +132,7 @@ ...@@ -136,7 +132,7 @@
80310 bionic_event_resolver_wrong_query (uid|1) 80310 bionic_event_resolver_wrong_query (uid|1)
# libcore failure logging # 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 # 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. # want to define their own log tags without conflicting with the core platform.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment