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

Commit 112c0919 authored by Felipe Leme's avatar Felipe Leme
Browse files

Added mUserSetupComplete to DPMS dump.

Test: adb shell dumpsys device_policy|grep mUserSetupComplete
Bug: 170333009

Change-Id: Id32e16e7242873d6c6eef48e92db0555cd4f433a
parent fa010049
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -8524,6 +8524,7 @@ public class DevicePolicyManagerService extends BaseIDevicePolicyManager {
            pw.print("mUserControlDisabledPackages=");
            pw.println(policy.mUserControlDisabledPackages);
            pw.print("mAppsSuspended="); pw.println(policy.mAppsSuspended);
            pw.print("mUserSetupComplete="); pw.println(policy.mUserSetupComplete);
            pw.decreaseIndent();
        }
    }