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

Commit 96652137 authored by shafik's avatar shafik
Browse files

Whitelist MediaProvider for statsd metrics

Now that MediaProvider is a mainline module, we need to whitelist it in
statsd in order to enable pushing metrics from it.

Test: ./out/host/linux-x86/bin/statsd_testdrive -p \
      com.google.android.providers.media.module 233
Fix: 153160314
Bug: 149669087
Change-Id: I5237663de2b24d467283d2c2b60f7155fb5b5e53
parent 43825842
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -64,7 +64,8 @@ public class TestDrive {
            "AID_LMKD",
            "com.android.managedprovisioning",
            "AID_MEDIA",
            "AID_NETWORK_STACK"
            "AID_NETWORK_STACK",
            "com.google.android.providers.media.module",
    };
    private static final String[] DEFAULT_PULL_SOURCES = {
            "AID_SYSTEM",