AndroidPerformanceMonitor
AndroidPerformanceMonitor copied to clipboard
/proc/stat (Permission denied)
Android 系统 9.0
报错:
java.io.FileNotFoundException: /proc/stat (Permission denied)
at java.io.FileInputStream.open0(Native Method)
at java.io.FileInputStream.open(FileInputStream.java:231)
at java.io.FileInputStream.
8.0以上已经被禁用,需要自己重新适配
有没有解决办法 ?怎么适配
有没有解决办法 ?怎么适配
我自己改了一版适配了,你有兴趣试用下么? implementation 'com.github.bzcoder:blockcanarycompat-android:0.0.1' implementation 'com.github.bzcoder:blockcanarycompat-android-no-op:0.0.1'