Searched refs:firstPids (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java4915 * @param firstPids of dalvik VM processes to dump stack traces for first
4920 public static File dumpStackTraces(boolean clearTraces, ArrayList<Integer> firstPids, argument
4946 dumpStackTraces(tracesPath, firstPids, processCpuTracker, lastPids, nativeProcs);
4950 private static void dumpStackTraces(String tracesPath, ArrayList<Integer> firstPids, argument
4963 if (firstPids != null) {
4965 int num = firstPids.size();
4968 Process.sendSignal(firstPids.get(i), Process.SIGNAL_QUIT);
5073 ArrayList<Integer> firstPids = new ArrayList<Integer>();
5074 firstPids.add(app.pid);
5075 dumpStackTraces(tracesPath, firstPids, nul
[all...]

Completed in 67 milliseconds