Changeset 90829 in vbox for trunk/src/VBox/Main/src-helper-apps/OpenGLTest
- Timestamp:
- Aug 24, 2021 10:26:07 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 146464
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-helper-apps/OpenGLTest/OpenGLTestApp.cpp
r86859 r90829 296 296 } 297 297 298 int vrc = RTLogCreateEx(&loggerRelease, fFlags, "all", 299 "VBOX_RELEASE_LOG", RT_ELEMENTS(s_apszGroups), s_apszGroups, UINT32_MAX, enmLogDest, 300 NULL /* pfnBeginEnd */, 0 /* cHistory */, 0 /* cbHistoryFileMax */, 0 /* uHistoryTimeMax */, 301 NULL /* pErrInfo */, pszFilenameFmt, pszFilename, RTTimeMilliTS()); 298 299 int vrc = RTLogCreateEx(&loggerRelease, "VBOX_RELEASE_LOG", fFlags, "all", RT_ELEMENTS(s_apszGroups), s_apszGroups, UINT32_MAX, 300 NULL /*pfnFlush*/, 0 /*cBufDescs*/, NULL /*paBufDescs*/, enmLogDest, 301 NULL /*pfnBeginEnd*/, 0 /*cHistory*/, 0 /*cbHistoryFileMax*/, 0 /*uHistoryTimeMax*/, 302 NULL /*pErrInfo*/, pszFilenameFmt, pszFilename, RTTimeMilliTS()); 302 303 if (RT_SUCCESS(vrc)) 303 304 {
Note:
See TracChangeset
for help on using the changeset viewer.