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

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

Merge "Print attaching module name" am: 0f616e15

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

Change-Id: Ic8a65a03f4c11361541e9192720eedd3b27a063a
parents 618b6023 0f616e15
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()