Understanding adb error: Can't find service: android.service.gatekeeper.IGateKeeperService

Because of the test needs, use the following command: adb shell dumpsys> dumpsys0.txt, call the dumpsys tool of the Android system to view the system service information of the phone, but the Huawei P10 reports an error "Can't find service: android.service.gatekeeper.IGateKeeperService"

The first time I executed this command, I was still a little confused to see the error, and then I executed a series of commands to view the list of mobile services

The service list was found to indicate that there is no such service, and then I went to the log printing directory to check the log file I want to output, and found that it exists, and the system information I want also has, so if you don’t have to look at the service-related information , You can ignore this error.

If you need to check things about this service, try another mobile phone.

Guess you like

Origin blog.csdn.net/guoguo527/article/details/81144616