Searched refs:onlyDumpSelf (Results 1 – 2 of 2) sorted by relevance
233 final boolean onlyDumpSelf = reportLatency > EXPIRED_REPORT_TIME_MS; in run()234 r.appNotResponding(onlyDumpSelf); in run()238 + (onlyDumpSelf ? "ms (expired, only dump ANR app)" : "ms")); in run()296 void appNotResponding(boolean onlyDumpSelf) { in appNotResponding() argument301 mTimeoutRecord, mAuxiliaryTaskExecutor, onlyDumpSelf, in appNotResponding()
292 ExecutorService auxiliaryTaskExecutor, boolean onlyDumpSelf, in appNotResponding() argument379 if (!isSilentAnr && !onlyDumpSelf) { in appNotResponding()482 if (!isSystemApp || isSilentAnr || onlyDumpSelf) { in appNotResponding()