Skip to content

Commit 3dd569a

Browse files
authored
Log output in android.run_command to dump bad build logs (#4004)
This will help debug crbug.com/334940028.
1 parent fa95eb4 commit 3dd569a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/clusterfuzz/_internal/system/process_handler.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,8 @@ def run_process(cmdline,
176176
android.logger.clear_log()
177177

178178
# Run the app.
179-
adb_output = android.adb.run_command(cmdline, timeout=timeout)
179+
adb_output = android.adb.run_command(
180+
cmdline, timeout=timeout, log_output=True)
180181
else:
181182
cmd = shell.get_command(cmdline)
182183

0 commit comments

Comments
 (0)