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

Unified Diff: breakpad.py

Issue 5131005: Add python's version in breakpad stack traces (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 10 years, 1 month 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: breakpad.py
diff --git a/breakpad.py b/breakpad.py
index f8f1a1b5aa77f95b43ef74359a157c0a9396ad4f..e6f4446b939faebc0a6d0dfdeabb94d78bd51b7b 100644
--- a/breakpad.py
+++ b/breakpad.py
@@ -40,6 +40,7 @@ def SendStack(last_tb, stack, url=None):
'exception': last_tb,
'host': socket.getfqdn(),
'cwd': os.getcwd(),
+ 'version': sys.version,
}
# No exception type(s) specified
# pylint: disable=W0702
« 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