Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已将两台设备连接到我的电脑(一台通过 USB,另一台通过无线局域网)。在 Eclipse 中,我只能在 logcat 中看到其中一个设备的输出流。即使同时流式传输,有没有办法记录两个输出流?
是的,您可以,但不能在 Eclipse 中:您可以打开 2 个终端/cmd,而不是这样做
在您只需键入的每个终端中
adb -s [device id] logcat
其中设备 id 是您输入adb devices 屏幕截图时获得的内容:
adb devices
没有 ADB logcat 没有设备 ID 参数,因此您无法直接查看两者,但是,您可以将两个设备的日志输出重定向到公共服务器/系统/IP,然后在那里查看