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

Commit cf852aed authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents e0c0b071 9c68820c
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);