Merge "GNSS Metrics Fix."

This commit is contained in:
Blake Kragten
2019-12-07 00:43:14 +00:00
committed by Android (Google) Code Review

View File

@@ -3236,6 +3236,7 @@ public class LocationManagerService extends ILocationManager.Stub {
synchronized (mLock) {
if (mGnssManagerService != null && args.length > 0 && args[0].equals("--gnssmetrics")) {
mGnssManagerService.dump(fd, pw, args);
return;
}
ipw.println("Location Manager State:");