This commit is contained in:
844143714@qq,com 2026-04-30 00:06:29 +08:00
parent f2335506b0
commit 1fb64b7770
1 changed files with 1 additions and 0 deletions

View File

@ -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());
} }