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

Commit 51bdc5bf authored by Steve Fung's avatar Steve Fung Committed by Gerrit Code Review
Browse files

Merge "Update crash_reporter and metrics rc files to trigger on post-fs-data"

parents defbd39c 0d6cdfb7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ on property:crash_reporter.coredump.enabled=1
on property:crash_reporter.coredump.enabled=0
    write /proc/sys/kernel/core_pattern "core"

on boot
on post-fs-data
    # Allow catching multiple unrelated concurrent crashes, but use a finite
    # number to prevent infinitely recursing on crash handling.
    write /proc/sys/kernel/core_pipe_limit 4
+1 −1
Original line number Diff line number Diff line
on boot
on post-fs-data
    mkdir /data/misc/metrics 0770 system system

service metrics_daemon /system/bin/metrics_daemon --uploader -nodaemon