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

Commit e178d12d authored by Keith Cheung's avatar Keith Cheung
Browse files

Fix comment

Slog.wtf does not crash the process

Test: Only comment change, no test needed.
Bug: 293091314
Flag: DOCS_ONLY

Change-Id: Ieefd168bb7ab91332d65e0c7ccb79cce8a08196a
parent 91d7511b
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -3620,8 +3620,6 @@ public class DevicePolicyManagerService extends IDevicePolicyManager.Stub {
            }
            default -> {
                Slogf.wtf(LOG_TAG, "Unhandled password complexity: " + passwordComplexity);
                // The following line is unreachable as Slogf.wtf crashes the process.
                // But we need this to avoid compilation error missing return statement.
                return DEVICE_POLICY_STATE__PASSWORD_COMPLEXITY__COMPLEXITY_UNSPECIFIED;
            }
        }