rxz99 / analytics-issues

Automatically exported from code.google.com/p/analytics-issues
0 stars 0 forks source link

ANR issue with google play services v 7.5.0 #708

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
DALVIK THREADS (15):
"main" prio=5 tid=1 Waiting
| group="main" sCount=1 dsCount=0 obj=0x86fddf10 self=0xb4c08000
| sysTid=10495 nice=-11 cgrp=apps sched=0/0 handle=0xb6f3fec8
| state=S schedstat=( 576280240 135809585 1105 ) utm=38 stm=19 core=3 HZ=100
| stack=0xbe32d000-0xbe32f000 stackSize=8MB
| held mutexes=
at java.lang.Object.wait!(Native method)
- waiting on <0x2cf01c69> (a java.lang.Object)
at java.lang.Thread.parkFor(Thread.java:1220)
- locked <0x2cf01c69> (a java.lang.Object)
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.zzhI(unavailable:-1)
at com.google.android.gms.analytics.GoogleAnalytics.zzhk(unavailable:-1)
at 
com.google.android.gms.analytics.ExceptionReporter.uncaughtException(unavailable
:-1)
at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)

Original issue reported on code.google.com by rsrsharm...@gmail.com on 27 Jul 2015 at 11:01

GoogleCodeExporter commented 8 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

GoogleCodeExporter commented 8 years ago
How should we handle it? Do you have any work arounds?

Original comment by rsrsharm...@gmail.com on 6 Aug 2015 at 1:24

GoogleCodeExporter commented 8 years ago
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