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

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

Add SN logging

am: d46695bb

* commit 'd46695bb':
  Add SN logging
parents 84cd1a32 d46695bb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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);
    }