diff options
| author | Geremy Condra <gcondra@google.com> | 2012-09-11 21:38:31 -0700 |
|---|---|---|
| committer | Geremy Condra <gcondra@google.com> | 2012-09-12 18:08:35 -0700 |
| commit | 4a23e1df12e69c7e7210afc045f085f5ea441d9f (patch) | |
| tree | 4d75511f4cca8bd01aba09ed18608d76903dafd1 /logcat | |
| parent | 7e014ce6defdfe596d83ff549a13f7215151069e (diff) | |
| download | system_core-4a23e1df12e69c7e7210afc045f085f5ea441d9f.tar.gz system_core-4a23e1df12e69c7e7210afc045f085f5ea441d9f.tar.bz2 system_core-4a23e1df12e69c7e7210afc045f085f5ea441d9f.zip | |
DO NOT MERGE Add event log tag for cert pin failures.
Change-Id: Ib93f4eeec35b5754498464ada94faeb2bdb0b896
Diffstat (limited to 'logcat')
| -rw-r--r-- | logcat/event.logtags | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/logcat/event.logtags b/logcat/event.logtags index 09640e12..6040bd9c 100644 --- a/logcat/event.logtags +++ b/logcat/event.logtags @@ -150,5 +150,8 @@ 80305 bionic_event_resolver_wrong_server (uid|1) 80310 bionic_event_resolver_wrong_query (uid|1) +# libcore failure logging +90100 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. |
