New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 737771 link

Starred by 1 user

Issue metadata

Status: Untriaged
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 2
Type: Bug



Sign in to add a comment

generate_logs command always creating the debug log file in "/tmp" folder (--output option is not working.)

Project Member Reported by sontis@chromium.org, Jun 28 2017

Issue description

Chrome Version: 60.0.3112.50
OS: 9592.37.0

What steps will reproduce the problem?
(1) Run "generate_logs --output /home/chronos/user/Downloads"

What is the expected result?
Debug log file should be created in "/home/chronos/user/Downloads" folder.

What happens instead?
Debug log file created in "/tmp" folder.



 

Comment 1 by vapier@chromium.org, Jun 28 2017

i'm fairly certain your invocation is incorrect.  you need to use = in there.

 ... --output=/foo/...

Sign in to add a comment