OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tracesPath
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/java/com/android/server/
Watchdog.java
481
String
tracesPath
= SystemProperties.get("dalvik.vm.stack-trace-file", null);
482
if (
tracesPath
== null ||
tracesPath
.length() == 0) {
486
native_dumpKernelStacks(
tracesPath
);
487
return new File(
tracesPath
);
490
private native void native_dumpKernelStacks(String
tracesPath
);
/frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java
[
all
...]
Completed in 38 milliseconds