android开发常用命令

adb disconnect 10.69.2.172:5555

adb disconnect *.*.*.*

adb install *.apk


adb -s 10.69.2.164:5555 shell logcat -v threadtime | tee abc | grep -F "++++ Dispatch key event"

adb logcat -v threadtime | tee abc | grep -i focusmanager: (application event)

adb logcat -v threadtime | tee abc | grep -i EventHub: (middle ware )


adb shell pm list packages


to find out the apk file location after installation use pm path <package> command:

adb shell pm path com.ketab.haxe

you could try uninstalling the package with:

adb shell pm uninstall com.ketab.haxe

in case of failure check the error message with:

adb logcat -d -s PackageManager:*



git clone git@10.69.2.32:vehiclemw.git

cd vehiclemw/

. build/envsetup.sh
lunch

compiling thread had better be less than 2 thread.

make iso_img -j5


编译模拟器版本

make clean

. build/envsetup.sh

lunch 选11

make img_iso -j9


git reset --hard 11ff82e57cd6418a69644371c18dda018b50a412



但是,操作方便并不意味着这样操作就是合理的,在某些情况下,我们应该优先选择使用--squash选项,如下:

1
2
$ git merge --squash another
$ git commit -m "message here"


评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值