RefBase: Unknown mFlag meaning
Change-Id: I3ddd1895c48c682bdb0868e890c62029710bf1c8
This commit is contained in:
parent
c1c2b4f816
commit
0cbef728f9
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue