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
Fix flaky MetadataRetrieverTest by draining loopers in tearDown()
Ensures asynchronous cleanup messages are processed before each test ends, preventing state leakage between tests. Catches `IllegalStateException` in case a `looper` is already quitting when `idle()` is called.
#cherrypick
PiperOrigin-RevId: 781060600
0 commit comments