Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a2de64b8 authored by Anushree Ganjam's avatar Anushree Ganjam Committed by Android (Google) Code Review
Browse files

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

parents 17164414 0f54a897
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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";
}