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

Commit 78c06b49 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

parents c5d26a30 fca208d0
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");