Contact email:
What?
Implement a new class called HangWatcher that enables more robust and precise hang watching capabilities in all of chromium.
Why?
The current hang watching coverage is narrow and can lead to many non-actionable reports.
Design doc?
CLs?
The plan to start is to first enable very simple hang reporting on the IO thread. This emulates what is currently achieved with ThreadWatcher. As the results come in the code will be improved and we will add filters to make sure all reports are actionable in the future.
Please let me know if you have any questions!