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

Unified Diff: breakpad.py

Issue 462022: Disable braekpad automatic registration while we figure out stuff (Closed)
Patch Set: Created 11 years 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 36ac138d12f1d775e601527f91cd99a985887e8f..8efe82a9a285515301e1e60b52063d2ff04eeb38 100644
--- a/breakpad.py
+++ b/breakpad.py
@@ -29,7 +29,7 @@ def SendStack(stack, url='http://chromium-status.appspot.com/breakpad'):
print('There was a failure while trying to send the stack trace. Too bad.')
-@atexit.register
+#@atexit.register
def CheckForException():
if 'test' in sys.modules['__main__'].__file__:
# Probably a unit test.
« 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