VirtualBox

Changeset 74034 in vbox


Ignore:
Timestamp:
Sep 3, 2018 9:46:02 AM (6 years ago)
Author:
vboxsync
Message:

Audio/DrvHostCoreAudio: Logging.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Audio/DrvHostCoreAudio.cpp

    r73838 r74034  
    12691269    AssertPtr(pCAStream->pCfg);
    12701270
    1271     LogFunc(("Starting pCAStream=%p\n", pCAStream));
    1272 
    12731271    const bool fIn = pCAStream->pCfg->enmDir == PDMAUDIODIR_IN;
     1272
     1273    LogFunc(("Thread started for pCAStream=%p, fIn=%RTbool\n", pCAStream, fIn));
    12741274
    12751275    /*
     
    13441344    AudioQueueDispose(pCAStream->audioQueue, 1);
    13451345
    1346     LogFunc(("Ended pCAStream=%p\n", pCAStream));
     1346    LogFunc(("Thread ended for pCAStream=%p, fIn=%RTbool\n", pCAStream, fIn));
    13471347    return VINF_SUCCESS;
    13481348}
     
    15211521{
    15221522    int rc = VINF_SUCCESS;
     1523
     1524    Log3Func(("pCAStream=%p\n", pCAStream));
    15231525
    15241526    for (size_t i = 0; i < RT_ELEMENTS(pCAStream->audioBuffer); i++)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette