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

Commit 98419f73 authored by Josh Gao's avatar Josh Gao
Browse files

adbd: add a log message on start.

Make it easier to identify adbd's PIDs for coverage purposes by adding
an explicit log message to grep for.

Test: manual
Change-Id: I47e13417c0d9adb7d427414fd70c218f988909f5
parent 916320eb
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()");