summaryrefslogtreecommitdiff
path: root/libs/gui/BufferQueueConsumer.cpp
diff options
context:
space:
mode:
author Pablo Ceballos <pceballos@google.com> 2016-02-20 11:26:13 -0800
committer Pablo Ceballos <pceballos@google.com> 2016-02-20 19:28:38 +0000
commitd46695bb661ee294a0778e403044cd910c233ec1 (patch)
treef46e1251a61d2ba9d6823e5cd084aa69cc179b34 /libs/gui/BufferQueueConsumer.cpp
parent8b6dea4fa88e967c221821e03f88b8f42585869e (diff)
Add SN logging
Bug 27046057 Change-Id: Iede7c92e59e60795df1ec7768ebafd6b090f1c27
Diffstat (limited to 'libs/gui/BufferQueueConsumer.cpp')
-rw-r--r--libs/gui/BufferQueueConsumer.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/gui/BufferQueueConsumer.cpp b/libs/gui/BufferQueueConsumer.cpp
index 1f84750c50..d62eaf716f 100644
--- a/libs/gui/BufferQueueConsumer.cpp
+++ b/libs/gui/BufferQueueConsumer.cpp
@@ -529,6 +529,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);
}