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

Commit 0eb29920 authored by Steven Moreland's avatar Steven Moreland Committed by Automerger Merge Worker
Browse files

Merge "stability log dump interface descriptor" am: d4003679

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1582874

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I3f729391f41f41d4d8c129be6e77b0cbb61bf78d
parents 69bd0bd9 d4003679
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -228,8 +228,9 @@ status_t BpBinder::transact(
                : Stability::getLocalLevel();

            if (CC_UNLIKELY(!Stability::check(category, required))) {
                ALOGE("Cannot do a user transaction on a %s binder in a %s context.",
                ALOGE("Cannot do a user transaction on a %s binder (%s) in a %s context.",
                    category.debugString().c_str(),
                    String8(getInterfaceDescriptor()).c_str(),
                    Stability::levelString(required).c_str());
                return BAD_TYPE;
            }