Open GoogleCodeExporter opened 9 years ago
Have this issue too. The suspicion is that the new analytics (7.5.0)
ExceptionReporter is not re-throwing the exception.
(https://developers.google.com/android/reference/com/google/android/gms/analytic
s/ExceptionReporter)
Original comment by shlomi....@gmail.com
on 5 Aug 2015 at 1:02
How should we handle it? Do you have any work arounds?
Original comment by rsrsharm...@gmail.com
on 6 Aug 2015 at 1:24
Have the same issue at 7.8.0.
Main thread are stack at Object.wait()
There is stacktrace:
at java.lang.Object.wait(Native Method)
at java.lang.Thread.parkFor(Thread.java:1220)
at sun.misc.Unsafe.park(Unsafe.java:299)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:157)
at java.util.concurrent.FutureTask.awaitDone(FutureTask.java:400)
at java.util.concurrent.FutureTask.get(FutureTask.java:162)
at com.google.android.gms.analytics.internal.zzb.zzhW(Unknown Source)
at com.google.android.gms.analytics.GoogleAnalytics.zzhy(Unknown Source)
at com.google.android.gms.analytics.ExceptionReporter.uncaughtException(Unknown Source)
at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
Original comment by IvanDMur...@gmail.com
on 9 Sep 2015 at 2:31
Original issue reported on code.google.com by
rsrsharm...@gmail.com
on 27 Jul 2015 at 11:01