You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replaced the coroutine-based implementation in ANRWatchdog with a more memory-efficient Handler and Runnable. This resolves an OutOfMemoryError caused by the continuous creation of coroutine objects in a loop. The new implementation uses a single Handler and a reusable Runnable to post updates to the main thread, significantly reducing memory overhead.
0 commit comments