OSDN Git Service

Register ConnectivityService with dumpsys priorities
authorVishnu Nair <vishnun@google.com>
Thu, 26 Oct 2017 17:08:50 +0000 (10:08 -0700)
committerVishnu Nair <vishnun@google.com>
Thu, 26 Oct 2017 17:08:50 +0000 (10:08 -0700)
commit5c010903b1602db5f1712ccc8a9284331f00d219
tree0b9751a9692e53a7f20f6687376118cdeaf3a41f
parentfe0c2c4506cf79a313b6f9cacd9746badd6c9b3a
Register ConnectivityService with dumpsys priorities

Register service with HIGH and NORMAL priority suppport. Dump network diagnostics as part of the HIGH priority bucket.

Test: adb shell setprop dumpstate.version "2.0-dev-priority-dumps" && \
                adb bugreport ~/tmp_new.zip
Test: adb shell dumpsys --priority HIGH

Change-Id: I1ad263efbc264c3328e70dc9f7ddeb2d31bc4d41
services/core/java/com/android/server/ConnectivityService.java
services/java/com/android/server/SystemServer.java