
ChrisiBoy
Erfahrenes Mitglied
- 30
Also bei meiner App im google Play store kommt ab und zu der aufhängungsfehler ANR:
Weiß jemand eine Lösung?
Gesendet von meinem GT-I9100 mit der Android-Hilfe.de App
Code:
DALVIK THREADS:
(mutexes: tll=0 tsl=0 tscl=0 ghl=0 hwl=0 hwll=0)
"main" prio=5 tid=1 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x2aad2248 self=0xcf50
| sysTid=13463 nice=0 sched=0/0 cgrp=[fopen-error:2] handle=1876218976
at org.apache.harmony.luni.platform.OSFileSystem.open(Native Method)
at dalvik.system.BlockGuard$WrappedFileSystem.open(BlockGuard.java:232)
at java.io.FileOutputStream.(FileOutputStream.java:94)
at java.io.FileOutputStream.(FileOutputStream.java:66)
at at.meineapp.ZipDL.unzipEntry(ZipDL.java:-1)
at at.meineapp.ZipDL.unzip(ZipDL.java:-1)
at at.meineapp.ViewMaps.onContextItemSelected(ViewDL.java:-1)
at android.app.Activity.onMenuItemSelected(Activity.java:2209)
at com.android.internal.policy.impl.PhoneWindow$ContextMenuCallback.onMenuItemSelected(PhoneWindow.java:2839)
at com.android.internal.view.menu.MenuItemImpl.invoke(MenuItemImpl.java:147)
at com.android.internal.view.menu.MenuBuilder.performItemAction(MenuBuilder.java:855)
at com.android.internal.view.menu.MenuDialogHelper.onClick(MenuDialogHelper.java:137)
at com.android.internal.app.AlertController$AlertParams$3.onItemClick(AlertController.java:878)
at android.widget.AdapterView.performItemClick(AdapterView.java:288)
at android.widget.ListView.performItemClick(ListView.java:3514)
at android.widget.AbsListView$PerformClick.run(AbsListView.java:1908)
at android.os.Handler.handleCallback(Handler.java:587)
at android.os.Handler.dispatchMessage(Handler.java:92)
at android.os.Looper.loop(Looper.java:123)
at android.app.ActivityThread.main(ActivityThread.java:3701)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:507)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:866)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:624)
at dalvik.system.NativeStart.main(Native Method)
"Binder Thread #2" prio=5 tid=8 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x2afc4e98 self=0x128eb0
| sysTid=13470 nice=0 sched=0/0 cgrp=[fopen-error:2] handle=589728
at dalvik.system.NativeStart.run(Native Method)
"Binder Thread #1" prio=5 tid=7 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x2afc4dd0 self=0x8fd10
| sysTid=13469 nice=0 sched=0/0 cgrp=[fopen-error:2] handle=1578192
at dalvik.system.NativeStart.run(Native Method)
"Compiler" daemon prio=5 tid=6 VMWAIT
| group="system" sCount=1 dsCount=0 obj=0x2afc0e90 self=0x287030
| sysTid=13468 nice=0 sched=0/0 cgrp=[fopen-error:2] handle=1008752
at dalvik.system.NativeStart.run(Native Method)
"JDWP" daemon prio=5 tid=5 VMWAIT
| group="system" sCount=1 dsCount=0 obj=0x2afc0de0 self=0x181f28
| sysTid=13467 nice=0 sched=0/0 cgrp=[fopen-error:2] handle=1008688
at dalvik.system.NativeStart.run(Native Method)
"Signal Catcher" daemon prio=5 tid=4 RUNNABLE
| group="system" sCount=0 dsCount=0 obj=0x2afc0d20 self=0x181df0
| sysTid=13466 nice=0 sched=0/0 cgrp=[fopen-error:2] handle=1169984
at dalvik.system.NativeStart.run(Native Method)
"GC" daemon prio=5 tid=3 VMWAIT
| group="system" sCount=1 dsCount=0 obj=0x2afc0c78 self=0x11e058
| sysTid=13465 nice=0 sched=0/0 cgrp=[fopen-error:2] handle=1169392
at dalvik.system.NativeStart.run(Native Method)
"HeapWorker" daemon prio=5 tid=2 VMWAIT
| group="system" sCount=1 dsCount=0 obj=0x2afc0bc0 self=0x181310
| sysTid=13464 nice=0 sched=0/0 cgrp=[fopen-error:2] handle=1169328
at dalvik.system.NativeStart.run(Native Method)
Gesendet von meinem GT-I9100 mit der Android-Hilfe.de App
Zuletzt bearbeitet: