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

Commit 5d6ea5a9 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

am: d7db8378

Change-Id: I37f553a19341d351dcf1fbb275352802b9b09e62
parents d8c97154 d7db8378
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