ANR: Input dispatching timed out (Waiting because no window has focus but there is a focused application that may eventually add a window when it finishes starting up.), VisibleToUser #22

Open
opened 2025-04-21 14:44:42 -04:00 by idk · 1 comment
Owner

Opened 19 months ago

Last modified 19 months ago

#2635newdefect

ANR: Input dispatching timed out (Waiting because no window has focus but there is a focused application that may eventually add a window when it finishes starting up.), VisibleToUser

Reported by:MeehOwned by:Meeh
Priority:
minor
Milestone:
undecided
Component:
apps/android
Version:
0.9.42
Keywords:

Cc:
idk
Parent Tickets:

Sensitive:
no

Description

"main" tid=1 Native
"main" prio=5 tid=1 Native
| group="main" sCount=1 dsCount=0 flags=1 obj=0x731bb9f0 self=0xab6da000
| sysTid=21318 nice=-10 cgrp=default sched=0/0 handle=0xaf09f4a4
| state=S schedstat=( 53911891512 14121963656 138758 ) utm=4448 stm=942 core=6 HZ=100
| stack=0xbe2ad000-0xbe2af000 stackSize=8MB
| held mutexes=
#00  pc 0000000000048c80  /system/lib/libc.so (__ioctl+8)
#01  pc 000000000001de05  /system/lib/libc.so (ioctl+32)
#02  pc 0000000000042a4d  /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+168)
#03  pc 0000000000043435  /system/lib/libbinder.so (android::IPCThreadState::waitForResponse(android::Parcel*, int*)+236)
#04  pc 000000000003d741  /system/lib/libbinder.so (android::BpBinder::transact(unsigned int, android::Parcel const&, android::Parcel*, unsigned int)+36)
#05  pc 00000000000bce2d  /system/lib/libandroid_runtime.so (???)
#06  pc 0000000000758705  /system/framework/arm/boot-framework.oat (Java_android_os_BinderProxy_transactNative__ILandroid_os_Parcel_2Landroid_os_Parcel_2I+132)
at android.os.BinderProxy.transactNative (Native method)
at android.os.BinderProxy.transact (Binder.java:764)
at android.content.ContentProviderProxy.openTypedAssetFile (ContentProviderNative.java:696)
at android.content.ContentResolver.openTypedAssetFileDescriptor (ContentResolver.java:1410)
at android.content.ContentResolver.openAssetFileDescriptor (ContentResolver.java:1247)
at android.content.ContentResolver.openFileDescriptor (ContentResolver.java:1100)
at android.content.ContentResolver.openFileDescriptor (ContentResolver.java:1054)
at net.i2p.android.wizard.ui.I2PB64DestinationFragment.onActivityResult (I2PB64DestinationFragment.java:178)
at android.support.v4.app.FragmentActivity.onActivityResult (FragmentActivity.java:160)
at android.app.Activity.dispatchActivityResult (Activity.java:7305)
at android.app.ActivityThread.deliverResults (ActivityThread.java:4378)
at android.app.ActivityThread.handleSendResult (ActivityThread.java:4426)
at android.app.ActivityThread.-wrap20 (ActivityThread.java)
at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1685)
at android.os.Handler.dispatchMessage (Handler.java:106)
at android.os.Looper.loop (Looper.java:164)
at android.app.ActivityThread.main (ActivityThread.java:6626)
at java.lang.reflect.Method.invoke (Native method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:438)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:811)

Subtickets

