HomeSort by relevance Sort by last modified time
    Searched refs:tracesPath (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/java/com/android/server/
Watchdog.java 477 String tracesPath = SystemProperties.get("dalvik.vm.stack-trace-file", null);
478 if (tracesPath == null || tracesPath.length() == 0) {
482 native_dumpKernelStacks(tracesPath);
483 return new File(tracesPath);
486 private native void native_dumpKernelStacks(String tracesPath);
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java     [all...]

Completed in 295 milliseconds