Merge "Add AGA_SESSION_SUMMARY_LOG for session summary log debugging." into udc-dev

This commit is contained in:
Anushree Ganjam
2023-05-22 19:53:19 +00:00
committed by Android (Google) Code Review

View File

@@ -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";
}