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

Commit eae454b4 authored by Makoto Onuki's avatar Makoto Onuki Committed by Android (Google) Code Review
Browse files

Merge "Do not enable binder exception logging." into nyc-dev

parents 807c3a82 e23283a6
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -78,7 +78,6 @@ public class LauncherAppsService extends SystemService {

    @Override
    public void onStart() {
        Binder.LOG_RUNTIME_EXCEPTION = true;
        publishBinderService(Context.LAUNCHER_APPS_SERVICE, mLauncherAppsImpl);
    }