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

Commit 37657342 authored by Felipe Leme's avatar Felipe Leme
Browse files

Minor refactoring on String formatting.

Test: manual verification using KitchenSink on automotive
Bug: 174675990

Change-Id: Ia9175272d1ee504363e317f2adf0c201f17f3923
parent cd413cf8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6118,8 +6118,8 @@ public class DevicePolicyManagerService extends BaseIDevicePolicyManager {
        int userId = admin != null ? admin.getUserHandle().getIdentifier()
                : caller.getUserId();
        Slog.i(LOG_TAG, "wipeDataWithReason(" + wipeReasonForUser + "): admin=" + admin + ", user="
                + userId);
        Slog.i(LOG_TAG, String.format("wipeDataWithReason(%s): admin=%s, user=%d",
                wipeReasonForUser, admin, userId));
        if (calledByProfileOwnerOnOrgOwnedDevice) {
            // When wipeData is called on the parent instance, it implies wiping the entire device.
            if (calledOnParentInstance) {