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

Commit 9c68820c authored by Soonil Nagarkar's avatar Soonil Nagarkar
Browse files

Include bypass whitelist in dump

Bug: 127712898
Test: manual
Change-Id: I13171520a7b86b7f30cbc48294fe3cc878386275
parent c1a72db8
Loading
Loading
Loading
Loading
+7 −0
Original line number Original line Diff line number Diff line
@@ -3642,6 +3642,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) {
            if (mLocationFudger != null) {
                pw.append("  fudger: ");
                pw.append("  fudger: ");
                mLocationFudger.dump(fd, pw, args);
                mLocationFudger.dump(fd, pw, args);