am a01fade4: am d6db7eac: Merge "Don\'t ostensibly back off fstrim but then do it anyway" into mnc-dev
* commit 'a01fade4c9d34f9575c4c8023fc9610ab8bac9c7': Don't ostensibly back off fstrim but then do it anyway
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user