Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
doc/ | 03-May-2024 | - | 149 | 124 | ||
Android.bp | D | 03-May-2024 | 1.1 KiB | 40 | 37 | |
README.md | D | 03-May-2024 | 414 | 7 | 5 | |
adb_connection_maintainer.cpp | D | 03-May-2024 | 5.7 KiB | 190 | 134 | |
adb_connection_maintainer.h | D | 03-May-2024 | 783 | 25 | 5 | |
main.cpp | D | 03-May-2024 | 2.2 KiB | 77 | 47 |
README.md
1Manages state in the adb server pertaining to a Cuttlefish device. The ADB 2server does not automatically discover Cuttlefish devices, so this process 3sends register and deregister messages to the ADB server to inform it of 4the device state. 5 6[![Linkage diagram](./doc/linkage.png)](https://cs.android.com/android/platform/superproject/+/master:device/google/cuttlefish/host/frontend/adb_connector/doc/linkage.svg) 7