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

Commit fca208d0 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Fix: update Binder#getCallingUidOrWtf to use wtfStack"

parents bfbf069e 85930a32
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");