0

我有一个在移动设备上经过最佳测试的应用程序,但我也喜欢查看 catlog 输出。在移动设备上运行时如何查看目录日志?

编辑:对不起,我不清楚。你知道当你在桌面模拟器上运行应用程序时,eclipse 会输出 logcat 的输出吗?但是当我在移动设备上运行我的应用程序时,我希望看到 logcat 的输出,以便更好地测试它。

4

1 回答 1

0
in case if you want to see on eclipse : 

Make the debug mode true in manifest. (before making built)
Attach the device in to cumputer using USB cable .
Install the driver (if needed ) 
see the device in the DDMS device section(if not found then restart adb)
click on the device name in device section
于 2012-06-23T05:36:29.393 回答