I have an app that starts several services and when I exit the application, I use stopservice for each service and exitapplication.
After the application exits, I receive the message:
"Unfortunately, <app> has stopped"
Is there anything I can do to stop this phenomenon? I must be missing a "proper" shutdown of services or application.
Thanks in advance.
Rusty
Thanks NJDude,
It says FAILED BINDER TRANSACTION, but I have no idea what this might mean. It indicates it is scheduling the TCPService even though I've issued a "stopservice"
What does it mean "Check the unfiltered logs"... Is there any log file for that ?
In the entrance to my Main Activity.. I have a message box.. and event that does not show ?
What does it mean "Check the unfiltered logs"... Is there any log file for that ?
In the entrance to my Main Activity.. I have a message box.. and event that does not show ?
There is "Log" Section on the right in B4A. You will see "Filter" checked below. If you uncheck it, lots of log messages appear after compiling. Those are unfiltered logs.