Changeset 77553 in vbox
- Timestamp:
- Mar 4, 2019 11:10:12 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 129158
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/glue/VBoxLogRelCreate.cpp
r77549 r77553 157 157 { 158 158 /* make sure that we don't flood logfiles */ 159 RT_NOREF(cMaxEntriesPerGroup); // RTLogSetGroupLimit(pReleaseLogger, cMaxEntriesPerGroup); - don't commit !!! 159 RTLogSetGroupLimit(pReleaseLogger, cMaxEntriesPerGroup); 160 160 161 161 /* explicitly flush the log, to have some info when buffering */ -
trunk/src/VBox/Main/src-client/HGCMThread.cpp
r77191 r77553 305 305 "Times a message was appended to input queue with only one pending message.", 306 306 "/HGCM/%s/PostMsg2Pending", pszStatsSubDir); 307 STAMR3RegisterFU(pUVM, &m_StatPostMsgT woPending, STAMTYPE_COUNTER, STAMVISIBILITY_ALWAYS, STAMUNIT_COUNT,307 STAMR3RegisterFU(pUVM, &m_StatPostMsgThreePending, STAMTYPE_COUNTER, STAMVISIBILITY_ALWAYS, STAMUNIT_COUNT, 308 308 "Times a message was appended to input queue with only one pending message.", 309 309 "/HGCM/%s/PostMsg3Pending", pszStatsSubDir);
Note:
See TracChangeset
for help on using the changeset viewer.