Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 524bc1fd authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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

parents 68a5b66b 98419f73
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -301,6 +301,8 @@ int adbd_main(int server_port) {
        setup_adb(addrs);
        setup_adb(addrs);
    }
    }


    LOG(INFO) << "adbd started";

    D("adbd_main(): pre init_jdwp()");
    D("adbd_main(): pre init_jdwp()");
    init_jdwp();
    init_jdwp();
    D("adbd_main(): post init_jdwp()");
    D("adbd_main(): post init_jdwp()");