Search Issue Tracker
Fixed in 5.6.0
Votes
1
Found in
5.6.0b3
Issue ID
868921
Regression
No
[Android] Application crash on signal 11 (SIGSEGV) after changing VR mode to non-VR(Cardboard)
Steps to reproduce:
1) Download attached project 'Unity560test.zip' and open in Unity
2) Build and run project on a device
3) After application finish loading, click once on the screen(screen will change to non-VR mode)
Observe crash after ~ 1min
signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0
Reproduced with:
5.6.0a6, 5.6.0b3, 5.6.0b4
I wasn't able to check if there is a regression with other versions, since this feature added from 5.6.0a6 version
DUT:
Reproduced with:
Samsung Galaxy S 7[SM-G930V], Qualcomm Snapdragon 820, OS version 6.0.1
Google Nexus 5x[LG Nexus 5X], Qualcomm Snapdragon 808, OS version 7.1.1
Not reproduced with:
Samsung Galaxy S 6 edge[SM-G925F], Exynos 7 Octa, OS version 6.0.1
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Profiler - Taking you to the wrong section when using 'show'
- Draw Renderers custom pass doesn't work with SSGI
- WebCamTexture does not set the requested resolution when used in WebGL
- Editor default Stylesheet/Matching Selector buttons in Debugger don't do anything
- Graphics.DrawMeshNow stops rendering Render Texture after a few frames when viewed in the Player
DevGallie
Feb 02, 2017 12:24
Android Device Monitor logging of two attempts to run:
02-02 12:03:58.249: W/InputMethodManagerService(887): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@58ebde1 attribute=null, token = android.os.BinderProxy@691c22d
02-02 12:03:58.262: I/ActivityManager(887): Setting hasTopUi=false for pid=3444
02-02 12:03:58.263: D/PhoneStatusBar(3444): disable: < expand icons* alerts system_info* back home recent clock search quick_settings >
02-02 12:03:59.082: I/ActivityManager(887): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.Gschedio.GoogleVR_test/com.unity3d.player.UnityPlayerActivity (has extras)} from uid 10031 on display 0
02-02 12:03:59.126: I/ActivityManager(887): Start proc 867:com.Gschedio.GoogleVR_test/u0a201 for activity com.Gschedio.GoogleVR_test/com.unity3d.player.UnityPlayerActivity
02-02 12:03:59.128: I/art(867): Late-enabling -Xcheck:jni
02-02 12:03:59.151: E/art(867): Failed sending reply to debugger: Broken pipe
02-02 12:03:59.151: I/art(867): Debugger is no longer active
02-02 12:03:59.151: I/art(867): Starting a blocking GC Instrumentation
02-02 12:03:59.163: W/LocalDisplayAdapter(887): Unable to find color mode 0, ignoring request.
02-02 12:03:59.174: I/ActivityManager(887): Config changes=480 {1.0 204mcc2mnc [en_US,nl_NL] ldltr sw411dp w683dp h387dp 420dpi nrml land finger -keyb/v/h -nav/h s.821}
02-02 12:03:59.187: E/qdoverlay(398): Failed to call ioctl MSMFB_OVERLAY_SET err=Device or resource busy
02-02 12:03:59.187: E/qdoverlay(398): MdssRot commit failed!
02-02 12:03:59.187: E/qdoverlay(398): == Dump MdssRot start ==
02-02 12:03:59.187: E/qdoverlay(398): == Dump OvFD fd=140 path=/dev/graphics/fb0 start/end ==
02-02 12:03:59.187: E/qdoverlay(398): == Dump OvMem start ==
02-02 12:03:59.187: E/qdoverlay(398): fd=-1 addr=0xffffffffffffffff type=0 bufsz=0 AlignedBufSz=0
02-02 12:03:59.187: E/qdoverlay(398): == Dump OvMem end ==
02-02 12:03:59.187: E/qdoverlay(398): mRotInfo mdp_overlay z=0 alpha=0 mask=0 flags=0x100084 id=-1
02-02 12:03:59.187: E/qdoverlay(398): src msmfb_img w=2432 h=1920 format=5 MDP_RGB_888
02-02 12:03:59.187: E/qdoverlay(398): src_rect mdp_rect x=0 y=0 w=1920 h=1080
02-02 12:03:59.187: E/qdoverlay(398): dst_rect mdp_rect x=0 y=0 w=1080 h=1920
02-02 12:03:59.187: E/qdoverlay(398): mRotData msmfb_overlay_data id=0
02-02 12:03:59.187: E/qdoverlay(398): data msmfb_data offset=0 memid=-1 id=0 flags=0x0 priv=0
02-02 12:03:59.187: E/qdoverlay(398): == Dump MdssRot end ==
02-02 12:03:59.187: E/qdhwcomposer(398): configure: configRotator failed!
02-02 12:03:59.188: E/qdoverlay(398): Failed to call ioctl MSMFB_OVERLAY_SET err=Device or resource busy
02-02 12:03:59.188: E/qdoverlay(398): MdssRot commit failed!
02-02 12:03:59.188: E/qdoverlay(398): == Dump MdssRot start ==
02-02 12:03:59.188: E/qdoverlay(398): == Dump OvFD fd=140 path=/dev/graphics/fb0 start/end ==
02-02 12:03:59.188: E/qdoverlay(398): == Dump OvMem start ==
02-02 12:03:59.188: E/qdoverlay(398): fd=-1 addr=0xffffffffffffffff type=0 bufsz=0 AlignedBufSz=0
02-02 12:03:59.188: E/qdoverlay(398): == Dump OvMem end ==
02-02 12:03:59.188: E/qdoverlay(398): mRotInfo mdp_overlay z=0 alpha=0 mask=0 flags=0x100084 id=-1
02-02 12:03:59.188: E/qdoverlay(398): src msmfb_img w=2432 h=1920 format=5 MDP_RGB_888
02-02 12:03:59.189: E/qdoverlay(398): src_rect mdp_rect x=0 y=0 w=1920 h=1080
02-02 12:03:59.189: E/qdoverlay(398): dst_rect mdp_rect x=0 y=0 w=1080 h=1920
02-02 12:03:59.189: E/qdoverlay(398): mRotData msmfb_overlay_data id=0
02-02 12:03:59.189: E/qdoverlay(398): data msmfb_data offset=0 memid=-1 id=0 flags=0x0 priv=0
02-02 12:03:59.189: E/qdoverlay(398): == Dump MdssRot end ==
02-02 12:03:59.189: E/qdhwcomposer(398): configure: configRotator failed!
02-02 12:03:59.204: W/Delight4Decoder(3275): removePredictionEngine() : Unknown engine abo@2009bd2
02-02 12:03:59.225: I/InputReader(887): Reconfiguring input devices. changes=0x00000004
02-02 12:03:59.225: I/InputReader(887): Device reconfigured: id=7, name='synaptics_rmi4_i2c', size 1080x1920, orientation 1, mode 1, display id 0
02-02 12:03:59.231: W/LocalDisplayAdapter(887): Unable to find color mode 0, ignoring request.
02-02 12:03:59.244: I/art(867): Starting a blocking GC AddRemoveAppImageSpace
02-02 12:03:59.296: I/Unity(867): splash_mode = 0 (integer)
02-02 12:03:59.296: I/Unity(867): useObb = False (bool)
02-02 12:03:59.297: I/Unity(867): showSplash = False (bool)
02-02 12:03:59.352: I/Unity(867): onResume
02-02 12:03:59.402: D/Unity(867): SetWindow 0 0xdbfba808
02-02 12:03:59.403: D/Unity(867): SetWindow 0 0xdbfba808
02-02 12:03:59.407: W/LocalDisplayAdapter(887): Unable to find color mode 0, ignoring request.
02-02 12:03:59.434: I/Unity(867): windowFocusChanged: true
02-02 12:03:59.438: I/ActivityManager(887): Displayed com.Gschedio.GoogleVR_test/com.unity3d.player.UnityPlayerActivity: +323ms
02-02 12:03:59.454: D/Unity(867): SystemInfo CPU = ARMv7 VFPv3 NEON, Cores = 6, Memory = 1812mb
02-02 12:03:59.454: D/Unity(867): SystemInfo ARM big.LITTLE configuration: 2 big (mask: 48), 4 little (mask: 15)
02-02 12:03:59.475: I/WindowManager(887): Screen frozen for +322ms due to Window{4761b4 u0 NavigationBar}
02-02 12:04:00.007: I/sensors(887): batch
02-02 12:04:00.009: I/nanohub(887): queueBatch: sensor=10, handle=4, period=100000000, latency=0
02-02 12:04:00.009: I/sensors(887): activate
02-02 12:04:00.011: I/nanohub(887): queueActivate: sensor=10, handle=4, enable=1
02-02 12:04:00.045: D/Unity(867): [SHA1] 54845ed73a6806ff065c2c9d0c823c8b217c089a 33986932 bytes ~ lib/armeabi-v7a/libunity.so
02-02 12:04:00.047: D/Unity(867): [SHA1] 430a2d9aa803da419e2b50b731d2e24c7c5aa874 25316 bytes ~ lib/armeabi-v7a/libmain.so
02-02 12:04:00.103: D/Unity(867): [SHA1] 9a5cccffdbd3f9658d5348b55eb0e26781a06163 3770764 bytes ~ lib/armeabi-v7a/libmono.so
02-02 12:04:00.116: I/sensors(887): activate
02-02 12:04:00.119: I/nanohub(887): queueActivate: sensor=10, handle=4, enable=0
02-02 12:04:00.530: A/libc(867): Fatal signal 11 (SIGSEGV), code 1, fault addr 0x0 in tid 867 (o.GoogleVR_test)
02-02 12:04:00.530: W/(362): debuggerd: handling request: pid=867 uid=10201 gid=10201 tid=867
02-02 12:04:00.600: A/DEBUG(933): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
02-02 12:04:00.600: A/DEBUG(933): Build fingerprint: 'google/bullhead/bullhead:7.1.1/N4F26I/3532671:user/release-keys'
02-02 12:04:00.600: A/DEBUG(933): Revision: 'rev_1.0'
02-02 12:04:00.600: A/DEBUG(933): ABI: 'arm'
02-02 12:04:00.600: A/DEBUG(933): pid: 867, tid: 867, name: o.GoogleVR_test >>> com.Gschedio.GoogleVR_test <<<
02-02 12:04:00.600: A/DEBUG(933): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0
02-02 12:04:00.600: A/DEBUG(933): r0 00000000 r1 0016f538 r2 00430000 r3 e5cb165c
02-02 12:04:00.601: A/DEBUG(933): r4 00000000 r5 e5da2da4 r6 6f799d04 r7 ffad0db0
02-02 12:04:00.601: A/DEBUG(933): r8 ffad0d3f r9 001c3f70 sl 001c3f60 fp ffad0d28
02-02 12:04:00.601: A/DEBUG(933): ip e5da3230 sp ffad0d00 lr cbaa3ac0 pc cbaa3ac0 cpsr 600b0010
02-02 12:04:00.608: A/DEBUG(933): backtrace:
02-02 12:04:00.608: A/DEBUG(933): #00 pc 00980ac0 /data/app/com.Gschedio.GoogleVR_test-1/lib/arm/libunity.so (_ZThn4_N8SystemUI27ApplyFullscreenStateCommand3RunEv+8)
02-02 12:04:00.608: A/DEBUG(933): #01 pc 00f8e340 /data/app/com.Gschedio.GoogleVR_test-1/lib/arm/libunity.so (_ZN4java4lang8Runnable7__Proxy11__TryInvokeEP7_jclassP10_jmethodIDP13_jobjectArrayPbPP8_jobject+244)
02-02 12:04:01.091: W/ActivityManager(887): Force finishing activity com.Gschedio.GoogleVR_test/com.unity3d.player.UnityPlayerActivity
02-02 12:04:01.094: W/(362): debuggerd: resuming target 867
02-02 12:04:01.095: I/BootReceiver(887): Copying /data/tombstones/tombstone_01 to DropBox (SYSTEM_TOMBSTONE)
02-02 12:04:01.102: E/lowmemorykiller(396): Error writing /proc/867/oom_score_adj; errno=22
02-02 12:04:01.104: I/WindowManager(887): WIN DEATH: Window{55d0f42 u0 com.Gschedio.GoogleVR_test/com.unity3d.player.UnityPlayerActivity}
02-02 12:04:01.104: W/WindowManager(887): Force-removing child win Window{3b42f43 u0 SurfaceView - com.Gschedio.GoogleVR_test/com.unity3d.player.UnityPlayerActivity} from container Window{55d0f42 u0 com.Gschedio.GoogleVR_test/com.unity3d.player.UnityPlayerActivity}
02-02 12:04:01.108: I/ActivityManager(887): Process com.Gschedio.GoogleVR_test (pid 867) has died
02-02 12:04:01.108: D/ActivityManager(887): cleanUpApplicationRecord -- 867
02-02 12:04:01.111: I/Zygote(513): Process 867 exited due to signal (11)
02-02 12:04:01.118: W/WindowManager(887): Failed looking up window
02-02 12:04:01.118: W/WindowManager(887): java.lang.IllegalArgumentException: Requested window android.os.BinderProxy@251cb53 does not exist
02-02 12:04:01.118: W/WindowManager(887): at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:9415)
02-02 12:04:01.118: W/WindowManager(887): at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:9406)
02-02 12:04:01.118: W/WindowManager(887): at com.android.server.wm.WindowState$DeathRecipient.binderDied(WindowState.java:1800)
02-02 12:04:01.118: W/WindowManager(887): at android.os.BinderProxy.sendDeathNotice(Binder.java:688)
02-02 12:04:01.119: I/WindowManager(887): WIN DEATH: null
02-02 12:04:01.141: W/LocalDisplayAdapter(887): Unable to find color mode 0, ignoring request.
02-02 12:04:01.153: I/ActivityManager(887): Config changes=480 {1.0 204mcc2mnc [en_US,nl_NL] ldltr sw411dp w411dp h659dp 420dpi nrml port finger -keyb/v/h -nav/h s.822}
02-02 12:04:01.173: W/Delight4Decoder(3275): removePredictionEngine() : Unknown engine abo@6520fce
02-02 12:04:01.184: I/InputReader(887): Reconfiguring input devices. changes=0x00000004
02-02 12:04:01.184: I/InputReader(887): Device reconfigured: id=7, name='synaptics_rmi4_i2c', size 1080x1920, orientation 0, mode 1, display id 0
02-02 12:04:01.225: I/OpenGLRenderer(887): Initialized EGL, version 1.4
02-02 12:04:01.225: D/OpenGLRenderer(887): Swap behavior 1
02-02 12:04:01.527: I/chromium(15749): [INFO:CONSOLE(0)] "Application Cache Checking event", source: https://googleads.g.doubleclick.net/mads/static/mad/sdk/native/sdk-core-v40-loader.html (0)
02-02 12:04:01.707: I/chromium(15749): [INFO:CONSOLE(0)] "Application Cache NoUpdate event", source: https://googleads.g.doubleclick.net/mads/static/mad/sdk/native/sdk-core-v40-loader.html (0)
02-02 12:04:01.801: I/WindowManager(887): Screen frozen for +676ms due to Window{b79d650 u0 com.android.systemui.ImageWallpaper}
02-02 12:04:03.813: I/art(887): Starting a blocking GC Explicit
02-02 12:04:03.992: I/art(887): Explicit concurrent mark sweep GC freed 21633(1280KB) AllocSpace objects, 14(1288KB) LOS objects, 33% free, 30MB/45MB, paused 1.351ms total 178.570ms
02-02 12:04:21.390: W/ActivityManager(887): Ignoring remove of inactive process: ProcessRecord{b6994b9 0:com.Gschedio.GoogleVR_test/u0a201}
02-02 12:04:21.596: W/AppOps(887): Finishing op nesting under-run: uid 1000 pkg android code 24 time=0 duration=0 nesting=0
02-02 12:04:22.225: I/ActivityManager(887): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.Gschedio.GoogleVR_test/com.unity3d.player.UnityPlayerActivity (has extras)} from uid 10031 on display 0
02-02 12:04:22.273: I/art(965): Late-enabling -Xcheck:jni
02-02 12:04:22.276: I/ActivityManager(887): Start proc 965:com.Gschedio.GoogleVR_test/u0a201 for activity com.Gschedio.GoogleVR_test/com.unity3d.player.UnityPlayerActivity
02-02 12:04:22.296: E/art(965): Failed sending reply to debugger: Broken pipe
02-02 12:04:22.296: I/art(965): Debugger is no longer active
02-02 12:04:22.297: I/art(965): Starting a blocking GC Instrumentation
02-02 12:04:22.309: W/LocalDisplayAdapter(887): Unable to find color mode 0, ignoring request.
02-02 12:04:22.324: I/ActivityManager(887): Config changes=480 {1.0 204mcc2mnc [en_US,nl_NL] ldltr sw411dp w683dp h387dp 420dpi nrml land finger -keyb/v/h -nav/h s.823}
02-02 12:04:22.345: W/Delight4Decoder(3275): removePredictionEngine() : Unknown engine abo@5582e8a
02-02 12:04:22.352: I/InputReader(887): Reconfiguring input devices. changes=0x00000004
02-02 12:04:22.352: I/InputReader(887): Device reconfigured: id=7, name='synaptics_rmi4_i2c', size 1080x1920, orientation 1, mode 1, display id 0
02-02 12:04:22.352: I/InputReader(887): Reconfiguring input devices. changes=0x00000004
02-02 12:04:22.362: W/LocalDisplayAdapter(887): Unable to find color mode 0, ignoring request.
02-02 12:04:22.369: I/art(965): Starting a blocking GC AddRemoveAppImageSpace
02-02 12:04:22.417: I/Unity(965): splash_mode = 0 (integer)
02-02 12:04:22.418: I/Unity(965): useObb = False (bool)
02-02 12:04:22.418: I/Unity(965): showSplash = False (bool)
02-02 12:04:22.471: I/Unity(965): onResume
02-02 12:04:22.520: D/Unity(965): SetWindow 0 0xdbfdb808
02-02 12:04:22.520: D/Unity(965): SetWindow 0 0xdbfdb808
02-02 12:04:22.523: W/LocalDisplayAdapter(887): Unable to find color mode 0, ignoring request.
02-02 12:04:22.547: I/Unity(965): windowFocusChanged: true
02-02 12:04:22.550: I/ActivityManager(887): Displayed com.Gschedio.GoogleVR_test/com.unity3d.player.UnityPlayerActivity: +289ms
02-02 12:04:22.567: D/Unity(965): SystemInfo CPU = ARMv7 VFPv3 NEON, Cores = 6, Memory = 1812mb
02-02 12:04:22.567: D/Unity(965): SystemInfo ARM big.LITTLE configuration: 2 big (mask: 48), 4 little (mask: 15)
02-02 12:04:22.579: I/WindowManager(887): Screen frozen for +280ms due to Window{4761b4 u0 NavigationBar}
02-02 12:04:23.106: D/Unity(965): [SHA1] 54845ed73a6806ff065c2c9d0c823c8b217c089a 33986932 bytes ~ lib/armeabi-v7a/libunity.so
02-02 12:04:23.107: D/Unity(965): [SHA1] 430a2d9aa803da419e2b50b731d2e24c7c5aa874 25316 bytes ~ lib/armeabi-v7a/libmain.so
02-02 12:04:23.160: D/Unity(965): [SHA1] 9a5cccffdbd3f9658d5348b55eb0e26781a06163 3770764 bytes ~ lib/armeabi-v7a/libmono.so
02-02 12:04:23.629: A/libc(965): Fatal signal 11 (SIGSEGV), code 1, fault addr 0x0 in tid 965 (o.GoogleVR_test)
02-02 12:04:23.630: W/(362): debuggerd: handling request: pid=965 uid=10201 gid=10201 tid=965
02-02 12:04:23.705: A/DEBUG(995): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
02-02 12:04:23.705: A/DEBUG(995): Build fingerprint: 'google/bullhead/bullhead:7.1.1/N4F26I/3532671:user/release-keys'
02-02 12:04:23.705: A/DEBUG(995): Revision: 'rev_1.0'
02-02 12:04:23.705: A/DEBUG(995): ABI: 'arm'
02-02 12:04:23.705: A/DEBUG(995): pid: 965, tid: 965, name: o.GoogleVR_test >>> com.Gschedio.GoogleVR_test <<<
02-02 12:04:23.705: A/DEBUG(995): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0
02-02 12:04:23.705: A/DEBUG(995): r0 00000000 r1 0016f538 r2 00430000 r3 e5cb165c
02-02 12:04:23.705: A/DEBUG(995): r4 00000000 r5 e5da2da4 r6 6f799d04 r7 ffad0db0
02-02 12:04:23.705: A/DEBUG(995): r8 ffad0d3f r9 001c3f70 sl 001c3f60 fp ffad0d28
02-02 12:04:23.705: A/DEBUG(995): ip e5da3230 sp ffad0d00 lr cbaa3ac0 pc cbaa3ac0 cpsr 600b0010
02-02 12:04:23.724: A/DEBUG(995): backtrace:
02-02 12:04:23.724: A/DEBUG(995): #00 pc 00980ac0 /data/app/com.Gschedio.GoogleVR_test-1/lib/arm/libunity.so (_ZThn4_N8SystemUI27ApplyFullscreenStateCommand3RunEv+8)
02-02 12:04:23.724: A/DEBUG(995): #01 pc 00f8e340 /data/app/com.Gschedio.GoogleVR_test-1/lib/arm/libunity.so (_ZN4java4lang8Runnable7__Proxy11__TryInvokeEP7_jclassP10_jmethodIDP13_jobjectArrayPbPP8_jobject+244)
02-02 12:04:24.228: W/ActivityManager(887): Force finishing activity com.Gschedio.GoogleVR_test/com.unity3d.player.UnityPlayerActivity
02-02 12:04:24.233: W/(362): debuggerd: resuming target 965
02-02 12:04:24.233: I/BootReceiver(887): Copying /data/tombstones/tombstone_02 to DropBox (SYSTEM_TOMBSTONE)
02-02 12:04:24.240: E/lowmemorykiller(396): Error writing /proc/965/oom_score_adj; errno=22
02-02 12:04:24.257: I/WindowManager(887): WIN DEATH: Window{e1e44c8 u0 com.Gschedio.GoogleVR_test/com.unity3d.player.UnityPlayerActivity}
02-02 12:04:24.257: W/WindowManager(887): Force-removing child win Window{a357237 u0 SurfaceView - com.Gschedio.GoogleVR_test/com.unity3d.player.UnityPlayerActivity} from container Window{e1e44c8 u0 com.Gschedio.GoogleVR_test/com.unity3d.player.UnityPlayerActivity}
02-02 12:04:24.258: I/ActivityManager(887): Process com.Gschedio.GoogleVR_test (pid 965) has died
02-02 12:04:24.258: D/ActivityManager(887): cleanUpApplicationRecord -- 965
02-02 12:04:24.260: I/Zygote(513): Process 965 exited due to signal (11)
02-02 12:04:24.268: W/WindowManager(887): Failed looking up window
02-02 12:04:24.268: W/WindowManager(887): java.lang.IllegalArgumentException: Requested window android.os.BinderProxy@6886961 does not exist
02-02 12:04:24.268: W/WindowManager(887): at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:9415)
02-02 12:04:24.268: W/WindowManager(887): at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:9406)
02-02 12:04:24.268: W/WindowManager(887): at com.android.server.wm.WindowState$DeathRecipient.binderDied(WindowState.java:1800)
02-02 12:04:24.268: W/WindowManager(887): at android.os.BinderProxy.sendDeathNotice(Binder.java:688)
02-02 12:04:24.268: I/WindowManager(887): WIN DEATH: null
02-02 12:04:24.285: W/LocalDisplayAdapter(887): Unable to find color mode 0, ignoring request.
02-02 12:04:24.288: I/ActivityManager(887): Config changes=480 {1.0 204mcc2mnc [en_US,nl_NL] ldltr sw411dp w411dp h659dp 420dpi nrml port finger -keyb/v/h -nav/h s.824}
02-02 12:04:24.304: W/Delight4Decoder(3275): removePredictionEngine() : Unknown engine abo@4d50ee1
02-02 12:04:24.328: I/InputReader(887): Reconfiguring input devices. changes=0x00000004
02-02 12:04:24.328: I/InputReader(887): Device reconfigured: id=7, name='synaptics_rmi4_i2c', size 1080x1920, orientation 0, mode 1, display id 0
02-02 12:04:24.393: I/OpenGLRenderer(887): Initialized EGL, version 1.4
02-02 12:04:24.394: D/OpenGLRenderer(887): Swap behavior 1
02-02 12:04:24.920: I/WindowManager(887): Screen frozen for +648ms due to Window{b79d650 u0 com.android.systemui.ImageWallpaper}
DevGallie
Feb 02, 2017 12:18
Same error in Unity 5.6.0b6 using LG Nexus 5X and Cardboard Google VR.
Unchecking "Virtual Reality Settings" solves the problem, but is not what I want.
When Android Device Monitor is connected through USB cable and the first attempt fails, and then clicking "Open app again" while phone is still connected sometimes the app does start and functions correctly.
I have a log file of the issue.