Pier Angelo Vendrame pushed to branch tor-browser-153.0esr-16.0-1 at The Tor Project / Applications / Tor Browser Commits: 47260100 by Pier Angelo Vendrame at 2026-07-22T18:40:13+02:00 fixup! [android] Disable features and functionality BB 45137: Define TELEMETRY and CRASH_REPORTING once on Android. - - - - - 1 changed file: - mobile/android/fenix/app/build.gradle Changes: ===================================== mobile/android/fenix/app/build.gradle ===================================== @@ -348,8 +348,8 @@ androidComponents { // ------------------------------------------------------------------------------------------------- android.defaultConfig.with { - buildConfigField 'boolean', 'CRASH_REPORTING', 'true' - buildConfigField 'boolean', 'TELEMETRY', 'true' + buildConfigField 'boolean', 'CRASH_REPORTING', 'false' + buildConfigField 'boolean', 'TELEMETRY', 'false' // Reading the sentry token from a local file (if it exists). In a release task on taskcluster it will be available. buildConfigField 'String', 'SENTRY_TOKEN', 'null' @@ -357,8 +357,6 @@ android.defaultConfig.with { def token = new File("${rootDir}/.sentry_token").text.trim() buildConfigField 'String', 'SENTRY_TOKEN', '"' + token + '"' } catch (FileNotFoundException ignored) {} - buildConfigField 'boolean', 'CRASH_REPORTING', 'false' - buildConfigField 'boolean', 'TELEMETRY', 'false' // Setting buildDate with every build ID changes the generated BuildConfig and slows down the // build, so debug builds (overridden below) use a fixed string instead. View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/47260100... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/47260100... You're receiving this email because of your account on gitlab.torproject.org. Manage all notifications: https://gitlab.torproject.org/-/profile/notifications | Help: https://gitlab.torproject.org/help
participants (1)
-
Pier Angelo Vendrame (@pierov)