From 9addb1e18f1fab77583c908d1c82b0d4d967ccac Mon Sep 17 00:00:00 2001 From: "maruel@chromium.org" Date: Wed, 12 May 2010 00:04:20 +0000 Subject: [PATCH] Don't ask to upload a stack trace anymore. The code proved to be robust enough to not do false positive, i.e. no non-googler stack trace has been uploaded up to date. So stop wasting users time and just do it. BUG=none TEST=none Review URL: http://codereview.chromium.org/2014012 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@46992 0039d316-1c4b-4281-b951-d872f2087c98 --- breakpad.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/breakpad.py b/breakpad.py index ff81d0548..2d662d7e7 100644 --- a/breakpad.py +++ b/breakpad.py @@ -15,9 +15,6 @@ import sys def SendStack(stack, url='http://chromium-status.appspot.com/breakpad'): - print 'Do you want to send a crash report [y/N]? ', - if sys.stdin.read(1).lower() != 'y': - return print 'Sending crash report ...' try: params = {