diff --git a/liblog/logger_name.c b/liblog/logger_name.c index 979b82d37..479bbfeec 100644 --- a/liblog/logger_name.c +++ b/liblog/logger_name.c @@ -22,7 +22,7 @@ /* In the future, we would like to make this list extensible */ static const char* LOG_NAME[LOG_ID_MAX] = { - /* clang-format off */ + /* clang-format off */ [LOG_ID_MAIN] = "main", [LOG_ID_RADIO] = "radio", [LOG_ID_EVENTS] = "events", diff --git a/logcat/event.logtags b/logcat/event.logtags index efcc8179b..098367666 100644 --- a/logcat/event.logtags +++ b/logcat/event.logtags @@ -140,5 +140,8 @@ 1397638484 snet_event_log (subtag|3) (uid|1) (message|3) +# for events that go to stats log buffer +1937006964 stats_log (atom_id|1|5),(data|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.