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

Commit 00dc16af authored by Jaegeuk Kim's avatar Jaegeuk Kim Committed by Automerger Merge Worker
Browse files

Keep the fsck log in /dev/fscklogs/fsck for bug report am: c30d209f am: 6f663556

parents c590e39e 6f663556
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -478,8 +478,9 @@ public class BootReceiver extends BroadcastReceiver {
            addFileToDropBox(db, timestamps, headers, "/dev/fscklogs/log", maxSize, tag);
        }

        // Remove the file so we don't re-upload if the runtime restarts.
        file.delete();
        // Rename the file so we don't re-upload if the runtime restarts.
        File pfile = new File("/dev/fscklogs/fsck");
        file.renameTo(pfile);
    }

    private static void logFsMountTime() {