fWX228941 / project

all by myself
1 stars 0 forks source link

常用命令 #18

Open fWX228941 opened 5 years ago

fWX228941 commented 5 years ago

1.编译service.jar包 make services -j32 system/framwork

  1. 日志过滤 adb logcat -v time | find "TruncModeSummary" adb logcat *:E 抓取error 日志 adb logcat -v time -b main >D:\820main.txt adb logcat -v time | find "com.android.settings" >D:\820main.txt

3.命令行运行jar java -jar

4.android 源码 https://android.googlesource.com/platform/

5.源码查看android版本 vim build/core/version_defaults.mk PLATFORM_VERSION