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

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: Rebase. 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..b762a49d2cefd5e8d5f4cf5f37a5ffe4fa23d14f 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 = 'cracas'
+ CLUSTERFUZZ = 'clusterfuzz'
« no previous file with comments | « appengine/findit/crash/test/findit_for_fracas_test.py ('k') | appengine/findit/handlers/crash/crash_handler.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698