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

Commit 20712b65 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Log mSupportsPsds in location dumpsys" into tm-dev am: 264586e4 am: 5af78955

parents 5ace8710 5af78955
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());
        }