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

Commit a50186bc authored by William Clark's avatar William Clark Committed by Linux Build Service Account
Browse files

SEEMP: add framework instrumentation

Instrument framework files to log events of interest for QSSP.

Change-Id: Ia93c8c895a1458014c9aac4b56afa50148721cd7
parent 60314aed
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@
#include <utils/Log.h>
#include <private/media/AudioTrackShared.h>
#include <media/IAudioFlinger.h>
#include "SeempLog.h"

#define WAIT_PERIOD_MS          10

@@ -291,6 +292,7 @@ status_t AudioRecord::set(
status_t AudioRecord::start(AudioSystem::sync_event_t event, audio_session_t triggerSession)
{
    ALOGV("start, sync event %d trigger session %d", event, triggerSession);
    SEEMPLOG_RECORD(71,"");

    AutoMutex lock(mLock);
    if (mActive) {