with Stop Services On Crash
fun withStopServicesOnCrash(stopServicesOnCrash: Boolean): CoreConfigurationBuilder
Content copied to clipboard
If you have services which might crash on startup android will try to restart them indefinitely. Set this to true to prevent that.
Since
4.9.2
Return
this instance
Parameters
stopServicesOnCrash
if all services running in a process should be stopped before it is killed.