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

Commit f6d6c888 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "AAudioEndpointManager: fix log level"

parents 85e3d7c5 fe723231
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -151,7 +151,7 @@ sp<AAudioServiceEndpoint> AAudioEndpointManager::openExclusiveEndpoint(
        return nullptr;
    } else {
        sp<AAudioServiceEndpointMMAP> endpointMMap = new AAudioServiceEndpointMMAP();
        ALOGE("AAudioEndpointManager.openEndpoint(),created MMAP %p", endpointMMap.get());
        ALOGD("AAudioEndpointManager.openEndpoint(), created MMAP %p", endpointMMap.get());
        endpoint = endpointMMap;

        aaudio_result_t result = endpoint->open(request);