Lens icon indicating copy to clipboard operation
Lens copied to clipboard

功能简介:一种开发帮助产品研发的效率工具。主要提供了:页面分析、任务分析、网络分析、DataDump、自定义hook 、Data Explorer 等功能。以帮助开发、测试、UI 等同学更便捷的排查和定位问题,提升开发效率。

Results 4 Lens issues
Sort by recently updated
recently updated
newest added

引入到华为视频中分析启动情况,hook线程池的一个工具类无效抛出null target method异常为啥,注解写的都是对的

想问下那个任务分析的Thread Info能看出什么?

按照wiki配置 发现网络抓包 一直为空

### 具体报错信息: >java.lang.RuntimeException: Unable to get provider com.qiyi.lens.ui.database.LensProvider: java.lang.ClassNotFoundException: Didn't find class "com.qiyi.lens.ui.database.LensProvider" on path: DexPathList[[zip file "/data/app/ ### 引入方式: ``` dependencies { debugImplementation 'com.iqiyi.lens:lens:1.2.3' releaseImplementation 'com.iqiyi.lens:lens-no-op:1.2.3' } ``` ###...