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
I want to restart my app after a crash. However, I can't find any good way to execute some piece of code before app is killed. I thought about using ReportingAdministrator or ReportInteractionExecutor, but I am using AcraLimiter, so it's not going to work. If LimitingReportAdministrator detects that report must not be collected or sent, my ReportingAdministrator will never run.
Is there any workaround?
The text was updated successfully, but these errors were encountered:
I want to restart my app after a crash. However, I can't find any good way to execute some piece of code before app is killed. I thought about using
ReportingAdministrator
orReportInteractionExecutor
, but I am usingAcraLimiter
, so it's not going to work. IfLimitingReportAdministrator
detects that report must not be collected or sent, myReportingAdministrator
will never run.Is there any workaround?
The text was updated successfully, but these errors were encountered: