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

Commit fa965d96 authored by Yabin Cui's avatar Yabin Cui Committed by Gerrit Code Review
Browse files

Merge "adb: move adb to poll."

parents d9076f21 a1080167
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -177,6 +177,7 @@ static void setup_trace_mask() {
        {"jdwp", TRACE_JDWP},
        {"jdwp", TRACE_JDWP},
        {"services", TRACE_SERVICES},
        {"services", TRACE_SERVICES},
        {"auth", TRACE_AUTH},
        {"auth", TRACE_AUTH},
        {"fdevent", TRACE_FDEVENT},
        {"shell", TRACE_SHELL}};
        {"shell", TRACE_SHELL}};


    std::vector<std::string> elements = android::base::Split(trace_setting, " ");
    std::vector<std::string> elements = android::base::Split(trace_setting, " ");
+202 −563

File changed.

Preview size limit exceeded, changes collapsed.

+48 −2

File changed.

Preview size limit exceeded, changes collapsed.