summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAnushree Ganjam <ganjam@google.com>2023-05-19 20:51:19 +0000
committerAnushree Ganjam <ganjam@google.com>2023-05-22 19:48:43 +0000
commit0f54a897bb965d239898c561129e96f25dc88d0b (patch)
tree1c4f84a68844cf69dc5d101c4c9315286593333f /src
parent66e7ec721b0dae49f8b8c31ae944e7bd648c7c2c (diff)
downloadLauncher3-0f54a897bb965d239898c561129e96f25dc88d0b.tar.gz
Add AGA_SESSION_SUMMARY_LOG for session summary log debugging.
adb shell setprop log.tag.AGASessionSummaryLog V Bug: 283829335 Test: Manual Flag: NA Change-Id: I90da76f1db1a103e49171bbc7499cd79606d3fcf
Diffstat (limited to 'src')
-rw-r--r--src/com/android/launcher3/util/LogConfig.java5
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 04f83b9707..e5bbcb1923 100644
--- a/src/com/android/launcher3/util/LogConfig.java
+++ b/src/com/android/launcher3/util/LogConfig.java
@@ -60,4 +60,9 @@ public class LogConfig {
* When turned on, we enable Gms Play related logging.
*/
public static final String GMS_PLAY = "GmsPlay";
+
+ /**
+ * When turned on, we enable AGA related session summary logging.
+ */
+ public static final String AGA_SESSION_SUMMARY_LOG = "AGASessionSummaryLog";
}