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

Commit 01e1c645 authored by Chi Zhang's avatar Chi Zhang
Browse files

Add radio to default pull sources in statsd_testdrive.

Bug: 151642352
Test: m statsd_testdrive and manual test
Change-Id: I3411dba98b2087f401adfe374450f187b719b4b3
parent 53c55f82
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -68,6 +68,7 @@ public class TestDrive {
    };
    private static final String[] DEFAULT_PULL_SOURCES = {
            "AID_SYSTEM",
            "AID_RADIO"
    };
    private static final Logger LOGGER = Logger.getLogger(TestDrive.class.getName());