Added dump method to NetworkTimeUpdateService

Bug: 23983739
Change-Id: I98f175f438793f6478d5995d88ae127a5a6c1bda
This commit is contained in:
Fyodor Kupolov
2016-02-26 16:54:25 -08:00
parent 0601a1c670
commit 32af07acec
2 changed files with 39 additions and 2 deletions

View File

@@ -1036,6 +1036,7 @@ public final class SystemServer {
traceBeginAndSlog("StartNetworkTimeUpdateService");
try {
networkTimeUpdater = new NetworkTimeUpdateService(context);
ServiceManager.addService("network_time_update_service", networkTimeUpdater);
} catch (Throwable e) {
reportWtf("starting NetworkTimeUpdate service", e);
}