Searched defs:firstPids (Results 1 – 3 of 3) sorted by relevance
1412 ArrayList<Integer> firstPids = new ArrayList<>(5); in appNotResponding() local
3809 public static File dumpStackTraces(ArrayList<Integer> firstPids, in dumpStackTraces()3856 dumpStackTraces(tracesFile.getAbsolutePath(), firstPids, nativePids, extraPids); in dumpStackTraces() local3944 public static void dumpStackTraces(String tracesFile, ArrayList<Integer> firstPids, in dumpStackTraces()
6051 ArrayList<Integer> firstPids = new ArrayList<Integer>(); in logAppTooSlow() local6053 dumpStackTraces(tracesFile.getAbsolutePath(), firstPids, null, null); in logAppTooSlow() local