HomeSort by relevance Sort by last modified time
    Searched full:dfs_trace_output_path (Results 1 - 1 of 1) sorted by null

  /system/extras/ANRdaemon/
ANRdaemon.cpp 106 static const char* dfs_trace_output_path = variable
279 int trace_fd = open(dfs_trace_output_path, O_RDWR);
281 ALOGE("Failed to open %s. Dump aborted.", dfs_trace_output_path);
626 int fd = creat(dfs_trace_output_path, 0);

Completed in 1449 milliseconds