Skip to content
Snippets Groups Projects
Verified Commit 6abd2327 authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame :jack_o_lantern:
Browse files

fixup! Bug 42247: Android helpers for the TorProvider

Bug 42607: Stop shipping GeoIP databases for now.
parent a0fe6969
Branches
Tags
1 merge request!1222Bug 43166: Rebased alpha onto 128.3.0esr
......@@ -283,13 +283,16 @@ public class TorIntegrationAndroid implements BundleEventListener {
Log.w(TAG, "torrc-default cannot be created, pluggable transports will not be available", e);
copied = false;
}
try {
// tor-browser#42607: For now we do not ship geoip databases, as we
// do not have the circuit display functionality and they allow us
// to save some space in the final APK.
/*try {
copyAndUseConfigFile("GeoIPFile", "geoip", args);
copyAndUseConfigFile("GeoIPv6File", "geoip6", args);
} catch (IOException e) {
Log.w(TAG, "GeoIP files cannot be created, this feature will not be available.", e);
copied = false;
}
}*/
mCopiedConfigFiles = copied;
Log.d(TAG, "Starting tor with the follwing args: " + args.toString());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment