Пример #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);
  }
Пример #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);
 }