TinyDancer icon indicating copy to clipboard operation
TinyDancer copied to clipboard

How to get the context information when app is stuck

Open xudjx opened this issue 6 years ago • 0 comments

We can use Choreographer.postFrameCallback to set callback when each frame execute, and we can get the frame time from this callback to judge wether app is stuck. My question is When I find the APP stuck, How can I get the runtime context information, including the page that happened to be stuck, the time-consuming method, etc. Thanks

xudjx avatar Dec 12 '18 03:12 xudjx