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

Commit 4369bb2c authored by Nandana Dutt's avatar Nandana Dutt Committed by android-build-merger
Browse files

Merge "Delete local bugreport when consent is denied" am: cf81af96

am: 94e234d9

Change-Id: I51f2e78f947701430c7a8699f230dfe4ae8cca7a
parents 45912463 94e234d9
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -2608,7 +2608,7 @@ Dumpstate::RunStatus Dumpstate::RunInternal(int32_t calling_uid,
        // Dump state for the default case. This also drops root.
        // Dump state for the default case. This also drops root.
        RunStatus s = DumpstateDefault();
        RunStatus s = DumpstateDefault();
        if (s != RunStatus::OK) {
        if (s != RunStatus::OK) {
            if (s == RunStatus::USER_CONSENT_TIMED_OUT) {
            if (s == RunStatus::USER_CONSENT_DENIED) {
                HandleUserConsentDenied();
                HandleUserConsentDenied();
            }
            }
            return s;
            return s;