mlopatkin / andlogview

Tool for viewing application logs from Android devices.
https://andlogview.mlopatkin.name/
Apache License 2.0
42 stars 6 forks source link

Investigate wireless ADB pairing support #241

Open mlopatkin opened 2 years ago

mlopatkin commented 2 years ago

This is a eature of Android 11. See the Android Studio guide for the reference.

mlopatkin commented 2 years ago

The implementation seems to live in the new adb frontend library adblib. I can start from AdbHostServicesImpl and jump into this rabbit hole. Looks like the device discovery is based on mDNS and lives in the adb client.