Merge "Move the Impression Logging Flag to AllAppsDeviceConfigFlag" into tm-qpr-dev

This commit is contained in:
Anushree Ganjam
2022-12-19 16:21:43 +00:00
committed by Android (Google) Code Review

View File

@@ -356,9 +356,6 @@ public final class FeatureFlags {
"ENABLE_NEW_GESTURE_NAV_TUTORIAL", false,
"Enable the redesigned gesture navigation tutorial");
public static final BooleanFlag ENABLE_TOAST_IMPRESSION_LOGGING = getDebugFlag(
"ENABLE_TOAST_IMPRESSION_LOGGING", false, "Enable toast impression logging");
public static final BooleanFlag ENABLE_DEVICE_PROFILE_LOGGING = new DeviceFlag(
"ENABLE_DEVICE_PROFILE_LOGGING", false, "Allows DeviceProfile logging");