简体   繁体   中英

How can I check my Logcat without being connected?

I want to see the messages of Logcat without being connected. Is it possible?

You can attach your device with Wifi ADB once you connected with ADB remove the cable and you can run the app, debug code for this you need Wifi ADB plugin.

Go to File>>Setting>>plugin>>>Browse Repositories . after installing you can see you Wifi ADB at right side Bar.

Remember...Your system and your device should be on the same internet connection.

By without being connected , if you mean without being connected via cable, there is option to connect to adb via wifi.

1.connect your device via USB

2.Then connect your device to WIFI and get the IP address(say 192.168.0.101). While still connect via usb type this in command line or via Android Studio Terminal

adb tcpip 5555
adb connect 192.168.0.101:5555

check here for details

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM