I got a ANR message with the below log. As I know, ANR would be
occured when doing too long task.
but, I'm wondering about "ANR Reason: No touched window".  what kind
of situation is it?
Does anybody have an idea?

09-20 20:16:40.363  1619  1648 D InputDispatcher: Waiting because
there is no touched window but there is a focused application that may
eventually add a new window: AppWindowToken{412cf538
token=ActivityRecord{40bf3cf8 com.xxx.abcdapp/
com.xxx.yyy.SomeActivity}}.
09-20 20:16:40.363  1619  1648 E InputDispatcher: Key Dispatching ANR,
currentTime=13540032969495
09-20 20:16:40.363  1619  1648 E InputDispatcher: ANR Window:
AppWindowToken{412cf538 token=ActivityRecord{40bf3cf8 com.xxx.abcdapp/
com.xxx.yyy.SomeActivity}}
09-20 20:16:40.363  1619  1648 E InputDispatcher: ANR Reason: No
touched window
09-20 20:16:40.363  1619  1648 E InputDispatcher: ANR Event Type:
MotionEvent [eventTime=13535030985000]
09-20 20:16:40.363  1619  1648 E InputDispatcher: ANR Event Action:
Down
09-20 20:16:40.363  1619  1648 E InputDispatcher: DUMP OF DISPATCH
STATE:
09-20 20:16:40.363  1619  1648 E InputDispatcher:   DispatchEnabled: 1
09-20 20:16:40.363  1619  1648 E InputDispatcher:   DispatchFrozen: 0
09-20 20:16:40.363  1619  1648 E InputDispatcher:
FocusedApplication: name='AppWindowToken{412cf538
token=ActivityRecord{40bf3cf8 com.abcdapp/com.xxx.yyy.SomeActivity}}',
dispatchingTimeout=5000.000ms
09-20 20:16:40.363  1619  1648 E InputDispatcher:   FocusedWindow:
name='<null>'
09-20 20:16:40.363  1619  1648 E InputDispatcher:   TouchDown: false
09-20 20:16:40.363  1619  1648 E InputDispatcher:   TouchSplit: false
09-20 20:16:40.363  1619  1648 E InputDispatcher:   TouchDeviceId: -1
09-20 20:16:40.363  1619  1648 E InputDispatcher:   TouchSource:
0x00000000
09-20 20:16:40.363  1619  1648 E InputDispatcher:   TouchedWindows:
<none>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to