Merge "Remove powerlog from audio hal" into oc-dev am: 1631d1c56d
am: 545beebc5a
Change-Id: I9abaa0ad544d5a2e46ae2fa22b8c69e54b274fab
diff --git a/hal/audio_hw.c b/hal/audio_hw.c
index e689b28..cca56ec 100644
--- a/hal/audio_hw.c
+++ b/hal/audio_hw.c
@@ -3693,7 +3693,7 @@
// power_log may be null if the format is not supported
// or not a userdebug or eng build.
- if (is_userdebug_or_eng_build()) {
+ if (false /* is_userdebug_or_eng_build() */) {
const size_t POWER_LOG_FRAMES_PER_ENTRY =
(long long)config->sample_rate * POWER_LOG_SAMPLING_INTERVAL_MS / 1000;