Skip to content
Snippets Groups Projects
Commit a54e7b7e authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame :jack_o_lantern: Committed by morgan
Browse files

fixup! Bug 42247: Android helpers for the TorProvider

Bug 42596: Add preferences for log levels.
parent e04b4d02
Branches
Tags
2 merge requests!1202Bug_43099: 2024 YEC Strings,!1136Bug 43085: Rebased alpha onto 128.2.0esr
......@@ -101,6 +101,7 @@ pref("extensions.torlauncher.tor_path", "");
// which is TorBrowser-Data/ if it exists as a sibling of the application
// directory. If TorBrowser-Data/ does not exist, these paths are relative
// to the TorBrowser/ directory within the application directory.
pref
pref("extensions.torlauncher.torrc_path", "");
pref("extensions.torlauncher.tordatadir_path", "");
......@@ -117,3 +118,4 @@ pref("torbrowser.bootstrap.log_level", "Info");
pref("browser.torsettings.log_level", "Warn");
pref("browser.tordomainisolator.loglevel", "Warn");
pref("browser.torcircuitpanel.loglevel", "Log");
pref("browser.tor_android.log_level", "Info");
......@@ -19,7 +19,6 @@ const Prefs = Object.freeze({
});
const logger = console.createInstance({
maxLogLevel: "Info",
maxLogLevelPref: Prefs.logLevel,
prefix: "TorAndroidIntegration",
});
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment