VirtualBox

Ignore:
Timestamp:
Sep 10, 2021 6:32:14 AM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
146845
Message:

Audio/VKAT: Logging tweaks. bugref:10008

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/utils/audio/vkat.cpp

    r91189 r91190  
    314314         * 1. Arm the (host) ValKit ATS with the recording parameters.
    315315         */
    316         RTTestPrintf(g_hTest, RTTESTLVL_DEBUG, "Telling ValKit audio driver on host to record new tone ...\n");
     316        RTTestPrintf(g_hTest, RTTESTLVL_ALWAYS, "Telling ValKit audio driver on host to record new tone ...\n");
    317317        rc = AudioTestSvcClientToneRecord(&pTstEnv->u.Host.AtsClValKit, pToneParms);
    318318        if (RT_SUCCESS(rc))
     
    324324             * 2. Tell VKAT on guest  to start playback.
    325325             */
    326             RTTestPrintf(g_hTest, RTTESTLVL_DEBUG, "Telling VKAT on guest to play tone ...\n");
     326            RTTestPrintf(g_hTest, RTTESTLVL_ALWAYS, "Telling VKAT on guest to play tone ...\n");
    327327            rc = AudioTestSvcClientTonePlay(&pTstEnv->u.Host.AtsClGuest, pToneParms);
    328328            if (RT_FAILURE(rc))
     
    336336        if (RT_SUCCESS(rc))
    337337        {
    338             RTTestPrintf(g_hTest, RTTESTLVL_DEBUG, "Playing tone done\n");
     338            RTTestPrintf(g_hTest, RTTESTLVL_ALWAYS, "Playing tone done\n");
    339339
    340340            /* Give the audio stack a random amount of time for draining data before the next iteration. */
     
    425425         * 1. Arm the (host) ValKit ATS with the playback parameters.
    426426         */
    427         RTTestPrintf(g_hTest, RTTESTLVL_DEBUG, "Telling ValKit audio driver on host to inject recording data ...\n");
     427        RTTestPrintf(g_hTest, RTTESTLVL_ALWAYS, "Telling ValKit audio driver on host to inject recording data ...\n");
    428428        rc = AudioTestSvcClientTonePlay(&pTstEnv->u.Host.AtsClValKit, &pTstParms->TestTone);
    429429        if (RT_SUCCESS(rc))
     
    432432             * 2. Tell the guest ATS to start recording.
    433433             */
    434             RTTestPrintf(g_hTest, RTTESTLVL_DEBUG, "Telling VKAT on guest to record audio ...\n");
     434            RTTestPrintf(g_hTest, RTTESTLVL_ALWAYS, "Telling VKAT on guest to record audio ...\n");
    435435            rc = AudioTestSvcClientToneRecord(&pTstEnv->u.Host.AtsClGuest, &pTstParms->TestTone);
    436436            if (RT_FAILURE(rc))
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