Home
last modified time | relevance | path

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

/system/core/crash_reporter/
Dudev_collector.cc127 FilePath crash_path_zipped = FilePath(crash_path.value() + ".gz"); in ProcessUdevCrashLogs() local
129 if (process_result != 0 || !base::PathExists(crash_path_zipped)) in ProcessUdevCrashLogs()
130 LOG(ERROR) << "Could not create zip file " << crash_path_zipped.value(); in ProcessUdevCrashLogs()
132 crash_path = crash_path_zipped; in ProcessUdevCrashLogs()