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

Commit 8395fee2 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "libbinder_ndk: dump class ptrs in assoc. failure"

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