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

Commit 2579bb76 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "adbd: add a log message on start." am: 524bc1fd

Change-Id: I5964c15b39c6caef0d053d707c24b922d6523998
parents 4ef970d4 524bc1fd
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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()");