Skip to content

Commit

Permalink
Bug 718066 - Disable Firefox Health Report on Linux; r=trivial
Browse files Browse the repository at this point in the history
Due to crasher.
  • Loading branch information
indygreg committed Jan 12, 2013
1 parent ff23f68 commit 88aca4a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion browser/confvars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,11 @@ MOZ_SAFE_BROWSING=1
MOZ_SERVICES_AITC=1
MOZ_SERVICES_COMMON=1
MOZ_SERVICES_CRYPTO=1
MOZ_SERVICES_HEALTHREPORT=1

if test "$OS_ARCH" != "Linux"; then
MOZ_SERVICES_HEALTHREPORT=1
fi

MOZ_SERVICES_METRICS=1
MOZ_SERVICES_SYNC=1
MOZ_APP_VERSION=$FIREFOX_VERSION
Expand Down

0 comments on commit 88aca4a

Please sign in to comment.