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

Commit 5150a8fb authored by Josh Gao's avatar Josh Gao Committed by android-build-merger
Browse files

Actually don't start tombstoned until /data is mounted. am: 0ad5107e am:...

Actually don't start tombstoned until /data is mounted. am: 0ad5107e am: 1170d820 am: bf8bd27b
am: 32d18e22

Change-Id: I45fe22d5b83e6399aadc374976986e7f660d9eba
parents 3a03efb8 32d18e22
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2,6 +2,9 @@ service tombstoned /system/bin/tombstoned
    user tombstoned
    group system

    # Don't start tombstoned until after the real /data is mounted.
    class late_start

    socket tombstoned_crash seqpacket 0666 system system
    socket tombstoned_intercept seqpacket 0666 system system
    writepid /dev/cpuset/system-background/tasks
+0 −3
Original line number Diff line number Diff line
@@ -360,9 +360,6 @@ on post-fs-data
    start vold
    installkey /data

    # start tombstoned to record early-boot crashes.
    start tombstoned

    # Start bootcharting as soon as possible after the data partition is
    # mounted to collect more data.
    mkdir /data/bootchart 0755 shell shell