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

Commit f5077c34 authored by Eric Laurent's avatar Eric Laurent Committed by Android (Google) Code Review
Browse files

Merge "audioflinger: fix wait for media.log service"

parents f1065779 94ca1148
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -197,7 +197,12 @@ AudioFlinger::AudioFlinger()
        mNextUniqueIds[use] = AUDIO_UNIQUE_ID_USE_MAX;
    }

#if 1
    // FIXME See bug 165702394 and bug 168511485
    const bool doLog = false;
#else
    const bool doLog = property_get_bool("ro.test_harness", false);
#endif
    if (doLog) {
        mLogMemoryDealer = new MemoryDealer(kLogMemorySize, "LogWriters",
                MemoryHeapBase::READ_ONLY);