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

Unified Diff: appengine/findit/crash/type_enums.py

Issue 2299883005: [Findit] Add findit_for_client to do analysis based on client_id (Closed)
Patch Set: Address comments and rename findit_for_fracas to findit_for_chromecrash Created 4 years, 3 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/crash/type_enums.py
diff --git a/appengine/findit/crash/type_enums.py b/appengine/findit/crash/type_enums.py
index 0eade7c11500e0b88e8b93ce292aef42bb83f0f6..a1450f18cfcd5ad93371bb326f2c81d089294a9b 100644
--- a/appengine/findit/crash/type_enums.py
+++ b/appengine/findit/crash/type_enums.py
@@ -12,3 +12,9 @@ class CallStackFormatType(object):
class CallStackLanguageType(object):
CPP = 1
JAVA = 2
+
+
+class CrashClient(object):
+ FRACAS = 'fracas'
+ CRACAS = 'crascas'
lijeffrey 2016/09/16 16:28:56 nit: cracas?
Sharu Jiang 2016/09/19 21:36:00 Ouch, done.
+ CLUSTERFUZZ = 'clusterfuzz'

Powered by Google App Engine
This is Rietveld 408576698