cancel
Showing results for 
Search instead for 
Did you mean: 

APK Closes in Gameplay

kaique_tavares
Honored Guest
Hello, everyone!
While playing in Gear VR the app closes without showing any error, and thus opens the Oculus Gear VR App. We are in development and we do not know if it is the Samsung Galaxy S7 Edge or the Oculus Gear VR, could you give me some reference or tip. In programming we are using Try Catch for some events, could it be Exceptions that is causing the app to close? Please help me!

Development in Unity 2017.3.1, OVRPlugin 1.28.0.
I´m try the log of android mobile phone, the reference: http://hightalestudios.com/2017/02/solved-samsung-gearvr-application-closed-unexpectedly/

The log:

08-31 12:53:55.881  5650  5650 I ApplicationPackageManager: load=com.Eguru.CaixaVR, bg=192-192, dr=192-192, forDefault=false
08-31 12:53:55.882 23607 23607 V dalvik-internals: Hooking function _ZN3art12FaultManager35EnsureArtActionInFrontOfSignalChainEv
08-31 12:53:55.882 23607 23607 V dalvik-internals: hooked _ZN3art12FaultManager35EnsureArtActionInFrontOfSignalChainEv using trap ()
08-31 12:53:55.882 23607 23607 V dalvik-internals: hooked signal using trap ()
08-31 12:53:55.882 23607 23607 V dalvik-internals: hooked sysv_signal using trap ()
08-31 12:53:55.882 23607 23607 V dalvik-internals: hooked bsd_signal using trap ()
08-31 12:53:55.883  5650  5650 I ApplicationPackageManager: scaled rate=0.632967, size=192, alpha=5, hold=0, target=192
08-31 12:53:55.883 23607 23607 V dalvik-internals: hooked sigaction using trap ()
08-31 12:53:55.884 23607 23607 V DexLibLoader: resolved non-canonical data directory /data/user/0/com.oculus.home to /data/data/com.oculus.home
08-31 12:53:55.887 23607 23607 V DexLibLoader: using exo res provider failed
08-31 12:53:55.887 23607 23607 V DexLibLoader: java.io.FileNotFoundException: /data/local/tmp/exopackage/com.oculus.home/secondary-dex/metadata.txt (No such file or directory)
08-31 12:53:55.887 23607 23607 V DexLibLoader: at java.io.FileInputStream.open(Native Method)
08-31 12:53:55.887 23607 23607 V DexLibLoader: at java.io.FileInputStream.<init>(FileInputStream.java:146)
08-31 12:53:55.887 23607 23607 V DexLibLoader: at com.facebook.common.dextricks.DexLibLoader$ExoPackageResProvider.open(DexLibLoader.java:500)
08-31 12:53:55.887 23607 23607 V DexLibLoader: at com.facebook.common.dextricks.DexLibLoader.obtainResProviderInternal(DexLibLoader.java:394)
08-31 12:53:55.887 23607 23607 V DexLibLoader: at com.facebook.common.dextricks.DexLibLoader.obtainResProvider(DexLibLoader.java:359)
08-31 12:53:55.887 23607 23607 V DexLibLoader: at com.facebook.common.dextricks.DexLibLoader.loadAllImpl(DexLibLoader.java:107)
08-31 12:53:55.887 23607 23607 V DexLibLoader: at com.facebook.common.dextricks.DexLibLoader.loadAll(DexLibLoader.java:255)
08-31 12:53:55.887 23607 23607 V DexLibLoader: at com.facebook.common.dextricks.DexLibLoader.loadAll(DexLibLoader.java:263)
08-31 12:53:55.887 23607 23607 V DexLibLoader: at com.facebook.common.dextricks.DexLibLoader.loadAll(DexLibLoader.java:267)
08-31 12:53:55.887 23607 23607 V DexLibLoader: at com.facebook.common.dextricks.DexLibLoader.loadAll(DexLibLoader.java:271)
08-31 12:53:55.887 23607 23607 V DexLibLoader: at com.oculus.home.HomeApplication.onCreate(HomeApplication.java:35)
08-31 12:53:55.887 23607 23607 V DexLibLoader: at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1032)
08-31 12:53:55.887 23607 23607 V DexLibLoader: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5885)
08-31 12:53:55.887 23607 23607 V DexLibLoader: at android.app.ActivityThread.-wrap3(ActivityThread.java)
08-31 12:53:55.887 23607 23607 V DexLibLoader: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1703)
08-31 12:53:55.887 23607 23607 V DexLibLoader: at android.os.Handler.dispatchMessage(Handler.java:102)
08-31 12:53:55.887 23607 23607 V DexLibLoader: at android.os.Looper.loop(Looper.java:154)
08-31 12:53:55.887 23607 23607 V DexLibLoader: at android.app.ActivityThread.main(ActivityThread.java:6692)
08-31 12:53:55.887 23607 23607 V DexLibLoader: at java.lang.reflect.Method.invoke(Native Method)
08-31 12:53:55.887 23607 23607 V DexLibLoader: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1468)
08-31 12:53:55.887 23607 23607 V DexLibLoader: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1358)
08-31 12:53:55.887 23607 23607 V DexLibLoader: Nothing to do in DexLibLoader.loadAll: no resProvider
08-31 12:53:55.926  5018  5546 D MdnieScenarioControlService:  packageName : com.oculus.home    className : com.oculus.home.HomeActivity
08-31 12:53:55.966 23607 23607 D ExceptionHandlerManager: ExceptionHandlerManager not explicitly initialized, using default mode
08-31 12:53:55.966 23607 23607 D ExceptionHandlerManager: initializing exception handler manager, prioritized=true
08-31 12:53:55.967 23607 23607 E ACRA    : Initializing ANR detector for process: com.oculus.home
08-31 12:53:56.108  5018  5028 I art     : Background partial concurrent mark sweep GC freed 332398(16MB) AllocSpace objects, 12(752KB) LOS objects, 20% free, 63MB/79MB, paused 3.318ms total 346.889ms
08-31 12:53:56.267  5018  6537 I ActivityManager: START u0 {act=null typ=null flg=0x10818000 cmp=ComponentInfo{com.oculus.vrshell/com.oculus.vrshell.MainActivity}} from uid 10254 on display 0
08-31 12:53:56.276  5018  6537 D ActivityManager: ActivityRecord() Constructor : multiScreenAttrs=MultiScreenAttrs{mDisplayId=0, mBaseDisplayId=0, mBaseActivity=false}
08-31 12:53:56.276  5018  6537 V GearVrManagerService: setupwizard completed, hmt connected! start launch!
08-31 12:53:56.277  5018  6537 D CustomFrequencyManagerService: releaseDVFSLockLocked : Getting Lock type frm List : DVFS_MIN_LIMIT  frequency : 1768000  uid : 1000  pid : 5018  tag : AMS_RESUME@CPU_MIN@7
08-31 12:53:56.282  5018  6537 D CustomFrequencyManagerService: acquireDVFSLockLocked : type : DVFS_MIN_LIMIT  frequency : 1768000  uid : 1000  pid : 5018  pkgName : AMS_RESUME@CPU_MIN@7
08-31 12:53:56.283  5018  6537 D ActivityManager: mActivityResumeBooster.acquire()
08-31 12:53:56.285  5018  6537 I MultiWindowManagerService: setTaskDimensions: Task=TaskRecord{d2527e5d0 #23 A=com.oculus.vrshell U=0 StackId=1 sz=1} minWidth=-1 minHeight=-1 maxWidth=-1 maxHeight=-1
08-31 12:53:56.285  5018  6537 D ActivityManager: moveToFront() : reason=startedActivity setFocusedActivity isAttached=true TaskRecord{d2527e5d0 #23 A=com.oculus.vrshell U=0 StackId=1 sz=1}
08-31 12:53:56.286  5018  6537 D InputDispatcher: Focused application set to: xxxx
08-31 12:53:56.286  5018  6537 D ActivityManager: resumeTopActivityInnerLocked() : #1 prevTask=TaskRecord{d2527e5d0 #23 A=com.oculus.vrshell U=0 StackId=1 sz=1} next=ActivityRecord{b5e9229d0 u0 com.oculus.vrshell/.MainActivity t23} mFocusedStack=ActivityStack{f25b880d0 stackId=1, 3 tasks}
08-31 12:53:56.287  5018  6537 D ActivityTrigger: ActivityTrigger activityPauseTrigger 
08-31 12:53:56.287  5018  6537 D GameManagerService: sem_perfomance_mode: 0
08-31 12:53:56.293  5018  6536 W MultiScreenManagerService: moveTaskBackToDisplayIfNeeded(): root is not base activity
08-31 12:53:56.294 23607 23630 I UploadManager: Scheduling immediate upload for 2131230783
08-31 12:53:56.307  5018  7453 D SamsungAlarmManager: setInexact Intent (T:2/F:0/AC:false) 20180831T125856 - CU:10254/CP:23607
08-31 12:53:56.323 23607 23633 D NetworkSecurityConfig: No Network Security Config specified, using platform default
08-31 12:53:56.326  5018  7454 D ActivityManager: resumeTopActivityInnerLocked() : #1 prevTask=TaskRecord{693f3b0d0 #22 A=com.oculus.home U=0 StackId=1 sz=1} next=ActivityRecord{b5e9229d0 u0 com.oculus.vrshell/.MainActivity t23} mFocusedStack=ActivityStack{f25b880d0 stackId=1, 3 tasks}
08-31 12:53:56.327  5018  7454 D MountService: getExternalStorageMountMode : 1
08-31 12:53:56.328  5018  7454 D MountService: getExternalStorageMountMode : 3
08-31 12:53:56.328  5018  7454 D MountService: getExternalStorageMountMode : final mountMode=1, uid : 10258, packageName : com.oculus.vrshell
08-31 12:53:56.350 23635 23635 E Zygote  : v2
08-31 12:53:56.351 23635 23635 I libpersona: KNOX_SDCARD checking this for 10258
08-31 12:53:56.351 23635 23635 I libpersona: KNOX_SDCARD not a persona
08-31 12:53:56.353 23635 23635 E Zygote  : accessInfo : 0
08-31 12:53:56.354 23635 23635 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SECMOBILE_7.0_0009, [-1 -1 -1 -1 0 1]
08-31 12:53:56.355 23635 23635 I SELinux : SELinux: seapp_context_lookup: seinfo=untrusted, level=s0:c512,c768, pkgname=com.oculus.vrshell 
08-31 12:53:56.356  5018  7454 I ActivityManager: Start proc 23635:com.oculus.vrshell/u0a258 for activity com.oculus.vrshell/.MainActivity
08-31 12:53:56.366  4857  5313 D EnterpriseController: netId is 0
08-31 12:53:56.366  4857  5313 D Netd    : getNetworkForDns: using netid 503 for uid 10254
08-31 12:53:56.366  4857  5313 D DnsProxyListener: DNSDBG::dns addrinfo af 0
08-31 12:53:56.379 23635 23635 D TimaKeyStoreProvider: TimaSignature is unavailable
08-31 12:53:56.380 23635 23635 D ActivityThread: Added TimaKeyStore provider
08-31 12:53:56.382  5018  6755 I ActivityManager: DSS on for com.oculus.vrshell and scale is 1.0
08-31 12:53:56.392  5018  6755 D GameManagerService: sem_perfomance_mode: 0
08-31 12:53:56.392  5018  5018 D GameManagerService: NotifyRunnable. pkg: com.oculus.vrshell, type: 4, isMinimized: false, isTunableApp: false
08-31 12:53:56.392  5018  5018 D GameManagerService: unexpected mPrevNotiType: -1
08-31 12:53:56.393  5018  6755 D MARsPolicyManager: handlePackageResumedFG pkgName = com.oculus.vrshell, userId = 0
08-31 12:53:56.396  5018  9431 D GameManagerService: identifyGamePackage. com.oculus.vrshell
08-31 12:53:56.397  5018  9431 D GameManagerService: identifyGamePackage. com.oculus.vrshell
08-31 12:53:56.396  6696  6709 D ForegroundUtils: could not check pending caller
08-31 12:53:56.397  5018  9431 D GameManagerService: identifyGamePackage. com.oculus.vrshell
08-31 12:53:56.398  5018  9431 D GameManagerService: identifyGamePackage. com.oculus.vrshell
08-31 12:53:56.432 23635 23635 I art     : Starting a blocking GC AddRemoveAppImageSpace
08-31 12:53:56.453 23635 23635 D ContextRelationMgrBrdg: loadKlass() : caller=com.samsung.android.bridge.multiscreen.common.ContextRelationManagerBridge.<clinit>:28 android.app.LoadedApk.makeApplication:840 
08-31 12:53:56.465  5018  5018 I Telecom : TelecomFeature: getContactsPackageName: com.samsung.android.contacts: TSI.gDDP@AQQ
08-31 12:53:56.465  5018  5018 I Telecom : com.android.server.telecom.TelecomServiceImpl$1: getSystemDialerPackage: com.samsung.android.contacts: TSI.gDDP@AQQ
08-31 12:53:56.466  5018  5018 I Telecom : TelecomFeature: getContactsPackageName: com.samsung.android.contacts
08-31 12:53:56.487 23635 23635 D [OAR] MainActivity: com.oculus.vrshell.MainActivity@2bf06e8 onCreate()
08-31 12:53:56.487 23635 23635 D [OAR] MainActivity: Breakpad for Native crashes enabled
08-31 12:53:56.496 23635 23635 D [OAR] MainActivity: ACRA/OculusCrashReporter for Java crashes enabled
08-31 12:53:56.500 23635 23635 D ACRA    : ACRA is enabled for com.oculus.vrshell, intializing...
08-31 12:53:56.504  5018  9431 D SSRM:k  : SIOP:: AP = 450, PST = 425 (W:6), CP = 361, CUR = -840, LCD = 5
08-31 12:53:56.586  4847  5369 I audio_hw_primary: do_out_standby +
08-31 12:53:56.594  4847  5369 D audio_hw_primary: output_devices devices:0
08-31 12:53:56.594  4847  5369 D audio_hw_primary: output_devices devices:0
08-31 12:53:56.594  4847  5369 I audio_hw_primary: is_voice_wakeup : ret =  1  , wakeup_baby_cry_enabled = 0  ,  wakeup_mic_enabled = 1 
08-31 12:53:56.594  4847  5369 I audio_hw_primary: get_scenario : scenario_type = 39
08-31 12:53:56.594  4847  5369 V audio_hw_primary: select_devices output_scenario:-1 input_scenario:39 out_snd_device 0x0 in_snd_device:0xb
08-31 12:53:56.594  4847  5369 I audio_hw_primary: set_spk_rx_mute mute(1), rx val=0
08-31 12:53:56.595  4847  5369 I audio_route: > audio_route_reset :
08-31 12:53:56.596  4847  5369 I audio_route: > audio_route_apply_path : "voice_control-mic"
08-31 12:53:56.598  4847  5369 V audio_hw_primary: select_devices() input_route "voice_control-mic" 
08-31 12:53:56.599  4847  5369 I audio_route: > audio_route_apply_path : "gain-voice_control-mic"
08-31 12:53:56.600  4847  5369 V audio_hw_primary: select_devices() input_gain "gain-voice_control-mic" 
08-31 12:53:56.601  4847  5369 I audio_route: > audio_route_update_mixer : +
08-31 12:53:56.616  4847  5369 I audio_route: > audio_route_update_mixer : changed(2) -
08-31 12:53:56.616  4847  5369 V audio_hw_primary: select_devices : set seamless_buf_offset
08-31 12:53:56.616  4847  5369 I audio_route: > audio_values_apply_path : "seamless_buf_offset"
08-31 12:53:56.621  4847  5369 I audio_hw_primary: select_devices - 
08-31 12:53:56.621  4847  5369 I audio_hw_primary: do_out_standby -
08-31 12:53:56.676  5018  5546 D MdnieScenarioControlService:  packageName : com.oculus.vrshell    className : com.oculus.vrshell.MainActivity
08-31 12:53:56.775 23635 23635 I ShellJNI: ---------- NativeInit ----------
08-31 12:53:56.776 23635 23635 I ShellJNI: LibraryLoadTime: 735.797030
08-31 12:53:56.777 23635 23635 I [OAR] Shell: --------------- OvrApp::OvrApp() ---------------
08-31 12:53:56.777 23635 23635 I [OAR] Shell: Automation enabled? 0
08-31 12:53:56.777 23635 23635 I [OAR] Shell: Initializing VR Shell with VersionName 3.0.10 and VersionCode 119241644
08-31 12:53:56.778 23635 23635 I [OAR] ShellVideoPlayer: created
08-31 12:53:56.786  5018  6990 I MediaFocusControl:  AudioFocus  requestAudioFocus() from uid/pid 10258/23635 clientId=android.media.AudioManager$235fa18com.oculus.video.VideoPlayer$9befc71 req=1 flags=0x0
08-31 12:53:56.786 23635 23635 D AudioManager: requestAudioFocus status : 1
08-31 12:53:56.786 23635 23635 D VideoPlayer: requestAudioFocus(): GRANTED audio focus
08-31 12:53:56.788 23635 23635 V fb-UnpackingSoSource: locked dso store /data/user/0/com.oculus.vrshell/lib-main
08-31 12:53:56.791 23635 23635 I fb-UnpackingSoSource: dso store is up-to-date: /data/user/0/com.oculus.vrshell/lib-main
08-31 12:53:56.791 23635 23635 V fb-UnpackingSoSource: releasing dso store lock for /data/user/0/com.oculus.vrshell/lib-main
08-31 12:53:56.796 23635 23635 I art     : Thread[1,tid=23635,Native,Thread*=0xf0005400,peer=0x76743638,"main"] recursive attempt to load library "/data/app/com.oculus.vrshell-1/lib/arm/libfb.so"
08-31 12:53:56.827 23635 23635 D LigerHttpClient: Initializing LigerHttpClient!
08-31 12:53:56.860  5018  7003 D SamsungAlarmManager: Cancel Alarm calling from uid:10254 pid :23607 / op:PendingIntent{39dbd47: PendingIntentRecord{a055d61 com.oculus.home startService}}
08-31 12:53:56.868 23635 23635 I [OAR] Shell: StartVrThread
08-31 12:53:56.870 23635 23666 I GlSetup_Android: GL_Setup: requestGlEsVersion(3), redBits(8), greenBits(8), blueBits(8), depthBits(0), multisamples(0), contextPriority(12546)
08-31 12:53:56.879 23635 23666 I GlSetup_Android: eglInitialize gives majorVersion 1, minorVersion 4
08-31 12:53:56.886 23635 23666 I GlSetup_Android: EGL_VENDOR: Android
08-31 12:53:56.886 23635 23666 I GlSetup_Android: EGL_CLIENT_APIS: OpenGL_ES
08-31 12:53:56.886 23635 23666 I GlSetup_Android: EGL_VERSION: 1.4 Android META-EGL
08-31 12:53:56.886 23635 23666 I GlSetup_Android: EGL_EXTENSIONS:
08-31 12:53:56.886 23635 23666 I GlSetup_Android: EGL_KHR_get_all_proc_addresses
08-31 12:53:56.886 23635 23666 I GlSetup_Android: EGL_ANDROID_presentation_time
08-31 12:53:56.886 23635 23666 I GlSetup_Android: EGL_KHR_swap_buffers_with_damage
08-31 12:53:56.886 23635 23666 I GlSetup_Android: EGL_ANDROID_create_native_client_buffer
08-31 12:53:56.886 23635 23666 I GlSetup_Android: EGL_ANDROID_front_buffer_auto_refresh
08-31 12:53:56.886 23635 23666 I GlSetup_Android: EGL_KHR_image
08-31 12:53:56.886 23635 23666 I GlSetup_Android: EGL_KHR_image_base
08-31 12:53:56.886 23635 23666 I GlSetup_Android: EGL_KHR_gl_texture_2D_image
08-31 12:53:56.886 23635 23666 I GlSetup_Android: EGL_KHR_gl_texture_cubemap_image
08-31 12:53:56.886 23635 23666 I GlSetup_Android: EGL_KHR_gl_renderbuffer_image
08-31 12:53:56.886 23635 23666 I GlSetup_Android: EGL_KHR_fence_sync
08-31 12:53:56.886 23635 23666 I GlSetup_Android: EGL_KHR_create_context
08-31 12:53:56.886 23635 23666 I GlSetup_Android: EGL_KHR_config_attribs
08-31 12:53:56.886 23635 23666 I GlSetup_Android: EGL_KHR_surfaceless_context
08-31 12:53:56.886 23635 23666 I GlSetup_Android: EGL_EXT_create_context_robustness
08-31 12:53:56.886 23635 23666 I GlSetup_Android: EGL_ANDROID_image_native_buffer
08-31 12:53:56.886 23635 23666 I GlSetup_Android: EGL_KHR_wait_sync
08-31 12:53:56.886 23635 23666 I GlSetup_Android: EGL_ANDROID_recordable
08-31 12:53:56.886 23635 23666 I GlSetup_Android: EGL_KHR_partial_update
08-31 12:53:56.886 23635 23666 I GlSetup_Android: EGL_KHR_mutable_render_buffer
08-31 12:53:56.886 23635 23666 I GlSetup_Android: EGL_EXT_protected_content
08-31 12:53:56.886 23635 23666 I GlSetup_Android: eglGetConfigs() = 24 configs
08-31 12:53:56.886 23635 23666 I GlSetup_Android: Got an ES 3 renderable config: 0xe8e52c08
08-31 12:53:56.886 23635 23666 I GlSetup_Android: Trying for a EGL_CONTEXT_CLIENT_VERSION 3 context shared with 0x0:
08-31 12:53:56.889 23635 23666 I GlSetup_Android: Succeeded.
08-31 12:53:56.890 23635 23666 I GlSetup_Android: Created context with config 0xe8e52c08, query returned ID 24 = config 0xe8e52c08
08-31 12:53:56.890 23635 23666 I GlSetup_Android: GL_VENDOR: ARM
08-31 12:53:56.890 23635 23666 I GlSetup_Android: GL_RENDERER: Mali-T880
08-31 12:53:56.890 23635 23666 I GlSetup_Android: GL_VERSION: OpenGL ES 3.2 v1.r12p1-03dev0.228ab63cced004f840e7dd47b762a1d0
08-31 12:53:56.890 23635 23666 I GlSetup_Android: GL_SHADING_LANGUAGE_VERSION: OpenGL ES GLSL ES 3.20
08-31 12:53:56.891 23635 23666 I VrAppLoader: VrApi Loader Version: 1.1.13.0-543721-94751192 Mar  1 2018 17:25:42 Development
08-31 12:53:56.899 23635 23635 D [OAR] MainActivity: Exiting onCreate()
08-31 12:53:56.903 23635 23635 D [OAR] MainActivity: onResume()
08-31 12:53:56.903 23635 23635 I [OAR] ShellVideoPlayer: onActivityResumed
08-31 12:53:56.903 23635 23635 D VideoPlayer: onResume()
08-31 12:53:56.903  5018  6205 I MediaFocusControl:  AudioFocus  requestAudioFocus() from uid/pid 10258/23635 clientId=android.media.AudioManager$235fa18com.oculus.video.VideoPlayer$9befc71 req=1 flags=0x0
08-31 12:53:56.903 23635 23666 V VrDriver: Loading 32-bit VrDriver.
08-31 12:53:56.904 23635 23635 D AudioManager: requestAudioFocus status : 1
08-31 12:53:56.904 23635 23635 D VideoPlayer: requestAudioFocus(): GRANTED audio focus
08-31 12:53:56.912 23635 23635 I ShellJNI: 0xe8dc1000 nativeResume
08-31 12:53:56.912 23635 23666 I VrApi   : ----------- vrapi_Initialize ----------
08-31 12:53:56.916 23635 23680 D [OAR] HorizonUtil: id = 1184125721730498
08-31 12:53:56.916 23635 23680 D [OAR] HorizonUtil: default_browser = carmel
08-31 12:53:56.916 23635 23680 D [OAR] HorizonUtil: has_finished_nux = 0
08-31 12:53:56.916 23635 23680 D [OAR] HorizonUtil: has_seen_focus = 1
08-31 12:53:56.916 23635 23680 D [OAR] HorizonUtil: has_seen_internet_browser_prompt = 0
08-31 12:53:56.916 23635 23680 D [OAR] HorizonUtil: has_seen_nux = 0
08-31 12:53:56.916 23635 23680 D [OAR] HorizonUtil: has_seen_long_hsw = 0
08-31 12:53:56.916 23635 23680 D [OAR] HorizonUtil: has_opted_out_hsw = 0
08-31 12:53:56.916 23635 23680 D [OAR] HorizonUtil: has_opted_out_of_malibu_recenter = 0
08-31 12:53:56.916 23635 23680 D [OAR] HorizonUtil: nux_state = controller
08-31 12:53:56.917 23635 23666 V VrApi   : getCachedVRManagerInterface: Caching new VRManagerInterface
08-31 12:53:57.006  6521 20628 V VRManagerServer: (GearVrManagerService.java:187) getSystemOption [getSystemOption option=replace_samsung]
08-31 12:53:57.007  6521 20628 V VRManagerServer: (ModelAdapter.java:509) getSystemOption [getSystemOption option=replace_samsung]
08-31 12:53:57.017 23635 23666 D LoggingService: Binding to logging service
08-31 12:53:57.018 23635 23666 D LoggingService: Logging Package version: 3.48.0.4.227
08-31 12:53:57.025 23635 23666 I DeviceProperties_Android: ovrDeviceProperties::Initialize
08-31 12:53:57.025 23635 23666 D VrApi   : getDeviceProperty: hmt_serial
08-31 12:53:57.036 23635 23666 D VrApi   : getDeviceProperty: hmt_device_model
08-31 12:53:57.042 23635 23666 D VrApi   : getDeviceProperty: device_model

Thanks All!
2 REPLIES 2

kaique_tavares
Honored Guest
Hi, @imperativity now we are restart de project, how i can change the AndroidManifest?
About your question: Have you followed our thorough documentation (linked below) on preparing for mobile development? I´m not native developer, i use the unity engine for this game. But we followed the documentation:
https://developer.oculus.com/documentation/unity/latest/concepts/unity-build-android/#unity-build-an...
https://developer.oculus.com/documentation/unity/latest/concepts/unity-mobileprep/

Thanks!

kaique_tavares
Honored Guest
Thanks for the answer, I will do the android manifest. I would like to let me say in the post the version of unity and the utility version:

Development in Unity 2017.3.1, OVRPlugin 1.28.0.

How i change the category of this post?

Thanks @imperativity !