登录猫不显示日志的日志

2023-09-04 23:09:10 作者:潴潴

我工作的机器人。它似乎的有些时候我的LogCat中不能正常工作,不要将任何东西意味着它不显示任何东西。 (specialy当我工作在一个以上的仿真器)。任何一个可以帮助我吗?我需要我的LogCat中。

I'm working on android . it seem's that some times my LogCat doesn't work correctly and do not any thing mean that it don't show any thing . (specialy when i working on more than one emulator .) can any one help me ?I need my LogCat .

推荐答案

它通常发生在日食失去连接到ADB服务器。多数原因是测试在更多的设备/仿真器。

Usually it happens when eclipse loses the connection to the adb server. The cause is often testing on more devices/emulators.

为了解决这个问题,打开DDMS透视图,并在设备视图中单击您要输出LogCat中日志的设备上,他们将再次出现。

In order to fix this, open the DDMS perspective and in the Devices View click on the device for which you want to output the logs in LogCat and they will appear again.

在Eclipse中:

窗口>打开透视图> DDMS,然后 在设备视图中单击设备

Window > Open Perspective > DDMS, then click on the device in the "Devices" view

或者,如果你不想转视角 窗口>显示视图>其他 选择 - >安卓>设备

Or if you do not want to switch perspectives Window > Show View > Other select -> Android > Devices

 
精彩推荐
图片推荐