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.
问问题
9182 次
2 回答
13
在没有 ADB(使用 root)的情况下,有几种调试方法:
使用商店中的 logcat 应用程序
使用WiFi ADB应用程序
如果您使用的是 Jelly Bean 或更新版本,您将无法在没有 root 的情况下使用 logcat 应用程序。不管你运行的是哪个版本,wifi方法都需要root。
基本上,如果您没有 root 权限,您可能想要坚持使用良好的老式 USB 电缆。
于 2013-10-01T13:32:16.463 回答
-2
否,要使用您的设备进行调试,您必须使用 USB 连接。
使用 USB 插入时,它会为您的设备充电,但是我发现使用我的日间手机进行测试会由于过度充电而导致未来的电池问题。
3 年来,我从未遇到过这样的情况,即无需将设备连接到 USB 即可进行调试。
如果有人知道一种方法,尽管我很想知道。
于 2013-10-01T13:26:36.690 回答