Merge "Log wtf for warn-on-blocking on eng builds" am: 66e5f1dac2 am: 5f154f25fe am: 704774269a

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2285778

Change-Id: Iadaac46cde7af10ece99fd7eb1f2123967d306c8
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Peter Kalauskas
2022-11-10 20:19:44 +00:00
committed by Automerger Merge Worker

View File

@@ -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());