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

Commit fe723231 authored by Mikhail Naganov's avatar Mikhail Naganov
Browse files

AAudioEndpointManager: fix log level

Fix log level for MMAP endpoint opening success.

Bug: 36785118
Change-Id: I503ff52fd76880d2eb79cf094bef9cf5a3011e24
Test: check logcat
parent da1ba20c
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);