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

Commit a01fade4 authored by Christopher Tate's avatar Christopher Tate Committed by Android Git Automerger
Browse files

am d6db7eac: Merge "Don\'t ostensibly back off fstrim but then do it anyway" into mnc-dev

* commit 'd6db7eac':
  Don't ostensibly back off fstrim but then do it anyway
parents b3c7ad32 d6db7eac
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -580,7 +580,9 @@ class MountService extends IMountService.Stub
                case H_FSTRIM: {
                    if (!isReady()) {
                        Slog.i(TAG, "fstrim requested, but no daemon connection yet; trying again");
                        sendMessageDelayed(obtainMessage(H_FSTRIM), DateUtils.SECOND_IN_MILLIS);
                        sendMessageDelayed(obtainMessage(H_FSTRIM, msg.obj),
                                DateUtils.SECOND_IN_MILLIS);
                        break;
                    }

                    Slog.i(TAG, "Running fstrim idle maintenance");