Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 20c9b58f authored by Felipe Leme's avatar Felipe Leme Committed by Automerger Merge Worker
Browse files

Merge "Add AdServicesManagerService to system_server_dumper" into udc-dev am: 297366d0

parents e00b4100 297366d0
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -735,7 +735,7 @@ public final class SystemServer implements Dumpable {
                    final String name = args[1];
                    final Dumpable dumpable = mDumpables.get(name);
                    if (dumpable == null) {
                        pw.printf("No dummpable named %s\n", name);
                        pw.printf("No dumpable named %s\n", name);
                        return;
                    }

@@ -2644,7 +2644,11 @@ public final class SystemServer implements Dumpable {

        // AdServicesManagerService (PP API service)
        t.traceBegin("StartAdServicesManagerService");
        mSystemServiceManager.startService(AD_SERVICES_MANAGER_SERVICE_CLASS);
        SystemService adServices = mSystemServiceManager
                .startService(AD_SERVICES_MANAGER_SERVICE_CLASS);
        if (adServices instanceof Dumpable) {
            mDumper.addDumpable((Dumpable) adServices);
        }
        t.traceEnd();

        // OnDevicePersonalizationSystemService