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

Commit e23283a6 authored by Makoto Onuki's avatar Makoto Onuki
Browse files

Do not enable binder exception logging.

Bug 28005618

Change-Id: Ie13fd5b6d1fcbf27ad480501e30b5cb1774e8b48
parent 24b74150
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);
    }