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

Commit d6a6c677 authored by Ray Essick's avatar Ray Essick
Browse files

Enable media metrics by default

flips the bit so that media metrics are gathered on the device by
default. This is (not yet) for the uploading of any collected metrics.

This is a standalone CL that can be reverted without any entanglements
to other changes and enhancements.  But let's hope it doesn't come to
that.

Bug: 34715856
Test: build and boot -- see collected metrics (dumpsys media.metrics)
parent 1d399328
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@ const MediaAnalyticsItem::Key MediaAnalyticsItem::kKeyNone = "none";

const char * const MediaAnalyticsItem::EnabledProperty  = "media.metrics.enabled";
const char * const MediaAnalyticsItem::EnabledPropertyPersist  = "persist.media.metrics.enabled";
const int MediaAnalyticsItem::EnabledProperty_default  = 0;
const int MediaAnalyticsItem::EnabledProperty_default  = 1;


// access functions for the class