am 075828b8
: Merge "logd: build breakage in user"
* commit '075828b83bd903465442dc5021004266d56e075c': logd: build breakage in user
This commit is contained in:
commit
eb69b9a502
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