From 9633b919d772adc724efbfa54b46239c6cc95b12 Mon Sep 17 00:00:00 2001 From: Mark Salyzyn Date: Mon, 12 Sep 2016 14:51:48 -0700 Subject: [PATCH] liblog: Move liblog tag from 1005 to 1006 Allow logd to add another "consecutive" log tag Test: gTest liblog-unit-tests, check for liblog in logcat afterwards Bug: 31456426 Change-Id: I0c25e038878ec9a0cf368a33a63f8345c68749c3 --- liblog/Android.bp | 2 +- liblog/event.logtags | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/liblog/Android.bp b/liblog/Android.bp index 7f705ed69..c59dde921 100644 --- a/liblog/Android.bp +++ b/liblog/Android.bp @@ -84,7 +84,7 @@ cc_library { // 's/^\([0-9]*\)[ \t]*liblog[ \t].*/-DLIBLOG_LOG_TAG=\1/p' \ // $(LOCAL_PATH)/event.logtags) // so make sure we do not regret hard-coding it as follows: - "-DLIBLOG_LOG_TAG=1005", + "-DLIBLOG_LOG_TAG=1006", "-DSNET_EVENT_LOG_TAG=1397638484", ], logtags: ["event.logtags"], diff --git a/liblog/event.logtags b/liblog/event.logtags index 72ecab198..301e8858d 100644 --- a/liblog/event.logtags +++ b/liblog/event.logtags @@ -33,4 +33,4 @@ # # TODO: generate ".java" and ".h" files with integer constants from this file. -1005 liblog (dropped|1) +1006 liblog (dropped|1)