Add SN logging
Bug 27046057 Change-Id: Iede7c92e59e60795df1ec7768ebafd6b090f1c27
This commit is contained in:
parent
25719f6e1f
commit
5243afa8fa
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user