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

Commit 3f62060b authored by Steve Fung's avatar Steve Fung
Browse files

metricsd: Give directory group permissions

Since crash_reporter gets run as root, in order to use metrics_lib
it has to use group permissions to interact with metrics files.

Bug: 23406290
Change-Id: Ie9556233105312f973c0a3e018fc0305a466148d
parent 9a995b2c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
on boot
    mkdir /data/misc/metrics 0700 system system
    mkdir /data/misc/metrics 0770 system system

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