Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Java Convert.h not committed #20

Open
NounKim opened this issue Oct 19, 2022 · 0 comments
Open

Java Convert.h not committed #20

NounKim opened this issue Oct 19, 2022 · 0 comments

Comments

@NounKim
Copy link

NounKim commented Oct 19, 2022

// 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant