Home
last modified time | relevance | path

Searched defs:tracesFile (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DAnrController.java215 final File tracesFile = ActivityManagerService.dumpStackTraces(firstPids, in preDumpIfLockTooSlow() local
H A DActivityTaskManagerService.java5057 File tracesFile = null; in logAppTooSlow() local
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DProcessErrorStateRecord.java386 File tracesFile = ActivityManagerService.dumpStackTraces(firstPids, in appNotResponding() local
H A DActivityManagerService.java3253 File tracesFile; in dumpStackTraces() local
3369 public static Pair<Long, Long> dumpStackTraces(String tracesFile, ArrayList<Integer> firstPids, in dumpStackTraces()