This commit is contained in:
parent
f2335506b0
commit
1fb64b7770
|
|
@ -42,6 +42,7 @@ public class MyApplication {
|
||||||
pNative.pttNativeSetTTSCallback();
|
pNative.pttNativeSetTTSCallback();
|
||||||
|
|
||||||
pNative.pttNativePocTaskStart();
|
pNative.pttNativePocTaskStart();
|
||||||
|
Log.i("PTT_INIT", "PTT init success");
|
||||||
} catch (Throwable e) {
|
} catch (Throwable e) {
|
||||||
Log.e("PTT_INIT", "Failed to init PTT: " + e.getMessage());
|
Log.e("PTT_INIT", "Failed to init PTT: " + e.getMessage());
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue