Loading services/audiopolicy/service/AudioPolicyInterfaceImpl.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -593,7 +593,7 @@ status_t AudioPolicyService::startInput(audio_port_handle_t portId) } // including successes gets very verbose // but once we cut over to westworld, log them all. // but once we cut over to statsd, log them all. if (status != NO_ERROR) { static constexpr char kAudioPolicy[] = "audiopolicy"; Loading services/mediametrics/AudioPowerUsage.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ #define PROP_AUDIO_METRICS_DISABLED "persist.media.audio_metrics.power_usage_disabled" #define AUDIO_METRICS_DISABLED_DEFAULT (false) // property to set how long to send audio power use metrics data to westworld, default is 24hrs // property to set how long to send audio power use metrics data to statsd, default is 24hrs #define PROP_AUDIO_METRICS_INTERVAL_HR "persist.media.audio_metrics.interval_hr" #define INTERVAL_HR_DEFAULT (24) Loading services/mediametrics/MediaMetricsService.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -185,7 +185,7 @@ status_t MediaMetricsService::submitInternal(mediametrics::Item *item, bool rele } if (!isTrusted || item->getTimestamp() == 0) { // Westworld logs two times for events: ElapsedRealTimeNs (BOOTTIME) and // Statsd logs two times for events: ElapsedRealTimeNs (BOOTTIME) and // WallClockTimeNs (REALTIME), but currently logs REALTIME to cloud. // // For consistency and correlation with other logging mechanisms Loading services/mediametrics/MediaMetricsService.h +1 −1 Original line number Diff line number Diff line Loading @@ -65,7 +65,7 @@ public: static nsecs_t roundTime(nsecs_t timeNs); /** * Returns true if we should use uid for package name when uploading to WestWorld. * Returns true if we should use uid for package name when uploading to statsd. */ static bool useUidForPackage(const std::string& package, const std::string& installer); Loading Loading
services/audiopolicy/service/AudioPolicyInterfaceImpl.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -593,7 +593,7 @@ status_t AudioPolicyService::startInput(audio_port_handle_t portId) } // including successes gets very verbose // but once we cut over to westworld, log them all. // but once we cut over to statsd, log them all. if (status != NO_ERROR) { static constexpr char kAudioPolicy[] = "audiopolicy"; Loading
services/mediametrics/AudioPowerUsage.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ #define PROP_AUDIO_METRICS_DISABLED "persist.media.audio_metrics.power_usage_disabled" #define AUDIO_METRICS_DISABLED_DEFAULT (false) // property to set how long to send audio power use metrics data to westworld, default is 24hrs // property to set how long to send audio power use metrics data to statsd, default is 24hrs #define PROP_AUDIO_METRICS_INTERVAL_HR "persist.media.audio_metrics.interval_hr" #define INTERVAL_HR_DEFAULT (24) Loading
services/mediametrics/MediaMetricsService.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -185,7 +185,7 @@ status_t MediaMetricsService::submitInternal(mediametrics::Item *item, bool rele } if (!isTrusted || item->getTimestamp() == 0) { // Westworld logs two times for events: ElapsedRealTimeNs (BOOTTIME) and // Statsd logs two times for events: ElapsedRealTimeNs (BOOTTIME) and // WallClockTimeNs (REALTIME), but currently logs REALTIME to cloud. // // For consistency and correlation with other logging mechanisms Loading
services/mediametrics/MediaMetricsService.h +1 −1 Original line number Diff line number Diff line Loading @@ -65,7 +65,7 @@ public: static nsecs_t roundTime(nsecs_t timeNs); /** * Returns true if we should use uid for package name when uploading to WestWorld. * Returns true if we should use uid for package name when uploading to statsd. */ static bool useUidForPackage(const std::string& package, const std::string& installer); Loading