Loading core/java/android/os/Binder.java +1 −1 Original line number Diff line number Diff line Loading @@ -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"); Loading Loading
core/java/android/os/Binder.java +1 −1 Original line number Diff line number Diff line Loading @@ -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"); Loading