Searched refs:mLastANRState (Results 1 – 4 of 4) sorted by relevance
4084 mLastANRState.clear(); in onANRLocked()4085 mLastANRState += INDENT "ANR:\n"; in onANRLocked()4086 mLastANRState += StringPrintf(INDENT2 "Time: %s\n", timestr); in onANRLocked()4087 mLastANRState += StringPrintf(INDENT2 "Window: %s\n", in onANRLocked()4089 mLastANRState += StringPrintf(INDENT2 "DispatchLatency: %0.1fms\n", dispatchLatency); in onANRLocked()4090 mLastANRState += StringPrintf(INDENT2 "WaitDuration: %0.1fms\n", waitDuration); in onANRLocked()4091 mLastANRState += StringPrintf(INDENT2 "Reason: %s\n", reason); in onANRLocked()4092 dumpDispatchStateLocked(mLastANRState); in onANRLocked()4472 if (!mLastANRState.empty()) { in dump()4474 dump += mLastANRState; in dump()
1116 std::string mLastANRState GUARDED_BY(mLock);
590 String mLastANRState; field in WindowManagerService4867 mLastANRState = null; in handleMessage()6169 if (mLastANRState == null) { in dumpLastANRLocked()6172 pw.println(mLastANRState); in dumpLastANRLocked()6216 mLastANRState = sw.toString(); in saveANRStateLocked()
536 String mLastANRState; field in ActivityTaskManagerService4902 if (mLastANRState == null) { in dumpLastANRLocked()4905 pw.println(mLastANRState); in dumpLastANRLocked()6948 mLastANRState = sw.toString(); in saveANRState()6955 mLastANRState = null; in clearSavedANRState()