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

Commit 9c896ab2 authored by Christopher Tate's avatar Christopher Tate
Browse files

Don't always dump domain/preferred state

Change-Id: Ie0431b6c3cb1a9f372a142637359c42b182d4b1b
parent c20c1eec
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -14085,7 +14085,9 @@ public class PackageManagerService extends IPackageManager.Stub {
                }
            }
            if (!checkin && dumpState.isDumping(DumpState.DUMP_DOMAIN_PREFERRED)) {
            if (!checkin
                    && dumpState.isDumping(DumpState.DUMP_DOMAIN_PREFERRED)
                    && packageName == null) {
                pw.println();
                int count = mSettings.mPackages.size();
                if (count == 0) {