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

Commit a1db003a authored by Hongwei Wang's avatar Hongwei Wang Committed by Gerrit Code Review
Browse files

Merge "Grant wmtrace access to platform_app:systemui"

parents 1946945a 231e80db
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -1288,11 +1288,13 @@ service console /system/bin/sh
    shutdown critical

on property:ro.debuggable=1
    # Give writes to anyone for the trace folder on debug builds.
    # Give writes to the same group for the trace folder on debug builds,
    # it's further protected by selinux policy.
    # The folder is used to store method traces.
    chmod 0773 /data/misc/trace
    # Give reads to anyone for the window trace folder on debug builds.
    chmod 0775 /data/misc/wmtrace
    # Give writes and reads to anyone for the window trace folder on debug builds,
    # it's further protected by selinux policy.
    chmod 0777 /data/misc/wmtrace
    # Give reads to anyone for the accessibility trace folder on debug builds.
    chmod 0775 /data/misc/a11ytrace