tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit fdf2c194a37b424be8e39bb6e6d408f8ee6bca48
parent 2de38e53416efa3b168a8dad0d83f55b777dbebc
Author: Segun Famisa <sfamisa@mozilla.com>
Date:   Fri,  5 Dec 2025 15:36:14 +0000

Bug 1968045 - Configure flank to extract leak traces from /sdcard/Download/memory_leaks directory r=aaronmt,tthibaud

Differential Revision: https://phabricator.services.mozilla.com/D269045

Diffstat:
Mmobile/android/test_infra/flank-configs/fenix/arm64-v8a-detect-leaks.yml | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/mobile/android/test_infra/flank-configs/fenix/arm64-v8a-detect-leaks.yml b/mobile/android/test_infra/flank-configs/fenix/arm64-v8a-detect-leaks.yml @@ -20,9 +20,11 @@ gcloud: use-orchestrator: true environment-variables: clearPackageData: true + additionalTestOutputDir: /sdcard/Download detect-leaks: true # to enable memory leak checks directories-to-pull: - /sdcard/Android/data/org.mozilla.fenix.debug/minidumps + - /sdcard/Download/memory_leaks other-files: /data/local/tmp/org.mozilla.fenix.debug-geckoview-config.yaml: geckoview-configs/org.mozilla.fenix.debug-geckoview-config.yaml performance-metrics: true