VirtualBox

Changeset 105896 in vbox


Ignore:
Timestamp:
Aug 29, 2024 6:50:48 AM (5 months ago)
Author:
vboxsync
Message:

Additions/VBoxTray: For release builds we always want all groups being logged in verbose mode.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxTray.cpp

    r105581 r105896  
    544544        {
    545545            /* All groups we want to enable logging for VBoxTray. */
     546#ifdef DEBUG
    546547            const char *apszGroups[] = { "guest_dnd", "shared_clipboard" };
     548#else /* For release builds we always want all groups being logged in verbose mode. Don't change this! */
     549            const char *apszGroups[] = { "all" };
     550#endif
    547551            char        szGroupSettings[_1K];
    548552
     
    561565                {
    562566                    case 1:
    563                         rc = RTStrCat(szGroupSettings, sizeof(szGroupSettings), ".e.l");
    564                         break;
    565 
    566                     case 2:
    567567                        rc = RTStrCat(szGroupSettings, sizeof(szGroupSettings), ".e.l.l2");
    568568                        break;
    569569
     570                    case 2:
     571                        rc = RTStrCat(szGroupSettings, sizeof(szGroupSettings), ".e.l.l2.l3");
     572                        break;
     573
    570574                    case 3:
    571                         rc = RTStrCat(szGroupSettings, sizeof(szGroupSettings), ".e.l.l2.l3");
     575                        rc = RTStrCat(szGroupSettings, sizeof(szGroupSettings), ".e.l.l2.l3.l4");
    572576                        break;
    573577
     
    575579                        RT_FALL_THROUGH();
    576580                    default:
    577                         rc = RTStrCat(szGroupSettings, sizeof(szGroupSettings), ".e.l.l2.l3.f");
     581                        rc = RTStrCat(szGroupSettings, sizeof(szGroupSettings), ".e.l.l2.l3.l4.f");
    578582                        break;
    579583                }
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