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

Commit 08146efa authored by Nikita Ioffe's avatar Nikita Ioffe
Browse files

Add missing XmlUtils.skipCurrentTag(parser); to "bugreport-whitelisted" case

Somehow missed it in the original CL. :(
CL with CP into aosp already has this fix:
aosp/ee4d7be2.

Test: m
Bug: 126541701
Change-Id: Ib5a0f0c7e07699e99f618fc70f4b3cba3abd235d
parent a5916fb6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -938,6 +938,7 @@ public class SystemConfig {
                        } else {
                            mBugreportWhitelistedPackages.add(pkgname);
                        }
                        XmlUtils.skipCurrentTag(parser);
                    } break;
                    default: {
                        Slog.w(TAG, "Tag " + name + " is unknown in "