| 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'
|
|
|