LitterSun

Results 6 issues of LitterSun

设备:nexus 6 版本:Android 7.1.1 blockcanary版本:1.5.0 堆栈信息如下: ava.io.FileNotFoundException: /data/storage/emulated/0/Android/data/com.test.testapm/cache/looper-2018-07-06_17-09-29.376.log (No such file or directory) at java.io.FileOutputStream.open(Native Method) at java.io.FileOutputStream.(FileOutputStream.java:221) at java.io.FileOutputStream.(FileOutputStream.java:140) at com.github.moduth.blockcanary.LogWriter.save(LogWriter.java:108) at com.github.moduth.blockcanary.LogWriter.save(LogWriter.java:56) at com.github.moduth.blockcanary.BlockCanaryInternals$1.onBlockEvent(BlockCanaryInternals.java:63) at com.github.moduth.blockcanary.LooperMonitor$1.run(LooperMonitor.java:80) at android.os.Handler.handleCallback(Handler.java:751)...

打开app弹出版本更新提醒,下载安装最新版本后,卡在“正在更新设置”,且重启无效 ![image](https://user-images.githubusercontent.com/15814506/66738754-c7c17300-eea1-11e9-9590-1751e8f5d288.png)

OneUtil.kt ```kotlin class OneUtil { fun add(x: Int, y: Int): Int { return staticAdd(x, y) } companion object { fun staticAdd(x: Int, y: Int): Int { return x + y...

### Expected Behavior `unmockkAll` can clear all mocked classes ### Current Behavior `unmockkAll` cannot clear all mocked classes. #### Steps to Reproduce 1. step 1: add log in the `RetransformInlineInstrumentation`...