Fix LOG_ID_CRASH build failure.

Change-Id: I66517e30c568d7f36f6bf6b1e4507ecf14f01226
This commit is contained in:
Elliott Hughes 2014-05-07 17:12:40 -07:00
parent 1ee18d0eb0
commit ae0a62b014

View File

@ -59,6 +59,7 @@ enum {
LOG_ID_RADIO = 1, LOG_ID_RADIO = 1,
LOG_ID_EVENTS = 2, LOG_ID_EVENTS = 2,
LOG_ID_SYSTEM = 3, LOG_ID_SYSTEM = 3,
LOG_ID_CRASH = 4,
LOG_ID_MAX LOG_ID_MAX
}; };