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

Commit 7d98b746 authored by Alistair Delva's avatar Alistair Delva Committed by Automerger Merge Worker
Browse files

Merge "Create /data/misc/a11ytrace folder to store accessibility trace data."...

Merge "Create /data/misc/a11ytrace folder to store accessibility trace data." am: 08938393 am: 73efa18f am: 8412ecd3

Original change: https://android-review.googlesource.com/c/platform/system/core/+/1580633

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I7aacf52af94c91d1bb51e1e7cd27741d50308bc3
parents d7a562aa 8412ecd3
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -722,6 +722,8 @@ on post-fs-data
    mkdir /data/misc/trace 0700 root root
    # create location to store surface and window trace files
    mkdir /data/misc/wmtrace 0700 system system
    # create location to store accessibility trace files
    mkdir /data/misc/a11ytrace 0700 system system
    # profile file layout
    mkdir /data/misc/profiles 0771 system system
    mkdir /data/misc/profiles/cur 0771 system system
@@ -1169,6 +1171,8 @@ on property:ro.debuggable=1
    chmod 0773 /data/misc/trace
    # Give reads to anyone for the window trace folder on debug builds.
    chmod 0775 /data/misc/wmtrace
    # Give reads to anyone for the accessibility trace folder on debug builds.
    chmod 0775 /data/misc/a11ytrace

on init && property:ro.debuggable=1
    start console