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

Commit 8a7958d9 authored by Steven Moreland's avatar Steven Moreland Committed by Automerger Merge Worker
Browse files

Merge "stability log dump interface descriptor" am: d4003679 am: 0eb29920 am: 77ac05cf

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I01bf697db82872a3601b5a539e599b9c1ddf4918
parents 55ee8750 77ac05cf
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;
            }