VirtualBox

Ignore:
Timestamp:
Oct 11, 2021 10:45:17 AM (3 years ago)
Author:
vboxsync
Message:

Audio/Validation Kit: Made some of the verification output debug-mode only; too much noisy otherwise. ​bugref:10008

File:
1 edited

Legend:

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

    r91660 r91661  
    24552455                             cbSizeB - FileB.offStart);
    24562456
     2457#ifdef DEBUG
    24572458    int rc2 = audioTestErrorDescAddInfo(pVerJob->pErr, pVerJob->idxTest, "File A ('%s'): uOff=%RU64 (%#x), cbSize=%RU64 (%#x), cbFileSize=%RU64\n",
    24582459                                        ObjA.szName, FileA.offStart, FileA.offStart, FileA.cbSize, FileA.cbSize, cbSizeA);
     
    24622463                                   ObjB.szName, FileB.offStart, FileB.offStart, FileB.cbSize, FileB.cbSize, cbSizeB);
    24632464    AssertRC(rc2);
     2465#endif
    24642466
    24652467    uint32_t const cDiffs = audioTestFilesFindDiffsBinary(pVerJob, &FileA, &FileB, &ToneParmsA);
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