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

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

am bf95c70f: Don\'t copy /proc/last_kmsg to /data/dontpanic/last_kmsg -- it...

am bf95c70f: Don\'t copy /proc/last_kmsg to /data/dontpanic/last_kmsg -- it gets generated on every boot, so this is a bunch of writing for no particularly good reason.

Merge commit 'bf95c70f' into eclair-plus-aosp

* commit 'bf95c70f':
  Don't copy /proc/last_kmsg to /data/dontpanic/last_kmsg --
parents 8145c3db bf95c70f
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -86,11 +86,6 @@ loglevel 3

    write /proc/apanic_console 1

    # Collect ramconsole data
    copy /proc/last_kmsg /data/dontpanic/last_kmsg
    chown root log /data/dontpanic/last_kmsg
    chmod 0640 /data/dontpanic/last_kmsg

    # Same reason as /data above
    mount yaffs2 mtd@cache /cache nosuid nodev
    chown system cache /cache