Remove command-line hack from custom action DLL |
|
Issue descriptionThe 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. |
|
►
Sign in to add a comment |
|
Comment 1 by rkjnsn@chromium.org
, Oct 1