From 6677fa3cf3f8d29f2f1bbc0e0ead6d6a2d00372d Mon Sep 17 00:00:00 2001 From: hyunyoungs Date: Tue, 14 Jun 2022 17:03:47 -0700 Subject: [PATCH] Remove hideKeyboard exception in the log Bug: 235616419 Test: no error stack trace Change-Id: Ice5a52edaed2fb0485696a4586552792b0b5b932 --- src/com/android/launcher3/util/UiThreadHelper.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/com/android/launcher3/util/UiThreadHelper.java b/src/com/android/launcher3/util/UiThreadHelper.java index 8df3f8a129..7e6711f806 100644 --- a/src/com/android/launcher3/util/UiThreadHelper.java +++ b/src/com/android/launcher3/util/UiThreadHelper.java @@ -69,10 +69,6 @@ public class UiThreadHelper { activityContext.getStatsLogManager().logger() .log(LAUNCHER_ALLAPPS_KEYBOARD_CLOSED); return; - } else { - // print which stack trace failed. - Log.e("Launcher", "hideKeyboard ignored.", new Exception()); - // Then attempt to use the old logic. } } // Since the launcher context cannot be accessed directly from callback, adding secondary