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

Commit b269b585 authored by Steven Moreland's avatar Steven Moreland
Browse files

stability log dump interface descriptor

This may require another IPC, but one is being made anyway, so we might
as well get the good log.

Bug: 179906909
Test: N/A
Change-Id: Ib29d532ca5d7ede4540bd1b42ccebf262d890444
parent 85906d7c
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;
            }