Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android debug without USB

I use Eclipse and I want to debug my app using my device but without damaging its battery, because I should always charge it when it's still not discharged. Is it possible to connect a device to adb without connecting it via USB?
I tried with logcat apps but it's a bit uncomfortable. I searched an app that doesn't require root and records the log but I didn't found it.

like image 922
Umberto Avatar asked Dec 02 '25 04:12

Umberto


1 Answers

There are a couple ways to debug without ADB(with root):

  • Use a logcat application from the store

  • Use a WiFi ADB app

If you're using Jelly Bean or newer, you won't be able to use the logcat apps without root. No matter which version you're running, the wifi method requires root.

Basically, if you don't have root, you might want to stick with a good old fashioned USB cable.

like image 93
Geobits Avatar answered Dec 04 '25 21:12

Geobits



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!