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

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

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

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