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

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java6264 public DumpStackFileObserver(String tracesPath) { argument
6265 super(tracesPath, FileObserver.CLOSE_WRITE);
6266 mTracesPath = tracesPath;
6438 String tracesPath = SystemProperties.get("dalvik.vm.stack-trace-file", null);
6439 if (tracesPath == null || tracesPath.length() == 0) {
6446 final File tracesFile = new File(tracesPath);
6470 Slog.w(TAG, "Unable to prepare slow app traces file: " + tracesPath, e);
6477 dumpStackTraces(tracesPath, firstPids, null, null, true /* useTombstoned */);
[all...]

Completed in 549 milliseconds