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
The UncaughtException handler's if conditional currently has a typo of a misplaced ) that should be corrected. It affects the app's SdlService defined class and if it is handled by the libraries exception handler.
Reproduction Steps
Expected Behavior:
The handler is only triggered for Android's issue with starting foreground services in time.
Bug Summary
The UncaughtException handler's if conditional currently has a typo of a misplaced
)
that should be corrected. It affects the app'sSdlService
defined class and if it is handled by the libraries exception handler.Reproduction Steps
Expected Behavior:
The handler is only triggered for Android's issue with starting foreground services in time.
Observed Behavior:
Incorrectly handles exceptions.
Which projects have you seen this bug on?
Android
Android Version(s)
No response
Android Device(s)
No response
sdl_java_suite Version
5.6.1
Testing Environment(s)
Relevant log output
No response
The text was updated successfully, but these errors were encountered: