Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7246cdb3 authored by Robert Ginda's avatar Robert Ginda Committed by Automerger Merge Worker
Browse files

Merge "Silencing bug-reports for wear." am: 14bd6888 am: 7e78c85b am:...

Merge "Silencing bug-reports for wear." am: 14bd6888 am: 7e78c85b am: 76070ce7 am: 74932011 am: c0278b12

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/2521315



Change-Id: Icd8c0b57450111f89e8cdf78046afd34209ee9c6
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 65ee04df c0278b12
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -2820,6 +2820,7 @@ static void SetOptionsFromMode(Dumpstate::BugreportMode mode, Dumpstate::DumpOpt
            options->do_screenshot = false;
            options->do_screenshot = false;
            break;
            break;
        case Dumpstate::BugreportMode::BUGREPORT_WEAR:
        case Dumpstate::BugreportMode::BUGREPORT_WEAR:
            options->do_vibrate = false;
            options->do_progress_updates = true;
            options->do_progress_updates = true;
            options->do_screenshot = is_screenshot_requested;
            options->do_screenshot = is_screenshot_requested;
            break;
            break;