Merge changes from topic "stats_log" am: 68f2c85354
am: 11bb6bbf41
am: 9ecaaf44f9
Change-Id: I17e28078354548b375d60a44a32cc7bd39d895be
This commit is contained in:
commit
00129eb694
|
@ -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",
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue