mirror of
https://github.com/androidx/media.git
synced 2025-05-07 07:30:22 +08:00

Previously we'd end up blocking forever in this case, which is the worst thing we could do :). We could either throw an exception or just print a warning. Printing a warning is more in line with what other methods do (Handler prints a "sending message to dead thread" warning).