-
Notifications
You must be signed in to change notification settings - Fork 43
Event forwarding did not work for same emulators #13
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
Comments
Can you run |
EDIT: Sorry, I did close the emulators, and just reopened them to get this data. Do I need to run the
|
Ah okay it's a logic problem. Thanks. Will fix tomorrow. |
Sounds great! Thanks 👍 |
And in case I'm dumb and don't spot the problem again tomorrow: The problem is we're comparing "event10" and "event8" lexicographically which means "event10" incorrectly sorts lower than "event8" but we want the lowest numeric value, not which sorts lowest in string form. |
Ok I have the fix, but I'm going to try to land testing first so I can script up a bunch of test cases to prevent regression. |
I retried the script with latest update, however I still have same result as before. Sorry, if you are in the process of releasing new version with additional instruction that I may have missed. Here is my AVD list
Here are relevant logs taken with latest update Let me know if there are some changes in command that should be used to execute. Thanks 🙏 |
Out of curiosity I created another set of emulators. I already had I am not sure what is wrong with Here is my updated AVD list.
UPDATE: I have created another set of emulators So, I am guessing, something is happening with "Google Play" emulators. |
Env Info
Issue
Used command in the readme to run on emulators, however it did not forward the touch events.
Command Used
Debug Log
adb-event-mirror-log.txt
Screen capture
The text was updated successfully, but these errors were encountered: