Merge "adbd: add a log message on start."

This commit is contained in:
Treehugger Robot 2020-04-21 17:00:43 +00:00 committed by Gerrit Code Review
commit 524bc1fdc6

View file

@ -301,6 +301,8 @@ int adbd_main(int server_port) {
setup_adb(addrs);
}
LOG(INFO) << "adbd started";
D("adbd_main(): pre init_jdwp()");
init_jdwp();
D("adbd_main(): post init_jdwp()");