Home
last modified time | relevance | path

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

/system/core/crash_reporter/
Duser_collector.cc190 std::string error_log = brillo::GetLog(); in EnqueueCollectionErrorLog() local
199 error_log.append(diag_log_contents); in EnqueueCollectionErrorLog()
207 if (WriteNewFile(log_path, error_log.data(), error_log.length()) < 0) { in EnqueueCollectionErrorLog()