Searched refs:log_path (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/cmds/dumpstate/
H A Ddumpstate.cpp1141 std::string log_path; local
1181 log_path = bugreport_dir + "/dumpstate_log-" + suffix + "-"
1191 log_path.c_str(), tmp_path.c_str(), screenshot_path.c_str());
1257 redirect_to_file(stderr, const_cast<char*>(log_path.c_str()));
1258 if (chown(log_path.c_str(), AID_SHELL, AID_SHELL)) {
1260 log_path.c_str(), strerror(errno));
1372 "for more details\n", log_path.c_str());
1397 "--es", "android.intent.extra.DUMPSTATE_LOG", log_path

Completed in 205 milliseconds