- 博客(3)
- 资源 (2)
- 收藏
- 关注
原创 收藏抓取日志脚本
logcat-all-sh脚本PRJ_NAME=$1now=$(adb wait-for-device shell date '+%Y_%m%d_%H%M%S')dir=$2/APLog_$now$(adb root adb wait-for-device)echo "log local: "$dirif [ ! -d $dir ]; then mkdir $dirfiadb shell getprop > $dir/properties.txtadb shell
2022-04-02 16:43:14
324
原创 下载AOSP 代码
文章目录下载前的准备下载代码由于国内无法直接从googlesource里下载代码,国内一些大学给大家提供了镜像服务清华镜像: https://mirrors.tuna.tsinghua.edu.cn/help/AOSP/科大镜像: https://lug.ustc.edu.cn/wiki/mirrors/help/aosp/下载前的准备下载Android代码,首先需要在Linux平台下进行,比如安装 ubuntu或deepin下载前先安装repo脚本和git软件。下载git软件sudo ap
2021-11-25 22:50:43
1015
原创 Source Insight 4.0 Monokai黑色主题
比较喜欢Sublime text的Monokai主题 ,周末空闲时间在Source Insight上DIY一下,分享给大家。下载地址:https://download.youkuaiyun.com/download/rockex/11712949下载配置文件后导入即可,配置文件导入方法: 打开SourceInsight > Options > Load Configuration >...
2019-09-11 19:52:58
2664
1
SourceInsight 4 Monokai主题
2019-09-10
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人