rigelhope / omnidroid

Automatically exported from code.google.com/p/omnidroid
Apache License 2.0
0 stars 0 forks source link

Broadcast Receiver Restarts Randomly #9

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Start OmniDroid
2. Don't use it for a long time (run other apps)
3. See that the Broadcast Receiver Service restarts randomly (toast is
displayed)

Issue:
Perhaps need to research the OnBind method of the Service.  I think this
occurs when the Receiver is booted from memory, then is restarted when an
event it listens for occurs.  The solution may be just to disable the
toasts, but this also could be a bug (it needs research).

Original issue reported on code.google.com by case.and...@gmail.com on 4 Jun 2009 at 6:58

GoogleCodeExporter commented 8 years ago
I can reproduce this and will find out what's going on.

Original comment by mar...@gmail.com on 4 Jun 2009 at 8:20

GoogleCodeExporter commented 8 years ago
I haven't seen this happen since the rebase to the new codebase.  Probably since
we're no longer toasting on receiver startup, but regardless I don't think this
caused any problems anyway.

Original comment by case.and...@gmail.com on 27 May 2010 at 3:31