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

Commit 48d0645a authored by Holly Sun's avatar Holly Sun
Browse files

[play] Add debug config flag to GMS Play.

Bug: 274633778
Flag: ENABLE_SEARCH_UNINSTALLED_APPS. Off
Test: manual. adb shell setprop log.tag.GmsPlay VERBOSE
Change-Id: Ic2232011f039893998adbad2fb93f34e8f6bd85c
parent 773c5c17
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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";
}