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 533 String tracesPath = SystemProperties.get("dalvik.vm.stack-trace-file", null);
534 if (tracesPath == null || tracesPath.length() == 0) {
538 native_dumpKernelStacks(tracesPath);
539 return new File(tracesPath);
542 private native void native_dumpKernelStacks(String tracesPath);
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java     [all...]

Completed in 167 milliseconds