From ae0a62b014ece4bb9a0f8872738f58e7aec8378d Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Wed, 7 May 2014 17:12:40 -0700 Subject: [PATCH] Fix LOG_ID_CRASH build failure. Change-Id: I66517e30c568d7f36f6bf6b1e4507ecf14f01226 --- libc/private/libc_logging.h | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/libc/private/libc_logging.h b/libc/private/libc_logging.h index 822f232cc..7dd97a493 100644 --- a/libc/private/libc_logging.h +++ b/libc/private/libc_logging.h @@ -53,14 +53,15 @@ enum { }; enum { - LOG_ID_MIN = 0, + LOG_ID_MIN = 0, - LOG_ID_MAIN = 0, - LOG_ID_RADIO = 1, - LOG_ID_EVENTS = 2, - LOG_ID_SYSTEM = 3, + LOG_ID_MAIN = 0, + LOG_ID_RADIO = 1, + LOG_ID_EVENTS = 2, + LOG_ID_SYSTEM = 3, + LOG_ID_CRASH = 4, - LOG_ID_MAX + LOG_ID_MAX }; struct abort_msg_t {