UETool
饿了么开源的分析ui的库
常用于分析页面ui元素,比如新接手一块业务,在页面复杂的时候找个按钮要找很久。
它可以直接找到对应的activity、fragment以及ui的id
集成:
debugImplementation 'com.github.eleme.UETool:uetool:1.3.4'
debugImplementation 'com.github.eleme.UETool:uetool-base:1.3.4'
releaseImplementation 'com.github.eleme.UETool:uetool-no-op:1.3.4'
debugImplementation 'com.facebook.fresco:fresco:0.12.0'
使用:
见github官方文档
坑点:
如果项目本身没有fresco,需要在依赖uetool的同时依赖fresco,不然会crash。