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

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

Merge "Log mSupportsPsds in location dumpsys" into tm-dev

parents 0e859da0 076248ec
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());
        }