Il est possible de détecter si une application est mode débug ou non , utile pour par exemple lancer certaines fonctionnalités en développement et non en production :
this.isDebuggable = ( 0 != ( context.getApplicationInfo().flags &= ApplicationInfo.FLAG_DEBUGGABLE ) );