meitu/MTHawkeye

Improve ANR Trace

euanchan opened this issue · 2 comments

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.

PRs are welcome, see Contributing for details.

New ANR Trace merged #18