Home
last modified time | relevance | path

Searched refs:diag_process (Results 1 – 1 of 1) sorted by relevance

/system/core/crash_reporter/
Dcrash_collector.cc352 brillo::ProcessImpl diag_process; in GetLogContents() local
353 diag_process.AddArg(kShellPath); in GetLogContents()
354 diag_process.AddStringOption("-c", command); in GetLogContents()
355 diag_process.RedirectOutput(output_file.value()); in GetLogContents()
357 const int result = diag_process.Run(); in GetLogContents()