Merge "[play] Add debug config flag to GMS Play." into udc-dev am: ae1c56e34d
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/22900365 Change-Id: Ic47ad3ac0ea378741ddfc5ba33a598c6133c317a Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -55,4 +55,9 @@ public class LogConfig {
|
|||||||
* When turned on, we enable quick launch v2 related logging.
|
* When turned on, we enable quick launch v2 related logging.
|
||||||
*/
|
*/
|
||||||
public static final String QUICK_LAUNCH_V2 = "QuickLaunchV2";
|
public static final String QUICK_LAUNCH_V2 = "QuickLaunchV2";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* When turned on, we enable Gms Play related logging.
|
||||||
|
*/
|
||||||
|
public static final String GMS_PLAY = "GmsPlay";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user