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

Commit 2a8891d7 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Don't register AdServices as dumpable anymore." into main

parents 532a703c f256b0d4
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -2734,11 +2734,7 @@ public final class SystemServer implements Dumpable {

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

        // OnDevicePersonalizationSystemService