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

Commit c64165ac authored by Soonil Nagarkar's avatar Soonil Nagarkar Committed by android-build-merger
Browse files

Merge "Include bypass whitelist in dump" into qt-dev

am: cf852aed

Change-Id: Ie18a93e026ba4bac3eb6afea0554bcce4f0a567b
parents 2627373f cf852aed
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -3664,6 +3664,13 @@ public class LocationManagerService extends ILocationManager.Stub {
                }
            }

            if (!mIgnoreSettingsPackageWhitelist.isEmpty()) {
                pw.println("  Bypass Whitelisted Packages:");
                for (String packageName : mIgnoreSettingsPackageWhitelist) {
                    pw.println("    " + packageName);
                }
            }

            if (mLocationFudger != null) {
                pw.append("  fudger: ");
                mLocationFudger.dump(fd, pw, args);