Merge "RefBase: Unknown mFlag meaning" am: 53e977339b am: e5eede1551
Original change: https://android-review.googlesource.com/c/platform/system/core/+/1805816 Change-Id: I040a265586075ac8f829f9e281368276d9a46e66
This commit is contained in:
commit
53ae3f5a76
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…
Add table
Reference in a new issue