Hello,
In an app (hallway sound monitoring) I sometimes have a crash that causes the app to close.
I read that some of the crashes can be captured by using the extra starter service.
Now I was wondering how I should implement this.
My app has:
1 autostart networking/stayinfront service
2 extra services (broadcaster/receiver of which only 1 is running depending on what the device is)
Should I add the extra starter service or should I just copy that application_error sub to my main autostart service?
In an app (hallway sound monitoring) I sometimes have a crash that causes the app to close.
I read that some of the crashes can be captured by using the extra starter service.
Now I was wondering how I should implement this.
My app has:
1 autostart networking/stayinfront service
2 extra services (broadcaster/receiver of which only 1 is running depending on what the device is)
Should I add the extra starter service or should I just copy that application_error sub to my main autostart service?