Android 如何在移动设备上运行应用程序时查看catlog

Android 如何在移动设备上运行应用程序时查看catlog,android,android-logcat,Android,Android Logcat,我有一个在移动设备上测试最好的应用程序,但我也喜欢看到catlog输出。在移动设备上运行时,如何查看catlog 编辑:对不起,我不清楚。您知道当您在桌面模拟器上运行应用程序时,eclipse将如何输出logcat输出吗?但我希望在移动设备上运行我的应用程序时看到logcat的输出,以便更好地进行测试。您希望在设备本身上看到吗?我希望在桌面eclipse的logcat输出上看到它。谢谢!但即使在启动adb后,我也无法在设备视图中找到我的设备。我能做什么?您提到的驱动程序在哪里?驱动程序取决于您的

我有一个在移动设备上测试最好的应用程序,但我也喜欢看到catlog输出。在移动设备上运行时,如何查看catlog


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

您希望在设备本身上看到吗?我希望在桌面eclipse的logcat输出上看到它。谢谢!但即使在启动adb后,我也无法在设备视图中找到我的设备。我能做什么?您提到的驱动程序在哪里?驱动程序取决于您的设备型号。对于少数设备,google sdk提供驱动程序,但并非所有设备都提供
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