commit | 77ac05cf6ccf8bb703782dcea3b7695d762a62d1 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Fri Feb 19 02:31:32 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Feb 19 02:31:32 2021 +0000 |
tree | 748d2e9308457c991a49a9e5e9b3317d967ef1bc | |
parent | 83501604de36c8ef5b6a853c70412264728b4662 [diff] | |
parent | 0eb29920bb409ce4ab18d887dbd4cfcb1024714c [diff] |
Merge "stability log dump interface descriptor" am: d40036791b am: 0eb29920bb Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1582874 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Id0b4d7f3b9fa2e10225e6312d72045d6456b3256
diff --git a/libs/binder/BpBinder.cpp b/libs/binder/BpBinder.cpp index bf4387a..ddda024 100644 --- a/libs/binder/BpBinder.cpp +++ b/libs/binder/BpBinder.cpp
@@ -228,8 +228,9 @@ : 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; }