Searched defs:FORCE_DEBUG (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCall.java43 private static final boolean FORCE_DEBUG = false; /* STOPSHIP if true */ field in class:ImsPhoneCall
44 private static final boolean DBG = FORCE_DEBUG || Rlog.isLoggable(LOG_TAG, Log.DEBUG);
45 private static final boolean VDBG = FORCE_DEBUG || Rlog.isLoggable(LOG_TAG, Log.VERBOSE);
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsCall.java66 private static final boolean FORCE_DEBUG = false; /* STOPSHIP if true */ field in class:ImsCall
70 // functions as those will not be affected by the value of FORCE_DEBUG at all.
73 // setting FORCE_DEBUG and knowing these logs will show up regardless of the actual log
75 private static final boolean DBG = FORCE_DEBUG || Log.isLoggable(TAG, Log.DEBUG);
76 private static final boolean VDBG = FORCE_DEBUG || Log.isLoggable(TAG, Log.VERBOSE);
80 // TODO: Set this flag to FORCE_DEBUG once the new conference call logic gets more mileage

Completed in 104 milliseconds