Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8b8293de authored by Andy Hung's avatar Andy Hung Committed by Automerger Merge Worker
Browse files

Merge "Print attaching module name" am: 0f616e15 am: f28d8523

Original change: https://android-review.googlesource.com/c/platform/frameworks/av/+/1762426

Change-Id: Ib53ed5904a59737e15938a34d4b7d83de87507c3
parents f16889bd f28d8523
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,9 +30,9 @@ namespace android {
// --- PolicyAudioPort class implementation
void PolicyAudioPort::attach(const sp<HwModule>& module)
{
    mModule = module;
    ALOGV("%s: attaching module %s to port %s",
            __FUNCTION__, getModuleName(), asAudioPort()->getName().c_str());
    mModule = module;
}

void PolicyAudioPort::detach()