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 に答える