Opened [19 months ago](/timeline?from=2019-10-07T15%3A49%3A57Z&precision=second "See timeline at Oct 7, 2019 3:49:57 PM") Last modified [19 months ago](/timeline?from=2019-10-08T14%3A56%3A56Z&precision=second "See timeline at Oct 8, 2019 2:56:56 PM") ## [\#2635](/ticket/2635)[new](/query?status=new)[defect](/query?status=!closed&type=defect) # ANR: Input dispatching timed out (Waiting because no window has focus but there is a focused application that may eventually add a window when it finishes starting up.), VisibleToUser Reported by:[Meeh](/query?status=!closed&reporter=meeh)Owned by:[Meeh](/query?status=!closed&owner=meeh) Priority: [minor](/query?status=!closed&priority=minor) Milestone: [undecided](/milestone/undecided "No date set") Component: [apps/android](/query?status=!closed&component=apps%2Fandroid) Version: [0.9.42](/query?status=!closed&version=0.9.42) Keywords: Cc: [idk](/query?status=!closed&cc=~eyedeekay) Parent Tickets: Sensitive: [no](/query?status=!closed&sensitive=0) ### Description ``` "main" tid=1 Native "main" prio=5 tid=1 Native | group="main" sCount=1 dsCount=0 flags=1 obj=0x731bb9f0 self=0xab6da000 | sysTid=21318 nice=-10 cgrp=default sched=0/0 handle=0xaf09f4a4 | state=S schedstat=( 53911891512 14121963656 138758 ) utm=4448 stm=942 core=6 HZ=100 | stack=0xbe2ad000-0xbe2af000 stackSize=8MB | held mutexes= #00 pc 0000000000048c80 /system/lib/libc.so (__ioctl+8) #01 pc 000000000001de05 /system/lib/libc.so (ioctl+32) #02 pc 0000000000042a4d /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+168) #03 pc 0000000000043435 /system/lib/libbinder.so (android::IPCThreadState::waitForResponse(android::Parcel*, int*)+236) #04 pc 000000000003d741 /system/lib/libbinder.so (android::BpBinder::transact(unsigned int, android::Parcel const&, android::Parcel*, unsigned int)+36) #05 pc 00000000000bce2d /system/lib/libandroid_runtime.so (???) #06 pc 0000000000758705 /system/framework/arm/boot-framework.oat (Java_android_os_BinderProxy_transactNative__ILandroid_os_Parcel_2Landroid_os_Parcel_2I+132) at android.os.BinderProxy.transactNative (Native method) at android.os.BinderProxy.transact (Binder.java:764) at android.content.ContentProviderProxy.openTypedAssetFile (ContentProviderNative.java:696) at android.content.ContentResolver.openTypedAssetFileDescriptor (ContentResolver.java:1410) at android.content.ContentResolver.openAssetFileDescriptor (ContentResolver.java:1247) at android.content.ContentResolver.openFileDescriptor (ContentResolver.java:1100) at android.content.ContentResolver.openFileDescriptor (ContentResolver.java:1054) at net.i2p.android.wizard.ui.I2PB64DestinationFragment.onActivityResult (I2PB64DestinationFragment.java:178) at android.support.v4.app.FragmentActivity.onActivityResult (FragmentActivity.java:160) at android.app.Activity.dispatchActivityResult (Activity.java:7305) at android.app.ActivityThread.deliverResults (ActivityThread.java:4378) at android.app.ActivityThread.handleSendResult (ActivityThread.java:4426) at android.app.ActivityThread.-wrap20 (ActivityThread.java) at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1685) at android.os.Handler.dispatchMessage (Handler.java:106) at android.os.Looper.loop (Looper.java:164) at android.app.ActivityThread.main (ActivityThread.java:6626) at java.lang.reflect.Method.invoke (Native method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:438) at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:811) ``` ### Subtickets
idk added this to the undecided milestone 2025-04-21 14:44:42 -04:00
idk added the #2635apps.androidundecided labels 2025-04-21 14:44:42 -04:00
Author
Owner

comment:1 Changed 19 months ago by zzz

Cc:idk added

what's in wizard/ is an "abstract wizard". We have two wizards that implement a full wizard - TunnelWizardActivity? and AddressbookAddWizardActivity?

I2PB64DestinationFragment is a wizard component that's used by AddressbookAddWizardActivity?

in addressbook tab, private addressbook, click plus, enter hostname, then you get to a thing to find a file containing a b64.

super-obscure feature, never knew it was in there. You can even load a file from google drive.

looks like it's hanging somewhere?

[comment:1](https://trac.i2p2.de/\#comment:1) Changed [19 months ago](https://trac.i2p2.de//timeline?from=2019-10-08T14%3A56%3A56Z&precision=second "See timeline at Oct 8, 2019 2:56:56 PM") by zzz Cc:_idk_ added what's in wizard/ is an "abstract wizard". We have two wizards that implement a full wizard - TunnelWizardActivity? and AddressbookAddWizardActivity? I2PB64DestinationFragment is a wizard component that's used by AddressbookAddWizardActivity? in addressbook tab, private addressbook, click plus, enter hostname, then you get to a thing to find a file containing a b64. super-obscure feature, never knew it was in there. You can even load a file from google drive. looks like it's hanging somewhere?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: I2P_Developers/i2p.android.base#22
No description provided.