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
If one of the handlers in the tv-casting app for android, throws an exception that it does not handle, it leads to the exception being passed to JNI which crashes the application. This can be tested y temporarily adding a throw new RuntimeException(dummy exc) call in one of the handlers.
Reproduction steps
If one of the handlers in the tv-casting app for android, throws an exception that it does not handle, it leads to the exception being passed to JNI which crashes the application. This can be tested y temporarily adding a throw new RuntimeException(dummy exc) call in one of the handlers.
Bug prevalence
Whenever I do this
GitHub hash of the SDK that was being used
eaa7476
Platform
android
Platform Version(s)
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: