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

Commit 0cbef728 authored by 陈冠有's avatar 陈冠有
Browse files

RefBase: Unknown mFlag meaning

Change-Id: I3ddd1895c48c682bdb0868e890c62029710bf1c8
parent c1c2b4f8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -170,7 +170,7 @@ public:
        : mStrong(INITIAL_STRONG_VALUE)
        , mWeak(0)
        , mBase(base)
        , mFlags(0)
        , mFlags(OBJECT_LIFETIME_STRONG)
    {
    }

@@ -189,7 +189,7 @@ public:
        : mStrong(INITIAL_STRONG_VALUE)
        , mWeak(0)
        , mBase(base)
        , mFlags(0)
        , mFlags(OBJECT_LIFETIME_STRONG)
        , mStrongRefs(NULL)
        , mWeakRefs(NULL)
        , mTrackEnabled(!!DEBUG_REFS_ENABLED_BY_DEFAULT)