yingjue2020 / gitalk_comments

blog comment using gitalk
0 stars 0 forks source link

Android Logcat Usage #3

Open tatamobile opened 3 hours ago

tatamobile commented 3 hours ago

https://yingjue.info/posts/android/android-logcat-usage/?

zsh:no matches found 因为zsh缺省情况下始终自己解释这个firefox*,而不会传递给adb logcat来解释。 在~/.zshrc中加入: setopt no_nomatch, 然后进行source .zshrc命令

tatamobile commented 3 hours ago

Awesome job