New issue
Advanced search Search tips

Issue 881600 link

Starred by 1 user

Issue metadata

Status: Closed
Owner:
Closed: Oct 1
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Task



Sign in to add a comment

Remove command-line hack from custom action DLL

Project Member Reported by rkjnsn@chromium.org, Sep 6

Issue description

The logging initialization code currently tries to check for command-line flags without first checking that the global command-line object has been initialized. Since our custom action DLL has to command-line, it has to work around this issue by initializing the global object with a dummy command line.

We should update the logging code to only check the command-line if it exists, at which point we can remove the workaround.
 
Status: Closed (was: Assigned)
Obsolete, as we went with a different approach for the Windows installer.

Sign in to add a comment