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

Commit d79a7f28 authored by Ricky Wai's avatar Ricky Wai Committed by android-build-merger
Browse files

Merge "Do not generate watchlist test report in production config" into pi-dev am: 627596f6

am: 27765b69

Change-Id: I36591d233780b1c72d0656c750e06cdf9836aa04
parents 234afe0f 27765b69
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;
            }