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

Commit 0f616e15 authored by Andy Hung's avatar Andy Hung Committed by Gerrit Code Review
Browse files

Merge "Print attaching module name"

parents 250abea4 f9961757
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()