Browse Source

Android: enable debug logs in debug build type

master
Alexander Epaneshnikov 3 years ago
parent
commit
acaf2e8f75
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      android/src/com/reecedunn/espeak/TtsService.java

+ 1
- 1
android/src/com/reecedunn/espeak/TtsService.java View File



private static final String TAG = TtsService.class.getSimpleName(); private static final String TAG = TtsService.class.getSimpleName();
private static Context storageContext; private static Context storageContext;
private static final boolean DEBUG = false;
private static final boolean DEBUG = BuildConfig.DEBUG;


private SpeechSynthesis mEngine; private SpeechSynthesis mEngine;
private SynthesisCallback mCallback; private SynthesisCallback mCallback;

Loading…
Cancel
Save