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

Commit 627596f6 authored by Ricky Wai's avatar Ricky Wai Committed by Android (Google) Code Review
Browse files

Merge "Do not generate watchlist test report in production config" into pi-dev

parents 0e675bd9 96f4a715
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -91,7 +91,7 @@ class NetworkWatchlistShellCommand extends ShellCommand {
        final long ident = Binder.clearCallingIdentity();
        try {
            // Reset last report time
            if (!WatchlistConfig.getInstance().isConfigSecure()) {
            if (WatchlistConfig.getInstance().isConfigSecure()) {
                pw.println("Error: Cannot force generate report under production config");
                return -1;
            }