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

Commit 66723007 authored by Nick Kralevich's avatar Nick Kralevich
Browse files

Ensure /data/adb exists

Ensure that /data/adb always exists. This directory is used
for writing adb debugging information when persist.adb.trace_mask
is set.

Bug: https://code.google.com/p/android/issues/detail?id=72895

(cherry picked from commit 89252ce3)

Change-Id: I44e01bee50125f4e6e5fff6e74c53bb2022ce355
parent 4b970895
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -309,6 +309,8 @@ on post-fs-data
    # the following directory.
    mkdir /data/mediadrm 0770 mediadrm mediadrm

    mkdir /data/adb 0700 root root

    # symlink to bugreport storage location
    symlink /data/data/com.android.shell/files/bugreports /data/bugreports