Searched defs:tracesPath (Results 1 – 2 of 2) sorted by relevance
566 String tracesPath = SystemProperties.get("dalvik.vm.stack-trace-file", null); in dumpKernelStackTraces() local575 private native void native_dumpKernelStacks(String tracesPath); in native_dumpKernelStacks()
5463 String tracesPath = SystemProperties.get("dalvik.vm.stack-trace-file", null); in dumpStackTraces() local5490 public DumpStackFileObserver(String tracesPath) { in DumpStackFileObserver()5539 private static void dumpStackTraces(String tracesPath, ArrayList<Integer> firstPids, in dumpStackTraces()5646 String tracesPath = SystemProperties.get("dalvik.vm.stack-trace-file", null); in logAppTooSlow() local