Android Launch vm exiting with result code 0 cleanup skipped

Hello,

I got this error after I moved my project up from 4.16 to 4.19.

I am using Exclusive Nativization in my project and it works fine when packaged in 4.16 but gives me the vm exiting with result code 0 cleanup skipped according to monitor.bat in 4.19.

The interesting part is that when I switch off the exclusive nativization, then the project works fine on the device in 4.19.3.

I moved to 4.19.3 by opening a copy of my project in the project launcher screen. Since the error occurs only if I try to nativize an asset in 4.19.3 is there a way to safely move the project to a higher engine version?

can anyone help me? Here are the monitor.bat logs

06-05 12:11:53.488: W/linker(3249): /data/app/com.Project-1/lib/arm/libOVRPlugin.so: is missing DT_SONAME will use basename as a replacement: "libOVRPlugin.so"
06-05 12:11:53.492: D/OVRPlugin(3249): JNI_OnLoad
06-05 12:11:53.719: D/AccessibilityManager(3249): current package=com.Project, accessibility manager mIsFinalEnabled=false, mOptimizeEnabled=false, mIsUiAutomationEnabled=false, mIsInterestedPackage=false
06-05 12:11:54.302: W/PopupManager(3249): You have not specified a View to use as content view for popups. Falling back to the Activity content view. Note that this may not work as expected in multi-screen environments
06-05 12:11:54.340: D/OpenGLRenderer(3249): Use EGL_SWAP_BEHAVIOR_PRESERVED: true
06-05 12:11:54.377: I/Adreno(3249): QUALCOMM build                   : 10c9f68, I74772a33ad
06-05 12:11:54.377: I/Adreno(3249): Build Date                       : 02/07/17
06-05 12:11:54.377: I/Adreno(3249): OpenGL ES Shader Compiler Version: XE031.07.00.01
06-05 12:11:54.377: I/Adreno(3249): Local Branch                     : 
06-05 12:11:54.377: I/Adreno(3249): Remote Branch                    : refs/tags/AU_LINUX_ANDROID_LA.UM.5.1_RB1.06.00.01.192.038
06-05 12:11:54.377: I/Adreno(3249): Remote Branch                    : NONE
06-05 12:11:54.377: I/Adreno(3249): Reconstruct Branch               : NOTHING
06-05 12:11:54.383: I/OpenGLRenderer(3249): Initialized EGL, version 1.4
06-05 12:11:57.209: E/ExtMediaPlayer-JNI(3249): env->IsInstanceOf fails
06-05 12:11:57.209: E/MediaPlayer-JNI(3249): JNIMediaPlayerFactory: bIsQCMediaPlayerPresent 0
06-05 12:11:57.209: E/ExtMediaPlayer-JNI(3249): env->IsInstanceOf fails
06-05 12:11:57.209: E/MediaPlayer-JNI(3249): JNIMediaPlayerFactory: bIsQCMediaPlayerPresent 0
06-05 12:11:59.057: I/art(3249): System.exit called, status: 0
06-05 12:11:59.057: I/AndroidRuntime(3249): VM exiting with result code 0, cleanup skipped.