INNER CODE UNIT · Java

isDebug

mmin18/RealtimeBlurView · library/src/com/github/mmin18/widget/AndroidStockBlurImpl.java:75

	static boolean isDebug(Context ctx) {
		if (DEBUG == null && ctx != null) {
			DEBUG = (ctx.getApplicationInfo().flags & ApplicationInfo.FLAG_DEBUGGABLE) != 0;
		}
		return DEBUG == Boolean.TRUE;
	}
}

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…