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

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

Merge "RefBase: document leak memory case" into main

parents f255ce17 a190ecb6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -787,7 +787,7 @@ RefBase::~RefBase()
            // sp<T>(T*) constructor, assuming that if the object is around, it is already
            // owned by an sp<>.
            ALOGW("RefBase: Explicit destruction, weak count = %d (in %p). Use sp<> to manage this "
                  "object.",
                  "object. Note - if weak count is 0, this leaks mRefs (weakref_impl).",
                  mRefs->mWeak.load(), this);

#if ANDROID_UTILS_CALLSTACK_ENABLED