summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMark Salyzyn <salyzyn@google.com>2014-04-17 23:22:38 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-04-17 23:22:38 +0000
commitf7770d59dfdc5b3b6fe94f167636b75c1c5d4a81 (patch)
treed5058b9b574d54e2b430d72f860cbb5ef1e19555 /include
parent4f7e54f32d256e285c400a0f8cfa56bff9d5a8fa (diff)
parent19697f3e1eaf9c54b612e42f93619658194707cd (diff)
downloadsystem_core-f7770d59dfdc5b3b6fe94f167636b75c1c5d4a81.zip
system_core-f7770d59dfdc5b3b6fe94f167636b75c1c5d4a81.tar.gz
system_core-f7770d59dfdc5b3b6fe94f167636b75c1c5d4a81.tar.bz2
am 19697f3e: am 3ad0af6d: Merge "logd: liblog: logcat: debuggerd: Add LOG_ID_CRASH"
* commit '19697f3e1eaf9c54b612e42f93619658194707cd': logd: liblog: logcat: debuggerd: Add LOG_ID_CRASH
Diffstat (limited to 'include')
-rw-r--r--include/log/log.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/log/log.h b/include/log/log.h
index d469f40..5b76c1a 100644
--- a/include/log/log.h
+++ b/include/log/log.h
@@ -550,6 +550,7 @@ typedef enum log_id {
LOG_ID_RADIO = 1,
LOG_ID_EVENTS = 2,
LOG_ID_SYSTEM = 3,
+ LOG_ID_CRASH = 4,
LOG_ID_MAX
} log_id_t;