the-modem-distro / meta-qcom

Forked repository from the Yocto project
MIT License
30 stars 8 forks source link

Add dummy logcat script #20

Closed Biktorgj closed 2 years ago

Biktorgj commented 2 years ago

Whenever I try I build, I like to keep adb blocked until the modem boots. I do this by calling adb logcat ; adb shell tail -f [path]/openqti.log to check on boot process. As we don't really have a logcat binary, it would always complain at boot that the command wasn't found. This just adds a silly script