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

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

Merge "init: don't start tombstoned until /data is mounted." am: b479a500

am: f83489c0

Change-Id: I3334af98c1eb7c8b503ecea6700459454533dd44
parents 450e3896 f83489c0
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
service tombstoned /system/bin/tombstoned
    class core

    user tombstoned
    group system

+3 −4
Original line number Diff line number Diff line
@@ -355,14 +355,13 @@ on post-fs-data
    # We restorecon /data in case the userdata partition has been reset.
    restorecon /data

    # start debuggerd to make debugging early-boot crashes easier.
    start debuggerd
    start debuggerd64

    # Make sure we have the device encryption key.
    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