Merge "Add a missing return statement."

This commit is contained in:
Sudheer Shanka
2022-02-03 00:29:59 +00:00
committed by Android (Google) Code Review

View File

@@ -1814,6 +1814,7 @@ public class UsageStatsService extends SystemService implements
synchronized (mLock) {
mResponseStatsTracker.dump(idpw);
}
return;
} else if (arg != null && !arg.startsWith("-")) {
// Anything else that doesn't start with '-' is a pkg to filter
pkgs.add(arg);