зеркало из https://github.com/mozilla/pjs.git
add a debugging printf
This commit is contained in:
Родитель
accca6ac13
Коммит
1c2f8a7ffe
|
@ -323,6 +323,10 @@ static nsresult HandleArbitraryStartup( nsICmdLineService* cmdLineArgs, nsIPref
|
||||||
}
|
}
|
||||||
|
|
||||||
rv = cmdLineArgs->GetCmdLineValue((const char *)commandLineArg, &cmdResult);
|
rv = cmdLineArgs->GetCmdLineValue((const char *)commandLineArg, &cmdResult);
|
||||||
|
#ifdef DEBUG_CMD_LINE
|
||||||
|
printf("%s, cmdResult = %s\n",(const char *)commandLineArg,cmdResult);
|
||||||
|
#endif /* DEBUG_CMD_LINE */
|
||||||
|
|
||||||
PRBool handlesArgs = PR_FALSE;
|
PRBool handlesArgs = PR_FALSE;
|
||||||
rv = handler->GetHandlesArgs(&handlesArgs);
|
rv = handler->GetHandlesArgs(&handlesArgs);
|
||||||
if (handlesArgs) {
|
if (handlesArgs) {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче