diff options
author | Pablo Ceballos <pceballos@google.com> | 2016-02-20 11:26:13 -0800 |
---|---|---|
committer | The Android Automerger <android-build@google.com> | 2016-03-01 15:26:40 -0800 |
commit | a93a31018795eab0b031ebc66475f46a79b7c7ab (patch) | |
tree | d55d12d431e73354bac44c84b693d305bf89a90e | |
parent | a5d2913b0744054cacf3cbf66bd629fdc8105e07 (diff) | |
download | frameworks_native-a93a31018795eab0b031ebc66475f46a79b7c7ab.zip frameworks_native-a93a31018795eab0b031ebc66475f46a79b7c7ab.tar.gz frameworks_native-a93a31018795eab0b031ebc66475f46a79b7c7ab.tar.bz2 |
Add SN logging
Bug 27046057
Change-Id: Iede7c92e59e60795df1ec7768ebafd6b090f1c27
-rw-r--r-- | libs/gui/BufferQueueConsumer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/gui/BufferQueueConsumer.cpp b/libs/gui/BufferQueueConsumer.cpp index 158eeb4..7504ed4 100644 --- a/libs/gui/BufferQueueConsumer.cpp +++ b/libs/gui/BufferQueueConsumer.cpp @@ -584,6 +584,7 @@ void BufferQueueConsumer::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); } else { mCore->dump(result, prefix); } |