VirtualBox

Changeset 84839 in vbox for trunk/src


Ignore:
Timestamp:
Jun 15, 2020 8:34:33 PM (5 years ago)
Author:
vboxsync
Message:

Guest Control/VbglR3: Temporary thrown more diagnostics into VbglR3GuestCtrlProcGetStart(). Needs to be backed out later again. bugref:9320.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibGuestCtrl.cpp

    r84837 r84839  
    12751275    const unsigned cGrowthFactor = 2;  /* By how much the buffers will grow if they're too small yet. */
    12761276
     1277    LogRel(("VbglR3GuestCtrlProcGetStart: Start\n"));
     1278
    12771279    do
    12781280    {
     
    13041306        if (RT_FAILURE(rc))
    13051307        {
     1308            LogRel(("VbglR3GuestCtrlProcGetStart: Got %Rrc\n", rc));
     1309
    13061310            if (   rc == VERR_BUFFER_OVERFLOW
    13071311                && cRetries++ < cMaxRetries)
     
    13191323
    13201324#undef GROW_STR
    1321                 LogRel2(("VbglR3GuestCtrlProcGetStart: %Rrc (retry %u, cbCmd=%RU32, cbArgs=%RU32, cbEnv=%RU32)\n",
    1322                          rc, cRetries, pStartupInfo->cbCmd, pStartupInfo->cbArgs, pStartupInfo->cbEnv));
     1325                LogRel(("VbglR3GuestCtrlProcGetStart: %Rrc (retry %u, cbCmd=%RU32, cbArgs=%RU32, cbEnv=%RU32)\n",
     1326                        rc, cRetries, pStartupInfo->cbCmd, pStartupInfo->cbArgs, pStartupInfo->cbEnv));
     1327                LogRel(("g_fVbglR3GuestCtrlHavePeekGetCancel=%d\n", g_fVbglR3GuestCtrlHavePeekGetCancel));
    13231328
    13241329                /* Only try another round if we can peek for the next bigger size; otherwise bail out on the bottom. */
     
    13541359        VbglR3GuestCtrlProcStartupInfoFree(pStartupInfo);
    13551360
     1361    LogRel(("VbglR3GuestCtrlProcGetStart: Returning %Rrc\n", rc));
     1362
    13561363    LogFlowFuncLeaveRC(rc);
    13571364    return rc;
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