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

Commit d9250455 authored by Aleksandr Lukin's avatar Aleksandr Lukin Committed by Android (Google) Code Review
Browse files

Merge "Fix an incorrect dump info" into main

parents 4e047a10 913722ab
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4640,7 +4640,7 @@ class StorageManagerService extends IStorageManager.Stub
                pw.print(") total size: ");
                pw.print(pair.second);
                pw.print(" (");
                pw.print(DataUnit.MEBIBYTES.toBytes(pair.second));
                pw.print(pair.second / DataUnit.MEBIBYTES.toBytes(1L));
                pw.println(" MiB)");
            }