VirtualBox

vbox的更動 55980 路徑 trunk/src/VBox/Debugger


忽略:
時間撮記:
2015-5-20 下午05:35:22 (10 年 以前)
作者:
vboxsync
訊息:

iprt/log.h,++: Added extended logger instance getters that also checks whether the given logger and group-flags are enabled, making the LogRel* checks more efficient in avoid uncessary RTLogLoggerEx parameter building and calls. Ditto for debug logging. The LOG_INSTANCE and LOG_REL_INSTANCE tricks are gone for now.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Debugger/DBGCCommands.cpp

    r55881 r55980  
    12181218{
    12191219    RTLogFlush(NULL);
    1220     PRTLOGGER pLogRel = RTLogRelDefaultInstance();
     1220    PRTLOGGER pLogRel = RTLogRelGetDefaultInstance();
    12211221    if (pLogRel)
    12221222        RTLogFlush(pLogRel);
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette