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

Commit 8c22cb1c authored by Ray Essick's avatar Ray Essick
Browse files

Open some more metrics from app-space

allow some more metrics through that are now being generated from
app-side contexts instead of within media services.

Bug: 71874383
Test: logcat/dumpsys
parent c01a25e1
Loading
Loading
Loading
Loading
+4 −1
Original line number Original line Diff line number Diff line
@@ -632,8 +632,11 @@ void MediaAnalyticsService::deleteItem(List<MediaAnalyticsItem *> *l, MediaAnaly


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


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