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

Commit b3103685 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix: update Binder#getCallingUidOrWtf to use wtfStack" am: fca208d0 am: 78c06b49

parents 77c0bad1 78c06b49
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -366,7 +366,7 @@ public class Binder implements IBinder {
     */
    public static final int getCallingUidOrWtf() {
        if (!isDirectlyHandlingTransaction() && !hasExplicitIdentity()) {
            Log.wtf(TAG,
            Log.wtfStack(TAG,
                    "Thread is not in a binder transaction, "
                            + "and the calling identity has not been "
                            + "explicitly set with clearCallingIdentity");