VirtualBox

Changeset 106243 in vbox for trunk/src/VBox/Additions/WINNT


Ignore:
Timestamp:
Oct 8, 2024 4:45:56 PM (5 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
165034
Message:

GA/Windows: Temporary commit to redirect GA verbose logs from VBoxService.exe and VBoxTray.exe into the backdoor. bugref:10714

File:
1 edited

Legend:

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

    r106061 r106243  
    8080*   Global Variables                                                                                                             *
    8181*********************************************************************************************************************************/
    82 int                   g_cVerbosity             = 0;
     82int                   g_cVerbosity             = 1;
    8383HANDLE                g_hStopSem;
    8484HANDLE                g_hSeamlessWtNotifyEvent = 0;
     
    524524    RTERRINFOSTATIC ErrInfo;
    525525    int rc = RTLogCreateEx(&g_pLoggerRelease, s_szEnvVarPfx,
    526                            RTLOGFLAGS_PREFIX_THREAD | RTLOGFLAGS_PREFIX_TIME_PROG | RTLOGFLAGS_USECRLF,
     526                           RTLOGFLAGS_PREFIX_THREAD /*| RTLOGFLAGS_PREFIX_TIME_PROG*/ | RTLOGFLAGS_USECRLF,
    527527                           s_szGroupSettings, RT_ELEMENTS(s_apszGroups), s_apszGroups, UINT32_MAX,
    528                            0 /*cBufDescs*/, NULL /*paBufDescs*/, RTLOGDEST_STDOUT,
     528                           0 /*cBufDescs*/, NULL /*paBufDescs*/, RTLOGDEST_STDOUT | RTLOGDEST_USER,
    529529                           vboxTrayLogHeaderFooter, g_cHistory, g_uHistoryFileSize, g_uHistoryFileTime,
    530530                           NULL /*pOutputIf*/, NULL /*pvOutputIfUser*/,
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