logd: build breakage in user
build breakage in branch: git_klp-dev-gpl @ 1101951 Change-Id: I4c9681bf4c97368ec19f5a79fef134aba937f337
This commit is contained in:
parent
dfdbb64ff7
commit
ca4c63d799
1 changed files with 2 additions and 0 deletions
|
@ -39,9 +39,11 @@ LogBuffer::LogBuffer(LastLogTimes *times)
|
|||
pthread_mutex_init(&mLogElementsLock, NULL);
|
||||
dgram_qlen_statistics = false;
|
||||
|
||||
#ifdef USERDEBUG_BUILD
|
||||
log_id_for_each(i) {
|
||||
mMaxSize[i] = LOG_BUFFER_SIZE;
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
void LogBuffer::log(log_id_t log_id, log_time realtime,
|
||||
|
|
Loading…
Reference in a new issue