OSDN Git Service

Fixed "adb shell dumpsys location" NullPointerException. If dumpsys is called before...
authorTyler Trephan <tylertrephan@google.com>
Thu, 21 Mar 2019 17:54:22 +0000 (10:54 -0700)
committerTyler Trephan <tylertrephan@google.com>
Fri, 22 Mar 2019 17:52:05 +0000 (17:52 +0000)
commit2f3ee9a159b84fd9638c385ab840dd3bf22f3778
tree1d0701306b77af2e33e315d3a35fa6bda24d97b5
parent38076cdc883c4466d2b399d625733f9b97bc1c79
Fixed "adb shell dumpsys location" NullPointerException. If dumpsys is called before systemRunning(), then NullPointerException is thrown because of null member variables.

Test: Tested on Hawk.
Fix: 128919170

Change-Id: I66097d94443bb18fa87e2f00c44901c772a1b851
services/core/java/com/android/server/LocationManagerService.java