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

Commit 76852294 authored by Sudheer Shanka's avatar Sudheer Shanka
Browse files

Add a missing return statement.

Bug: 206518114
Test: manual
Change-Id: Iadb13f6b64e19fef84310aeefd39c5e4d71d1882
parent e1b35316
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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);