Bug 1180533 - Disable BackgroundHangMonitor on gonk

This commit is contained in:
Fabrice Desré 2015-07-05 18:30:51 -07:00
parent 4d5dc30f0f
commit 6929a81516

View File

@ -61,7 +61,8 @@ LOCAL_INCLUDES += [
# BHR disabled for Release builds because of bug 965392.
# BHR disabled for debug builds because of bug 979069.
if CONFIG['MOZ_UPDATE_CHANNEL'] not in ('release') and not CONFIG['MOZ_DEBUG']:
# BHR disabled on gonk because of bug 1180533
if CONFIG['MOZ_UPDATE_CHANNEL'] not in ('release') and not CONFIG['MOZ_DEBUG'] and not CONFIG['MOZ_WIDGET_TOOLKIT'] == 'gonk':
DEFINES['MOZ_ENABLE_BACKGROUND_HANG_MONITOR'] = 1
FAIL_ON_WARNINGS = True