https://mp.weixin.qq.com/s/8tRAO9a6FOo6mV64VoW8HA https://mp.weixin.qq.c...
[mvi介绍](https://mp.weixin.qq.com/s/lCgztZ4g2qCftFhR2yJiLw) [配置依赖](https:...
[coil使用介绍](https://mp.weixin.qq.com/s/fsEPEc2M_vcZLivYVVwNYw)
grep常用选项: 1.根据匹配内容过滤:grep "com.test.demo" a.log2.在当前目录多个文件中搜索关键字starting...
1. 根据TAG和Log优先级过滤 ``` adb logcat [TAG:LEVEL ] [TAG:LEVEL ] ... ``` >例如:输...
adb shell am start [options] intent启动由 intent 指定的 Activity。格式与参数如下 start...
在做桌面产品的时候,发现一些机型存在将桌面默认后重启手机出现卡死的情况,通过查看log,出现错误信息在手机系统启动加载完androidmanif...
MediaPlayer多媒体练习:https://github.com/stormzsl/MyVideo[https://github.com/...
LiveData使用LiveData LiveData = new LiveData(); liveData.obsever(LifeCycle...