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

Commit b9a8509a authored by Dan Egnor's avatar Dan Egnor Committed by Android Git Automerger
Browse files

am 499bee34: Merge "Remove a log message Jason doesn\'t like" into gingerbread

Merge commit '499bee34' into gingerbread-plus-aosp

* commit '499bee34':
  Remove a log message Jason doesn't like
parents 070433ed 499bee34
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -690,8 +690,6 @@ public final class DropBoxManagerService extends IDropBoxManagerService.Stub {
        // was lost.  Tombstones are expunged by age (see above).

        if (mAllFiles.blocks > mCachedQuotaBlocks) {
            Slog.i(TAG, "Usage (" + mAllFiles.blocks + ") > Quota (" + mCachedQuotaBlocks + ")");

            // Find a fair share amount of space to limit each tag
            int unsqueezed = mAllFiles.blocks, squeezed = 0;
            TreeSet<FileList> tags = new TreeSet<FileList>(mFilesByTag.values());