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

/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java3066 * @param firstPids of dalvik VM processes to dump stack traces for first
3071 public static File dumpStackTraces(boolean clearTraces, ArrayList<Integer> firstPids, argument
3097 dumpStackTraces(tracesPath, firstPids, processStats, lastPids, nativeProcs);
3101 private static void dumpStackTraces(String tracesPath, ArrayList<Integer> firstPids, argument
3113 if (firstPids != null) {
3115 int num = firstPids.size();
3118 Process.sendSignal(firstPids.get(i), Process.SIGNAL_QUIT);
3223 ArrayList<Integer> firstPids = new ArrayList<Integer>();
3224 firstPids.add(app.pid);
3225 dumpStackTraces(tracesPath, firstPids, nul
[all...]

Completed in 20 milliseconds