Skip to content
This repository was archived by the owner on Aug 30, 2023. It is now read-only.
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
add comments
  • Loading branch information
marandaneto committed May 19, 2020
commit 8fa9236d3b1a8f9ba9e6a316a741eab416638c20
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ static void init(
try {
context.startService(SentryService.getIntent(context));
} catch (IllegalStateException e) {
// maybe we should make Throwable instead of to be safe than sorry
// services have different behaviours across OS versioms eg foreground etc
options.getLogger().log(SentryLevel.ERROR, e, "SentryService can't be started.");
}
}
Expand Down