Ejemplo n.º 1
0
  /**
   * Sets debug mode. This controls how much information is displayed in the log during recognition.
   *
   * @param enabled <code>true</code> to enable debugging mode
   */
  public void setDebug(boolean enabled) {
    if (mRecycled) throw new IllegalStateException();

    nativeSetDebug(enabled);
  }
Ejemplo n.º 2
0
 /**
  * Sets debug mode. This controls how much information is displayed in the log during recognition.
  *
  * @param enabled <code>true</code> to enable debugging mode
  */
 public void setDebug(boolean enabled) {
   nativeSetDebug(enabled);
 }