summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/allapps/AlphabeticalAppsList.java
diff options
context:
space:
mode:
authorvadimt <vadimt@google.com>2019-07-11 16:00:12 -0700
committervadimt <vadimt@google.com>2019-07-11 16:00:12 -0700
commit1fd52d9024a6ac3b1dd38f8518903e7c332bc750 (patch)
treeb10af05873b572902611999332b8dff80bb1ae0d /src/com/android/launcher3/allapps/AlphabeticalAppsList.java
parent59b5b3f2a2d97e3652ecd8d19090262c9d4fc11c (diff)
downloadandroid_packages_apps_Trebuchet-1fd52d9024a6ac3b1dd38f8518903e7c332bc750.tar.gz
android_packages_apps_Trebuchet-1fd52d9024a6ac3b1dd38f8518903e7c332bc750.tar.bz2
android_packages_apps_Trebuchet-1fd52d9024a6ac3b1dd38f8518903e7c332bc750.zip
Remove tracing for a fixed bug
Bug: 132900132 Change-Id: Ic4ce3669f88c932e392b7517ec9fda11384dc334
Diffstat (limited to 'src/com/android/launcher3/allapps/AlphabeticalAppsList.java')
-rw-r--r--src/com/android/launcher3/allapps/AlphabeticalAppsList.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/com/android/launcher3/allapps/AlphabeticalAppsList.java b/src/com/android/launcher3/allapps/AlphabeticalAppsList.java
index 2ad92e16f..1369441fe 100644
--- a/src/com/android/launcher3/allapps/AlphabeticalAppsList.java
+++ b/src/com/android/launcher3/allapps/AlphabeticalAppsList.java
@@ -301,11 +301,6 @@ public class AlphabeticalAppsList implements AllAppsStore.OnUpdateListener {
}
private void refreshRecyclerView() {
- if (TestProtocol.sDebugTracing) {
- android.util.Log.d(TestProtocol.NO_START_TAG,
- "refreshRecyclerView @ " + android.util.Log.getStackTraceString(
- new Throwable()));
- }
if (mAdapter != null) {
mAdapter.notifyDataSetChanged();
}