Home
last modified time | relevance | path

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

/system/core/crash_reporter/
Duser_collector.cc197 std::string diag_log_contents; in EnqueueCollectionErrorLog() local
198 base::ReadFileToString(diag_log_path, &diag_log_contents); in EnqueueCollectionErrorLog()
199 error_log.append(diag_log_contents); in EnqueueCollectionErrorLog()