Merge "Log wtf for warn-on-blocking on eng builds" am: 66e5f1dac2
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2285778 Change-Id: Ieaca8f7cd9fbb7045ea1b099a7539bca3de8d4d2 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -536,8 +536,8 @@ public final class BinderProxy implements IBinder {
|
|||||||
mWarnOnBlocking = false;
|
mWarnOnBlocking = false;
|
||||||
warnOnBlocking = false;
|
warnOnBlocking = false;
|
||||||
|
|
||||||
if (Build.IS_USERDEBUG) {
|
if (Build.IS_USERDEBUG || Build.IS_ENG) {
|
||||||
// Log this as a WTF on userdebug builds.
|
// Log this as a WTF on userdebug and eng builds.
|
||||||
Log.wtf(Binder.TAG,
|
Log.wtf(Binder.TAG,
|
||||||
"Outgoing transactions from this process must be FLAG_ONEWAY",
|
"Outgoing transactions from this process must be FLAG_ONEWAY",
|
||||||
new Throwable());
|
new Throwable());
|
||||||
|
|||||||
Reference in New Issue
Block a user