diff options
author | Pablo Ceballos <pceballos@google.com> | 2016-02-20 11:26:13 -0800 |
---|---|---|
committer | The Android Automerger <android-build@google.com> | 2016-02-26 16:56:15 -0800 |
commit | 5243afa8fa719e3cc6d1af4333986b2d7ee5e737 (patch) | |
tree | e057fbfa9d30d548d3f8efee9eb92bbf06dfa238 | |
parent | 25719f6e1f7e892df17b6f7eb4d6fc8c1fcc35f3 (diff) | |
download | frameworks_native-5243afa8fa719e3cc6d1af4333986b2d7ee5e737.zip frameworks_native-5243afa8fa719e3cc6d1af4333986b2d7ee5e737.tar.gz frameworks_native-5243afa8fa719e3cc6d1af4333986b2d7ee5e737.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); } |