diff options
Diffstat (limited to 'logd/LogBuffer.cpp')
-rw-r--r-- | logd/LogBuffer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/logd/LogBuffer.cpp b/logd/LogBuffer.cpp index 6770bb7f2..45b9861bf 100644 --- a/logd/LogBuffer.cpp +++ b/logd/LogBuffer.cpp @@ -846,7 +846,7 @@ uint64_t LogBuffer::flushTo( pthread_mutex_unlock(&mLogElementsLock); // range locking in LastLogTimes looks after us - max = element->flushTo(reader, this); + max = element->flushTo(reader, this, privileged); if (max == element->FLUSH_ERROR) { return max; |