Skip to content
Snippets Groups Projects
Commit 759d827a authored by Dan Ballard's avatar Dan Ballard Committed by Pier Angelo Vendrame
Browse files

fixup! Bug 40933: Add tor-launcher functionality

Bug 41187: Add support for tor logs in android integration
parent fd52ed77
No related branches found
No related tags found
1 merge request!980Bug 42512: Rebased alpha onto Firefox 115.10.0esr
......@@ -1002,6 +1002,8 @@ export class TorProvider {
Services.obs.notifyObservers(null, TorProviderTopics.HasWarnOrErr);
}
Services.obs.notifyObservers({ type, msg }, TorProviderTopics.TorLog);
const date = new Date();
const maxEntries = Services.prefs.getIntPref(
Preferences.MaxLogEntries,
......
......@@ -12,6 +12,7 @@ export const TorProviderTopics = Object.freeze({
ProcessExited: "TorProcessExited",
BootstrapStatus: "TorBootstrapStatus",
BootstrapError: "TorBootstrapError",
TorLog: "TorLog",
HasWarnOrErr: "TorLogHasWarnOrErr",
BridgeChanged: "TorBridgeChanged",
CircuitCredentialsMatched: "TorCircuitCredentialsMatched",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment