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

Commit 56f585bd authored by Yu-Han Yang's avatar Yu-Han Yang
Browse files

Print Gnss hardware model name in dumpsys

Bug: 259123131
Test: adb shell dumpsys location
Change-Id: Ib3e49c808a499a1325b0cc7960a5574b5a177d4b
parent 5b1b82c3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -295,6 +295,7 @@ public class GnssManagerService {
        }

        ipw.println("Capabilities: " + mGnssNative.getCapabilities());
        ipw.println("GNSS Hardware Model Name: " + getGnssHardwareModelName());

        if (mGnssStatusProvider.isSupported()) {
            ipw.println("Status Provider:");