Loading services/devicepolicy/java/com/android/server/devicepolicy/Owners.java +1 −0 Original line number Diff line number Diff line Loading @@ -393,6 +393,7 @@ class Owners { Slog.e(TAG, "Invalid root tag: " + tag); return; } continue; } // readInner() will only see START_TAG at depth >= 2. if (!readInner(parser, depth, tag)) { Loading Loading
services/devicepolicy/java/com/android/server/devicepolicy/Owners.java +1 −0 Original line number Diff line number Diff line Loading @@ -393,6 +393,7 @@ class Owners { Slog.e(TAG, "Invalid root tag: " + tag); return; } continue; } // readInner() will only see START_TAG at depth >= 2. if (!readInner(parser, depth, tag)) { Loading