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

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

Add SN logging am: d46695bb am: e39a6e16 am: 5e0fa1d3 am: 5da66d4f am:...

Add SN logging am: d46695bb am: e39a6e16 am: 5e0fa1d3 am: 5da66d4f am: ea91df0a am: f32db75e
am: 804776a0

* commit '804776a0':
  Add SN logging
parents 4f6d8ab2 804776a0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -724,6 +724,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);
    }