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

Completed in 752 milliseconds