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

Commit ae745515 authored by Abhijeet Kaur's avatar Abhijeet Kaur Committed by android-build-merger
Browse files

Merge "Fix bugreport logs by setting 'extra_options' field" am: 18469210 am: 6c1acd09

am: a3063481

Change-Id: I7b8cd2e277dc700690054c327d84cd163a635f97
parents aa880f15 a3063481
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2054,6 +2054,7 @@ static inline const char* ModeToString(Dumpstate::BugreportMode mode) {
}

static void SetOptionsFromMode(Dumpstate::BugreportMode mode, Dumpstate::DumpOptions* options) {
    options->extra_options = ModeToString(mode);
    switch (mode) {
        case Dumpstate::BugreportMode::BUGREPORT_FULL:
            options->do_broadcast = true;