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

Commit 804776a0 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: ea91df0a

am: f32db75e

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