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

Commit ee7ce4ea authored by Arun Voddu's avatar Arun Voddu Committed by Android (Google) Code Review
Browse files

Merge "Provision to enable VDBG logs through mobile for UICC component." into main

parents c99762b2 e1e6a946
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -60,6 +60,7 @@ import java.util.regex.Pattern;
public final class TelephonyUtils {
    private static final String LOG_TAG = "TelephonyUtils";

    public static final boolean FORCE_VERBOSE_STATE_LOGGING = false; /* stopship if true */
    public static boolean IS_USER = "user".equals(android.os.Build.TYPE);
    public static boolean IS_DEBUGGABLE = SystemProperties.getInt("ro.debuggable", 0) == 1;