要查看日志信息,您可以使用以下命令:
adb logcat
adb logcat -s <TAG>
adb logcat -s TAG
adb logcat -d
請注意,您需要先連接設備并確保已經通過USB調試模式啟用了調試權限才能使用上述命令。