摘要:
Android O对隐式广播进行了限制, 其限制链接说明: https://developer.android.com/about/versions/oreo/background 上面所说即:若App的TargetSDK达到了26, 我们正常静态注册的广播就没有用了。能用的仅有以下豁免的Broad 阅读全文
摘要:
tracepath 抓取IP到達的過程 阅读全文
摘要:
如链接https://blog.csdn.net/freekiteyu/article/details/70939672 阅读全文
摘要:
adb shell dumpsys window windows | grep mCurrent 阅读全文
摘要:
看ui可以用uiautomatorviewer.bat在Sdk\tools\bin 阅读全文
摘要:
看系统日志,系统日志里会看到system_server频繁进行GC,应该就是内存占用满了,然后看kernel log,会看到lowmemorykiller在频繁杀进程主要看RSS 搜utc,可以看到系统时间 阅读全文
摘要:
gradlew assemblexxxxx --stacktrace 阅读全文
摘要:
RecyclerView setHasFixedSize(true)当recycleview大小高宽不变的时候使用这个,可以提升效率 阅读全文
摘要:
//打包任务task makexxxxxxJar(type: Jar) { //指定生成的jar名 baseName xxxxxx //从哪里打包class文件 from('build/intermediates/javac/xxxxxxx/xxxxxxx') //打包到jar后的目录结构 into 阅读全文
摘要:
搜索java.lang.*Exception这个语句 阅读全文