Recently, bug reports on my app have rocketed, while I am trying to figure out many of them, this one in particular I have no clue about.
It is an ANR report and I see no reference to my app! Maybe it is an Http Timout on a slow device?
User message: No puedo entrar a la aplicación. = I cannot enter the application.
Honestly, I have no clue, it doesnt seem as if there is enough information.
It is an ANR report and I see no reference to my app! Maybe it is an Http Timout on a slow device?
User message: No puedo entrar a la aplicación. = I cannot enter the application.
B4X:
DALVIK THREADS:
"[email protected]@45aa52d0" daemon prio=5 tid=7 WAIT
| group="main" sCount=1 dsCount=0 obj=0x45a8fc40 self=0x23bf38
| sysTid=20436 nice=0 sched=0/0 cgrp=default handle=908624
| schedstat=( 213623 4669189 3 )
at java.lang.Object.wait(Native Method)
- waiting on <0x45a874a8> (a java.lang.ref.ReferenceQueue)
at java.lang.Object.wait(Object.java:326)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:107)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:80)
at org.apache.http.impl.conn.tsccm.RefQueueWorker.run(RefQueueWorker.java:102)
at java.lang.Thread.run(Thread.java:1096)
"Thread-9" prio=5 tid=1 VMWAIT
| group="main" sCount=1 dsCount=0 obj=0x45ad4a50 self=0xce28
| sysTid=20358 nice=0 sched=0/0 cgrp=default handle=-1345017744
| schedstat=( 3517669653 3369018565 5685 )
at dalvik.system.NativeStart.run(Native Method)
"Binder Thread #2" prio=5 tid=6 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x459e22a0 self=0x11d818
| sysTid=20363 nice=0 sched=0/0 cgrp=default handle=1182776
| schedstat=( 100677492 36682127 450 )
at dalvik.system.NativeStart.run(Native Method)
"Binder Thread #1" prio=5 tid=5 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x459e15f0 self=0x11dca8
| sysTid=20362 nice=0 sched=0/0 cgrp=default handle=1236336
| schedstat=( 100524890 36834723 453 )
at dalvik.system.NativeStart.run(Native Method)
"Compiler" daemon prio=5 tid=4 VMWAIT
| group="system" sCount=1 dsCount=0 obj=0x459db2a0 self=0x11def8
| sysTid=20361 nice=0 sched=0/0 cgrp=default handle=1239312
| schedstat=( 634307854 565948501 2466 )
at dalvik.system.NativeStart.run(Native Method)
"Signal Catcher" daemon prio=5 tid=3 RUNNABLE
| group="system" sCount=0 dsCount=0 obj=0x459db1e8 self=0x118738
| sysTid=20360 nice=0 sched=0/0 cgrp=default handle=1257328
| schedstat=( 3814697 4058838 4 )
at dalvik.system.NativeStart.run(Native Method)
"HeapWorker" daemon prio=5 tid=2 VMWAIT
| group="system" sCount=1 dsCount=0 obj=0x43c92ce0 self=0x120a48
| sysTid=20359 nice=0 sched=0/0 cgrp=default handle=1204616
| schedstat=( 82153324 41931148 62 )
at dalvik.system.NativeStart.run(Native Method)
Honestly, I have no clue, it doesnt seem as if there is enough information.