mirror of
https://github.com/androidx/media.git
synced 2025-05-04 22:20:47 +08:00

This can happen for instrumented tests that are run on a non-Looper thread. If these tests send a message to a Looper thread to start the test procedure, they should just triger the message directly as before. PiperOrigin-RevId: 354066836