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

Unified Diff: appengine/findit/handlers/crash/crash_handler.py

Issue 2414523002: [Findit] Reorganizing findit_for_*.py (Closed)
Patch Set: trying to fix some tests Created 4 years, 2 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
Index: appengine/findit/handlers/crash/crash_handler.py
diff --git a/appengine/findit/handlers/crash/crash_handler.py b/appengine/findit/handlers/crash/crash_handler.py
index 64970dda5c61d4bed496a3a2d34ae932bf661836..6aade6349ac6fb15b88e18a321971ddf399062d9 100644
--- a/appengine/findit/handlers/crash/crash_handler.py
+++ b/appengine/findit/handlers/crash/crash_handler.py
@@ -109,7 +109,7 @@ class CrashHandler(BaseHandler):
crash_data['client_id'],
crash_data['platform'],
crash_data['stack_trace'],
- crash_data['customized_data'],
+ crash_data['customized_data']['channel'],
Sharu Jiang 2016/10/12 17:46:29 ? This is not correct, the 'historical_metadata' g
wrengr 2016/10/12 21:14:51 ScheduleNewAnalysisForCrash (the version in this C
Sharu Jiang 2016/10/12 22:35:03 The function is to schedule analysis for any clien
wrengr 2016/10/18 23:13:54 As mentioned elsewhere, I mislike having this 'cus
queue_name=constants.CRASH_ANALYSIS_QUEUE[crash_data['client_id']])
except (KeyError, ValueError): # pragma: no cover.
# TODO: save exception in datastore and create a page to show them.

Powered by Google App Engine
This is Rietveld 408576698