VirtualBox

Changeset 28995 in vbox for trunk/src/libs/xpcom18a4/ipc


Ignore:
Timestamp:
May 4, 2010 9:35:32 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
61026
Message:

xpcom: safer debugging printouts (affect java bridge)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/src/ipcDConnectService.cpp

    r28252 r28995  
    24192419    nsCOMPtr <nsIInterfaceInfo> iinfoQ;
    24202420    dConnect->GetInterfaceInfo(aIID, getter_AddRefs(iinfoQ));
    2421     iinfoQ->GetNameShared(&nameQ);
    2422     LOG(("calling QueryInterface {%s} on peer object "
    2423          "(stub=%p, instance=0x%Lx {%s})\n",
    2424          nameQ, this, mInstance, name));
     2421    if (iinfoQ) {
     2422        iinfoQ->GetNameShared(&nameQ);
     2423        LOG(("calling QueryInterface {%s} on peer object "
     2424             "(stub=%p, instance=0x%Lx {%s})\n",
     2425             nameQ, this, mInstance, name));
     2426    }
    24252427  }
    24262428#endif
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