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

Commit bbcbbe4f authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Open some more metrics from app-space"

parents 03570a65 8c22cb1c
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -632,8 +632,11 @@ void MediaAnalyticsService::deleteItem(List<MediaAnalyticsItem *> *l, MediaAnaly

static std::string allowedKeys[] =
{
    "audiorecord",
    "audiotrack",
    "codec",
    "extractor"
    "extractor",
    "nuplayer",
};

static const int nAllowedKeys = sizeof(allowedKeys) / sizeof(allowedKeys[0]);