Skip to content

Commit

Permalink
Do not take a snapshot for Firefox Messaging System targeting when sh…
Browse files Browse the repository at this point in the history
…utting down.
  • Loading branch information
MrAlex94 committed Sep 4, 2024
1 parent 9c2d749 commit e2df7c4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions browser/components/BrowserGlue.sys.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3103,14 +3103,14 @@ BrowserGlue.prototype = {
AppConstants.MOZ_UPDATER &&
!lazy.UpdateServiceStub.updateDisabledForTesting
) {
try {
await lazy.BackgroundUpdate.scheduleFirefoxMessagingSystemTargetingSnapshotting();
} catch (e) {
console.error(
"There was an error scheduling Firefox Messaging System targeting snapshotting: ",
e
);
}
// try {
// await lazy.BackgroundUpdate.scheduleFirefoxMessagingSystemTargetingSnapshotting();
// } catch (e) {
// console.error(
// "There was an error scheduling Firefox Messaging System targeting snapshotting: ",
// e
// );
// }
await lazy.BackgroundUpdate.maybeScheduleBackgroundUpdateTask();
}
},
Expand Down

0 comments on commit e2df7c4

Please sign in to comment.