Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(57)

Unified Diff: archive_build.sh

Issue 3166029: Store away breakpad symbols in debug.tgz (Closed) Base URL: http://src.chromium.org/git/crosutils.git
Patch Set: Change default to not regenerate when uploading symbols Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | upload_symbols » ('j') | upload_symbols » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: archive_build.sh
diff --git a/archive_build.sh b/archive_build.sh
index be082c2f192f0328d2d98c76e1073a5928a6892c..7f7e53a3d48d8d942b4c5a0332a144ca47736e57 100755
--- a/archive_build.sh
+++ b/archive_build.sh
@@ -230,6 +230,8 @@ gsutil_archive "${ZIPFILE}" "${LAST_CHANGE}/${FLAGS_zipname}"
if [ $FLAGS_archive_debug -eq $FLAGS_TRUE ]
then
+ echo "Generating Breakpad symbols"
+ ! ${SCRIPTS_DIR}/cros_generate_breakpad_symbols --board=${FLAGS_board}
echo "Creating debug archive"
pushd "${FLAGS_chroot}/build/${FLAGS_board}/usr/lib"
sudo tar czf "${OUTDIR}/debug.tgz" --checkpoint=1000 --exclude\
« no previous file with comments | « no previous file | upload_symbols » ('j') | upload_symbols » ('J')

Powered by Google App Engine
This is Rietveld 408576698