Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ec7538a2 authored by Pablo Ceballos's avatar Pablo Ceballos Committed by android-build-merger
Browse files

DO NOT MERGE Add SN logging

am: 24cd2b96

* commit '24cd2b96':
  DO NOT MERGE Add SN logging
parents 1d0e811e 24cd2b96
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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);