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

Commit 4311bd2c authored by Steve Fung's avatar Steve Fung Committed by Android Git Automerger
Browse files

am f73ff283: am 51bdc5bf: Merge "Update crash_reporter and metrics rc files to...

am f73ff283: am 51bdc5bf: Merge "Update crash_reporter and metrics rc files to trigger on post-fs-data"

* commit 'f73ff283':
  Update crash_reporter and metrics rc files to trigger on post-fs-data
parents 89c76b37 f73ff283
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