記錄一些常用的adb指令
命令含義
adb reboot
重啟adb install apk路徑(拖拽即可)
安裝apk
adb uninstall 包名
解除安裝apk
adb pull …
拉取檔案
adb shell input keyevent 4
模擬返回鍵
adb shell:
命令含義
su提權
ls列表
pm list packages
檢視已安裝的apk包名
ps檢視程序資訊
grep
過濾am force-stop 包名
強殺程序
chmod -r 777 路徑
給許可權dumpsys meminof
檢視記憶體消耗
cat …
直接輸出內容(cat a.log)
exit
退出adb pull /***/***/***.txt d:/log
adb shell wm size
adb shell dumpsys window displays
adb 一些常用的命令
1 開啟系統的原生的設定 adb shell am start com.android.settings com.android.settings.settings2 重啟乙個應用 adb shell am force stop 包名3 設定映象 adb shell 映象副駕 setprop deb...
一些git常用指令
cd e androidsss 具體進入到那個碟符 git init 生成.git資料夾 在當前目錄新建乙個git 庫 git status 檢視狀態裡面有幾個檔案 git commit am 提交到遠端伺服器 加備註 遇到的問題 git config global user.email 18513...
llvm clang esl 一些常用指令
1 clang emit llvm c test.c 2 llvm link x.bc y.bc z.bc o final.bc 3 llvm dis x.bc im x.bc 多級指標 stl 類 lli hw.ll gdb home zhgu workspace llvm 6.0.0 build...