summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Salyzyn2014-10-10 17:13:15 -0500
committerMark Salyzyn2015-05-06 10:54:59 -0500
commit440e109d642b691eb857d14bcd1af76740e305fa (patch)
tree8a73e82cbf81d4896621b59cf7c3c8cf04c048bd /include/log
parent9377399150d323ea39e6abe6a44460ea33826ce4 (diff)
downloadplatform-system-core-440e109d642b691eb857d14bcd1af76740e305fa.tar.gz
platform-system-core-440e109d642b691eb857d14bcd1af76740e305fa.tar.xz
platform-system-core-440e109d642b691eb857d14bcd1af76740e305fa.zip
liblog: Add kernel log id
Change-Id: I53002f05a8bdf8d67e1d761c56c8761d3b534a76
Diffstat (limited to 'include/log')
-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 f9299b08c..0b175749c 100644
--- a/include/log/log.h
+++ b/include/log/log.h
@@ -598,6 +598,7 @@ typedef enum log_id {
598 LOG_ID_EVENTS = 2, 598 LOG_ID_EVENTS = 2,
599 LOG_ID_SYSTEM = 3, 599 LOG_ID_SYSTEM = 3,
600 LOG_ID_CRASH = 4, 600 LOG_ID_CRASH = 4,
601 LOG_ID_KERNEL = 5,
601#endif 602#endif
602 603
603 LOG_ID_MAX 604 LOG_ID_MAX