Hi,
I have an app with several services: FirebaseMessaging, an SMS listener, a batch downloader and a batch ftp, none of them running in foreground. If I remove my app from the running apps list, I get after a few seconds the message "Unfortunately, (App) has stopped", and I get it twice. If Firebasemessaging is running as foreground, the message doesn't show, I suppose because the service does not stop.
How can I access the device logs or look for errors in any other way in Release mode? Because in Debug mode I cannot simply swipe the app, the debugger stops.
Thks