书山有路勤为径
使用天天模拟器进行 ADB 调试时,首先需要连接设备:
adb connect 127.0.0.1:6555
连接成功后,可以通过以下两种方式查看日志:
adb logcat find "cocos"
adb logcat -s Unity