xiaocong / android-uiautomator-server

MIT License
168 stars 102 forks source link

dump xml got no ImageView sometimes #28

Open codeskyblue opened 7 years ago

codeskyblue commented 7 years ago

Tested result:

if dump(compressed=True), ImageView object will missing.

if dump(compressed=False): ImageView will come out.

codeskyblue commented 7 years ago

Hope can help if some one meet such problem like me.