Diego Torres Milano
Diego Torres Milano
It's due to a problem with `uiautomator dump`, which is producing and empty response (that's why `
What's the other app or apps that are blocked? What are the steps to reproduce it?
I think the main difference is they are Activities so they can use the Accessibility service only when they are in the foreground.
Does it happen only with one activity in particular? Can you share a reproducible example?
It greatly depends on the complexity of the Activity and how long it takes [UiAutomator](https://developer.android.com/training/testing/other-components/ui-automator) to reconstruct the hierarchy. I've run this python example what would be easier to time...
I would be helpful if you can replace `pkg`, `act` and `uri` in the previous script, run it and provide the timing output.
Please add: - **AndroidViewClientVersion** version - API level (I guess it's **API 16**) - more details about how you run the script For **API >= 16**, UiAutomator backend should be...
You should upgrade to the latest version and also move from `monkeyrunner` to `python`.
Can you enable debug by setting `DEBUG = True` in `adbclient.py` and copy the debug information here?
Give _AndroidViewClient 4.7.1_ a try. It should detect your problem and generates a warning message instead of taking the incorrect alpha specification into account. You device tells its framebuffer is...