commit | 8a7958d989b045cea8c0b847d9e798490aa0ce40 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Fri Feb 19 03:19:52 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Feb 19 03:19:52 2021 +0000 |
tree | b401cf5f3244a71e9bdee92d9eebe7b7d5ecd125 | |
parent | 55ee875058762d442ce645576fc95bcd3621a1e0 [diff] | |
parent | 77ac05cf6ccf8bb703782dcea3b7695d762a62d1 [diff] |
Merge "stability log dump interface descriptor" am: d40036791b am: 0eb29920bb am: 77ac05cf6c Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1582874 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I01bf697db82872a3601b5a539e599b9c1ddf4918
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; }