Print Gnss hardware model name in dumpsys

Bug: 259123131
Test: adb shell dumpsys location
Change-Id: Ib3e49c808a499a1325b0cc7960a5574b5a177d4b
This commit is contained in:
Yu-Han Yang
2023-03-06 18:45:35 +00:00
parent 5b1b82c3f2
commit 56f585bd7f

View File

@@ -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:");