Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PressBack is flaky #104

Closed
GoogleCodeExporter opened this issue May 26, 2015 · 4 comments
Closed

PressBack is flaky #104

GoogleCodeExporter opened this issue May 26, 2015 · 4 comments

Comments

@GoogleCodeExporter
Copy link

pressBack() is flaky for me... sometimes ( maybe 1% ) it just fails ( mostly on 
real devices, like the S3 ).


When it works I see this in the logs:

22076   22076   ViewInteraction     info    11-26 14:04:54.860  Performing 'send keyCode: 
4, metaState: 0 key event' action on view is a root view.
22155   22076   ESP_TRACE       verbose 11-26 14:04:54.870  EventInjector:Injecting event 
for character (??) with key code (4) downtime: (23949649)
22076   22076   ESP_TRACE       verbose 11-26 14:04:54.870  UiControllerImpl: 
MessageQueue.next(): { what=3 when=0 arg1=1551 }, with target: 
android.os.Handler, callback: no callback.
22155   22076   ESP_TRACE       verbose 11-26 14:04:54.870  EventInjector:Injecting event 
for character (??) with key code (4) downtime: (23949653)

When it doesn't work I see this in the logs:

233 9233    ViewInteraction     info    11-26 14:46:51.329  Performing 'send keyCode: 4, 
metaState: 0 key event' action on view is a root view.
9325    9233    ESP_TRACE       verbose 11-26 14:46:51.339  EventInjector:Injecting event 
for character (??) with key code (4) downtime: (26322247)
681 360 InputDispatcher     info    11-26 14:46:51.339  Delivering key to: action: 0x0 
(0)

Original issue reported on code.google.com by [email protected] on 26 Nov 2014 at 10:24

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant