radiocells-scanner-android icon indicating copy to clipboard operation
radiocells-scanner-android copied to clipboard

Service keeps running in the background, even when I stop the app

Open ReyhanJB opened this issue 8 years ago • 1 comments
trafficstars

What steps will reproduce the problem? Open the app. Start a new scanning session. Switch to another app. Remove RadioBeacon from the recent app (stop the app).

What is the expected output? What do you see instead? I expect by removing the app from recent list, it stops. However, the RadioBeacon icon will stay in the notification bar which indicates the app is running and scanning.

What version are you using? On what operating system? Latest version running on Nexus 5x with Android Marshmallow.

Please provide any additional information below. The problem here is that the service keeps running in the background, but does not update the session with new information. So it consumes the resources of the device without any utilization. In the logcat, I can see that "doUnbindService()" is called when the app is destroyed. This should stop the "MasterBrainService". However, I was not able to find the root cause of this issue that I'm reporting.

ReyhanJB avatar Jan 07 '17 00:01 ReyhanJB

This is possibly related with #178

wish7code avatar Jan 07 '17 16:01 wish7code