diff options
| author | Mark Salyzyn <salyzyn@google.com> | 2014-04-07 14:58:08 -0700 |
|---|---|---|
| committer | Mark Salyzyn <salyzyn@google.com> | 2014-04-16 15:38:50 -0700 |
| commit | 99f47a9e7c4374f2bbfc18e4a97aa7848245ea33 (patch) | |
| tree | d277c0e181a563c60703ffe8b7121c04e9ed57d2 /include | |
| parent | 26bb9970c463eb1209803d833799f128484864ac (diff) | |
| download | system_core-99f47a9e7c4374f2bbfc18e4a97aa7848245ea33.tar.gz system_core-99f47a9e7c4374f2bbfc18e4a97aa7848245ea33.tar.bz2 system_core-99f47a9e7c4374f2bbfc18e4a97aa7848245ea33.zip | |
logd: liblog: logcat: debuggerd: Add LOG_ID_CRASH
Change-Id: Iea453764a1a4fc1661f461f10c641c30150e4d20
Diffstat (limited to 'include')
| -rw-r--r-- | include/log/log.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/log/log.h b/include/log/log.h index d469f4044..5b76c1a4b 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; |
