Searched defs:firstPids (Results 1 – 3 of 3) sorted by relevance
1390 ArrayList<Integer> firstPids = new ArrayList<>(5); in appNotResponding() local
3780 public static File dumpStackTraces(ArrayList<Integer> firstPids, in dumpStackTraces()3827 dumpStackTraces(tracesFile.getAbsolutePath(), firstPids, nativePids, extraPids); in dumpStackTraces() local3915 public static void dumpStackTraces(String tracesFile, ArrayList<Integer> firstPids, in dumpStackTraces()
6004 ArrayList<Integer> firstPids = new ArrayList<Integer>(); in logAppTooSlow() local6006 dumpStackTraces(tracesFile.getAbsolutePath(), firstPids, null, null); in logAppTooSlow() local