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

Commit e1e6a946 authored by arunvoddu's avatar arunvoddu
Browse files

Provision to enable VDBG logs through mobile for UICC component.

Flag: EXEMPT bugfix
Bug: 362674945
Test: Built successfully
Change-Id: I430d3521cbe51ec9695bf617f8b11438d6a940cd
parent 935f337d
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;