| commit | 5709170556e12521b32074f5242efcfceb84cbe3 | [log] [tgz] |
|---|---|---|
| author | Andy Hung <hunga@google.com> | Tue Jul 18 18:31:50 2023 -0700 |
| committer | Andy Hung <hunga@google.com> | Mon Oct 09 14:11:16 2023 -0700 |
| tree | 2190a7736ced6a6ea0a5f82995ab93408329e9b8 | |
| parent | 70a62f202ce66bb53139c60eebc11dd342301dc7 [diff] [blame] |
AudioFlinger: Update PatchCommandThread class includes Test: atest AudioRecordTest AudioTrackTest Test: Camera YouTube Bug: 292018229 Merged-In: I20843c9ebb489238cbcc761ae46147132c60db5a Change-Id: I20843c9ebb489238cbcc761ae46147132c60db5a
diff --git a/services/audioflinger/PatchCommandThread.cpp b/services/audioflinger/PatchCommandThread.cpp index 46d6549..c3259f1 100644 --- a/services/audioflinger/PatchCommandThread.cpp +++ b/services/audioflinger/PatchCommandThread.cpp
@@ -18,7 +18,9 @@ #define LOG_TAG "AudioFlinger::PatchCommandThread" //#define LOG_NDEBUG 0 -#include "AudioFlinger.h" +#include "PatchCommandThread.h" + +#include <utils/Log.h> namespace android {