pires / android-obd-reader

Android OBD-II Reader application that uses pure OBD-II PID's Java API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Service not binding after failure

Pho3niX90 opened this issue · comments

I noticed that the service refuses to bind again when the service has failed. For example.
The app receives a bluetooth error and can no longer process info, stop service and then try to start again it it will do nothing. You have to clear app from memory to start again.

commented

Any logs related to the initial failure and the service failed binding?

No nothing. With my debugging it just doesn't happen, but no error logs. I am trying to figure out why the service doesn't bind / recreate unless the app gets a proper restart

commented

@Pho3niX90 ok will close this until you find proof this doesn't work as expected.