Loading libutils/RefBase.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -109,7 +109,7 @@ public: char inc = refs->ref >= 0 ? '+' : '-'; ALOGD("\t%c ID %p (ref %d):", inc, refs->id, refs->ref); #if DEBUG_REFS_CALLSTACK_ENABLED refs->stack.dump(LOG_TAG); refs->stack.log(LOG_TAG); #endif refs = refs->next; } Loading @@ -123,7 +123,7 @@ public: char inc = refs->ref >= 0 ? '+' : '-'; ALOGD("\t%c ID %p (ref %d):", inc, refs->id, refs->ref); #if DEBUG_REFS_CALLSTACK_ENABLED refs->stack.dump(LOG_TAG); refs->stack.log(LOG_TAG); #endif refs = refs->next; } Loading Loading
libutils/RefBase.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -109,7 +109,7 @@ public: char inc = refs->ref >= 0 ? '+' : '-'; ALOGD("\t%c ID %p (ref %d):", inc, refs->id, refs->ref); #if DEBUG_REFS_CALLSTACK_ENABLED refs->stack.dump(LOG_TAG); refs->stack.log(LOG_TAG); #endif refs = refs->next; } Loading @@ -123,7 +123,7 @@ public: char inc = refs->ref >= 0 ? '+' : '-'; ALOGD("\t%c ID %p (ref %d):", inc, refs->id, refs->ref); #if DEBUG_REFS_CALLSTACK_ENABLED refs->stack.dump(LOG_TAG); refs->stack.log(LOG_TAG); #endif refs = refs->next; } Loading