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

Commit cf36563f authored by Zimuzo Ezeozue's avatar Zimuzo Ezeozue Committed by Gerrit Code Review
Browse files

Merge "Disable Launcher AIDL_TAG tracing special case"

parents 418e3d42 83776629
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -16,11 +16,9 @@
package com.android.quickstep;

import android.annotation.TargetApi;
import android.app.ActivityManager;
import android.content.Context;
import android.content.pm.PackageManager;
import android.os.Build;
import android.os.RemoteException;
import android.os.UserManager;
import android.util.Log;
import android.view.ThreadedRenderer;
@@ -62,12 +60,5 @@ public class QuickstepProcessInitializer extends MainProcessInitializer {
        // Elevate GPU priority for Quickstep and Remote animations.
        ThreadedRenderer.setContextPriority(
                ThreadedRenderer.EGL_CONTEXT_PRIORITY_HIGH_IMG);

        // Enable binder tracing on system server for calls originating from Launcher
        try {
            ActivityManager.getService().enableBinderTracing();
        } catch (RemoteException e) {
            Log.e(TAG, "Unable to enable binder tracing", e);
        }
    }
}