Improve ANR Trace
euanchan opened this issue · 2 comments
euanchan commented
Is your feature request related to a problem? Please describe.
Try to improve the ANR Trace, capture more call backtrace on main thread will be useful while the stack_backtrace
method impact the performance little.
Describe the solution you'd like
Capture the backtrace every 50ms, and when ANR happens, merge backtrace and store the record.
euanchan commented
PRs are welcome, see Contributing for details.