No Bug - Log update data for fennec (when not using Google Play). r=nalexander

Differential Revision: https://phabricator.services.mozilla.com/D15869

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Justin Wood 2019-01-14 14:39:04 +00:00
parent 98eed596c7
commit 05f724de1d

View File

@ -200,6 +200,8 @@ public class UpdateServiceHelper {
.replace("%DISTRIBUTION%", "default")
.replace("%DISTRIBUTION_VERSION%", "default")
.replace("%MOZ_VERSION%", AppConstants.MOZILLA_VERSION);
Log.i(LOGTAG, "AUS Url is: " + url);
try {
return new URI(url);