Merge branch 'finalize-1.6' into 'master'

Finalize 1.6

Closes #1556

See merge request fdroid/fdroidclient!813
This commit is contained in:
Hans-Christoph Steiner
2019-04-09 22:16:00 +00:00
11 changed files with 38 additions and 12 deletions

View File

@@ -276,7 +276,7 @@ public class WifiStateChangeService extends IntentService {
if (BuildConfig.DEBUG) {
e.printStackTrace();
} else {
Log.i(TAG, e.getLocalizedMessage());
Log.i(TAG, "Getting subnet failed: " + e.getLocalizedMessage());
}
}
}