PluginMobileNativeCode icon indicating copy to clipboard operation
PluginMobileNativeCode copied to clipboard

Java Convert.h not committed

Open NounKim opened this issue 3 years ago • 0 comments

// FString to jstring
static jstring GetJavaString(const FString& string)

// string to jstring
static jstring GetJavaString(const string& str);

It seems like you haven't updated your Android/Private/JavaConvert.h files. Your plugin is the best! I am always grateful to write. more...seems someting wrong

This error occurs when updating to a 2.1version.

[2022.10.19-08.57.43:314][246]LogTemp: Warning: MobileNativeCode -> Method CallJniVoidMethod [OpenGallery_Create_Profile][(Landroid/app/Activity;I)V] [2022.10.19-08.57.43:350][246]LogTemp: Warning: MobileNativeCode -> Method CallJniVoidMethod [CallBackFunction][(Landroid/app/Activity;)V] [2022.10.19-08.57.43:355][247]LogAndroid: Case APP_CMD_PAUSE [2022.10.19-08.57.43:355][247]LogAndroid: event thread, suspending app, acquiring HW window lock. [2022.10.19-08.57.43:355][247]LogAndroid: AndroidEGL:: SuspendApp_EventThread, waiting for event manager to process. tid: 13806 [2022.10.19-08.57.43:355][247]LogAndroidEvents: Display: LogAndroidEvents::DequeueAppEvent : 6, [width=-1, height=-1], APP_EVENT_STATE_ON_PAUSE [2022.10.19-08.57.43:355][247]LogAndroidEvents: Display: LogAndroidEvents::DequeueAppEvent : 15, [width=-1, height=-1], APP_EVENT_RUN_CALLBACK [2022.10.19-08.57.43:355][247]LogAndroidEvents: Display: Event thread callback running. [2022.10.19-08.57.43:355][247]LogAndroid: performing app backgrounding callback. 0xedfb9220 [2022.10.19-08.57.43:355][247]LogCore: Display: AppLifetime: Application will deactivate [2022.10.19-08.57.43:380][247]LogCore: Display: AppLifetime: Application will enter background [2022.10.19-08.57.43:380][247]LogTemp: Android pause audio [2022.10.19-08.57.43:380][247]LogAudioMixerAndroid: Display: Suspending android audio renderer [2022.10.19-08.57.43:381][247]LogTemp: Android release microphone [2022.10.19-08.57.43:384][248]LogAndroid: Blocking renderer on invalid window. [2022.10.19-08.57.43:385][248]LogAndroid: Waiting for renderer to encounter blocking command. [2022.10.19-08.57.43:385][248]LogAndroid: Blocking renderer [2022.10.19-08.57.43:385][248]LogAndroidEvents: Display: LogAndroidEvents::DequeueAppEvent : 13, [width=-1, height=-1], APP_EVENT_STATE_APP_SUSPENDED

The JAVA function is not executed and the app is immediately terminated. This is log.

NounKim avatar Oct 19 '22 04:10 NounKim