diff options
| author | 2016-02-20 11:30:43 -0800 | |
|---|---|---|
| committer | 2016-02-20 11:30:43 -0800 | |
| commit | 24cd2b96279ac29b936ba09ed708b1bcb922d04c (patch) | |
| tree | 681b5723a338fae8dce842a35a3db6e828559cf7 /libs/gui/BufferQueue.cpp | |
| parent | c2326064136adb834d12c3fed47af5d66cd42c15 (diff) | |
DO NOT MERGE Add SN logging
Bug 27046057
Change-Id: I942876c09fdbe841c19807e463f5426287e07803
Diffstat (limited to 'libs/gui/BufferQueue.cpp')
| -rw-r--r-- | libs/gui/BufferQueue.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/gui/BufferQueue.cpp b/libs/gui/BufferQueue.cpp index 5240a61c17..e6a2275580 100644 --- a/libs/gui/BufferQueue.cpp +++ b/libs/gui/BufferQueue.cpp @@ -781,6 +781,7 @@ void BufferQueue::dump(String8& result, const char* prefix) const { "android.permission.DUMP"), pid, uid)) { result.appendFormat("Permission Denial: can't dump BufferQueueConsumer " "from pid=%d, uid=%d\n", pid, uid); + android_errorWriteWithInfoLog(0x534e4554, "27046057", uid, NULL, 0); return; } Mutex::Autolock _l(mMutex); |