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

Unified Diff: chrome/tools/process_dumps_linux.py

Issue 3236007: Linux Reliability Bot: set the correct name for 64-bit Breakpad symbol files.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/tools/process_dumps_linux.py
===================================================================
--- chrome/tools/process_dumps_linux.py (revision 57895)
+++ chrome/tools/process_dumps_linux.py (working copy)
@@ -207,7 +207,7 @@
if bits == 32:
symbol_file = 'chrome.breakpad.ia32'
elif bits == 64:
- symbol_file = 'chrome.breakpad.ia64'
+ symbol_file = 'chrome.breakpad.x64'
else:
print 'Unknown architecture'
return 1
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698