fpsviewer icon indicating copy to clipboard operation
fpsviewer copied to clipboard

A Real-time Fps Tool for Android

Results 11 fpsviewer issues
Sort by recently updated
recently updated
newest added

android.view.WindowManager$BadTokenException: Unable to add window -- token null is not valid; is your activity running?

首先点赞 说一下引入项目中修改的 地方 楼主自己的的库,有学习成本 图饼部分 自己计划使用 类似 matrix 的fps展示方式绘制,尽可能减少三方库使用 新加入 bitmap 与 容器宽高 不匹配的 Hook方案

FpsViewer.getViewer().initViewer(this, null); 但是悬浮没有展示 GO 按钮,是否还需要其他配置?

图裂了,建议更新一个不被墙的地址

无法依赖,找不到这个库,有写maven { url 'https://jitpack.io' },是不是改了路径或者删了?

生成的日志目前存在数据库中,如何导出

release版需要编译好的apk啊

implementation "com.github.silencedut.fpsviewer:fpsviewer:0.8.2" 并未引入no op的库,为什么会没有悬浮窗?是因为动态代理在debug和release环境下生成的代码不一致吗?