-
-
Notifications
You must be signed in to change notification settings - Fork 693
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use startForegroundService only as last resort (#579)
* fix: use startForegroundService only as a last resort * fix: log exception instead of crashing * fix: try to catch the uncatchable RemoteServiceException when using the unsafe API by resorting to the default uncaught exception handler * fix: revert. Bad idea. Even when setting a custom default uncaught exception handler, the app is not recoverable at that point, so it's pointless to adopt this technique * fix: use labels to enhance readability * fix: more labels
- Loading branch information
Showing
1 changed file
with
95 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters