Merge "[play] Add debug config flag to GMS Play." into udc-dev am: ae1c56e34d am: f1bb210bc2

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/22900365

Change-Id: I830d92c5eff9b0eb2af69d457ddb3206b893dc55
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Holly Jiuyu Sun
2023-05-05 08:13:57 +00:00
committed by Automerger Merge Worker
@@ -55,4 +55,9 @@ public class LogConfig {
* When turned on, we enable quick launch v2 related logging.
*/
public static final String QUICK_LAUNCH_V2 = "QuickLaunchV2";
/**
* When turned on, we enable Gms Play related logging.
*/
public static final String GMS_PLAY = "GmsPlay";
}