DescriptionOutput better error messages during build
The python build scripts use subprocess.check_call() for external
commands (aapt, javac, etc). On a failure, it prints the python
stacktrace, followed by the command being run (in a form that can be
copy-pasted and actually work), followed by the output from the command.
Previously, it was printing command output, then command, then
stacktrace which is much less useful.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=191300
Patch Set 1 : #
Total comments: 13
Patch Set 2 : #
Total comments: 6
Patch Set 3 : #
Messages
Total messages: 9 (0 generated)
|