打开touch圆球 adb shell settings put system show_touches 1
打开touch轨迹线 adb shell settings put system pointer_location 1
编译加2>&1 | tee build.log保存编译log
MTK打开串口echo 1 > /proc/mtprintk
服务器同步
repo forall -c 'git checkout .; git clean -fd; git reset --hard HEAD'
repo sync -c -j32
查看远程仓方法:
git remote -v
GIT REWORK --NOCOMMIT 撤销
提交上库的方法:
git push ssh://xxx.xxxx(user_name)@12.3.4.567:89101/远程仓 HEAD:refs/for/项目分支名