commit | 1631d1c56df4c455988539bdc574d2e47fb38846 | [log] [tgz] |
---|---|---|
author | Andy Hung <hunga@google.com> | Wed Jun 07 21:19:21 2017 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Wed Jun 07 21:19:21 2017 +0000 |
tree | ee78714aface728c53bd1021a16f17d8464cbb18 | |
parent | d3448da042e991a6feac53764c72ce075fe7835f [diff] | |
parent | 02caae5a1581a19a9a8bdf9f34acb24dea76db5c [diff] |
Merge "Remove powerlog from audio hal" into oc-dev
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;