Loading core/java/android/os/BinderProxy.java +2 −2 Original line number Diff line number Diff line Loading @@ -536,8 +536,8 @@ public final class BinderProxy implements IBinder { mWarnOnBlocking = false; warnOnBlocking = false; if (Build.IS_USERDEBUG) { // Log this as a WTF on userdebug builds. if (Build.IS_USERDEBUG || Build.IS_ENG) { // Log this as a WTF on userdebug and eng builds. Log.wtf(Binder.TAG, "Outgoing transactions from this process must be FLAG_ONEWAY", new Throwable()); Loading Loading
core/java/android/os/BinderProxy.java +2 −2 Original line number Diff line number Diff line Loading @@ -536,8 +536,8 @@ public final class BinderProxy implements IBinder { mWarnOnBlocking = false; warnOnBlocking = false; if (Build.IS_USERDEBUG) { // Log this as a WTF on userdebug builds. if (Build.IS_USERDEBUG || Build.IS_ENG) { // Log this as a WTF on userdebug and eng builds. Log.wtf(Binder.TAG, "Outgoing transactions from this process must be FLAG_ONEWAY", new Throwable()); Loading