要查看日志信息,您可以使用以下命令:
adb logcat
adb logcat -s <TAG>
adb logcat -s TAG
adb logcat -d
请注意,您需要先连接设备并确保已经通过USB调试模式启用了调试权限才能使用上述命令。