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/core/java/com/android/server/
Watchdog.java
516
String
tracesPath
= SystemProperties.get("dalvik.vm.stack-trace-file", null);
517
if (
tracesPath
== null ||
tracesPath
.length() == 0) {
521
native_dumpKernelStacks(
tracesPath
);
522
return new File(
tracesPath
);
525
private native void native_dumpKernelStacks(String
tracesPath
);
/frameworks/base/services/core/java/com/android/server/am/
ActivityManagerService.java
[
all
...]
Completed in 136 milliseconds