- 博客(3)
- 资源 (2)
- 收藏
- 关注
原创 收藏抓取日志脚本
logcat-all-sh脚本 PRJ_NAME=$1 now=$(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: "$dir if [ ! -d $dir ]; then mkdir $dir fi adb shell getprop > $dir/properties.txt adb shell
2022-04-02 16:43:14
328
原创 下载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
1022
原创 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
2672
1
SourceInsight 4 Monokai主题
2019-09-10
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人