Skip to content

Commit

Permalink
Revert "fix bug 1474037: add rewrite rule for FirefoxReality"
Browse files Browse the repository at this point in the history
This reverts commit 1dacd18.
  • Loading branch information
willkg committed Sep 14, 2018
1 parent 71694ac commit 4ecd74c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions socorro/processor/mozilla_transform_rules.py
Expand Up @@ -382,10 +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 4ecd74c

Please sign in to comment.