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

Commit 076248ec authored by Yu-Han Yang's avatar Yu-Han Yang
Browse files

Log mSupportsPsds in location dumpsys

Test: adb shell dumpsys location

Change-Id: Idf2ba8420d155f47135d710ec37d175cc73705ba
parent 87550b06
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1573,6 +1573,7 @@ public class GnssLocationProvider extends AbstractLocationProvider implements
        pw.println("mFixInterval=" + mFixInterval);
        pw.print(mGnssMetrics.dumpGnssMetricsAsText());
        if (dumpAll) {
            pw.println("mSupportsPsds=" + mSupportsPsds);
            pw.println("native internal state: ");
            pw.println("  " + mGnssNative.getInternalState());
        }