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

This commit is contained in:
Holly Jiuyu Sun
2023-05-05 06:55:43 +00:00
committed by Android (Google) Code Review
@@ -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";
}