OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:traces_file
(Results
1 - 1
of
1
) sorted by null
/frameworks/native/cmds/dumpstate/
utils.cpp
794
const std::string
traces_file
= android::base::GetProperty("dalvik.vm.stack-trace-file", "");
local
795
if (!
traces_file
.empty()) {
796
return DumpTraces(
traces_file
);
[
all
...]
Completed in 157 milliseconds