Searched defs:handled (Results 1 - 1 of 1) sorted by relevance

/system/core/crash_reporter/
H A Dcrash_reporter.cc176 bool handled = user_collector->HandleCrash(user, nullptr); local
178 if (!handled)
191 bool handled = udev_collector->HandleCrash(udev_event); local
193 if (!handled)
203 bool handled = kernel_warning_collector->Collect(); local
205 if (!handled)

Completed in 50 milliseconds