From f9ec346f30d3162bc3f97d1376806a0666058a44 Mon Sep 17 00:00:00 2001 From: Tom Cherry Date: Wed, 18 Apr 2018 16:25:56 -0700 Subject: [PATCH] Add a dummy entry for the 70220 event tag This will prevent services from reaching out to logd if this tag is present in the event log. Bug: 64734187 Test: tree-hugger Merged-In: If117e1c0cfa678af4190913f0ca87f4e92c54373 Change-Id: If117e1c0cfa678af4190913f0ca87f4e92c54373 (cherry picked from commit dcc4b2bb4a7b4753e7d5424c4c8646b9adb5c68e) --- logcat/event.logtags | 3 +++ 1 file changed, 3 insertions(+) diff --git a/logcat/event.logtags b/logcat/event.logtags index bb769da32..750761f42 100644 --- a/logcat/event.logtags +++ b/logcat/event.logtags @@ -120,6 +120,9 @@ 70200 aggregation (aggregation time|2|3) 70201 aggregation_test (field1|1|2),(field2|1|2),(field3|1|2),(field4|1|2),(field5|1|2) +# gms refuses to register this log tag, b/30156345 +70220 gms_unknown + # libc failure logging 80100 bionic_event_memcpy_buffer_overflow (uid|1) 80105 bionic_event_strcat_buffer_overflow (uid|1)