Tuesday, October 02, 2012


How to get logcat from the android device which is having IP address:

we can connect to the device with IP address by adb command.
If we are runnign the below command from system,

adb connect 10.1.20.100 #will makes the system to connect with device.

Afterwards if we are giving “adb logcat”, this will prints the logs in your system.So with adb command, we can connect to any emulator or device which is having IP address. It is possible that we can connect to any remote device and can take logs from another remote place.

No comments: