コード例 #1
0
 /**
  * Returns true when debug mode is configured, false otherwhise
  *
  * @return
  */
 public boolean isDebuging() {
   return Settings.isDebuging();
 }