Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

See logcat results through wifi?

Tags:

android

I would like to know is it possible to see logcat results on my system/laptop ; when i run my app in case i dont have a datacable to connect my device.Probably through Wifi.

like image 260
Joyson Avatar asked Jan 17 '13 11:01

Joyson


People also ask

How do I find my WIFI log on Android?

Go to settings > developer options and enable the wifi verbose logging. Use the device and reproduce the issue and note the timestamp. The logger will be saved under the /storage/IPSM/Logger directory.

How do I get Logcat from device?

To gather logs (logcat) from an android phone, follow either one of the following processes. Install Android SDK from http://developer.android.com/sdk/index.html. Make sure platform-tools is included (http://developer.android.com/sdk/installing/adding-packages.html). Enable USB Debugging on your device.

How do I view android logs?

Bug ReportNavigate to device settings and enable Developer Options (see section for ADB logs) Navigate to Developer Options and tap on Take/Submit Bug Report. Select Full Report when prompted to get the full device info along with the logs. The bug report takes up to 2 minutes to be generated.


1 Answers

You can enable this as described in this tutorial.

There are also a bunch of Apps that should be capable of this, for example ADB WiFi.

like image 127
Thrakbad Avatar answered Sep 30 '22 00:09

Thrakbad