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

Commit b1ab349c authored by Makoto Onuki's avatar Makoto Onuki Committed by android-build-merger
Browse files

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

am: eae454b4

* commit 'eae454b4':
  Do not enable binder exception logging.

Change-Id: I11bd7694e27174e6886378aba92e3dfb87ee036a
parents acbcf0c6 eae454b4
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);
    }