Merge "Do not start DockObserver on TV" into udc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
5ebe0d42a2
@@ -2200,9 +2200,11 @@ public final class SystemServer implements Dumpable {
|
|||||||
t.traceEnd();
|
t.traceEnd();
|
||||||
}
|
}
|
||||||
|
|
||||||
t.traceBegin("StartDockObserver");
|
if (!isTv) {
|
||||||
mSystemServiceManager.startService(DockObserver.class);
|
t.traceBegin("StartDockObserver");
|
||||||
t.traceEnd();
|
mSystemServiceManager.startService(DockObserver.class);
|
||||||
|
t.traceEnd();
|
||||||
|
}
|
||||||
|
|
||||||
if (isWatch) {
|
if (isWatch) {
|
||||||
t.traceBegin("StartThermalObserver");
|
t.traceBegin("StartThermalObserver");
|
||||||
|
|||||||
Reference in New Issue
Block a user