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

/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java3068 * @param nativeProcs optional list of native process names to dump stack crawls
3072 ProcessStats processStats, SparseArray<Boolean> lastPids, String[] nativeProcs) {
3097 dumpStackTraces(tracesPath, firstPids, processStats, lastPids, nativeProcs);
3102 ProcessStats processStats, SparseArray<Boolean> lastPids, String[] nativeProcs) {
3164 if (nativeProcs != null) {
3165 int[] pids = Process.getPidsForCommands(nativeProcs);
3071 dumpStackTraces(boolean clearTraces, ArrayList<Integer> firstPids, ProcessStats processStats, SparseArray<Boolean> lastPids, String[] nativeProcs) argument
3101 dumpStackTraces(String tracesPath, ArrayList<Integer> firstPids, ProcessStats processStats, SparseArray<Boolean> lastPids, String[] nativeProcs) argument

Completed in 57 milliseconds