release-request-011e6329-d82e-4e46-980f-68776b0cd6b9-for-git_oc-release-4080367 snap-temp-L79900000072116775

Change-Id: I4a639b64b4a7ac53399297b4d9f49c91462fb16f
diff --git a/hal/audio_hw.c b/hal/audio_hw.c
index 6f0c9c9..2349a56 100644
--- a/hal/audio_hw.c
+++ b/hal/audio_hw.c
@@ -3434,7 +3434,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;