Changeset 77554 in vbox for trunk/src/VBox
- Timestamp:
- Mar 4, 2019 11:11:00 AM (6 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/glue/VBoxLogRelCreate.cpp
r77553 r77554 157 157 { 158 158 /* make sure that we don't flood logfiles */ 159 RTLogSetGroupLimit(pReleaseLogger, cMaxEntriesPerGroup); 159 RT_NOREF(cMaxEntriesPerGroup); // RTLogSetGroupLimit(pReleaseLogger, cMaxEntriesPerGroup); - don't commit !!! 160 160 161 161 /* explicitly flush the log, to have some info when buffering */ -
trunk/src/VBox/Main/src-client/HGCMThread.cpp
r77553 r77554 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 hreePending, STAMTYPE_COUNTER, STAMVISIBILITY_ALWAYS, STAMUNIT_COUNT,307 STAMR3RegisterFU(pUVM, &m_StatPostMsgTwoPending, 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.