Open GoogleCodeExporter opened 9 years ago
Sorry for typo in the last line.
-> Am I using it wrong or is it gcm bug?
Original comment by noranb...@gmail.com
on 31 Mar 2013 at 8:55
I saw a related post.
https://groups.google.com/d/msg/cw-android/lxa8EBznL7Q/nTiCgku1Qy4J
The interesting scenario is,
-- You acquire the static lock in a BroadcastReceiver
-- You call startService() in the BroadcastReceiver
-- Android creates and starts the service *in a different process*
(e.g., Android terminated the process that held the BroadcastReceiver)
-- The service tries to unlock and gets this error, because we're using
a different WakeLock object, because we're in a different process.
Is this possible case? If it is, what is the solution?
Original comment by noranb...@gmail.com
on 4 Apr 2013 at 6:30
Original issue reported on code.google.com by
noranb...@gmail.com
on 31 Mar 2013 at 8:54