From e115af71f872643476c64bd14d10213c8b194568 Mon Sep 17 00:00:00 2001 From: Schneider Victor-tulias Date: Thu, 31 Aug 2023 11:43:17 -0400 Subject: [PATCH] Revert remaining debug logs added for b/260260325 Flags: not needed Fixes: 260260325 Test: Tapl tests Change-Id: Ie339e2ce3bd301c1c352a2f82d1a370c1f4970c1 --- .../android/launcher3/testing/DebugTestInformationHandler.java | 2 -- .../com/android/launcher3/testing/shared/TestProtocol.java | 1 - 2 files changed, 3 deletions(-) diff --git a/ext_tests/src/com/android/launcher3/testing/DebugTestInformationHandler.java b/ext_tests/src/com/android/launcher3/testing/DebugTestInformationHandler.java index f99155f25a..29b24b797c 100644 --- a/ext_tests/src/com/android/launcher3/testing/DebugTestInformationHandler.java +++ b/ext_tests/src/com/android/launcher3/testing/DebugTestInformationHandler.java @@ -25,7 +25,6 @@ import android.content.Context; import android.os.Binder; import android.os.Bundle; import android.system.Os; -import android.util.Log; import androidx.annotation.Keep; import androidx.annotation.Nullable; @@ -62,7 +61,6 @@ public class DebugTestInformationHandler extends TestInformationHandler { public void onActivityCreated(Activity activity, Bundle bundle) { sActivities.put(activity, true); ++sActivitiesCreatedCount; - Log.d(TestProtocol.FLAKY_ACTIVITY_COUNT, "onActivityCreated", new Exception()); } @Override diff --git a/tests/shared/com/android/launcher3/testing/shared/TestProtocol.java b/tests/shared/com/android/launcher3/testing/shared/TestProtocol.java index d86a2f8e75..a196448b88 100644 --- a/tests/shared/com/android/launcher3/testing/shared/TestProtocol.java +++ b/tests/shared/com/android/launcher3/testing/shared/TestProtocol.java @@ -155,7 +155,6 @@ public final class TestProtocol { public static final String PERMANENT_DIAG_TAG = "TaplTarget"; public static final String TWO_TASKBAR_LONG_CLICKS = "b/262282528"; - public static final String FLAKY_ACTIVITY_COUNT = "b/260260325"; public static final String FLAKY_QUICK_SWITCH_TO_PREVIOUS_APP = "b/286084688"; public static final String ICON_MISSING = "b/282963545"; public static final String LAUNCH_SPLIT_PAIR = "b/288939273";