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

Commit 847f098a authored by Nikhil Kumar's avatar Nikhil Kumar Committed by Android (Google) Code Review
Browse files

Merge "Added log in DPMService.setUserRestriction" into udc-qpr-dev

parents 7f7d0e24 f35ab483
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -13598,6 +13598,9 @@ public class DevicePolicyManagerService extends IDevicePolicyManager.Stub {
                    : SecurityLog.TAG_USER_RESTRICTION_REMOVED;
            SecurityLog.writeEvent(eventTag, caller.getPackageName(), caller.getUserId(), key);
        }
        Slogf.i(LOG_TAG, "Changing user restriction %s to: %b caller: %s",
                key, enabled, caller.toString());
    }
    private void saveUserRestrictionsLocked(int userId) {