VirtualBox

Ignore:
Timestamp:
Jul 6, 2021 8:59:11 AM (4 years ago)
Author:
vboxsync
Message:

Audio/ValKit: Added a debug message to the test command to conveniently reproduce the verification process with gdb. bugref:10008

File:
1 edited

Legend:

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

    r89992 r90044  
    926926                RTTestFailed(g_hTest, "Verification failed with %Rrc", rc);
    927927
     928#ifdef DEBUG
     929            if (g_fDrvAudioDebug)
     930                RTTestPrintf(g_hTest, RTTESTLVL_ALWAYS,
     931                             "\n"
     932                             "Use the following command line to re-run verification in the debugger:\n"
     933                             "gdb --args ./VBoxAudioTest -vvvv --debug-audio verify \"%s\" \"%s\"\n",
     934                             SetA.szPathAbs, SetB.szPathAbs);
     935#endif
    928936            if (!g_fDrvAudioDebug) /* Don't wipe stuff when debugging. Can be useful for introspecting data. */
    929937                AudioTestSetWipe(&SetB);
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