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

Commit 14b37aed 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 am: b6e937d1

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

Change-Id: I8aa544f33f652001899c987a41ade50efdfe7b26
parents 89c7ae7e b6e937d1
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. "