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

Commit b6e937d1 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "libbinder_ndk: dump class ptrs in assoc. failure" am: 8395fee2

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

Change-Id: Idc266c2789637d288965b270f1d41fd40f3bf754
parents d6a6e178 8395fee2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -82,8 +82,8 @@ std::optional<bool> AIBinder::associateClassInternal(const AIBinder_Class* clazz
        const String16& currentDescriptor = mClazz->getInterfaceDescriptor();
        if (newDescriptor == currentDescriptor) {
            LOG(ERROR) << __func__ << ": Class descriptors '" << currentDescriptor
                       << "' match during associateClass, but they are different class objects. "
                          "Class descriptor collision?";
                       << "' match during associateClass, but they are different class objects ("
                       << clazz << " vs " << mClazz << "). Class descriptor collision?";
        } else {
            LOG(ERROR) << __func__
                       << ": Class cannot be associated on object which already has a class. "