Skip to content

Commit

Permalink
Merge pull request #4596 from willkg/1474037-fr-revert
Browse files Browse the repository at this point in the history
fix bug 1474037: revert FirefoxReality processor rule change
  • Loading branch information
willkg committed Sep 14, 2018
2 parents 7dc186f + 4ecd74c commit 0c48b85
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions socorro/processor/mozilla_transform_rules.py
Expand Up @@ -382,11 +382,6 @@ def _action(self, raw_crash, raw_dumps, processed_crash, processor_meta):
if product_name == 'FennecAndroid' and raw_crash.get('ProcessType', '') == 'content':
product_name = 'Focus'

# Rewrite FirefoxReality crashes (bug #1474037).
if ((product_name == 'FennecAndroid' and
raw_crash.get('Android_Manufacturer', '') == 'Oculus')):
product_name = 'FirefoxReality'

# If we made any product name changes, persist them and keep the
# original one so we can look at things later
if product_name != original_product_name:
Expand Down

0 comments on commit 0c48b85

Please sign in to comment.