commit | c6f227fceefcbb6325d4261f4593e073e2611e61 | [log] [tgz] |
---|---|---|
author | Andy Hung <hunga@google.com> | Tue Jul 18 18:31:50 2023 -0700 |
committer | Andy Hung <hunga@google.com> | Fri Jul 21 10:41:32 2023 -0700 |
tree | 66c0ded49b45cb8e10ad09f6dc4d1a68a9374250 | |
parent | f52264bd4d69a5c192e203edab964d971162e229 [diff] [blame] |
AudioFlinger: Update PatchCommandThread class includes Test: atest AudioRecordTest AudioTrackTest Test: Camera YouTube Bug: 292018229 Change-Id: I20843c9ebb489238cbcc761ae46147132c60db5a
diff --git a/services/audioflinger/PatchCommandThread.cpp b/services/audioflinger/PatchCommandThread.cpp index 2849da4..8d5eb9f 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 {