Loading core/java/com/android/internal/os/BackgroundThread.java +1 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ public final class BackgroundThread extends HandlerThread { if (sInstance == null) { sInstance = new BackgroundThread(); sInstance.start(); sInstance.getLooper().setTraceTag(Trace.TRACE_TAG_ACTIVITY_MANAGER); sInstance.getLooper().setTraceTag(Trace.TRACE_TAG_SYSTEM_SERVER); sHandler = new Handler(sInstance.getLooper()); } } Loading services/core/java/com/android/server/DisplayThread.java +1 −1 Original line number Diff line number Diff line Loading @@ -40,7 +40,7 @@ public final class DisplayThread extends ServiceThread { if (sInstance == null) { sInstance = new DisplayThread(); sInstance.start(); sInstance.getLooper().setTraceTag(Trace.TRACE_TAG_ACTIVITY_MANAGER); sInstance.getLooper().setTraceTag(Trace.TRACE_TAG_SYSTEM_SERVER); sHandler = new Handler(sInstance.getLooper()); } } Loading services/core/java/com/android/server/FgThread.java +1 −1 Original line number Diff line number Diff line Loading @@ -39,7 +39,7 @@ public final class FgThread extends ServiceThread { if (sInstance == null) { sInstance = new FgThread(); sInstance.start(); sInstance.getLooper().setTraceTag(Trace.TRACE_TAG_ACTIVITY_MANAGER); sInstance.getLooper().setTraceTag(Trace.TRACE_TAG_SYSTEM_SERVER); sHandler = new Handler(sInstance.getLooper()); } } Loading services/core/java/com/android/server/IoThread.java +1 −1 Original line number Diff line number Diff line Loading @@ -36,7 +36,7 @@ public final class IoThread extends ServiceThread { if (sInstance == null) { sInstance = new IoThread(); sInstance.start(); sInstance.getLooper().setTraceTag(Trace.TRACE_TAG_ACTIVITY_MANAGER); sInstance.getLooper().setTraceTag(Trace.TRACE_TAG_SYSTEM_SERVER); sHandler = new Handler(sInstance.getLooper()); } } Loading services/core/java/com/android/server/UiThread.java +1 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,7 @@ public final class UiThread extends ServiceThread { sInstance = new UiThread(); sInstance.start(); final Looper looper = sInstance.getLooper(); looper.setTraceTag(Trace.TRACE_TAG_ACTIVITY_MANAGER); looper.setTraceTag(Trace.TRACE_TAG_SYSTEM_SERVER); looper.setSlowDispatchThresholdMs(SLOW_DISPATCH_THRESHOLD_MS); sHandler = new Handler(sInstance.getLooper()); } Loading Loading
core/java/com/android/internal/os/BackgroundThread.java +1 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ public final class BackgroundThread extends HandlerThread { if (sInstance == null) { sInstance = new BackgroundThread(); sInstance.start(); sInstance.getLooper().setTraceTag(Trace.TRACE_TAG_ACTIVITY_MANAGER); sInstance.getLooper().setTraceTag(Trace.TRACE_TAG_SYSTEM_SERVER); sHandler = new Handler(sInstance.getLooper()); } } Loading
services/core/java/com/android/server/DisplayThread.java +1 −1 Original line number Diff line number Diff line Loading @@ -40,7 +40,7 @@ public final class DisplayThread extends ServiceThread { if (sInstance == null) { sInstance = new DisplayThread(); sInstance.start(); sInstance.getLooper().setTraceTag(Trace.TRACE_TAG_ACTIVITY_MANAGER); sInstance.getLooper().setTraceTag(Trace.TRACE_TAG_SYSTEM_SERVER); sHandler = new Handler(sInstance.getLooper()); } } Loading
services/core/java/com/android/server/FgThread.java +1 −1 Original line number Diff line number Diff line Loading @@ -39,7 +39,7 @@ public final class FgThread extends ServiceThread { if (sInstance == null) { sInstance = new FgThread(); sInstance.start(); sInstance.getLooper().setTraceTag(Trace.TRACE_TAG_ACTIVITY_MANAGER); sInstance.getLooper().setTraceTag(Trace.TRACE_TAG_SYSTEM_SERVER); sHandler = new Handler(sInstance.getLooper()); } } Loading
services/core/java/com/android/server/IoThread.java +1 −1 Original line number Diff line number Diff line Loading @@ -36,7 +36,7 @@ public final class IoThread extends ServiceThread { if (sInstance == null) { sInstance = new IoThread(); sInstance.start(); sInstance.getLooper().setTraceTag(Trace.TRACE_TAG_ACTIVITY_MANAGER); sInstance.getLooper().setTraceTag(Trace.TRACE_TAG_SYSTEM_SERVER); sHandler = new Handler(sInstance.getLooper()); } } Loading
services/core/java/com/android/server/UiThread.java +1 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,7 @@ public final class UiThread extends ServiceThread { sInstance = new UiThread(); sInstance.start(); final Looper looper = sInstance.getLooper(); looper.setTraceTag(Trace.TRACE_TAG_ACTIVITY_MANAGER); looper.setTraceTag(Trace.TRACE_TAG_SYSTEM_SERVER); looper.setSlowDispatchThresholdMs(SLOW_DISPATCH_THRESHOLD_MS); sHandler = new Handler(sInstance.getLooper()); } Loading