AndroidViewClient dump animated view

大憨熊 提交于 2019-12-12 01:53:23

问题


One of the view is constantly refreshing (a SeekBar for music progress)

When I try to make a dump, I got this error: RuntimeError: The views are being refreshed too frequently to dump.

Is it possible to freeze the app while the dump is not finished, or something similar?


回答1:


This is a uiautomator limitation. You may try using ViewServer as the backend as it works in most cases, however you would need a rooted device or access to the application source code as described in https://github.com/dtmilano/AndroidViewClient/wiki#select-the-correct-implementation.



来源:https://stackoverflow.com/questions/27384597/androidviewclient-dump-animated-view

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!