diff options
author | 2023-05-05 06:55:43 +0000 | |
---|---|---|
committer | 2023-05-05 06:55:43 +0000 | |
commit | ae1c56e34d1243f13f750e4f151ae77452a5052b (patch) | |
tree | 3831f7658580fcbe18cd7630d03dc41819584390 | |
parent | b6f64a4465a0a9345b31c1b56ae422c2422b3405 (diff) | |
parent | 48d0645a2e810db0a4e1975f90993a890351ef14 (diff) |
Merge "[play] Add debug config flag to GMS Play." into udc-dev
-rw-r--r-- | src/com/android/launcher3/util/LogConfig.java | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/com/android/launcher3/util/LogConfig.java b/src/com/android/launcher3/util/LogConfig.java index 5abf95c000..04f83b9707 100644 --- a/src/com/android/launcher3/util/LogConfig.java +++ b/src/com/android/launcher3/util/LogConfig.java @@ -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"; } |