summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMark Salyzyn <salyzyn@google.com>2014-04-17 23:12:09 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-04-17 23:12:10 +0000
commit3ad0af6d0422b1659ad6912802693cffd45be3b9 (patch)
tree03403563186b1396d6c422692d4d0c6ca42c1c80 /include
parent0516aded0e3006272ec390fd418d311e06b1d328 (diff)
parent99f47a9e7c4374f2bbfc18e4a97aa7848245ea33 (diff)
downloadsystem_core-3ad0af6d0422b1659ad6912802693cffd45be3b9.zip
system_core-3ad0af6d0422b1659ad6912802693cffd45be3b9.tar.gz
system_core-3ad0af6d0422b1659ad6912802693cffd45be3b9.tar.bz2
Merge "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;