Open GoogleCodeExporter opened 9 years ago
One more thing in LogCat i am getting below logs as well.
09-26 15:17:46.596: E/GmsClient(16296): Calling connect() while still
connected, missing disconnect().
Do this will create any problem.
Original comment by himanshu...@brainvire.com
on 26 Sep 2014 at 9:49
Have you resolved the issue? I am facing the same problem
Original comment by umes...@mobinett.com
on 8 Dec 2014 at 12:52
No yet i have not find any solution as it happen very rare and step for produce
this crash are also not fix .
Original comment by himanshu...@brainvire.com
on 8 Dec 2014 at 1:02
I ended up using v15 instead.
Original comment by QiaoLian...@gmail.com
on 8 Dec 2014 at 1:33
[deleted comment]
This line has caused my app to crash on my Android Samsung Nexus 4 to crash,
when I closed the settings app on my device.
I recommend removing this line from the library, as it obviously should not be
called once the locationclient has disconnected, as shown in the exception
crash message.
Checking in the GooglePlayServicesClient.ConnectionCallbacks.onDisconnect
documentation it states "When called, all requests have been canceled and no
outstanding listeners will be executed.".
This means the location listener will not be called any further, therefore will
not be needed to be removed.
Original comment by pelle...@gmail.com
on 18 Feb 2015 at 6:15
Original issue reported on code.google.com by
himanshu...@brainvire.com
on 26 Sep 2014 at 9:40