VirtualBox

Ignore:
Timestamp:
Jun 29, 2010 5:16:07 PM (15 years ago)
Author:
vboxsync
Message:

webservice/xpcom: merge r63212, r63211, r63209 from 3.2 branch

Location:
trunk/src/libs/xpcom18a4/ipc/ipcd
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/ipc/ipcd/client/src/ipcdclient.cpp

    r30077 r30514  
    13471347    nsMemory::Free(targetStr);
    13481348
    1349     IPC_LogBinary((const PRUint8 *) msg->Data(), msg->DataLen());
     1349//     IPC_LogBinary((const PRUint8 *) msg->Data(), msg->DataLen());
    13501350  }
    13511351#endif
  • trunk/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/src/ipcDConnectService.cpp

    r28995 r30514  
    22612261    NS_LOG_RELEASE(this, count, "DConnectStub");
    22622262
     2263
     2264    #ifdef IPC_LOGGING
     2265    const char *name;
     2266    mIInfo->GetNameShared(&name);
     2267    LOG(("{%p} DConnectStub::Release(): peer=%d instance=0x%Lx {%s}, new count=%d\n",
     2268        this, mPeerID, mInstance, name, count));
     2269    #endif
     2270
    22632271    // mRefCntLevels may already be empty here (due to the "stabilize" trick below)
    22642272    if (mRefCntLevels.GetSize() > 0)
     
    24982506  PRUint8 i, paramCount = aInfo->GetParamCount();
    24992507
    2500   LOG(("  instance=0x%Lx\n", mInstance));
     2508#ifdef IPC_LOGGING
     2509  const char *name;
     2510  nsCOMPtr<nsIInterfaceInfo> iinfo;
     2511  GetInterfaceInfo(getter_AddRefs(iinfo));
     2512  iinfo->GetNameShared(&name);
     2513  LOG(("  instance=0x%Lx {%s}\n", mInstance, name));
    25012514  LOG(("  name=%s\n", aInfo->GetName()));
    25022515  LOG(("  param-count=%u\n", (PRUint32) paramCount));
     2516#endif
     2517
    25032518
    25042519  ipcMessageWriter writer(16 * paramCount);
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