Merge changes from topic "winscope-sysui"

* changes:
  Add initial SysUI trace support
  Update trace buffer to support SysUI & Launcher
This commit is contained in:
Winson Chung
2020-01-29 05:04:48 +00:00
committed by Android (Google) Code Review
21 changed files with 686 additions and 49 deletions

View File

@@ -1327,7 +1327,7 @@ public final class SystemServer {
if (!isWatch) {
t.traceBegin("StartStatusBarManagerService");
try {
statusBar = new StatusBarManagerService(context, wm);
statusBar = new StatusBarManagerService(context);
ServiceManager.addService(Context.STATUS_BAR_SERVICE, statusBar);
} catch (Throwable e) {
reportWtf("starting StatusBarManagerService", e);