googlevr / gvr-unity-sdk

Google VR SDK for Unity
http://developers.google.com/vr/unity/
Other
2.71k stars 1.09k forks source link

Freeze When I want Use a minimap from another camera #834

Closed Paullux closed 6 years ago

Paullux commented 6 years ago

When I try to use another camera to a texture for a minimap, the VR camera freeze

Found using: * Google VR SDK version: ___ * Unity version: 5.6.3p2 * Phone manufacturer, model, and O/S version: OnePlus 3T - Oxygen OS 5.0.1 - Android 8.0.0 * Viewer manufacturer & model: ___ Steps to reproduce the issue: 1. ___ 1. ___ Workarounds: ___ Additional comments: ___
fredsa commented 6 years ago

Would be good to determine if this issue is related to Google VR.

Can you try temporarily disabling VR mode and see if the app works? Do you see any errors in the device logs?

Paullux commented 6 years ago

In test mode, there is no problem. In my app in my smartphone, the menu with only one cam VR there is no problem, i can't launch any other scene with other scene, the game freeze. The problem is only when there 2 cams.

Now i try with VR disable in player settings.

Paullux commented 6 years ago

I need to recompile, because the menu works only in VR with track of head

Paullux commented 6 years ago

Without VR the scene works.

fredsa commented 6 years ago

Do you see any errors in the device logs? Can you share a simple see that reproduces this issue?

Paullux commented 6 years ago

how to access it ? Can I access from my phone ? Now i have an error on compilation.

fredsa commented 6 years ago

adb logcat should show contents of the logs. adb logcat -s Unity will just show Unity logs.

Paullux commented 6 years ago
platform-tools 
λ adb logcat -s Unity
--------- beginning of crash
--------- beginning of system
--------- beginning of main

and that wait

fredsa commented 6 years ago
  1. Stop the app
  2. Run adb logcat (and leave it running)
  3. Start the app
  4. Wait for app to lock up
  5. Save output from adb logcat above
Paullux commented 6 years ago
01-16 23:48:21.293 31943 32383 W Unity   : Using Raycaster (Raycaster: UnityEngine.UI.GraphicRaycaster, Object: Canvas). It is recommended to use GvrPointerPhysicsRaycaster or GvrPointerGrahpicRaycaster with GvrPointerInputModule.
01-16 23:48:21.293 31943 32383 W Unity   :
01-16 23:48:21.293 31943 32383 W Unity   : (Filename: ./artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
01-16 23:48:21.293 31943 32383 W Unity   :
01-16 23:48:21.301 31943 32383 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:48:21.301 31943 32383 E Unity   :
01-16 23:48:21.301 31943 32383 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:48:21.301 31943 32383 E Unity   :
01-16 23:48:21.309 31943 32383 W Unity   : Using Raycaster (Raycaster: UnityEngine.UI.GraphicRaycaster, Object: Canvas). It is recommended to use GvrPointerPhysicsRaycaster or GvrPointerGrahpicRaycaster with GvrPointerInputModule.
01-16 23:48:21.309 31943 32383 W Unity   :
01-16 23:48:21.309 31943 32383 W Unity   : (Filename: ./artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
01-16 23:48:21.309 31943 32383 W Unity   :
01-16 23:48:21.317 31943 32383 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:48:21.317 31943 32383 E Unity   :
01-16 23:48:21.317 31943 32383 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:48:21.317 31943 32383 E Unity   :
01-16 23:48:21.327 31943 32383 W Unity   : Using Raycaster (Raycaster: UnityEngine.UI.GraphicRaycaster, Object: Canvas). It is recommended to use GvrPointerPhysicsRaycaster or GvrPointerGrahpicRaycaster with GvrPointerInputModule.
01-16 23:48:21.327 31943 32383 W Unity   :
01-16 23:48:21.327 31943 32383 W Unity   : (Filename: ./artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
01-16 23:48:21.327 31943 32383 W Unity   :
01-16 23:48:21.336 31943 32383 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:48:21.336 31943 32383 E Unity   :
01-16 23:48:21.336 31943 32383 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)

I launch it when i the bug is active

Paullux commented 6 years ago
01-16 23:55:50.731  1796  1881 E Unity   :
01-16 23:55:50.740  1796  1881 W Unity   : Using Raycaster (Raycaster: UnityEngine.UI.GraphicRaycaster, Object: Canvas). It is recommended to use GvrPointerPhysicsRaycaster or GvrPointerGrahpicRaycaster with GvrPointerInputModule.
01-16 23:55:50.740  1796  1881 W Unity   :
01-16 23:55:50.740  1796  1881 W Unity   : (Filename: ./artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
01-16 23:55:50.740  1796  1881 W Unity   :
01-16 23:55:50.748  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:50.748  1796  1881 E Unity   :
01-16 23:55:50.748  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:50.748  1796  1881 E Unity   :
01-16 23:55:50.758  1796  1881 W Unity   : Using Raycaster (Raycaster: UnityEngine.UI.GraphicRaycaster, Object: Canvas). It is recommended to use GvrPointerPhysicsRaycaster or GvrPointerGrahpicRaycaster with GvrPointerInputModule.
01-16 23:55:50.758  1796  1881 W Unity   :
01-16 23:55:50.758  1796  1881 W Unity   : (Filename: ./artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
01-16 23:55:50.758  1796  1881 W Unity   :
01-16 23:55:50.765  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:50.765  1796  1881 E Unity   :
01-16 23:55:50.765  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:50.765  1796  1881 E Unity   :
01-16 23:55:50.772  1796  1881 W Unity   : Using Raycaster (Raycaster: UnityEngine.UI.GraphicRaycaster, Object: Canvas). It is recommended to use GvrPointerPhysicsRaycaster or GvrPointerGrahpicRaycaster with GvrPointerInputModule.
01-16 23:55:50.772  1796  1881 W Unity   :
01-16 23:55:50.772  1796  1881 W Unity   : (Filename: ./artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
01-16 23:55:50.772  1796  1881 W Unity   :
01-16 23:55:50.780  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:50.780  1796  1881 E Unity   :
01-16 23:55:50.780  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:50.780  1796  1881 E Unity   :
01-16 23:55:50.788  1796  1881 W Unity   : Using Raycaster (Raycaster: UnityEngine.UI.GraphicRaycaster, Object: Canvas). It is recommended to use GvrPointerPhysicsRaycaster or GvrPointerGrahpicRaycaster with GvrPointerInputModule.
01-16 23:55:50.788  1796  1881 W Unity   :
01-16 23:55:50.788  1796  1881 W Unity   : (Filename: ./artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
01-16 23:55:50.788  1796  1881 W Unity   :
01-16 23:55:50.797  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:50.797  1796  1881 E Unity   :
01-16 23:55:50.797  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:50.797  1796  1881 E Unity   :
01-16 23:55:50.805  1796  1881 W Unity   : Using Raycaster (Raycaster: UnityEngine.UI.GraphicRaycaster, Object: Canvas). It is recommended to use GvrPointerPhysicsRaycaster or GvrPointerGrahpicRaycaster with GvrPointerInputModule.
01-16 23:55:50.805  1796  1881 W Unity   :
01-16 23:55:50.805  1796  1881 W Unity   : (Filename: ./artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
01-16 23:55:50.805  1796  1881 W Unity   :
01-16 23:55:50.814  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:50.814  1796  1881 E Unity   :
01-16 23:55:50.814  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:50.814  1796  1881 E Unity   :
01-16 23:55:50.824  1796  1881 W Unity   : Using Raycaster (Raycaster: UnityEngine.UI.GraphicRaycaster, Object: Canvas). It is recommended to use GvrPointerPhysicsRaycaster or GvrPointerGrahpicRaycaster with GvrPointerInputModule.
01-16 23:55:50.824  1796  1881 W Unity   :
01-16 23:55:50.824  1796  1881 W Unity   : (Filename: ./artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
01-16 23:55:50.824  1796  1881 W Unity   :
01-16 23:55:50.833  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:50.833  1796  1881 E Unity   :
01-16 23:55:50.833  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:50.833  1796  1881 E Unity   :
01-16 23:55:50.839  1796  1881 W Unity   : Using Raycaster (Raycaster: UnityEngine.UI.GraphicRaycaster, Object: Canvas). It is recommended to use GvrPointerPhysicsRaycaster or GvrPointerGrahpicRaycaster with GvrPointerInputModule.
01-16 23:55:50.839  1796  1881 W Unity   :
01-16 23:55:50.839  1796  1881 W Unity   : (Filename: ./artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
01-16 23:55:50.839  1796  1881 W Unity   :
01-16 23:55:50.846  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:50.846  1796  1881 E Unity   :
01-16 23:55:50.846  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:50.846  1796  1881 E Unity   :
01-16 23:55:50.856  1796  1881 W Unity   : Using Raycaster (Raycaster: UnityEngine.UI.GraphicRaycaster, Object: Canvas). It is recommended to use GvrPointerPhysicsRaycaster or GvrPointerGrahpicRaycaster with GvrPointerInputModule.
01-16 23:55:50.856  1796  1881 W Unity   :
01-16 23:55:50.856  1796  1881 W Unity   : (Filename: ./artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
01-16 23:55:50.856  1796  1881 W Unity   :
01-16 23:55:50.863  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:50.863  1796  1881 E Unity   :
01-16 23:55:50.863  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:50.863  1796  1881 E Unity   :
01-16 23:55:50.871  1796  1881 W Unity   : Using Raycaster (Raycaster: UnityEngine.UI.GraphicRaycaster, Object: Canvas). It is recommended to use GvrPointerPhysicsRaycaster or GvrPointerGrahpicRaycaster with GvrPointerInputModule.
01-16 23:55:50.871  1796  1881 W Unity   :
01-16 23:55:50.871  1796  1881 W Unity   : (Filename: ./artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
01-16 23:55:50.871  1796  1881 W Unity   :
01-16 23:55:50.878  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:50.878  1796  1881 E Unity   :
01-16 23:55:50.878  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:50.878  1796  1881 E Unity   :
01-16 23:55:50.879  2831  4971 I DeviceScanner: [MDNS] Received response from "S├®jour" (5293614515290c0f6a0ce68e6f2910c4) with result "0 No change"
01-16 23:55:50.882  2831  4971 I DeviceScanner: [MDNS] Received response from "Salle TV" (9c1e9b339bb573cd067c9d8564e573cb) with result "0 No change"
01-16 23:55:50.885  2831  4971 I DeviceScanner: [MDNS] Received response from "S├®jour" (5293614515290c0f6a0ce68e6f2910c4) with result "0 No change"
01-16 23:55:50.887  1796  1881 W Unity   : Using Raycaster (Raycaster: UnityEngine.UI.GraphicRaycaster, Object: Canvas). It is recommended to use GvrPointerPhysicsRaycaster or GvrPointerGrahpicRaycaster with GvrPointerInputModule.
01-16 23:55:50.887  1796  1881 W Unity   :
01-16 23:55:50.887  1796  1881 W Unity   : (Filename: ./artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
01-16 23:55:50.887  1796  1881 W Unity   :
01-16 23:55:50.889  2831  4971 I DeviceScanner: [MDNS] Received response from "S├®jour" (5293614515290c0f6a0ce68e6f2910c4) with result "0 No change"
01-16 23:55:50.891  2831  4971 I DeviceScanner: [MDNS] Received response from "S├®jour" (5293614515290c0f6a0ce68e6f2910c4) with result "0 No change"
01-16 23:55:50.893  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:50.893  1796  1881 E Unity   :
01-16 23:55:50.893  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:50.893  1796  1881 E Unity   :
01-16 23:55:50.895  2831  4971 I DeviceScanner: [MDNS] Received response from "S├®jour" (5293614515290c0f6a0ce68e6f2910c4) with result "0 No change"
01-16 23:55:50.897  2831  4971 I DeviceScanner: [MDNS] Received response from "Salle TV" (9c1e9b339bb573cd067c9d8564e573cb) with result "0 No change"
01-16 23:55:50.899  2831  4971 I chatty  : uid=10010(com.google.android.gms) lowpool[306] identical 1 line
01-16 23:55:50.903  2831  4971 I DeviceScanner: [MDNS] Received response from "Salle TV" (9c1e9b339bb573cd067c9d8564e573cb) with result "0 No change"
01-16 23:55:50.903  1796  1881 W Unity   : Using Raycaster (Raycaster: UnityEngine.UI.GraphicRaycaster, Object: Canvas). It is recommended to use GvrPointerPhysicsRaycaster or GvrPointerGrahpicRaycaster with GvrPointerInputModule.
01-16 23:55:50.903  1796  1881 W Unity   :
01-16 23:55:50.903  1796  1881 W Unity   : (Filename: ./artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
01-16 23:55:50.903  1796  1881 W Unity   :
01-16 23:55:50.906  2831  4971 I DeviceScanner: [MDNS] Received response from "Salle TV" (9c1e9b339bb573cd067c9d8564e573cb) with result "0 No change"
01-16 23:55:50.908  2831  4971 I DeviceScanner: [MDNS] Received response from "Salle TV" (9c1e9b339bb573cd067c9d8564e573cb) with result "0 No change"
01-16 23:55:50.909  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:50.909  1796  1881 E Unity   :
01-16 23:55:50.909  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:50.909  1796  1881 E Unity   :
01-16 23:55:50.920  1796  1881 W Unity   : Using Raycaster (Raycaster: UnityEngine.UI.GraphicRaycaster, Object: Canvas). It is recommended to use GvrPointerPhysicsRaycaster or GvrPointerGrahpicRaycaster with GvrPointerInputModule.
01-16 23:55:50.920  1796  1881 W Unity   :
01-16 23:55:50.920  1796  1881 W Unity   : (Filename: ./artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
01-16 23:55:50.920  1796  1881 W Unity   :
01-16 23:55:50.923  2831  4971 I DeviceScanner: [MDNS] Received response from "S├®jour" (5293614515290c0f6a0ce68e6f2910c4) with result "0 No change"
01-16 23:55:50.926  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:50.926  1796  1881 E Unity   :
01-16 23:55:50.926  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:50.926  1796  1881 E Unity   :
01-16 23:55:50.927  2831  4971 I DeviceScanner: [MDNS] Received response from "Salle TV" (9c1e9b339bb573cd067c9d8564e573cb) with result "0 No change"
01-16 23:55:50.929  2831  4971 I DeviceScanner: [MDNS] Received response from "S├®jour" (5293614515290c0f6a0ce68e6f2910c4) with result "0 No change"
01-16 23:55:50.930  2831  4971 I DeviceScanner: [MDNS] Received response from "Salle TV" (9c1e9b339bb573cd067c9d8564e573cb) with result "0 No change"
01-16 23:55:50.936  1796  1881 W Unity   : Using Raycaster (Raycaster: UnityEngine.UI.GraphicRaycaster, Object: Canvas). It is recommended to use GvrPointerPhysicsRaycaster or GvrPointerGrahpicRaycaster with GvrPointerInputModule.
01-16 23:55:50.936  1796  1881 W Unity   :
01-16 23:55:50.936  1796  1881 W Unity   : (Filename: ./artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
01-16 23:55:50.936  1796  1881 W Unity   :
01-16 23:55:50.941  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:50.941  1796  1881 E Unity   :
01-16 23:55:50.941  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:50.941  1796  1881 E Unity   :
01-16 23:55:50.954  1796  1881 W Unity   : Using Raycaster (Raycaster: UnityEngine.UI.GraphicRaycaster, Object: Canvas). It is recommended to use GvrPointerPhysicsRaycaster or GvrPointerGrahpicRaycaster with GvrPointerInputModule.
01-16 23:55:50.954  1796  1881 W Unity   :
01-16 23:55:50.954  1796  1881 W Unity   : (Filename: ./artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
01-16 23:55:50.954  1796  1881 W Unity   :
01-16 23:55:50.961  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:50.961  1796  1881 E Unity   :
01-16 23:55:50.961  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:50.961  1796  1881 E Unity   :
01-16 23:55:50.970  1796  1881 W Unity   : Using Raycaster (Raycaster: UnityEngine.UI.GraphicRaycaster, Object: Canvas). It is recommended to use GvrPointerPhysicsRaycaster or GvrPointerGrahpicRaycaster with GvrPointerInputModule.
01-16 23:55:50.970  1796  1881 W Unity   :
01-16 23:55:50.970  1796  1881 W Unity   : (Filename: ./artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
01-16 23:55:50.970  1796  1881 W Unity   :
01-16 23:55:50.977  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:50.977  1796  1881 E Unity   :
01-16 23:55:50.977  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:50.977  1796  1881 E Unity   :
01-16 23:55:50.987  1796  1881 W Unity   : Using Raycaster (Raycaster: UnityEngine.UI.GraphicRaycaster, Object: Canvas). It is recommended to use GvrPointerPhysicsRaycaster or GvrPointerGrahpicRaycaster with GvrPointerInputModule.
01-16 23:55:50.987  1796  1881 W Unity   :
01-16 23:55:50.987  1796  1881 W Unity   : (Filename: ./artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
01-16 23:55:50.987  1796  1881 W Unity   :
01-16 23:55:50.995  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:50.995  1796  1881 E Unity   :
01-16 23:55:50.995  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:50.995  1796  1881 E Unity   :
01-16 23:55:51.003  1796  1881 W Unity   : Using Raycaster (Raycaster: UnityEngine.UI.GraphicRaycaster, Object: Canvas). It is recommended to use GvrPointerPhysicsRaycaster or GvrPointerGrahpicRaycaster with GvrPointerInputModule.
01-16 23:55:51.003  1796  1881 W Unity   :
01-16 23:55:51.003  1796  1881 W Unity   : (Filename: ./artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
01-16 23:55:51.003  1796  1881 W Unity   :
01-16 23:55:51.009  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:51.009  1796  1881 E Unity   :
01-16 23:55:51.009  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:51.009  1796  1881 E Unity   :
01-16 23:55:51.020  1796  1881 W Unity   : Using Raycaster (Raycaster: UnityEngine.UI.GraphicRaycaster, Object: Canvas). It is recommended to use GvrPointerPhysicsRaycaster or GvrPointerGrahpicRaycaster with GvrPointerInputModule.
01-16 23:55:51.020  1796  1881 W Unity   :
01-16 23:55:51.020  1796  1881 W Unity   : (Filename: ./artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
01-16 23:55:51.020  1796  1881 W Unity   :
01-16 23:55:51.027  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:51.027  1796  1881 E Unity   :
01-16 23:55:51.027  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:51.027  1796  1881 E Unity   :
01-16 23:55:51.038  1796  1881 W Unity   : Using Raycaster (Raycaster: UnityEngine.UI.GraphicRaycaster, Object: Canvas). It is recommended to use GvrPointerPhysicsRaycaster or GvrPointerGrahpicRaycaster with GvrPointerInputModule.
01-16 23:55:51.038  1796  1881 W Unity   :
01-16 23:55:51.038  1796  1881 W Unity   : (Filename: ./artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
01-16 23:55:51.038  1796  1881 W Unity   :
01-16 23:55:51.046  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:51.046  1796  1881 E Unity   :
01-16 23:55:51.046  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:51.046  1796  1881 E Unity   :
01-16 23:55:51.056  1796  1881 W Unity   : Using Raycaster (Raycaster: UnityEngine.UI.GraphicRaycaster, Object: Canvas). It is recommended to use GvrPointerPhysicsRaycaster or GvrPointerGrahpicRaycaster with GvrPointerInputModule.
01-16 23:55:51.056  1796  1881 W Unity   :
01-16 23:55:51.056  1796  1881 W Unity   : (Filename: ./artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
01-16 23:55:51.056  1796  1881 W Unity   :
01-16 23:55:51.064  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:51.064  1796  1881 E Unity   :
01-16 23:55:51.064  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:51.064  1796  1881 E Unity   :
01-16 23:55:51.072  1796  1881 W Unity   : Using Raycaster (Raycaster: UnityEngine.UI.GraphicRaycaster, Object: Canvas). It is recommended to use GvrPointerPhysicsRaycaster or GvrPointerGrahpicRaycaster with GvrPointerInputModule.
01-16 23:55:51.072  1796  1881 W Unity   :
01-16 23:55:51.072  1796  1881 W Unity   : (Filename: ./artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
01-16 23:55:51.072  1796  1881 W Unity   :
01-16 23:55:51.080  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:51.080  1796  1881 E Unity   :
01-16 23:55:51.080  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:51.080  1796  1881 E Unity   :
01-16 23:55:51.088  1796  1881 W Unity   : Using Raycaster (Raycaster: UnityEngine.UI.GraphicRaycaster, Object: Canvas). It is recommended to use GvrPointerPhysicsRaycaster or GvrPointerGrahpicRaycaster with GvrPointerInputModule.
01-16 23:55:51.088  1796  1881 W Unity   :
01-16 23:55:51.088  1796  1881 W Unity   : (Filename: ./artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
01-16 23:55:51.088  1796  1881 W Unity   :
01-16 23:55:51.096  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:51.096  1796  1881 E Unity   :
01-16 23:55:51.096  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:51.096  1796  1881 E Unity   :
01-16 23:55:51.106  1796  1881 W Unity   : Using Raycaster (Raycaster: UnityEngine.UI.GraphicRaycaster, Object: Canvas). It is recommended to use GvrPointerPhysicsRaycaster or GvrPointerGrahpicRaycaster with GvrPointerInputModule.
01-16 23:55:51.106  1796  1881 W Unity   :
01-16 23:55:51.106  1796  1881 W Unity   : (Filename: ./artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
01-16 23:55:51.106  1796  1881 W Unity   :
01-16 23:55:51.114  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:51.114  1796  1881 E Unity   :
01-16 23:55:51.114  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:51.114  1796  1881 E Unity   :
01-16 23:55:51.121  1796  1881 W Unity   : Using Raycaster (Raycaster: UnityEngine.UI.GraphicRaycaster, Object: Canvas). It is recommended to use GvrPointerPhysicsRaycaster or GvrPointerGrahpicRaycaster with GvrPointerInputModule.
01-16 23:55:51.121  1796  1881 W Unity   :
01-16 23:55:51.121  1796  1881 W Unity   : (Filename: ./artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
01-16 23:55:51.121  1796  1881 W Unity   :
01-16 23:55:51.127  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:51.127  1796  1881 E Unity   :
01-16 23:55:51.127  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:51.127  1796  1881 E Unity   :
01-16 23:55:51.137  1796  1881 W Unity   : Using Raycaster (Raycaster: UnityEngine.UI.GraphicRaycaster, Object: Canvas). It is recommended to use GvrPointerPhysicsRaycaster or GvrPointerGrahpicRaycaster with GvrPointerInputModule.
01-16 23:55:51.137  1796  1881 W Unity   :
01-16 23:55:51.137  1796  1881 W Unity   : (Filename: ./artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
01-16 23:55:51.137  1796  1881 W Unity   :
01-16 23:55:51.144  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:51.144  1796  1881 E Unity   :
01-16 23:55:51.144  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:51.144  1796  1881 E Unity   :
01-16 23:55:51.155  1796  1881 W Unity   : Using Raycaster (Raycaster: UnityEngine.UI.GraphicRaycaster, Object: Canvas). It is recommended to use GvrPointerPhysicsRaycaster or GvrPointerGrahpicRaycaster with GvrPointerInputModule.
01-16 23:55:51.155  1796  1881 W Unity   :
01-16 23:55:51.155  1796  1881 W Unity   : (Filename: ./artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
01-16 23:55:51.155  1796  1881 W Unity   :
01-16 23:55:51.165  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:51.165  1796  1881 E Unity   :
01-16 23:55:51.165  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:51.165  1796  1881 E Unity   :
01-16 23:55:51.174  1796  1881 W Unity   : Using Raycaster (Raycaster: UnityEngine.UI.GraphicRaycaster, Object: Canvas). It is recommended to use GvrPointerPhysicsRaycaster or GvrPointerGrahpicRaycaster with GvrPointerInputModule.
01-16 23:55:51.174  1796  1881 W Unity   :
01-16 23:55:51.174  1796  1881 W Unity   : (Filename: ./artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
01-16 23:55:51.174  1796  1881 W Unity   :
01-16 23:55:51.181  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:51.181  1796  1881 E Unity   :
01-16 23:55:51.181  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:51.181  1796  1881 E Unity   :
01-16 23:55:51.188  1796  1881 W Unity   : Using Raycaster (Raycaster: UnityEngine.UI.GraphicRaycaster, Object: Canvas). It is recommended to use GvrPointerPhysicsRaycaster or GvrPointerGrahpicRaycaster with GvrPointerInputModule.
01-16 23:55:51.188  1796  1881 W Unity   :
01-16 23:55:51.188  1796  1881 W Unity   : (Filename: ./artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
01-16 23:55:51.188  1796  1881 W Unity   :
01-16 23:55:51.194  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:51.194  1796  1881 E Unity   :
01-16 23:55:51.194  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:51.194  1796  1881 E Unity   :
01-16 23:55:51.205  1796  1881 W Unity   : Using Raycaster (Raycaster: UnityEngine.UI.GraphicRaycaster, Object: Canvas). It is recommended to use GvrPointerPhysicsRaycaster or GvrPointerGrahpicRaycaster with GvrPointerInputModule.
01-16 23:55:51.205  1796  1881 W Unity   :
01-16 23:55:51.205  1796  1881 W Unity   : (Filename: ./artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
01-16 23:55:51.205  1796  1881 W Unity   :
01-16 23:55:51.211  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:51.211  1796  1881 E Unity   :
01-16 23:55:51.211  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:51.211  1796  1881 E Unity   :
01-16 23:55:51.221  1796  1881 W Unity   : Using Raycaster (Raycaster: UnityEngine.UI.GraphicRaycaster, Object: Canvas). It is recommended to use GvrPointerPhysicsRaycaster or GvrPointerGrahpicRaycaster with GvrPointerInputModule.
01-16 23:55:51.221  1796  1881 W Unity   :
01-16 23:55:51.221  1796  1881 W Unity   : (Filename: ./artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
01-16 23:55:51.221  1796  1881 W Unity   :
01-16 23:55:51.228  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:51.228  1796  1881 E Unity   :
01-16 23:55:51.228  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:51.228  1796  1881 E Unity   :
01-16 23:55:51.240  1796  1881 W Unity   : Using Raycaster (Raycaster: UnityEngine.UI.GraphicRaycaster, Object: Canvas). It is recommended to use GvrPointerPhysicsRaycaster or GvrPointerGrahpicRaycaster with GvrPointerInputModule.
01-16 23:55:51.240  1796  1881 W Unity   :
01-16 23:55:51.240  1796  1881 W Unity   : (Filename: ./artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
01-16 23:55:51.240  1796  1881 W Unity   :
01-16 23:55:51.245  2831  4971 I DeviceScanner: [MDNS] Received response from "Salle TV" (9c1e9b339bb573cd067c9d8564e573cb) with result "0 No change"
01-16 23:55:51.249  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:51.249  1796  1881 E Unity   :
01-16 23:55:51.249  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:51.249  1796  1881 E Unity   :
01-16 23:55:51.250  2831  4971 I DeviceScanner: [MDNS] Received response from "Salle TV" (9c1e9b339bb573cd067c9d8564e573cb) with result "0 No change"
01-16 23:55:51.256  1796  1881 W Unity   : Using Raycaster (Raycaster: UnityEngine.UI.GraphicRaycaster, Object: Canvas). It is recommended to use GvrPointerPhysicsRaycaster or GvrPointerGrahpicRaycaster with GvrPointerInputModule.
01-16 23:55:51.256  1796  1881 W Unity   :
01-16 23:55:51.256  1796  1881 W Unity   : (Filename: ./artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
01-16 23:55:51.256  1796  1881 W Unity   :
01-16 23:55:51.257  2831  4971 I DeviceScanner: [MDNS] Received response from "S├®jour" (5293614515290c0f6a0ce68e6f2910c4) with result "0 No change"
01-16 23:55:51.263  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:51.263  1796  1881 E Unity   :
01-16 23:55:51.263  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:51.263  1796  1881 E Unity   :
01-16 23:55:51.271  1796  1881 W Unity   : Using Raycaster (Raycaster: UnityEngine.UI.GraphicRaycaster, Object: Canvas). It is recommended to use GvrPointerPhysicsRaycaster or GvrPointerGrahpicRaycaster with GvrPointerInputModule.
01-16 23:55:51.271  1796  1881 W Unity   :
01-16 23:55:51.271  1796  1881 W Unity   : (Filename: ./artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
01-16 23:55:51.271  1796  1881 W Unity   :
01-16 23:55:51.277  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:51.277  1796  1881 E Unity   :
01-16 23:55:51.277  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:51.277  1796  1881 E Unity   :
01-16 23:55:51.287  1796  1881 W Unity   : Using Raycaster (Raycaster: UnityEngine.UI.GraphicRaycaster, Object: Canvas). It is recommended to use GvrPointerPhysicsRaycaster or GvrPointerGrahpicRaycaster with GvrPointerInputModule.
01-16 23:55:51.287  1796  1881 W Unity   :
01-16 23:55:51.287  1796  1881 W Unity   : (Filename: ./artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
01-16 23:55:51.287  1796  1881 W Unity   :
01-16 23:55:51.294  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:51.294  1796  1881 E Unity   :
01-16 23:55:51.294  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:51.294  1796  1881 E Unity   :
01-16 23:55:51.304  1796  1881 W Unity   : Using Raycaster (Raycaster: UnityEngine.UI.GraphicRaycaster, Object: Canvas). It is recommended to use GvrPointerPhysicsRaycaster or GvrPointerGrahpicRaycaster with GvrPointerInputModule.
01-16 23:55:51.304  1796  1881 W Unity   :
01-16 23:55:51.304  1796  1881 W Unity   : (Filename: ./artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
01-16 23:55:51.304  1796  1881 W Unity   :
01-16 23:55:51.310  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:51.310  1796  1881 E Unity   :
01-16 23:55:51.310  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:51.310  1796  1881 E Unity   :
01-16 23:55:51.321  1796  1881 W Unity   : Using Raycaster (Raycaster: UnityEngine.UI.GraphicRaycaster, Object: Canvas). It is recommended to use GvrPointerPhysicsRaycaster or GvrPointerGrahpicRaycaster with GvrPointerInputModule.
01-16 23:55:51.321  1796  1881 W Unity   :
01-16 23:55:51.321  1796  1881 W Unity   : (Filename: ./artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
01-16 23:55:51.321  1796  1881 W Unity   :
01-16 23:55:51.328  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:51.328  1796  1881 E Unity   :
01-16 23:55:51.328  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:51.328  1796  1881 E Unity   :
01-16 23:55:51.338  1796  1881 W Unity   : Using Raycaster (Raycaster: UnityEngine.UI.GraphicRaycaster, Object: Canvas). It is recommended to use GvrPointerPhysicsRaycaster or GvrPointerGrahpicRaycaster with GvrPointerInputModule.
01-16 23:55:51.338  1796  1881 W Unity   :
01-16 23:55:51.338  1796  1881 W Unity   : (Filename: ./artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
01-16 23:55:51.338  1796  1881 W Unity   :
01-16 23:55:51.347  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:51.347  1796  1881 E Unity   :
01-16 23:55:51.347  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:51.347  1796  1881 E Unity   :
01-16 23:55:51.354  1796  1881 W Unity   : Using Raycaster (Raycaster: UnityEngine.UI.GraphicRaycaster, Object: Canvas). It is recommended to use GvrPointerPhysicsRaycaster or GvrPointerGrahpicRaycaster with GvrPointerInputModule.
01-16 23:55:51.354  1796  1881 W Unity   :
01-16 23:55:51.354  1796  1881 W Unity   : (Filename: ./artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
01-16 23:55:51.354  1796  1881 W Unity   :
01-16 23:55:51.361  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:51.361  1796  1881 E Unity   :
01-16 23:55:51.361  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:51.361  1796  1881 E Unity   :
01-16 23:55:51.372  1796  1881 W Unity   : Using Raycaster (Raycaster: UnityEngine.UI.GraphicRaycaster, Object: Canvas). It is recommended to use GvrPointerPhysicsRaycaster or GvrPointerGrahpicRaycaster with GvrPointerInputModule.
01-16 23:55:51.372  1796  1881 W Unity   :
01-16 23:55:51.372  1796  1881 W Unity   : (Filename: ./artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
01-16 23:55:51.372  1796  1881 W Unity   :
01-16 23:55:51.378  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:51.378  1796  1881 E Unity   :
01-16 23:55:51.378  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:51.378  1796  1881 E Unity   :
01-16 23:55:51.389  1796  1881 W Unity   : Using Raycaster (Raycaster: UnityEngine.UI.GraphicRaycaster, Object: Canvas). It is recommended to use GvrPointerPhysicsRaycaster or GvrPointerGrahpicRaycaster with GvrPointerInputModule.
01-16 23:55:51.389  1796  1881 W Unity   :
01-16 23:55:51.389  1796  1881 W Unity   : (Filename: ./artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
01-16 23:55:51.389  1796  1881 W Unity   :
01-16 23:55:51.395  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:51.395  1796  1881 E Unity   :
01-16 23:55:51.395  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:51.395  1796  1881 E Unity   :
01-16 23:55:51.403  1796  1881 W Unity   : Using Raycaster (Raycaster: UnityEngine.UI.GraphicRaycaster, Object: Canvas). It is recommended to use GvrPointerPhysicsRaycaster or GvrPointerGrahpicRaycaster with GvrPointerInputModule.
01-16 23:55:51.403  1796  1881 W Unity   :
01-16 23:55:51.403  1796  1881 W Unity   : (Filename: ./artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
01-16 23:55:51.403  1796  1881 W Unity   :
01-16 23:55:51.409  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:51.409  1796  1881 E Unity   :
01-16 23:55:51.409  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:51.409  1796  1881 E Unity   :
01-16 23:55:51.421  1796  1881 W Unity   : Using Raycaster (Raycaster: UnityEngine.UI.GraphicRaycaster, Object: Canvas). It is recommended to use GvrPointerPhysicsRaycaster or GvrPointerGrahpicRaycaster with GvrPointerInputModule.
01-16 23:55:51.421  1796  1881 W Unity   :
01-16 23:55:51.421  1796  1881 W Unity   : (Filename: ./artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
01-16 23:55:51.421  1796  1881 W Unity   :
01-16 23:55:51.428  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:51.428  1796  1881 E Unity   :
01-16 23:55:51.428  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:51.428  1796  1881 E Unity   :
01-16 23:55:51.438  1796  1881 W Unity   : Using Raycaster (Raycaster: UnityEngine.UI.GraphicRaycaster, Object: Canvas). It is recommended to use GvrPointerPhysicsRaycaster or GvrPointerGrahpicRaycaster with GvrPointerInputModule.
01-16 23:55:51.438  1796  1881 W Unity   :
01-16 23:55:51.438  1796  1881 W Unity   : (Filename: ./artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
01-16 23:55:51.438  1796  1881 W Unity   :
01-16 23:55:51.449  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:51.449  1796  1881 E Unity   :
01-16 23:55:51.449  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:51.449  1796  1881 E Unity   :
01-16 23:55:51.456  1796  1881 W Unity   : Using Raycaster (Raycaster: UnityEngine.UI.GraphicRaycaster, Object: Canvas). It is recommended to use GvrPointerPhysicsRaycaster or GvrPointerGrahpicRaycaster with GvrPointerInputModule.
01-16 23:55:51.456  1796  1881 W Unity   :
01-16 23:55:51.456  1796  1881 W Unity   : (Filename: ./artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
01-16 23:55:51.456  1796  1881 W Unity   :
01-16 23:55:51.464  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:51.464  1796  1881 E Unity   :
01-16 23:55:51.464  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:51.464  1796  1881 E Unity   :
01-16 23:55:51.472  1796  1881 W Unity   : Using Raycaster (Raycaster: UnityEngine.UI.GraphicRaycaster, Object: Canvas). It is recommended to use GvrPointerPhysicsRaycaster or GvrPointerGrahpicRaycaster with GvrPointerInputModule.
01-16 23:55:51.472  1796  1881 W Unity   :
01-16 23:55:51.472  1796  1881 W Unity   : (Filename: ./artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
01-16 23:55:51.472  1796  1881 W Unity   :
01-16 23:55:51.482  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:51.482  1796  1881 E Unity   :
01-16 23:55:51.482  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:51.482  1796  1881 E Unity   :
01-16 23:55:51.489  1796  1881 W Unity   : Using Raycaster (Raycaster: UnityEngine.UI.GraphicRaycaster, Object: Canvas). It is recommended to use GvrPointerPhysicsRaycaster or GvrPointerGrahpicRaycaster with GvrPointerInputModule.
01-16 23:55:51.489  1796  1881 W Unity   :
01-16 23:55:51.489  1796  1881 W Unity   : (Filename: ./artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
01-16 23:55:51.489  1796  1881 W Unity   :
01-16 23:55:51.498  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:51.498  1796  1881 E Unity   :
01-16 23:55:51.498  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:51.498  1796  1881 E Unity   :
01-16 23:55:51.506  1796  1881 W Unity   : Using Raycaster (Raycaster: UnityEngine.UI.GraphicRaycaster, Object: Canvas). It is recommended to use GvrPointerPhysicsRaycaster or GvrPointerGrahpicRaycaster with GvrPointerInputModule.
01-16 23:55:51.506  1796  1881 W Unity   :
01-16 23:55:51.506  1796  1881 W Unity   : (Filename: ./artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
01-16 23:55:51.506  1796  1881 W Unity   :
01-16 23:55:51.515  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:51.515  1796  1881 E Unity   :
01-16 23:55:51.515  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:51.515  1796  1881 E Unity   :
01-16 23:55:51.522  1796  1881 W Unity   : Using Raycaster (Raycaster: UnityEngine.UI.GraphicRaycaster, Object: Canvas). It is recommended to use GvrPointerPhysicsRaycaster or GvrPointerGrahpicRaycaster with GvrPointerInputModule.
01-16 23:55:51.522  1796  1881 W Unity   :
01-16 23:55:51.522  1796  1881 W Unity   : (Filename: ./artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
01-16 23:55:51.522  1796  1881 W Unity   :
01-16 23:55:51.528  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:51.528  1796  1881 E Unity   :
01-16 23:55:51.528  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:51.528  1796  1881 E Unity   :
01-16 23:55:51.531  2831  4971 I DeviceScanner: [MDNS] Received response from "S├®jour" (5293614515290c0f6a0ce68e6f2910c4) with result "0 No change"
01-16 23:55:51.539  1796  1881 W Unity   : Using Raycaster (Raycaster: UnityEngine.UI.GraphicRaycaster, Object: Canvas). It is recommended to use GvrPointerPhysicsRaycaster or GvrPointerGrahpicRaycaster with GvrPointerInputModule.
01-16 23:55:51.539  1796  1881 W Unity   :
01-16 23:55:51.539  1796  1881 W Unity   : (Filename: ./artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
01-16 23:55:51.539  1796  1881 W Unity   :
01-16 23:55:51.539  2831  4971 I DeviceScanner: [MDNS] Received response from "S├®jour" (5293614515290c0f6a0ce68e6f2910c4) with result "0 No change"
01-16 23:55:51.544  2831  4971 I DeviceScanner: [MDNS] Received response from "Salle TV" (9c1e9b339bb573cd067c9d8564e573cb) with result "0 No change"
01-16 23:55:51.545  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:51.545  1796  1881 E Unity   :
01-16 23:55:51.545  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:51.545  1796  1881 E Unity   :
01-16 23:55:51.547  2831  4971 I DeviceScanner: [MDNS] Received response from "S├®jour" (5293614515290c0f6a0ce68e6f2910c4) with result "0 No change"
01-16 23:55:51.551  2831  4971 I chatty  : uid=10010(com.google.android.gms) lowpool[306] identical 1 line
01-16 23:55:51.553  2831  4971 I DeviceScanner: [MDNS] Received response from "S├®jour" (5293614515290c0f6a0ce68e6f2910c4) with result "0 No change"
01-16 23:55:51.553  1796  1881 W Unity   : Using Raycaster (Raycaster: UnityEngine.UI.GraphicRaycaster, Object: Canvas). It is recommended to use GvrPointerPhysicsRaycaster or GvrPointerGrahpicRaycaster with GvrPointerInputModule.
01-16 23:55:51.553  1796  1881 W Unity   :
01-16 23:55:51.553  1796  1881 W Unity   : (Filename: ./artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
01-16 23:55:51.553  1796  1881 W Unity   :
01-16 23:55:51.556  2831  4971 I DeviceScanner: [MDNS] Received response from "Salle TV" (9c1e9b339bb573cd067c9d8564e573cb) with result "0 No change"
01-16 23:55:51.559  2831  4971 I DeviceScanner: [MDNS] Received response from "Salle TV" (9c1e9b339bb573cd067c9d8564e573cb) with result "0 No change"
01-16 23:55:51.560  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:51.560  1796  1881 E Unity   :
01-16 23:55:51.560  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:51.560  1796  1881 E Unity   :
01-16 23:55:51.561  2831  4971 I DeviceScanner: [MDNS] Received response from "Salle TV" (9c1e9b339bb573cd067c9d8564e573cb) with result "0 No change"
01-16 23:55:51.566  2831  4971 I chatty  : uid=10010(com.google.android.gms) lowpool[306] identical 2 lines
01-16 23:55:51.568  2831  4971 I DeviceScanner: [MDNS] Received response from "Salle TV" (9c1e9b339bb573cd067c9d8564e573cb) with result "0 No change"
01-16 23:55:51.570  1796  1881 W Unity   : Using Raycaster (Raycaster: UnityEngine.UI.GraphicRaycaster, Object: Canvas). It is recommended to use GvrPointerPhysicsRaycaster or GvrPointerGrahpicRaycaster with GvrPointerInputModule.
01-16 23:55:51.570  1796  1881 W Unity   :
01-16 23:55:51.570  1796  1881 W Unity   : (Filename: ./artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
01-16 23:55:51.570  1796  1881 W Unity   :
01-16 23:55:51.575  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:51.575  1796  1881 E Unity   :
01-16 23:55:51.575  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:51.575  1796  1881 E Unity   :
01-16 23:55:51.587  1796  1881 W Unity   : Using Raycaster (Raycaster: UnityEngine.UI.GraphicRaycaster, Object: Canvas). It is recommended to use GvrPointerPhysicsRaycaster or GvrPointerGrahpicRaycaster with GvrPointerInputModule.
01-16 23:55:51.587  1796  1881 W Unity   :
01-16 23:55:51.587  1796  1881 W Unity   : (Filename: ./artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
01-16 23:55:51.587  1796  1881 W Unity   :
01-16 23:55:51.591  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:51.591  1796  1881 E Unity   :
01-16 23:55:51.591  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:51.591  1796  1881 E Unity   :
01-16 23:55:51.603  1796  1881 W Unity   : Using Raycaster (Raycaster: UnityEngine.UI.GraphicRaycaster, Object: Canvas). It is recommended to use GvrPointerPhysicsRaycaster or GvrPointerGrahpicRaycaster with GvrPointerInputModule.
01-16 23:55:51.603  1796  1881 W Unity   :
01-16 23:55:51.603  1796  1881 W Unity   : (Filename: ./artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
01-16 23:55:51.603  1796  1881 W Unity   :
01-16 23:55:51.608  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:51.608  1796  1881 E Unity   :
01-16 23:55:51.608  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:51.608  1796  1881 E Unity   :
01-16 23:55:51.620  1796  1881 W Unity   : Using Raycaster (Raycaster: UnityEngine.UI.GraphicRaycaster, Object: Canvas). It is recommended to use GvrPointerPhysicsRaycaster or GvrPointerGrahpicRaycaster with GvrPointerInputModule.
01-16 23:55:51.620  1796  1881 W Unity   :
01-16 23:55:51.620  1796  1881 W Unity   : (Filename: ./artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
01-16 23:55:51.620  1796  1881 W Unity   :
01-16 23:55:51.627  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:51.627  1796  1881 E Unity   :
01-16 23:55:51.627  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:51.627  1796  1881 E Unity   :
01-16 23:55:51.639  1796  1881 W Unity   : Using Raycaster (Raycaster: UnityEngine.UI.GraphicRaycaster, Object: Canvas). It is recommended to use GvrPointerPhysicsRaycaster or GvrPointerGrahpicRaycaster with GvrPointerInputModule.
01-16 23:55:51.639  1796  1881 W Unity   :
01-16 23:55:51.639  1796  1881 W Unity   : (Filename: ./artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
01-16 23:55:51.639  1796  1881 W Unity   :
01-16 23:55:51.646  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:51.646  1796  1881 E Unity   :
01-16 23:55:51.646  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:51.646  1796  1881 E Unity   :
01-16 23:55:51.655  1796  1881 W Unity   : Using Raycaster (Raycaster: UnityEngine.UI.GraphicRaycaster, Object: Canvas). It is recommended to use GvrPointerPhysicsRaycaster or GvrPointerGrahpicRaycaster with GvrPointerInputModule.
01-16 23:55:51.655  1796  1881 W Unity   :
01-16 23:55:51.655  1796  1881 W Unity   : (Filename: ./artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
01-16 23:55:51.655  1796  1881 W Unity   :
01-16 23:55:51.662  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:51.662  1796  1881 E Unity   :
01-16 23:55:51.662  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:51.662  1796  1881 E Unity   :
01-16 23:55:51.671  1796  1881 W Unity   : Using Raycaster (Raycaster: UnityEngine.UI.GraphicRaycaster, Object: Canvas). It is recommended to use GvrPointerPhysicsRaycaster or GvrPointerGrahpicRaycaster with GvrPointerInputModule.
01-16 23:55:51.671  1796  1881 W Unity   :
01-16 23:55:51.671  1796  1881 W Unity   : (Filename: ./artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
01-16 23:55:51.671  1796  1881 W Unity   :
01-16 23:55:51.685  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:51.685  1796  1881 E Unity   :
01-16 23:55:51.685  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:51.685  1796  1881 E Unity   :
01-16 23:55:51.689  1796  1881 W Unity   : Using Raycaster (Raycaster: UnityEngine.UI.GraphicRaycaster, Object: Canvas). It is recommended to use GvrPointerPhysicsRaycaster or GvrPointerGrahpicRaycaster with GvrPointerInputModule.
01-16 23:55:51.689  1796  1881 W Unity   :
01-16 23:55:51.689  1796  1881 W Unity   : (Filename: ./artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
01-16 23:55:51.689  1796  1881 W Unity   :
01-16 23:55:51.697  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:51.697  1796  1881 E Unity   :
01-16 23:55:51.697  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:51.697  1796  1881 E Unity   :
01-16 23:55:51.704  1796  1881 W Unity   : Using Raycaster (Raycaster: UnityEngine.UI.GraphicRaycaster, Object: Canvas). It is recommended to use GvrPointerPhysicsRaycaster or GvrPointerGrahpicRaycaster with GvrPointerInputModule.
01-16 23:55:51.704  1796  1881 W Unity   :
01-16 23:55:51.704  1796  1881 W Unity   : (Filename: ./artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
01-16 23:55:51.704  1796  1881 W Unity   :
01-16 23:55:51.710  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:51.710  1796  1881 E Unity   :
01-16 23:55:51.710  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:51.710  1796  1881 E Unity   :
01-16 23:55:51.721  1796  1881 W Unity   : Using Raycaster (Raycaster: UnityEngine.UI.GraphicRaycaster, Object: Canvas). It is recommended to use GvrPointerPhysicsRaycaster or GvrPointerGrahpicRaycaster with GvrPointerInputModule.
01-16 23:55:51.721  1796  1881 W Unity   :
01-16 23:55:51.721  1796  1881 W Unity   : (Filename: ./artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
01-16 23:55:51.721  1796  1881 W Unity   :
01-16 23:55:51.726  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:51.726  1796  1881 E Unity   :
01-16 23:55:51.726  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:51.726  1796  1881 E Unity   :
01-16 23:55:51.739  1796  1881 W Unity   : Using Raycaster (Raycaster: UnityEngine.UI.GraphicRaycaster, Object: Canvas). It is recommended to use GvrPointerPhysicsRaycaster or GvrPointerGrahpicRaycaster with GvrPointerInputModule.
01-16 23:55:51.739  1796  1881 W Unity   :
01-16 23:55:51.739  1796  1881 W Unity   : (Filename: ./artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
01-16 23:55:51.739  1796  1881 W Unity   :
01-16 23:55:51.751  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:51.751  1796  1881 E Unity   :
01-16 23:55:51.751  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:51.751  1796  1881 E Unity   :
01-16 23:55:51.757  1796  1881 W Unity   : Using Raycaster (Raycaster: UnityEngine.UI.GraphicRaycaster, Object: Canvas). It is recommended to use GvrPointerPhysicsRaycaster or GvrPointerGrahpicRaycaster with GvrPointerInputModule.
01-16 23:55:51.757  1796  1881 W Unity   :
01-16 23:55:51.757  1796  1881 W Unity   : (Filename: ./artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
01-16 23:55:51.757  1796  1881 W Unity   :
01-16 23:55:51.763  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:51.763  1796  1881 E Unity   :
01-16 23:55:51.763  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:51.763  1796  1881 E Unity   :
01-16 23:55:51.770  1796  1881 W Unity   : Using Raycaster (Raycaster: UnityEngine.UI.GraphicRaycaster, Object: Canvas). It is recommended to use GvrPointerPhysicsRaycaster or GvrPointerGrahpicRaycaster with GvrPointerInputModule.
01-16 23:55:51.770  1796  1881 W Unity   :
01-16 23:55:51.770  1796  1881 W Unity   : (Filename: ./artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
01-16 23:55:51.770  1796  1881 W Unity   :
01-16 23:55:51.776  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:51.776  1796  1881 E Unity   :
01-16 23:55:51.776  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:51.776  1796  1881 E Unity   :
01-16 23:55:51.787  1796  1881 W Unity   : Using Raycaster (Raycaster: UnityEngine.UI.GraphicRaycaster, Object: Canvas). It is recommended to use GvrPointerPhysicsRaycaster or GvrPointerGrahpicRaycaster with GvrPointerInputModule.
01-16 23:55:51.787  1796  1881 W Unity   :
01-16 23:55:51.787  1796  1881 W Unity   : (Filename: ./artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
01-16 23:55:51.787  1796  1881 W Unity   :
01-16 23:55:51.791  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:51.791  1796  1881 E Unity   :
01-16 23:55:51.791  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:51.791  1796  1881 E Unity   :
01-16 23:55:51.804  1796  1881 W Unity   : Using Raycaster (Raycaster: UnityEngine.UI.GraphicRaycaster, Object: Canvas). It is recommended to use GvrPointerPhysicsRaycaster or GvrPointerGrahpicRaycaster with GvrPointerInputModule.
01-16 23:55:51.804  1796  1881 W Unity   :
01-16 23:55:51.804  1796  1881 W Unity   : (Filename: ./artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
01-16 23:55:51.804  1796  1881 W Unity   :
01-16 23:55:51.811  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:51.811  1796  1881 E Unity   :
01-16 23:55:51.811  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:51.811  1796  1881 E Unity   :
01-16 23:55:51.823  1796  1881 W Unity   : Using Raycaster (Raycaster: UnityEngine.UI.GraphicRaycaster, Object: Canvas). It is recommended to use GvrPointerPhysicsRaycaster or GvrPointerGrahpicRaycaster with GvrPointerInputModule.
01-16 23:55:51.823  1796  1881 W Unity   :
01-16 23:55:51.823  1796  1881 W Unity   : (Filename: ./artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
01-16 23:55:51.823  1796  1881 W Unity   :
01-16 23:55:51.832  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:51.832  1796  1881 E Unity   :
01-16 23:55:51.832  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:51.832  1796  1881 E Unity   :
01-16 23:55:51.840  1796  1881 W Unity   : Using Raycaster (Raycaster: UnityEngine.UI.GraphicRaycaster, Object: Canvas). It is recommended to use GvrPointerPhysicsRaycaster or GvrPointerGrahpicRaycaster with GvrPointerInputModule.
01-16 23:55:51.840  1796  1881 W Unity   :
01-16 23:55:51.840  1796  1881 W Unity   : (Filename: ./artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
01-16 23:55:51.840  1796  1881 W Unity   :
01-16 23:55:51.855  2831  4971 I DeviceScanner: [MDNS] Received response from "S├®jour" (5293614515290c0f6a0ce68e6f2910c4) with result "0 No change"
01-16 23:55:51.859  2831  4971 I DeviceScanner: [MDNS] Received response from "S├®jour" (5293614515290c0f6a0ce68e6f2910c4) with result "0 No change"
01-16 23:55:51.859  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:51.859  1796  1881 E Unity   :
01-16 23:55:51.859  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:51.859  1796  1881 E Unity   :
01-16 23:55:51.862  2831  4971 I DeviceScanner: [MDNS] Received response from "Salle TV" (9c1e9b339bb573cd067c9d8564e573cb) with result "0 No change"
01-16 23:55:51.864  2831  4971 I DeviceScanner: [MDNS] Received response from "Salle TV" (9c1e9b339bb573cd067c9d8564e573cb) with result "0 No change"
01-16 23:55:51.866  2831  4971 I DeviceScanner: [MDNS] Received response from "S├®jour" (5293614515290c0f6a0ce68e6f2910c4) with result "0 No change"
01-16 23:55:51.869  2831  4971 I DeviceScanner: [MDNS] Received response from "Salle TV" (9c1e9b339bb573cd067c9d8564e573cb) with result "0 No change"
01-16 23:55:51.871  2831  4971 I DeviceScanner: [MDNS] Received response from "S├®jour" (5293614515290c0f6a0ce68e6f2910c4) with result "0 No change"
01-16 23:55:51.875  2831  4971 I DeviceScanner: [MDNS] Received response from "Salle TV" (9c1e9b339bb573cd067c9d8564e573cb) with result "0 No change"
01-16 23:55:51.877  2831  4971 I DeviceScanner: [MDNS] Received response from "Salle TV" (9c1e9b339bb573cd067c9d8564e573cb) with result "0 No change"
01-16 23:55:51.930  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:51.930  1796  1881 E Unity   :
01-16 23:55:51.930  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:51.930  1796  1881 E Unity   :
01-16 23:55:52.111  1796  1881 I chatty  : uid=10369(com.zomb.pw.cardboard) UnityMain identical 12 lines
01-16 23:55:52.131  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:52.131  1796  1881 E Unity   :
01-16 23:55:52.131  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:52.131  1796  1881 E Unity   :
01-16 23:55:52.143   888  1029 I ThermalEngine: Monitor : quiet_therm = 38, msm_therm = 38, ufs_therm = 37, battery_therm = 315,current_now = 157000
01-16 23:55:52.147  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:52.147  1796  1881 E Unity   :
01-16 23:55:52.147  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:52.147  1796  1881 E Unity   :
01-16 23:55:52.448  1259  1329 D BrightnessControllerUtility: mNightBrihtness=2
01-16 23:55:52.448  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-16 23:55:52.448  1259  1329 D RestartProcessManager: Screen off is false
01-16 23:55:52.457  2831  4971 I DeviceScanner: [MDNS] Received response from "S├®jour" (5293614515290c0f6a0ce68e6f2910c4) with result "0 No change"
01-16 23:55:52.460  2831  4971 I DeviceScanner: [MDNS] Received response from "Salle TV" (9c1e9b339bb573cd067c9d8564e573cb) with result "0 No change"
01-16 23:55:52.461  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:52.461  1796  1881 E Unity   :
01-16 23:55:52.461  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:52.461  1796  1881 E Unity   :
01-16 23:55:52.464  2831  4971 I DeviceScanner: [MDNS] Received response from "Salle TV" (9c1e9b339bb573cd067c9d8564e573cb) with result "0 No change"
01-16 23:55:52.474  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-16 23:55:52.475  1259  1329 D RestartProcessManager: Screen off is false
01-16 23:55:52.475  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:52.475  1796  1881 E Unity   :
01-16 23:55:52.475  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:52.475  1796  1881 E Unity   :
01-16 23:55:52.483  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-16 23:55:52.483  1259  1329 D RestartProcessManager: Screen off is false
01-16 23:55:52.500  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-16 23:55:52.500  1259  1329 D RestartProcessManager: Screen off is false
01-16 23:55:52.501  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-16 23:55:52.502  1259  1329 D RestartProcessManager: Screen off is false
01-16 23:55:52.519  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-16 23:55:52.519  1259  1329 D RestartProcessManager: Screen off is false
01-16 23:55:52.519  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-16 23:55:52.519  1259  1329 D RestartProcessManager: Screen off is false
01-16 23:55:52.536  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-16 23:55:52.536  1259  1329 D RestartProcessManager: Screen off is false
01-16 23:55:52.536  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-16 23:55:52.536  1259  1329 D RestartProcessManager: Screen off is false
01-16 23:55:52.553  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-16 23:55:52.553  1259  1329 D RestartProcessManager: Screen off is false
01-16 23:55:52.554  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-16 23:55:52.554  1259  1329 D RestartProcessManager: Screen off is false
01-16 23:55:52.567  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-16 23:55:52.567  1259  1329 D RestartProcessManager: Screen off is false
01-16 23:55:52.567  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-16 23:55:52.567  1259  1329 D RestartProcessManager: Screen off is false
01-16 23:55:52.583  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-16 23:55:52.583  1259  1329 D RestartProcessManager: Screen off is false
01-16 23:55:52.601  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-16 23:55:52.601  1259  1329 D RestartProcessManager: Screen off is false
01-16 23:55:52.602  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-16 23:55:52.603  1259  1329 D RestartProcessManager: Screen off is false
01-16 23:55:52.617  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-16 23:55:52.617  1259  1329 D RestartProcessManager: Screen off is false
01-16 23:55:52.621  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-16 23:55:52.621  1259  1329 D RestartProcessManager: Screen off is false
01-16 23:55:52.634  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-16 23:55:52.634  1259  1329 D RestartProcessManager: Screen off is false
01-16 23:55:52.634  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-16 23:55:52.634  1259  1329 D RestartProcessManager: Screen off is false
01-16 23:55:52.650  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-16 23:55:52.650  1259  1329 D RestartProcessManager: Screen off is false
01-16 23:55:52.651  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-16 23:55:52.651  1259  1329 D RestartProcessManager: Screen off is false
01-16 23:55:52.668  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-16 23:55:52.668  1259  1329 D RestartProcessManager: Screen off is false
01-16 23:55:52.926  1796  1881 I chatty  : uid=10369(com.zomb.pw.cardboard) UnityMain identical 27 lines
01-16 23:55:52.943  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:52.943  1796  1881 E Unity   :
01-16 23:55:52.943  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:52.943  1796  1881 E Unity   :
01-16 23:55:52.959 31384  2036 I VrCtl.StateMachine: Restarting for controller GoogleDaydreamControllerV1
01-16 23:55:52.959 31384  2036 I VrCtl.StateMachine: Preparing controller GoogleDaydreamControllerV1
01-16 23:55:52.960 31384  2036 I VrCtl.StateMachine: Controller GoogleDaydreamControllerV1 state change STATE_ERROR --> STATE_PREPARING
01-16 23:55:52.960 31384  2036 I VrCtl.ControllerSelector: Creating ControllerDevice with driver: DRIVER_P6
01-16 23:55:52.960 31384  2036 I VrCtl.ControllerDriverFactory: Creating ControllerDevice for driver: DRIVER_P6
01-16 23:55:52.962  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:52.962  1796  1881 E Unity   :
01-16 23:55:52.962  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:52.962  1796  1881 E Unity   :
01-16 23:55:52.964 31384  2036 I VrCtl.PaprikaController: Soft disconnect mode: detect
01-16 23:55:52.975 31384  2036 E VrCtl.ControllerSelector: Controller unexpectedly absent from bonded device list: [name=DRIVER_P6,isEmulator=false,address=,usesBluetooth=false]
01-16 23:55:52.975 31384  2036 E VrCtl.StateMachine: Controller GoogleDaydreamControllerV1 experienced error: ERROR_CONTROLLER_NOT_BONDED
01-16 23:55:52.975 31384  2036 I VrCtl.StateMachine: Controller GoogleDaydreamControllerV1 state change STATE_PREPARING --> STATE_ERROR
01-16 23:55:52.976 31384  2036 W VrCtl.ControllerService: No controller found since the restart.
01-16 23:55:52.976 31384  2036 I VrCtl.ListenersManager: Controller GoogleDaydreamControllerV1 state updated to: SCANNING
01-16 23:55:52.976 31384 31384 I VrCtl.ControllerService: Not launching recovery flow for controller: GoogleDaydreamControllerV1 missingTimeMillis: 0
01-16 23:55:52.976 31384  2036 I VrCtl.ListenersManager: Controller GoogleDaydreamControllerV1 state updated to: DISCONNECTED
01-16 23:55:52.976  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:52.976  1796  1881 E Unity   :
01-16 23:55:52.976  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:52.976  1796  1881 E Unity   :
01-16 23:55:53.107  1796  1881 I chatty  : uid=10369(com.zomb.pw.cardboard) UnityMain identical 8 lines
01-16 23:55:53.127  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:53.127  1796  1881 E Unity   :
01-16 23:55:53.127  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:53.127  1796  1881 E Unity   :
01-16 23:55:53.138  1966  1966 D HeadsetPhoneState: Enter onSignalStrengthsChanged
01-16 23:55:53.138  1966  1966 D HeadsetPhoneState: sendDeviceStateChanged. mService=1 mSignal=2 mRoam=0 mBatteryCharge=2
01-16 23:55:53.138  1966  1966 D HeadsetPhoneState: Exit onSignalStrengthsChanged
01-16 23:55:53.140  1966  2570 D HeadsetStateMachine: Disconnected process message: 11, size: 0
01-16 23:55:53.145  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:53.145  1796  1881 E Unity   :
01-16 23:55:53.145  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:53.145  1796  1881 E Unity   :
01-16 23:55:53.149  2007  2121 I NetworkController.MobileSignalController(1):  showDisableIcon:false
01-16 23:55:53.158  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:53.158  1796  1881 E Unity   :
01-16 23:55:53.158  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:53.158  1796  1881 E Unity   :
01-16 23:55:53.308  1796  1881 I chatty  : uid=10369(com.zomb.pw.cardboard) UnityMain identical 9 lines
01-16 23:55:53.325  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:53.325  1796  1881 E Unity   :
01-16 23:55:53.325  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:53.325  1796  1881 E Unity   :
01-16 23:55:53.347  2831  4971 I DeviceScanner: [MDNS] Received response from "S├®jour" (5293614515290c0f6a0ce68e6f2910c4) with result "0 No change"
01-16 23:55:53.349  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:53.349  1796  1881 E Unity   :
01-16 23:55:53.349  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:53.349  1796  1881 E Unity   :
01-16 23:55:53.358  2831  4971 I DeviceScanner: [MDNS] Received response from "S├®jour" (5293614515290c0f6a0ce68e6f2910c4) with result "0 No change"
01-16 23:55:53.361  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:53.361  1796  1881 E Unity   :
01-16 23:55:53.361  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:53.361  1796  1881 E Unity   :
01-16 23:55:53.362  2831  4971 I DeviceScanner: [MDNS] Received response from "Salle TV" (9c1e9b339bb573cd067c9d8564e573cb) with result "0 No change"
01-16 23:55:53.365  2831  4971 I DeviceScanner: [MDNS] Received response from "S├®jour" (5293614515290c0f6a0ce68e6f2910c4) with result "0 No change"
01-16 23:55:53.370  2831  4971 I DeviceScanner: [MDNS] Received response from "Salle TV" (9c1e9b339bb573cd067c9d8564e573cb) with result "0 No change"
01-16 23:55:53.374  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:53.374  1796  1881 E Unity   :
01-16 23:55:53.374  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:53.374  1796  1881 E Unity   :
01-16 23:55:53.375  2831  4971 I DeviceScanner: [MDNS] Received response from "S├®jour" (5293614515290c0f6a0ce68e6f2910c4) with result "0 No change"
01-16 23:55:53.377  2831  4971 I DeviceScanner: [MDNS] Received response from "Salle TV" (9c1e9b339bb573cd067c9d8564e573cb) with result "0 No change"
01-16 23:55:53.381  2831  4971 I chatty  : uid=10010(com.google.android.gms) lowpool[306] identical 1 line
01-16 23:55:53.383  2831  4971 I DeviceScanner: [MDNS] Received response from "Salle TV" (9c1e9b339bb573cd067c9d8564e573cb) with result "0 No change"
01-16 23:55:53.388  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:53.388  1796  1881 E Unity   :
01-16 23:55:53.388  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:53.388  1796  1881 E Unity   :
01-16 23:55:53.391  2831  4971 I DeviceScanner: [MDNS] Received response from "S├®jour" (5293614515290c0f6a0ce68e6f2910c4) with result "0 No change"
01-16 23:55:53.393  2831  4971 I DeviceScanner: [MDNS] Received response from "Salle TV" (9c1e9b339bb573cd067c9d8564e573cb) with result "0 No change"
01-16 23:55:53.395  2831  4971 I DeviceScanner: [MDNS] Received response from "Salle TV" (9c1e9b339bb573cd067c9d8564e573cb) with result "0 No change"
01-16 23:55:53.404  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:53.404  1796  1881 E Unity   :
01-16 23:55:53.404  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:53.404  1796  1881 E Unity   :
01-16 23:55:53.573  1796  1881 I chatty  : uid=10369(com.zomb.pw.cardboard) UnityMain identical 10 lines
01-16 23:55:53.590  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:53.590  1796  1881 E Unity   :
01-16 23:55:53.590  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:53.590  1796  1881 E Unity   :
01-16 23:55:53.602 25616 25694 D ClClient: Not sending keepalive.  Current connection state=STOPPED
01-16 23:55:53.613  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:53.613  1796  1881 E Unity   :
01-16 23:55:53.613  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:53.613  1796  1881 E Unity   :
01-16 23:55:53.879  1259  1329 D BrightnessControllerUtility: mNightBrihtness=2
01-16 23:55:53.880  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-16 23:55:53.880  1259  1329 D RestartProcessManager: Screen off is false
01-16 23:55:53.906  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-16 23:55:53.906  1259  1329 D RestartProcessManager: Screen off is false
01-16 23:55:53.922  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-16 23:55:53.922  1259  1329 D RestartProcessManager: Screen off is false
01-16 23:55:53.938  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-16 23:55:53.938  1259  1329 D RestartProcessManager: Screen off is false
01-16 23:55:53.952  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-16 23:55:53.952  1259  1329 D RestartProcessManager: Screen off is false
01-16 23:55:53.952  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-16 23:55:53.952  1259  1329 D RestartProcessManager: Screen off is false
01-16 23:55:53.967  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-16 23:55:53.967  1259  1329 D RestartProcessManager: Screen off is false
01-16 23:55:53.985  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-16 23:55:53.985  1259  1329 D RestartProcessManager: Screen off is false
01-16 23:55:53.985  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-16 23:55:53.985  1259  1329 D RestartProcessManager: Screen off is false
01-16 23:55:53.972  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:53.972  1796  1881 E Unity   :
01-16 23:55:53.972  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:53.972  1796  1881 E Unity   :
01-16 23:55:53.988  2831  4971 I DeviceScanner: [MDNS] Received response from "S├®jour" (5293614515290c0f6a0ce68e6f2910c4) with result "0 No change"
01-16 23:55:53.988  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:53.988  1796  1881 E Unity   :
01-16 23:55:53.988  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:53.988  1796  1881 E Unity   :
01-16 23:55:53.991  2831  4971 I DeviceScanner: [MDNS] Received response from "S├®jour" (5293614515290c0f6a0ce68e6f2910c4) with result "0 No change"
01-16 23:55:53.995  2831  4971 I DeviceScanner: [MDNS] Received response from "Salle TV" (9c1e9b339bb573cd067c9d8564e573cb) with result "0 No change"
01-16 23:55:53.997  2831  4971 I DeviceScanner: [MDNS] Received response from "S├®jour" (5293614515290c0f6a0ce68e6f2910c4) with result "0 No change"
01-16 23:55:53.999  2831  4971 I DeviceScanner: [MDNS] Received response from "Salle TV" (9c1e9b339bb573cd067c9d8564e573cb) with result "0 No change"
01-16 23:55:54.000  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-16 23:55:54.000  1259  1329 D RestartProcessManager: Screen off is false
01-16 23:55:54.003  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:54.003  1796  1881 E Unity   :
01-16 23:55:54.003  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:54.003  1796  1881 E Unity   :
01-16 23:55:54.004  2831  4971 I DeviceScanner: [MDNS] Received response from "S├®jour" (5293614515290c0f6a0ce68e6f2910c4) with result "0 No change"
01-16 23:55:54.005  2831  4971 I DeviceScanner: [MDNS] Received response from "S├®jour" (5293614515290c0f6a0ce68e6f2910c4) with result "0 No change"
01-16 23:55:54.008  2831  4971 I DeviceScanner: [MDNS] Received response from "Salle TV" (9c1e9b339bb573cd067c9d8564e573cb) with result "0 No change"
01-16 23:55:54.016  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-16 23:55:54.016  1259  1329 D RestartProcessManager: Screen off is false
01-16 23:55:54.012  2831  4971 I chatty  : uid=10010(com.google.android.gms) lowpool[306] identical 3 lines
01-16 23:55:54.015  2831  4971 I DeviceScanner: [MDNS] Received response from "Salle TV" (9c1e9b339bb573cd067c9d8564e573cb) with result "0 No change"
01-16 23:55:54.021  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:54.021  1796  1881 E Unity   :
01-16 23:55:54.021  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:54.021  1796  1881 E Unity   :
01-16 23:55:54.034  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-16 23:55:54.034  1259  1329 D RestartProcessManager: Screen off is false
01-16 23:55:54.034  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-16 23:55:54.034  1259  1329 D RestartProcessManager: Screen off is false
01-16 23:55:54.050  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-16 23:55:54.050  1259  1329 D RestartProcessManager: Screen off is false
01-16 23:55:54.067  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-16 23:55:54.068  1259  1329 D RestartProcessManager: Screen off is false
01-16 23:55:54.085  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-16 23:55:54.085  1259  1329 D RestartProcessManager: Screen off is false
01-16 23:55:54.085  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-16 23:55:54.085  1259  1329 D RestartProcessManager: Screen off is false
01-16 23:55:54.101  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-16 23:55:54.101  1259  1329 D RestartProcessManager: Screen off is false
01-16 23:55:54.101  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-16 23:55:54.101  1259  1329 D RestartProcessManager: Screen off is false
01-16 23:55:54.120  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-16 23:55:54.120  1259  1329 D RestartProcessManager: Screen off is false
01-16 23:55:54.120  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-16 23:55:54.120  1259  1329 D RestartProcessManager: Screen off is false
01-16 23:55:54.134  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-16 23:55:54.135  1259  1329 D RestartProcessManager: Screen off is false
01-16 23:55:54.135  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-16 23:55:54.135  1259  1329 D RestartProcessManager: Screen off is false
01-16 23:55:54.151  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-16 23:55:54.151  1259  1329 D RestartProcessManager: Screen off is false
01-16 23:55:54.151  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-16 23:55:54.151  1259  1329 D RestartProcessManager: Screen off is false
01-16 23:55:54.168  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-16 23:55:54.168  1259  1329 D RestartProcessManager: Screen off is false
01-16 23:55:54.168  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-16 23:55:54.168  1259  1329 D RestartProcessManager: Screen off is false
01-16 23:55:54.186  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-16 23:55:54.186  1259  1329 D RestartProcessManager: Screen off is false
01-16 23:55:54.186  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-16 23:55:54.186  1259  1329 D RestartProcessManager: Screen off is false
01-16 23:55:54.201  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-16 23:55:54.201  1259  1329 D RestartProcessManager: Screen off is false
01-16 23:55:54.201  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-16 23:55:54.201  1259  1329 D RestartProcessManager: Screen off is false
01-16 23:55:54.218  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-16 23:55:54.218  1259  1329 D RestartProcessManager: Screen off is false
01-16 23:55:54.218  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-16 23:55:54.218  1259  1329 D RestartProcessManager: Screen off is false
01-16 23:55:54.236  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-16 23:55:54.236  1259  1329 D RestartProcessManager: Screen off is false
01-16 23:55:54.236  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-16 23:55:54.236  1259  1329 D RestartProcessManager: Screen off is false
01-16 23:55:54.253  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-16 23:55:54.253  1259  1329 D RestartProcessManager: Screen off is false
01-16 23:55:54.253  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-16 23:55:54.253  1259  1329 D RestartProcessManager: Screen off is false
01-16 23:55:54.267  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-16 23:55:54.267  1259  1329 D RestartProcessManager: Screen off is false
01-16 23:55:54.285  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-16 23:55:54.285  1259  1329 D RestartProcessManager: Screen off is false
01-16 23:55:54.285  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-16 23:55:54.285  1259  1329 D RestartProcessManager: Screen off is false
01-16 23:55:54.302  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-16 23:55:54.303  1259  1329 D RestartProcessManager: Screen off is false
01-16 23:55:54.303  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-16 23:55:54.303  1259  1329 D RestartProcessManager: Screen off is false
01-16 23:55:54.318  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-16 23:55:54.318  1259  1329 D RestartProcessManager: Screen off is false
01-16 23:55:54.318  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-16 23:55:54.318  1259  1329 D RestartProcessManager: Screen off is false
01-16 23:55:54.336  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-16 23:55:54.336  1259  1329 D RestartProcessManager: Screen off is false
01-16 23:55:54.336  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-16 23:55:54.336  1259  1329 D RestartProcessManager: Screen off is false
01-16 23:55:54.351  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-16 23:55:54.351  1259  1329 D RestartProcessManager: Screen off is false
01-16 23:55:54.352  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-16 23:55:54.352  1259  1329 D RestartProcessManager: Screen off is false
01-16 23:55:54.369  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-16 23:55:54.370  1259  1329 D RestartProcessManager: Screen off is false
01-16 23:55:54.370  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-16 23:55:54.370  1259  1329 D RestartProcessManager: Screen off is false
01-16 23:55:54.385  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-16 23:55:54.385  1259  1329 D RestartProcessManager: Screen off is false
01-16 23:55:54.385  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-16 23:55:54.385  1259  1329 D RestartProcessManager: Screen off is false
01-16 23:55:54.371  1796  1881 I chatty  : uid=10369(com.zomb.pw.cardboard) UnityMain identical 21 lines
01-16 23:55:54.390  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:54.390  1796  1881 E Unity   :
01-16 23:55:54.390  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:54.390  1796  1881 E Unity   :
01-16 23:55:54.390 30129 30129 V getPhoneBattery: batteryLevelReceiver onReceive
01-16 23:55:54.390 30129 30129 D getPhoneBattery: phoneBattery not changed
01-16 23:55:54.391  1966  2570 D HeadsetStateMachine: Disconnected process message: 10, size: 0
01-16 23:55:54.391  1966  2570 D HeadsetStateMachine: Enter processIntentBatteryChanged()
01-16 23:55:54.391  1966  2570 D HeadsetStateMachine: Exit processIntentBatteryChanged()
01-16 23:55:54.391  1966  2570 D HeadsetStateMachine: Exit Disconnected processMessage()
01-16 23:55:54.403  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-16 23:55:54.403  1259  1329 D RestartProcessManager: Screen off is false
01-16 23:55:54.403  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-16 23:55:54.403  1259  1329 D RestartProcessManager: Screen off is false
01-16 23:55:54.405  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:54.405  1796  1881 E Unity   :
01-16 23:55:54.405  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:54.405  1796  1881 E Unity   :
01-16 23:55:54.418  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-16 23:55:54.418  1259  1329 D RestartProcessManager: Screen off is false
01-16 23:55:54.418  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-16 23:55:54.418  1259  1329 D RestartProcessManager: Screen off is false
01-16 23:55:54.434  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-16 23:55:54.434  1259  1329 D RestartProcessManager: Screen off is false
01-16 23:55:54.438  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-16 23:55:54.439  1259  1329 D RestartProcessManager: Screen off is false
01-16 23:55:54.451  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-16 23:55:54.451  1259  1329 D RestartProcessManager: Screen off is false
01-16 23:55:54.742  1796  1881 I chatty  : uid=10369(com.zomb.pw.cardboard) UnityMain identical 20 lines
01-16 23:55:54.761  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:54.761  1796  1881 E Unity   :
01-16 23:55:54.761  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:54.761  1796  1881 E Unity   :
01-16 23:55:54.774  2831  4971 I DeviceScanner: [MDNS] Received response from "S├®jour" (5293614515290c0f6a0ce68e6f2910c4) with result "0 No change"
01-16 23:55:54.778  2831  4971 I DeviceScanner: [MDNS] Received response from "Salle TV" (9c1e9b339bb573cd067c9d8564e573cb) with result "0 No change"
01-16 23:55:54.778  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:54.778  1796  1881 E Unity   :
01-16 23:55:54.778  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:54.778  1796  1881 E Unity   :
01-16 23:55:54.781  2831  4971 I DeviceScanner: [MDNS] Received response from "S├®jour" (5293614515290c0f6a0ce68e6f2910c4) with result "0 No change"
01-16 23:55:54.783  2831  4971 I DeviceScanner: [MDNS] Received response from "Salle TV" (9c1e9b339bb573cd067c9d8564e573cb) with result "0 No change"
01-16 23:55:54.794  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:54.794  1796  1881 E Unity   :
01-16 23:55:54.794  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:54.794  1796  1881 E Unity   :
01-16 23:55:54.799  2831  4971 I DeviceScanner: [MDNS] Received response from "S├®jour" (5293614515290c0f6a0ce68e6f2910c4) with result "0 No change"
01-16 23:55:54.804  2831  4971 I DeviceScanner: [MDNS] Received response from "Salle TV" (9c1e9b339bb573cd067c9d8564e573cb) with result "0 No change"
01-16 23:55:54.806  2831  4971 I DeviceScanner: [MDNS] Received response from "Salle TV" (9c1e9b339bb573cd067c9d8564e573cb) with result "0 No change"
01-16 23:55:54.808  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:54.808  1796  1881 E Unity   :
01-16 23:55:54.808  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:54.808  1796  1881 E Unity   :
01-16 23:55:55.493  1796  1881 I chatty  : uid=10369(com.zomb.pw.cardboard) UnityMain identical 41 lines
01-16 23:55:55.512  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:55.512  1796  1881 E Unity   :
01-16 23:55:55.512  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:55.512  1796  1881 E Unity   :
01-16 23:55:55.528  2831  4971 I DeviceScanner: [MDNS] Received response from "S├®jour" (5293614515290c0f6a0ce68e6f2910c4) with result "0 No change"
01-16 23:55:55.534  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:55.534  1796  1881 E Unity   :
01-16 23:55:55.534  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:55.534  1796  1881 E Unity   :
01-16 23:55:55.538  2831  4971 I DeviceScanner: [MDNS] Received response from "Salle TV" (9c1e9b339bb573cd067c9d8564e573cb) with result "0 No change"
01-16 23:55:55.547  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:55.547  1796  1881 E Unity   :
01-16 23:55:55.547  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:55.547  1796  1881 E Unity   :
01-16 23:55:55.675  1796  1881 I chatty  : uid=10369(com.zomb.pw.cardboard) UnityMain identical 8 lines
01-16 23:55:55.690  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:55.690  1796  1881 E Unity   :
01-16 23:55:55.690  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:55.690  1796  1881 E Unity   :
01-16 23:55:55.692  1966  1966 D HeadsetPhoneState: Enter onSignalStrengthsChanged
01-16 23:55:55.692  1966  1966 D HeadsetPhoneState: sendDeviceStateChanged. mService=1 mSignal=3 mRoam=0 mBatteryCharge=2
01-16 23:55:55.692  1966  1966 D HeadsetPhoneState: Exit onSignalStrengthsChanged
01-16 23:55:55.692  1966  2570 D HeadsetStateMachine: Disconnected process message: 11, size: 0
01-16 23:55:55.694  2007  2121 I NetworkController.MobileSignalController(1):  showDisableIcon:false
01-16 23:55:55.707  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:55.707  1796  1881 E Unity   :
01-16 23:55:55.707  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:55.707  1796  1881 E Unity   :
01-16 23:55:55.812  1796  1881 I chatty  : uid=10369(com.zomb.pw.cardboard) UnityMain identical 6 lines
01-16 23:55:55.825  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:55.825  1796  1881 E Unity   :
01-16 23:55:55.825  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:55.825  1796  1881 E Unity   :
01-16 23:55:55.832  2831  4971 I DeviceScanner: [MDNS] Received response from "S├®jour" (5293614515290c0f6a0ce68e6f2910c4) with result "0 No change"
01-16 23:55:55.838  2831  4971 I DeviceScanner: [MDNS] Received response from "Salle TV" (9c1e9b339bb573cd067c9d8564e573cb) with result "0 No change"
01-16 23:55:55.841  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:55.841  1796  1881 E Unity   :
01-16 23:55:55.841  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:55.841  1796  1881 E Unity   :
01-16 23:55:55.841  2831  4971 I DeviceScanner: [MDNS] Received response from "S├®jour" (5293614515290c0f6a0ce68e6f2910c4) with result "0 No change"
01-16 23:55:55.844  2831  4971 I DeviceScanner: [MDNS] Received response from "S├®jour" (5293614515290c0f6a0ce68e6f2910c4) with result "0 No change"
01-16 23:55:55.846  2831  4971 I DeviceScanner: [MDNS] Received response from "Salle TV" (9c1e9b339bb573cd067c9d8564e573cb) with result "0 No change"
01-16 23:55:55.848  2831  4971 I chatty  : uid=10010(com.google.android.gms) lowpool[306] identical 1 line
01-16 23:55:55.851  2831  4971 I DeviceScanner: [MDNS] Received response from "Salle TV" (9c1e9b339bb573cd067c9d8564e573cb) with result "0 No change"
01-16 23:55:55.854  2831  4971 I DeviceScanner: [MDNS] Received response from "S├®jour" (5293614515290c0f6a0ce68e6f2910c4) with result "0 No change"
01-16 23:55:55.855  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:55.855  1796  1881 E Unity   :
01-16 23:55:55.855  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:55.855  1796  1881 E Unity   :
01-16 23:55:55.858  2831  4971 I DeviceScanner: [MDNS] Received response from "Salle TV" (9c1e9b339bb573cd067c9d8564e573cb) with result "0 No change"
01-16 23:55:55.860  2831  4971 I DeviceScanner: [MDNS] Received response from "Salle TV" (9c1e9b339bb573cd067c9d8564e573cb) with result "0 No change"
01-16 23:55:55.872  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:55.872  1796  1881 E Unity   :
01-16 23:55:55.872  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:55.872  1796  1881 E Unity   :
01-16 23:55:56.408  1796  1881 I chatty  : uid=10369(com.zomb.pw.cardboard) UnityMain identical 32 lines
01-16 23:55:56.431  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:56.431  1796  1881 E Unity   :
01-16 23:55:56.431  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:56.431  1796  1881 E Unity   :
01-16 23:55:56.449  2831  4971 I DeviceScanner: [MDNS] Received response from "S├®jour" (5293614515290c0f6a0ce68e6f2910c4) with result "0 No change"
01-16 23:55:56.458  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:56.458  1796  1881 E Unity   :
01-16 23:55:56.458  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:56.458  1796  1881 E Unity   :
01-16 23:55:56.458  2831  4971 I DeviceScanner: [MDNS] Received response from "Salle TV" (9c1e9b339bb573cd067c9d8564e573cb) with result "0 No change"
01-16 23:55:56.461  2831  4971 I DeviceScanner: [MDNS] Received response from "S├®jour" (5293614515290c0f6a0ce68e6f2910c4) with result "0 No change"
01-16 23:55:56.464  2831  4971 I DeviceScanner: [MDNS] Received response from "Salle TV" (9c1e9b339bb573cd067c9d8564e573cb) with result "0 No change"
01-16 23:55:56.471  1796  1881 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-16 23:55:56.471  1796  1881 E Unity   :
01-16 23:55:56.471  1796  1881 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-16 23:55:56.471  1796  1881 E Unity   :
^C
platform-tools 
λ
platform-tools 
λ
fredsa commented 6 years ago

Thanks, do you have a small Unity project that reproduces this issue?

Also, it would be good if you could file a Unity bug and report the case number here.

Paullux commented 6 years ago

https://github.com/Paullux/Zombies-Murderers/tree/master/Minimap

Paullux commented 6 years ago

I have found that the OBB wasn't install, i will return new adb with the obb install in few times

Paullux commented 6 years ago

real adb log

01-17 16:24:37.233 28509 12872 E Unity   :
01-17 16:24:37.236  2722 11921 I GCoreUlr: GMS FLP location updates requested: {"description":"stationary","newRequest":true,"samplePeriodMs":2160000,"sampleReason":"stationary","sampleSource":"internal","timestampMs":1516202677137}
01-17 16:24:37.240  2722 11921 I GCoreUlr: Place inference reporting - stop
01-17 16:24:37.252 28509 12872 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-17 16:24:37.252 28509 12872 E Unity   :
01-17 16:24:37.252 28509 12872 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-17 16:24:37.252 28509 12872 E Unity   :
01-17 16:24:37.267  2722 11921 I GCoreUlr: Successfully inserted 1 locations
01-17 16:24:37.273 28509 12872 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-17 16:24:37.273 28509 12872 E Unity   :
01-17 16:24:37.273 28509 12872 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-17 16:24:37.273 28509 12872 E Unity   :
01-17 16:24:37.294  2722  2722 I GeofencerStateMachine: sendNewLocationAvailability: availability=LocationAvailability[isLocationAvailable: true]
01-17 16:24:37.294 28509 12872 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-17 16:24:37.294 28509 12872 E Unity   :
01-17 16:24:37.294 28509 12872 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-17 16:24:37.294 28509 12872 E Unity   :
01-17 16:24:39.061 28509 12872 I chatty  : uid=10370(com.zomb.pw.cardboard) UnityMain identical 106 lines
01-17 16:24:39.078 28509 12872 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-17 16:24:39.078 28509 12872 E Unity   :
01-17 16:24:39.078 28509 12872 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-17 16:24:39.078 28509 12872 E Unity   :
01-17 16:24:39.088 12909 13067 I VrCtl.StateMachine: Restarting for controller GoogleDaydreamControllerV1
01-17 16:24:39.088 12909 13067 I VrCtl.StateMachine: Preparing controller GoogleDaydreamControllerV1
01-17 16:24:39.088 12909 13067 I VrCtl.StateMachine: Controller GoogleDaydreamControllerV1 state change STATE_ERROR --> STATE_PREPARING
01-17 16:24:39.088 12909 13067 I VrCtl.ControllerSelector: Creating ControllerDevice with driver: DRIVER_P6
01-17 16:24:39.088 12909 13067 I VrCtl.ControllerDriverFactory: Creating ControllerDevice for driver: DRIVER_P6
01-17 16:24:39.091 12909 13067 I VrCtl.PaprikaController: Soft disconnect mode: detect
01-17 16:24:39.096 28509 12872 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-17 16:24:39.096 28509 12872 E Unity   :
01-17 16:24:39.096 28509 12872 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-17 16:24:39.096 28509 12872 E Unity   :
01-17 16:24:39.096 12909 13067 E VrCtl.ControllerSelector: Controller unexpectedly absent from bonded device list: [name=DRIVER_P6,isEmulator=false,address=,usesBluetooth=false]
01-17 16:24:39.096 12909 13067 E VrCtl.StateMachine: Controller GoogleDaydreamControllerV1 experienced error: ERROR_CONTROLLER_NOT_BONDED
01-17 16:24:39.097 12909 13067 I VrCtl.StateMachine: Controller GoogleDaydreamControllerV1 state change STATE_PREPARING --> STATE_ERROR
01-17 16:24:39.097 12909 13067 W VrCtl.ControllerService: No controller found since the restart.
01-17 16:24:39.097 12909 13067 I VrCtl.ListenersManager: Controller GoogleDaydreamControllerV1 state updated to: SCANNING
01-17 16:24:39.097 12909 12909 I VrCtl.ControllerService: Not launching recovery flow for controller: GoogleDaydreamControllerV1 missingTimeMillis: 0
01-17 16:24:39.097 12909 13067 I VrCtl.ListenersManager: Controller GoogleDaydreamControllerV1 state updated to: DISCONNECTED
01-17 16:24:39.115 28509 12872 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-17 16:24:39.115 28509 12872 E Unity   :
01-17 16:24:39.115 28509 12872 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-17 16:24:39.115 28509 12872 E Unity   :
01-17 16:24:40.299  1259  1329 D BrightnessControllerUtility: mNightBrihtness=6
01-17 16:24:40.299  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:40.299  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:40.324  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:40.324  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:40.337  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:40.337  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:40.337  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:40.337  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:40.354  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:40.354  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:40.354  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:40.354  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:40.360  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:40.360  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:40.390  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:40.391  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:40.391  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:40.391  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:40.404  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:40.404  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:40.404  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:40.404  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:40.420  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:40.420  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:40.435  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:40.435  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:40.454  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:40.454  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:40.454  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:40.454  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:40.471  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:40.471  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:40.471  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:40.471  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:40.489  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:40.489  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:40.490  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:40.490  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:40.504  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:40.504  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:40.504  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:40.504  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:40.523  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:40.523  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:40.523  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:40.523  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:40.536  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:40.536  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:40.536  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:40.536  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:40.556  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:40.556  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:40.571  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:40.571  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:40.571  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:40.571  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:40.587  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:40.587  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:40.587  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:40.587  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:40.605  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:40.605  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:40.605  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:40.605  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:40.619  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:40.620  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:40.638  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:40.638  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:40.638  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:40.638  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:40.653  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:40.653  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:40.653  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:40.653  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:40.672  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:40.672  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:40.672  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:40.672  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:40.686  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:40.686  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:40.686  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:40.687  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:40.703  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:40.703  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:40.704  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:40.704  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:40.719  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:40.719  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:40.736  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:40.736  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:40.753  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:40.756  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:40.756  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:40.756  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:40.773  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:40.773  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:40.773  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:40.773  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:40.788  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:40.788  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:40.788  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:40.788  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:40.803  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:40.803  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:40.964 28509 12872 I chatty  : uid=10370(com.zomb.pw.cardboard) UnityMain identical 104 lines
01-17 16:24:40.981 28509 12872 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-17 16:24:40.981 28509 12872 E Unity   :
01-17 16:24:40.981 28509 12872 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-17 16:24:40.981 28509 12872 E Unity   :
01-17 16:24:40.995  1966  2570 D HeadsetStateMachine: Disconnected process message: 10, size: 0
01-17 16:24:40.995  1966  2570 D HeadsetStateMachine: Enter processIntentBatteryChanged()
01-17 16:24:40.995  1966  2570 D HeadsetStateMachine: Exit processIntentBatteryChanged()
01-17 16:24:40.995  1966  2570 D HeadsetStateMachine: Exit Disconnected processMessage()
01-17 16:24:40.997  8610  8610 V getPhoneBattery: batteryLevelReceiver onReceive
01-17 16:24:40.997  8610  8610 D getPhoneBattery: phoneBattery not changed
01-17 16:24:41.000 28509 12872 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-17 16:24:41.000 28509 12872 E Unity   :
01-17 16:24:41.000 28509 12872 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-17 16:24:41.000 28509 12872 E Unity   :
01-17 16:24:41.065 28509 12872 I chatty  : uid=10370(com.zomb.pw.cardboard) UnityMain identical 4 lines
01-17 16:24:41.081 28509 12872 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-17 16:24:41.081 28509 12872 E Unity   :
01-17 16:24:41.081 28509 12872 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-17 16:24:41.081 28509 12872 E Unity   :
01-17 16:24:41.085   550   550 W vendor.qti.hard: type=1400 audit(0.0:88178): avc: denied { kill } for capability=5 scontext=u:r:hal_perf_default:s0 tcontext=u:r:hal_perf_default:s0 tclass=capability permissive=0
01-17 16:24:41.099 28509 12872 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-17 16:24:41.099 28509 12872 E Unity   :
01-17 16:24:41.099 28509 12872 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-17 16:24:41.099 28509 12872 E Unity   :
01-17 16:24:43.249 28509 12872 I chatty  : uid=10370(com.zomb.pw.cardboard) UnityMain identical 129 lines
01-17 16:24:43.267 28509 12872 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-17 16:24:43.267 28509 12872 E Unity   :
01-17 16:24:43.267 28509 12872 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-17 16:24:43.267 28509 12872 E Unity   :
01-17 16:24:43.273 12223 12287 V ClClient: SEND(55)     KeepAliveRequest_4{}    UID:252646c4-3cb3-4ea4-bae2-e5b74ba7cad6
01-17 16:24:43.284 28509 12872 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-17 16:24:43.284 28509 12872 E Unity   :
01-17 16:24:43.284 28509 12872 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-17 16:24:43.284 28509 12872 E Unity   :
01-17 16:24:43.368 28509 12872 I chatty  : uid=10370(com.zomb.pw.cardboard) UnityMain identical 5 lines
01-17 16:24:43.385 28509 12872 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-17 16:24:43.385 28509 12872 E Unity   :
01-17 16:24:43.385 28509 12872 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-17 16:24:43.385 28509 12872 E Unity   :
01-17 16:24:43.386 12223 12286 V ClClient: RECV(55)  +0,1s      KeepAliveResponse_5{hasEstablishedSession=true}
01-17 16:24:43.402 28509 12872 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-17 16:24:43.402 28509 12872 E Unity   :
01-17 16:24:43.402 28509 12872 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-17 16:24:43.402 28509 12872 E Unity   :
01-17 16:24:44.081 28509 12872 I chatty  : uid=10370(com.zomb.pw.cardboard) UnityMain identical 40 lines
01-17 16:24:44.098 28509 12872 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-17 16:24:44.098 28509 12872 E Unity   :
01-17 16:24:44.098 28509 12872 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-17 16:24:44.098 28509 12872 E Unity   :
01-17 16:24:44.102 12909 13067 I VrCtl.StateMachine: Restarting for controller GoogleDaydreamControllerV1
01-17 16:24:44.102 12909 13067 I VrCtl.StateMachine: Preparing controller GoogleDaydreamControllerV1
01-17 16:24:44.102 12909 13067 I VrCtl.StateMachine: Controller GoogleDaydreamControllerV1 state change STATE_ERROR --> STATE_PREPARING
01-17 16:24:44.102 12909 13067 I VrCtl.ControllerSelector: Creating ControllerDevice with driver: DRIVER_P6
01-17 16:24:44.102 12909 13067 I VrCtl.ControllerDriverFactory: Creating ControllerDevice for driver: DRIVER_P6
01-17 16:24:44.104 12909 13067 I VrCtl.PaprikaController: Soft disconnect mode: detect
01-17 16:24:44.108 12909 13067 E VrCtl.ControllerSelector: Controller unexpectedly absent from bonded device list: [name=DRIVER_P6,isEmulator=false,address=,usesBluetooth=false]
01-17 16:24:44.108 12909 13067 E VrCtl.StateMachine: Controller GoogleDaydreamControllerV1 experienced error: ERROR_CONTROLLER_NOT_BONDED
01-17 16:24:44.109 12909 13067 I VrCtl.StateMachine: Controller GoogleDaydreamControllerV1 state change STATE_PREPARING --> STATE_ERROR
01-17 16:24:44.109 12909 13067 W VrCtl.ControllerService: No controller found since the restart.
01-17 16:24:44.109 12909 13067 I VrCtl.ListenersManager: Controller GoogleDaydreamControllerV1 state updated to: SCANNING
01-17 16:24:44.109 12909 13067 I VrCtl.ListenersManager: Controller GoogleDaydreamControllerV1 state updated to: DISCONNECTED
01-17 16:24:44.109 12909 12909 I VrCtl.ControllerService: Not launching recovery flow for controller: GoogleDaydreamControllerV1 missingTimeMillis: 0
01-17 16:24:44.118 28509 12872 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-17 16:24:44.118 28509 12872 E Unity   :
01-17 16:24:44.118 28509 12872 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-17 16:24:44.118 28509 12872 E Unity   :
01-17 16:24:44.259 28509 12872 I chatty  : uid=10370(com.zomb.pw.cardboard) UnityMain identical 8 lines
01-17 16:24:44.277 28509 12872 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-17 16:24:44.277 28509 12872 E Unity   :
01-17 16:24:44.277 28509 12872 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-17 16:24:44.277 28509 12872 E Unity   :
01-17 16:24:44.293  2007  2121 D NetworkController.MobileSignalController(1): onSignalStrengthsChanged signalStrength=SignalStrength: 99 0 -120 -160 -120 -1 -1 16 -114 -14 38 2147483647 0 2147483647 1 2 gsm|lte level=2 voicelevel=1 datalevel=2
01-17 16:24:44.295  1966  1966 D HeadsetPhoneState: Exit onSignalStrengthsChanged
01-17 16:24:44.295  1966  1966 D HeadsetPhoneState: Enter onSignalStrengthsChanged
01-17 16:24:44.295  1966  1966 D HeadsetPhoneState: Exit onSignalStrengthsChanged
01-17 16:24:44.297  2007  2121 I NetworkController.MobileSignalController(1):  showDisableIcon:false
01-17 16:24:44.297  2007  2121 D NetworkController.MobileSignalController(1): onSignalStrengthsChanged signalStrength=SignalStrength: 99 0 -120 -160 -120 -1 -1 16 -114 -14 38 2147483647 0 2147483647 1 1 gsm|lte level=1 voicelevel=1 datalevel=1
01-17 16:24:44.298 28509 12872 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-17 16:24:44.298 28509 12872 E Unity   :
01-17 16:24:44.298 28509 12872 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-17 16:24:44.298 28509 12872 E Unity   :
01-17 16:24:44.302  2007  2121 I NetworkController.MobileSignalController(1):  showDisableIcon:false
01-17 16:24:44.316 28509 12872 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-17 16:24:44.316 28509 12872 E Unity   :
01-17 16:24:44.316 28509 12872 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-17 16:24:44.316 28509 12872 E Unity   :
01-17 16:24:45.136  1259  1329 D BrightnessControllerUtility: mNightBrihtness=6
01-17 16:24:45.136  1259  1329 D BrightnessControllerUtility: mNightBrihtness=6
01-17 16:24:45.137  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:45.137  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:46.914 28509 12872 I chatty  : uid=10370(com.zomb.pw.cardboard) UnityMain identical 144 lines
01-17 16:24:46.935 28509 12872 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-17 16:24:46.935 28509 12872 E Unity   :
01-17 16:24:46.935 28509 12872 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-17 16:24:46.935 28509 12872 E Unity   :
01-17 16:24:46.941  1966  2570 D HeadsetStateMachine: Disconnected process message: 10, size: 0
01-17 16:24:46.941  1966  2570 D HeadsetStateMachine: Enter processIntentBatteryChanged()
01-17 16:24:46.941  1966  2570 D HeadsetStateMachine: Exit processIntentBatteryChanged()
01-17 16:24:46.941  1966  2570 D HeadsetStateMachine: Exit Disconnected processMessage()
01-17 16:24:46.948  8610  8610 V getPhoneBattery: batteryLevelReceiver onReceive
01-17 16:24:46.948  8610  8610 D getPhoneBattery: phoneBattery not changed
01-17 16:24:46.954 28509 12872 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-17 16:24:46.954 28509 12872 E Unity   :
01-17 16:24:46.954 28509 12872 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-17 16:24:46.954 28509 12872 E Unity   :
01-17 16:24:49.083 28509 12872 I chatty  : uid=10370(com.zomb.pw.cardboard) UnityMain identical 123 lines
01-17 16:24:49.102 28509 12872 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-17 16:24:49.102 28509 12872 E Unity   :
01-17 16:24:49.102 28509 12872 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-17 16:24:49.102 28509 12872 E Unity   :
01-17 16:24:49.114 12909 13067 I VrCtl.StateMachine: Restarting for controller GoogleDaydreamControllerV1
01-17 16:24:49.114 12909 13067 I VrCtl.StateMachine: Preparing controller GoogleDaydreamControllerV1
01-17 16:24:49.115 12909 13067 I VrCtl.StateMachine: Controller GoogleDaydreamControllerV1 state change STATE_ERROR --> STATE_PREPARING
01-17 16:24:49.115 12909 13067 I VrCtl.ControllerSelector: Creating ControllerDevice with driver: DRIVER_P6
01-17 16:24:49.115 12909 13067 I VrCtl.ControllerDriverFactory: Creating ControllerDevice for driver: DRIVER_P6
01-17 16:24:49.118 12909 13067 I VrCtl.PaprikaController: Soft disconnect mode: detect
01-17 16:24:49.121 28509 12872 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-17 16:24:49.121 28509 12872 E Unity   :
01-17 16:24:49.121 28509 12872 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-17 16:24:49.121 28509 12872 E Unity   :
01-17 16:24:49.125 12909 13067 E VrCtl.ControllerSelector: Controller unexpectedly absent from bonded device list: [name=DRIVER_P6,isEmulator=false,address=,usesBluetooth=false]
01-17 16:24:49.125 12909 13067 E VrCtl.StateMachine: Controller GoogleDaydreamControllerV1 experienced error: ERROR_CONTROLLER_NOT_BONDED
01-17 16:24:49.125 12909 13067 I VrCtl.StateMachine: Controller GoogleDaydreamControllerV1 state change STATE_PREPARING --> STATE_ERROR
01-17 16:24:49.125 12909 13067 W VrCtl.ControllerService: No controller found since the restart.
01-17 16:24:49.126 12909 13067 I VrCtl.ListenersManager: Controller GoogleDaydreamControllerV1 state updated to: SCANNING
01-17 16:24:49.126 12909 12909 I VrCtl.ControllerService: Not launching recovery flow for controller: GoogleDaydreamControllerV1 missingTimeMillis: 0
01-17 16:24:49.127 12909 13067 I VrCtl.ListenersManager: Controller GoogleDaydreamControllerV1 state updated to: DISCONNECTED
01-17 16:24:49.140 28509 12872 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-17 16:24:49.140 28509 12872 E Unity   :
01-17 16:24:49.140 28509 12872 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-17 16:24:49.140 28509 12872 E Unity   :
01-17 16:24:51.811  1259  1329 D BrightnessControllerUtility: mNightBrihtness=6
01-17 16:24:51.811  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:51.811  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:51.852  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:51.852  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:51.852  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:51.852  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:51.866  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:51.866  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:51.882  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:51.882  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:51.882  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:51.883  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:51.899  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:51.899  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:51.899  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:51.899  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:51.916  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:51.916  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:51.916  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:51.916  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:51.932  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:51.932  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:51.932  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:51.932  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:51.948  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:51.949  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:51.949  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:51.949  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:51.964  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:51.964  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:51.964  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:51.964  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:51.979  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:51.979  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:51.996  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:51.996  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:52.013  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:52.013  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:52.031  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:52.031  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:52.031  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:52.032  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:52.047  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:52.047  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:52.048  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:52.048  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:52.063  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:52.063  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:52.080  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:52.080  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:52.096  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:52.096  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:52.113  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:52.113  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:52.133  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:52.133  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:52.133  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:52.133  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:52.147  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:52.147  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:52.163  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:52.163  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:52.180  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:52.181  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:52.196  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:52.197  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:52.213  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:52.215  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:52.231  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:52.231  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:52.231  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:52.231  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:52.246  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:52.246  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:52.266  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:52.266  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:52.266  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:52.266  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:52.280  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:52.280  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:52.296  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:52.297  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:52.297  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:52.297  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:52.316  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:24:52.316  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:24:52.800 28509 12872 I chatty  : uid=10370(com.zomb.pw.cardboard) UnityMain identical 201 lines
01-17 16:24:52.818 28509 12872 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-17 16:24:52.818 28509 12872 E Unity   :
01-17 16:24:52.818 28509 12872 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-17 16:24:52.818 28509 12872 E Unity   :
01-17 16:24:52.831  1966  1966 D HeadsetPhoneState: Enter onSignalStrengthsChanged
01-17 16:24:52.833  1966  1966 D HeadsetPhoneState: Exit onSignalStrengthsChanged
01-17 16:24:52.837 28509 12872 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-17 16:24:52.837 28509 12872 E Unity   :
01-17 16:24:52.837 28509 12872 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-17 16:24:52.837 28509 12872 E Unity   :
01-17 16:24:52.840  2007  2121 I NetworkController.MobileSignalController(1):  showDisableIcon:false
01-17 16:24:52.855 28509 12872 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-17 16:24:52.855 28509 12872 E Unity   :
01-17 16:24:52.855 28509 12872 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-17 16:24:52.855 28509 12872 E Unity   :
01-17 16:24:52.909 28509 12872 I chatty  : uid=10370(com.zomb.pw.cardboard) UnityMain identical 3 lines
01-17 16:24:52.929 28509 12872 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-17 16:24:52.929 28509 12872 E Unity   :
01-17 16:24:52.929 28509 12872 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-17 16:24:52.929 28509 12872 E Unity   :
01-17 16:24:52.941  1966  2570 D HeadsetStateMachine: Disconnected process message: 10, size: 0
01-17 16:24:52.942  1966  2570 D HeadsetStateMachine: Enter processIntentBatteryChanged()
01-17 16:24:52.942  1966  2570 D HeadsetStateMachine: Exit processIntentBatteryChanged()
01-17 16:24:52.942  1966  2570 D HeadsetStateMachine: Exit Disconnected processMessage()
01-17 16:24:52.944  8610  8610 V getPhoneBattery: batteryLevelReceiver onReceive
01-17 16:24:52.944  8610  8610 D getPhoneBattery: phoneBattery not changed
01-17 16:24:52.950 28509 12872 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-17 16:24:52.950 28509 12872 E Unity   :
01-17 16:24:52.950 28509 12872 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-17 16:24:52.950 28509 12872 E Unity   :
01-17 16:24:53.252 28509 12872 I chatty  : uid=10370(com.zomb.pw.cardboard) UnityMain identical 19 lines
01-17 16:24:53.270 28509 12872 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-17 16:24:53.270 28509 12872 E Unity   :
01-17 16:24:53.270 28509 12872 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-17 16:24:53.270 28509 12872 E Unity   :
01-17 16:24:53.271 12223 12287 V ClClient: SEND(56)     KeepAliveRequest_4{}    UID:482d47ff-e299-4e12-a668-b9a7ff254a57
01-17 16:24:53.289 28509 12872 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-17 16:24:53.289 28509 12872 E Unity   :
01-17 16:24:53.289 28509 12872 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-17 16:24:53.289 28509 12872 E Unity   :
01-17 16:24:53.488 28509 12872 I chatty  : uid=10370(com.zomb.pw.cardboard) UnityMain identical 12 lines
01-17 16:24:53.504 28509 12872 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-17 16:24:53.504 28509 12872 E Unity   :
01-17 16:24:53.504 28509 12872 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-17 16:24:53.504 28509 12872 E Unity   :
01-17 16:24:53.515  2436  2468 I QcrilOemhookMsgTunnel: [0]processOemHookIndication length=21
01-17 16:24:53.517  2436  2436 D QcrilMsgTunnelIfaceManager: handleMessage what = 0
01-17 16:24:53.519  2320  2320 D QC_RIL_OEM_HOOK: Received Broadcast Intent ACTION_UNSOL_RESPONSE_OEM_HOOK_RAW
01-17 16:24:53.519  2320  2320 D QC_RIL_OEM_HOOK: Oem ID in QCRILHOOK UNSOL RESP is QOEMHOOK
01-17 16:24:53.519  2320  2320 D QC_RIL_OEM_HOOK: Received Broadcast Intent ACTION_UNSOL_RESPONSE_OEM_HOOK_RAW
01-17 16:24:53.520  2320  2320 D QC_RIL_OEM_HOOK: Oem ID in QCRILHOOK UNSOL RESP is QOEMHOOK
01-17 16:24:53.520  5404  5404 D QC_RIL_OEM_HOOK: Received Broadcast Intent ACTION_UNSOL_RESPONSE_OEM_HOOK_RAW
01-17 16:24:53.520  5404  5404 D QC_RIL_OEM_HOOK: Oem ID in QCRILHOOK UNSOL RESP is QOEMHOOK
01-17 16:24:53.520  2312  2312 D QC_RIL_OEM_HOOK: Received Broadcast Intent ACTION_UNSOL_RESPONSE_OEM_HOOK_RAW
01-17 16:24:53.520  2312  2312 D QC_RIL_OEM_HOOK: Oem ID in QCRILHOOK UNSOL RESP is QOEMHOOK
01-17 16:24:53.522  2320  2320 D QC_RIL_OEM_HOOK: Received Broadcast Intent ACTION_UNSOL_RESPONSE_OEM_HOOK_RAW
01-17 16:24:53.522  2320  2320 D QC_RIL_OEM_HOOK: Oem ID in QCRILHOOK UNSOL RESP is QOEMHOOK
01-17 16:24:53.522 12409 12409 D QC_RIL_OEM_HOOK: Received Broadcast Intent ACTION_UNSOL_RESPONSE_OEM_HOOK_RAW
01-17 16:24:53.523 12409 12409 D QC_RIL_OEM_HOOK: Oem ID in QCRILHOOK UNSOL RESP is QOEMHOOK
01-17 16:24:53.524 12223 12286 V ClClient: RECV(56)  +0,2s      KeepAliveResponse_5{hasEstablishedSession=true}
01-17 16:24:53.525 28509 12872 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-17 16:24:53.525 28509 12872 E Unity   :
01-17 16:24:53.525 28509 12872 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-17 16:24:53.525 28509 12872 E Unity   :
01-17 16:24:53.535  1966  1966 D HeadsetPhoneState: Enter onSignalStrengthsChanged
01-17 16:24:53.536  1966  1966 D HeadsetPhoneState: Exit onSignalStrengthsChanged
01-17 16:24:53.539  2007  2121 I NetworkController.MobileSignalController(1):  showDisableIcon:false
01-17 16:24:53.542 28509 12872 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-17 16:24:53.542 28509 12872 E Unity   :
01-17 16:24:53.542 28509 12872 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-17 16:24:53.542 28509 12872 E Unity   :
01-17 16:24:53.559 28509 12872 I chatty  : uid=10370(com.zomb.pw.cardboard) UnityMain identical 1 line
01-17 16:24:53.575 28509 12872 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-17 16:24:53.575 28509 12872 E Unity   :
01-17 16:24:53.575 28509 12872 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-17 16:24:53.575 28509 12872 E Unity   :
01-17 16:24:53.590  2007  2121 D NetworkController.MobileSignalController(1): onServiceStateChanged voiceState=0 dataState=0 isUsingCarrierAggregation:true
01-17 16:24:53.590  2007  2121 D CADebug : Starting to make CA stable
01-17 16:24:53.590 28509 12872 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-17 16:24:53.590 28509 12872 E Unity   :
01-17 16:24:53.590 28509 12872 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-17 16:24:53.590 28509 12872 E Unity   :
01-17 16:24:53.591  1966  1966 D HeadsetPhoneState: Enter onServiceStateChanged
01-17 16:24:53.591  1966  1966 D HeadsetPhoneState: sendDeviceStateChanged. mService=1 mSignal=2 mRoam=0 mBatteryCharge=2
01-17 16:24:53.591  1966  1966 D HeadsetPhoneState: Exit onServiceStateChanged
01-17 16:24:53.591  1966  2570 D HeadsetStateMachine: Disconnected process message: 11, size: 0
01-17 16:24:53.592  2007  2121 I NetworkController.MobileSignalController(1):  showDisableIcon:false
01-17 16:24:53.593  2320  2320 D ServiceStateProvider: subId=1
01-17 16:24:53.594  2007  2007 V KeyguardUpdateMonitor: action android.intent.action.SERVICE_STATE serviceState=0 0 voice home data home Orange F Orange F 20801 Orange F Orange F 20801  LTE LTE CSS not supported -1 -1 RoamInd=-1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false IsUsingCarrierAggregation=true mLteEarfcnRsrpBoost=0 slotId=0 subId=1
01-17 16:24:53.594  2007  2007 D KeyguardUpdateMonitor: handleServiceStateChange(slotId=0, subId=1, serviceState=0 0 voice home data home Orange F Orange F 20801 Orange F Orange F 20801  LTE LTE CSS not supported -1 -1 RoamInd=-1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false IsUsingCarrierAggregation=true mLteEarfcnRsrpBoost=0
01-17 16:24:53.594  2007  2007 D CarrierText: updateCarrierText(): 1
01-17 16:24:53.594  2007  2007 D CarrierText: Handling (subId=1): READY Orange F
01-17 16:24:53.596  2007  2007 D CarrierText: SIM ready and in service: slotId=0, ss=0 0 voice home data home Orange F Orange F 20801 Orange F Orange F 20801  LTE LTE CSS not supported -1 -1 RoamInd=-1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false IsUsingCarrierAggregation=true mLteEarfcnRsrpBoost=0
01-17 16:24:53.596  2007  2007 D CarrierText: updateCarrierText(): 1
01-17 16:24:53.597  2007  2007 D CarrierText: Handling (subId=1): READY Orange F
01-17 16:24:53.598  1259  1889 D ConnectivityService: ignoring duplicate network state non-change
01-17 16:24:53.598  1259  1889 D ConnectivityService: Update of LinkProperties for NetworkAgentInfo [MOBILE (LTE) - 325]; created=true; everConnected=true
01-17 16:24:53.598  1259  1889 D ConnectivityService: identical MTU - not setting
01-17 16:24:53.598  1259  1889 I Nat464Xlat: Android Xlat enabled is doXlat=true
01-17 16:24:53.599  2007  2007 D CarrierText: SIM ready and in service: slotId=0, ss=0 0 voice home data home Orange F Orange F 20801 Orange F Orange F 20801  LTE LTE CSS not supported -1 -1 RoamInd=-1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false IsUsingCarrierAggregation=true mLteEarfcnRsrpBoost=0
01-17 16:24:53.602  2298  2382 I QCNEJ/CndHalConnector: -> SND notifyWwanSubtypeChanged(13)
01-17 16:24:53.604  2298  2382 I QCNEJ/CndHalConnector: -> SND notifyMobileDataEnabledChanged(true)
01-17 16:24:53.608 28509 12872 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-17 16:24:53.608 28509 12872 E Unity   :
01-17 16:24:53.608 28509 12872 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-17 16:24:53.608 28509 12872 E Unity   :
01-17 16:24:53.609  2298  2298 W DPMJ    : |SERVICE| DPM received ACTION_ANY_DATA_CONNECTION_STATE_CHANGEDdefault
01-17 16:24:53.609  2298  2298 W DPMJ    : |SERVICE| If apn type is default ->default
01-17 16:24:53.609 30267 30267 D SecureService: onReceive action:android.intent.action.ANY_DATA_STATE
01-17 16:24:53.610 30267 30267 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:967 android.content.ContextWrapper.sendBroadcast:432 com.oneplus.security.SecureService$NetworkChangeReceive.onReceive:162 android.app.LoadedApk$ReceiverDispatcher$Args.lambda$-android_app_LoadedApk$ReceiverDispatcher$Args_53427:1339 android.app.-$Lambda$FilBqgnXJrN9Mgyks1XHeAxzSTk.$m$0:4
01-17 16:24:53.610  2320  2320 I PhoneApp: noServiceSimNotification  subId: 1 slotId: 0 state: 0
01-17 16:24:53.610  2320  2320 I OPSimAlarmReceiver: SoltId 0 isScheduled false
01-17 16:24:53.613  2320  2320 I PhoneApp: mReceiver: android.intent.action.ANY_DATA_STATE
01-17 16:24:53.613  2320  2320 I PhoneApp: - state: CONNECTED
01-17 16:24:53.613  2320  2320 I PhoneApp: - reason: null
01-17 16:24:53.613  2320  2320 I PhoneApp: - subId: 1
01-17 16:24:53.613  2320  2320 I PhoneApp: - phoneId: 0
01-17 16:24:53.615  2320  2320 I PhoneApp: isDataEnabled: true isRoaming: false isRoamingEnabled: false
01-17 16:24:53.619  2298  2382 I QCNEJ/CndHalConnector: -> SND notifyWwanStatusChanged(RatInfo{type=0, subType=13, state=CONNECTED, v4=IfaceAddrPair{iface=rmnet_data0, addr=10.139.185.183}, v6=IfaceAddrPair{iface=, addr=}, timestamp=2018-01-17 16:24:53.619, isAndroidValidated=false, netHandle=0, slotIdx=0} CellularInfo{signalStrength=-1, isRoaming=false})
01-17 16:24:53.620  2298  2382 I QCNEJ/CndHalConnector: -> SND notifyRatConnectionStatusChanged(rat = 0, CONNECTED, v4 = 10.139.185.183, v6 = )
01-17 16:24:53.625 28509 12872 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-17 16:24:53.625 28509 12872 E Unity   :
01-17 16:24:53.625 28509 12872 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-17 16:24:53.625 28509 12872 E Unity   :
01-17 16:24:54.104 28509 12872 I chatty  : uid=10370(com.zomb.pw.cardboard) UnityMain identical 29 lines
01-17 16:24:54.123 28509 12872 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-17 16:24:54.123 28509 12872 E Unity   :
01-17 16:24:54.123 28509 12872 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-17 16:24:54.123 28509 12872 E Unity   :
01-17 16:24:54.128 12909 13067 I VrCtl.StateMachine: Restarting for controller GoogleDaydreamControllerV1
01-17 16:24:54.128 12909 13067 I VrCtl.StateMachine: Preparing controller GoogleDaydreamControllerV1
01-17 16:24:54.128 12909 13067 I VrCtl.StateMachine: Controller GoogleDaydreamControllerV1 state change STATE_ERROR --> STATE_PREPARING
01-17 16:24:54.128 12909 13067 I VrCtl.ControllerSelector: Creating ControllerDevice with driver: DRIVER_P6
01-17 16:24:54.128 12909 13067 I VrCtl.ControllerDriverFactory: Creating ControllerDevice for driver: DRIVER_P6
01-17 16:24:54.129 12909 13067 I VrCtl.PaprikaController: Soft disconnect mode: detect
01-17 16:24:54.131 12909 13067 E VrCtl.ControllerSelector: Controller unexpectedly absent from bonded device list: [name=DRIVER_P6,isEmulator=false,address=,usesBluetooth=false]
01-17 16:24:54.131 12909 13067 E VrCtl.StateMachine: Controller GoogleDaydreamControllerV1 experienced error: ERROR_CONTROLLER_NOT_BONDED
01-17 16:24:54.131 12909 13067 I VrCtl.StateMachine: Controller GoogleDaydreamControllerV1 state change STATE_PREPARING --> STATE_ERROR
01-17 16:24:54.131 12909 13067 W VrCtl.ControllerService: No controller found since the restart.
01-17 16:24:54.132 12909 13067 I VrCtl.ListenersManager: Controller GoogleDaydreamControllerV1 state updated to: SCANNING
01-17 16:24:54.132 12909 13067 I VrCtl.ListenersManager: Controller GoogleDaydreamControllerV1 state updated to: DISCONNECTED
01-17 16:24:54.132 12909 12909 I VrCtl.ControllerService: Not launching recovery flow for controller: GoogleDaydreamControllerV1 missingTimeMillis: 0
01-17 16:24:54.141 28509 12872 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-17 16:24:54.141 28509 12872 E Unity   :
01-17 16:24:54.141 28509 12872 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-17 16:24:54.141 28509 12872 E Unity   :
01-17 16:24:55.045 28509 12872 I chatty  : uid=10370(com.zomb.pw.cardboard) UnityMain identical 52 lines
01-17 16:24:55.062 28509 12872 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-17 16:24:55.062 28509 12872 E Unity   :
01-17 16:24:55.062 28509 12872 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-17 16:24:55.062 28509 12872 E Unity   :
01-17 16:24:55.072  1966  1966 D HeadsetPhoneState: Enter onSignalStrengthsChanged
01-17 16:24:55.072  1966  1966 D HeadsetPhoneState: Exit onSignalStrengthsChanged
01-17 16:24:55.074  2007  2121 I NetworkController.MobileSignalController(1):  showDisableIcon:false
01-17 16:24:55.079 28509 12872 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-17 16:24:55.079 28509 12872 E Unity   :
01-17 16:24:55.079 28509 12872 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-17 16:24:55.079 28509 12872 E Unity   :
01-17 16:24:57.167 28509 12872 I chatty  : uid=10370(com.zomb.pw.cardboard) UnityMain identical 123 lines
01-17 16:24:57.184 28509 12872 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-17 16:24:57.184 28509 12872 E Unity   :
01-17 16:24:57.184 28509 12872 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-17 16:24:57.184 28509 12872 E Unity   :
01-17 16:24:57.195 28509 12943 W DpmTcmClient: Couldn't find 'tcm' socket after 120times. quit trying
01-17 16:24:57.200 28509 12872 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-17 16:24:57.200 28509 12872 E Unity   :
01-17 16:24:57.200 28509 12872 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-17 16:24:57.200 28509 12872 E Unity   :
01-17 16:24:57.289 28509 12872 I chatty  : uid=10370(com.zomb.pw.cardboard) UnityMain identical 5 lines
01-17 16:24:57.305 28509 12872 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-17 16:24:57.305 28509 12872 E Unity   :
01-17 16:24:57.305 28509 12872 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-17 16:24:57.305 28509 12872 E Unity   :
01-17 16:24:57.308  1966  1966 D HeadsetPhoneState: Enter onSignalStrengthsChanged
01-17 16:24:57.308  1966  1966 D HeadsetPhoneState: Exit onSignalStrengthsChanged
01-17 16:24:57.311  2007  2121 I NetworkController.MobileSignalController(1):  showDisableIcon:false
01-17 16:24:57.321 28509 12872 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-17 16:24:57.321 28509 12872 E Unity   :
01-17 16:24:57.321 28509 12872 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-17 16:24:57.321 28509 12872 E Unity   :
01-17 16:24:58.631 28509 12872 I chatty  : uid=10370(com.zomb.pw.cardboard) UnityMain identical 79 lines
01-17 16:24:58.647 28509 12872 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-17 16:24:58.647 28509 12872 E Unity   :
01-17 16:24:58.647 28509 12872 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-17 16:24:58.647 28509 12872 E Unity   :
01-17 16:24:58.649  2436  2468 I QcrilOemhookMsgTunnel: [0]processOemHookIndication length=21
01-17 16:24:58.650  2436  2436 D QcrilMsgTunnelIfaceManager: handleMessage what = 0
01-17 16:24:58.652  2320  2320 D QC_RIL_OEM_HOOK: Received Broadcast Intent ACTION_UNSOL_RESPONSE_OEM_HOOK_RAW
01-17 16:24:58.652  2320  2320 D QC_RIL_OEM_HOOK: Oem ID in QCRILHOOK UNSOL RESP is QOEMHOOK
01-17 16:24:58.653  2312  2312 D QC_RIL_OEM_HOOK: Received Broadcast Intent ACTION_UNSOL_RESPONSE_OEM_HOOK_RAW
01-17 16:24:58.653  2312  2312 D QC_RIL_OEM_HOOK: Oem ID in QCRILHOOK UNSOL RESP is QOEMHOOK
01-17 16:24:58.653  2320  2320 D QC_RIL_OEM_HOOK: Received Broadcast Intent ACTION_UNSOL_RESPONSE_OEM_HOOK_RAW
01-17 16:24:58.653  2320  2320 D QC_RIL_OEM_HOOK: Oem ID in QCRILHOOK UNSOL RESP is QOEMHOOK
01-17 16:24:58.654  2320  2320 D QC_RIL_OEM_HOOK: Received Broadcast Intent ACTION_UNSOL_RESPONSE_OEM_HOOK_RAW
01-17 16:24:58.654  2320  2320 D QC_RIL_OEM_HOOK: Oem ID in QCRILHOOK UNSOL RESP is QOEMHOOK
01-17 16:24:58.656 12409 12409 D QC_RIL_OEM_HOOK: Received Broadcast Intent ACTION_UNSOL_RESPONSE_OEM_HOOK_RAW
01-17 16:24:58.656 12409 12409 D QC_RIL_OEM_HOOK: Oem ID in QCRILHOOK UNSOL RESP is QOEMHOOK
01-17 16:24:58.656  5404  5404 D QC_RIL_OEM_HOOK: Received Broadcast Intent ACTION_UNSOL_RESPONSE_OEM_HOOK_RAW
01-17 16:24:58.656  5404  5404 D QC_RIL_OEM_HOOK: Oem ID in QCRILHOOK UNSOL RESP is QOEMHOOK
01-17 16:24:58.665 28509 12872 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-17 16:24:58.665 28509 12872 E Unity   :
01-17 16:24:58.665 28509 12872 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-17 16:24:58.665 28509 12872 E Unity   :
01-17 16:24:58.666  1966  1966 D HeadsetPhoneState: Enter onSignalStrengthsChanged
01-17 16:24:58.666  1966  1966 D HeadsetPhoneState: Exit onSignalStrengthsChanged
01-17 16:24:58.667  2007  2121 I NetworkController.MobileSignalController(1):  showDisableIcon:false
01-17 16:24:58.674  1259  1889 D ConnectivityService: Update of LinkProperties for NetworkAgentInfo [MOBILE (LTE) - 325]; created=true; everConnected=true
01-17 16:24:58.674  1259  1889 D ConnectivityService: identical MTU - not setting
01-17 16:24:58.674  1259  1889 D ConnectivityService: Setting tx/rx TCP buffers to 2097152,4194304,8388608,4096,1048576,2097152
01-17 16:24:58.677  1259  1889 I Nat464Xlat: Android Xlat enabled is doXlat=true
01-17 16:24:58.677  1259  1889 D NetworkStats: forceUpdateIfaces()
01-17 16:24:58.677  1259  1889 D NetworkStats: performPollLocked(flags=0x1)
01-17 16:24:58.677  1259  1889 D NtpTrustedTime: currentTimeMillis() cache hit
01-17 16:24:58.688 28509 12872 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-17 16:24:58.688 28509 12872 E Unity   :
01-17 16:24:58.688 28509 12872 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-17 16:24:58.688 28509 12872 E Unity   :
01-17 16:24:58.692  1259  1889 D NtpTrustedTime: currentTimeMillis() cache hit
01-17 16:24:58.694  1259  1839 D NtpTrustedTime: currentTimeMillis() cache hit
01-17 16:24:58.695  1259  1889 D ConnectivityService: notifyType IP_CHANGED for NetworkAgentInfo [MOBILE (LTE) - 325]
01-17 16:24:58.695  1259  1889 D ConnectivityService:  sending notification for NetworkRequest [ REQUEST id=1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
01-17 16:24:58.695  1259  1889 D ConnectivityService:  sending notification for NetworkRequest [ TRACK_DEFAULT id=3, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
01-17 16:24:58.695  1259  1889 D ConnectivityService: sending notification IP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=3, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
01-17 16:24:58.695  1259  1889 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=4, [] ]
01-17 16:24:58.695  1259  1889 D ConnectivityService: sending notification IP_CHANGED for NetworkRequest [ LISTEN id=4, [] ]
01-17 16:24:58.695  1259  1889 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=5, [ Transports: CELLULAR|WIFI Capabilities: NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
01-17 16:24:58.696  1259  1889 D ConnectivityService: sending notification IP_CHANGED for NetworkRequest [ LISTEN id=5, [ Transports: CELLULAR|WIFI Capabilities: NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
01-17 16:24:58.696  1259  1889 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=7, [ Transports: CELLULAR Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
01-17 16:24:58.696  1259  1889 D ConnectivityService: sending notification IP_CHANGED for NetworkRequest [ LISTEN id=7, [ Transports: CELLULAR Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
01-17 16:24:58.696  1259  1889 D ConnectivityService:  sending notification for NetworkRequest [ TRACK_DEFAULT id=8, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
01-17 16:24:58.696  1259  1889 D ConnectivityService: sending notification IP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=8, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
01-17 16:24:58.696  1259  1889 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=57, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
01-17 16:24:58.696  1259  1889 D ConnectivityService: sending notification IP_CHANGED for NetworkRequest [ LISTEN id=57, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
01-17 16:24:58.696  1259  1889 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=58, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
01-17 16:24:58.696  1259  1889 D ConnectivityService: sending notification IP_CHANGED for NetworkRequest [ LISTEN id=58, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
01-17 16:24:58.696  1259  1889 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=64, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
01-17 16:24:58.696  1259  1889 D ConnectivityService: sending notification IP_CHANGED for NetworkRequest [ LISTEN id=64, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
01-17 16:24:58.697  1259  1889 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=2365, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ]
01-17 16:24:58.697  1259  1889 D ConnectivityService: sending notification IP_CHANGED for NetworkRequest [ LISTEN id=2365, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ]
01-17 16:24:58.697  1259  1889 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=2366, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ]
01-17 16:24:58.697  1259  1889 D ConnectivityService: sending notification IP_CHANGED for NetworkRequest [ LISTEN id=2366, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ]
01-17 16:24:58.697  1259  1889 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=2372, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ]
01-17 16:24:58.697  1259  1889 D ConnectivityService: sending notification IP_CHANGED for NetworkRequest [ LISTEN id=2372, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ]
01-17 16:24:58.697  1259  1889 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=2373, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ]
01-17 16:24:58.697  1259  1889 D ConnectivityService: sending notification IP_CHANGED for NetworkRequest [ LISTEN id=2373, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ]
01-17 16:24:58.697  1259  1889 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=2470, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
01-17 16:24:58.697  1259  1889 D ConnectivityService: sending notification IP_CHANGED for NetworkRequest [ LISTEN id=2470, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
01-17 16:24:58.698  1259  1889 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=2483, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
01-17 16:24:58.698  1259  1889 D ConnectivityService: sending notification IP_CHANGED for NetworkRequest [ LISTEN id=2483, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
01-17 16:24:58.698  1259  1889 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=2545, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
01-17 16:24:58.698  1259  1889 D ConnectivityService: sending notification IP_CHANGED for NetworkRequest [ LISTEN id=2545, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
01-17 16:24:58.699  1259  1889 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=2672, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
01-17 16:24:58.699  1259  1889 D ConnectivityService: sending notification IP_CHANGED for NetworkRequest [ LISTEN id=2672, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
01-17 16:24:58.699  1259  1889 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=2709, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ]
01-17 16:24:58.699  1259  1889 D ConnectivityService: sending notification IP_CHANGED for NetworkRequest [ LISTEN id=2709, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ]
01-17 16:24:58.699  1259  1889 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=2845, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ]
01-17 16:24:58.699  1259  1889 D ConnectivityService: sending notification IP_CHANGED for NetworkRequest [ LISTEN id=2845, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ]
01-17 16:24:58.699  1259  1889 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=2853, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ]
01-17 16:24:58.699  1259  1889 D ConnectivityService: sending notification IP_CHANGED for NetworkRequest [ LISTEN id=2853, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ]
01-17 16:24:58.700  1259  1889 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=2888, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&FOREGROUND] ]
01-17 16:24:58.700  1259  1889 D ConnectivityService: sending notification IP_CHANGED for NetworkRequest [ LISTEN id=2888, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&FOREGROUND] ]
01-17 16:24:58.700  1259  1889 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=2892, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ]
01-17 16:24:58.700  1259  1889 D ConnectivityService: sending notification IP_CHANGED for NetworkRequest [ LISTEN id=2892, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ]
01-17 16:24:58.700  1259  1889 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=2902, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
01-17 16:24:58.700  1259  1889 D ConnectivityService: sending notification IP_CHANGED for NetworkRequest [ LISTEN id=2902, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
01-17 16:24:58.700  1259  1889 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=2906, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
01-17 16:24:58.700  1259  1889 D ConnectivityService: sending notification IP_CHANGED for NetworkRequest [ LISTEN id=2906, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
01-17 16:24:58.700  1259  1889 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=2915, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
01-17 16:24:58.700  1259  1889 D ConnectivityService: sending notification IP_CHANGED for NetworkRequest [ LISTEN id=2915, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
01-17 16:24:58.705  1259  1839 D NtpTrustedTime: currentTimeMillis() cache hit
01-17 16:24:58.711 28509 12872 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-17 16:24:58.711 28509 12872 E Unity   :
01-17 16:24:58.711 28509 12872 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-17 16:24:58.711 28509 12872 E Unity   :
01-17 16:24:58.723  2007  2121 D NetworkController.MobileSignalController(1): onServiceStateChanged voiceState=0 dataState=0 isUsingCarrierAggregation:false
01-17 16:24:58.723  2007  2121 D CADebug : mDataNetType changed, force it to display CA
01-17 16:24:58.724  1966  1966 D HeadsetPhoneState: Enter onServiceStateChanged
01-17 16:24:58.724  1966  1966 D HeadsetPhoneState: sendDeviceStateChanged. mService=1 mSignal=2 mRoam=0 mBatteryCharge=2
01-17 16:24:58.724  1966  1966 D HeadsetPhoneState: Exit onServiceStateChanged
01-17 16:24:58.724  1966  2570 D HeadsetStateMachine: Disconnected process message: 11, size: 0
01-17 16:24:58.726  2007  2121 I NetworkController.MobileSignalController(1):  showDisableIcon:false
01-17 16:24:58.729  2320  2320 D ServiceStateProvider: subId=1
01-17 16:24:58.729  2007  2007 V KeyguardUpdateMonitor: action android.intent.action.SERVICE_STATE serviceState=0 0 voice home data home Orange F Orange F 20801 Orange F Orange F 20801  LTE LTE CSS not supported -1 -1 RoamInd=-1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false IsUsingCarrierAggregation=false mLteEarfcnRsrpBoost=0 slotId=0 subId=1
01-17 16:24:58.729  2007  2007 D KeyguardUpdateMonitor: handleServiceStateChange(slotId=0, subId=1, serviceState=0 0 voice home data home Orange F Orange F 20801 Orange F Orange F 20801  LTE LTE CSS not supported -1 -1 RoamInd=-1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false IsUsingCarrierAggregation=false mLteEarfcnRsrpBoost=0
01-17 16:24:58.729  2007  2007 D CarrierText: updateCarrierText(): 1
01-17 16:24:58.730  2007  2007 D CarrierText: Handling (subId=1): READY Orange F
01-17 16:24:58.732  2007  2007 D CarrierText: SIM ready and in service: slotId=0, ss=0 0 voice home data home Orange F Orange F 20801 Orange F Orange F 20801  LTE LTE CSS not supported -1 -1 RoamInd=-1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false IsUsingCarrierAggregation=false mLteEarfcnRsrpBoost=0
01-17 16:24:58.732  2007  2007 D CarrierText: updateCarrierText(): 1
01-17 16:24:58.732  2007  2007 D CarrierText: Handling (subId=1): READY Orange F
01-17 16:24:58.733 28509 12872 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-17 16:24:58.733 28509 12872 E Unity   :
01-17 16:24:58.733 28509 12872 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-17 16:24:58.733 28509 12872 E Unity   :
01-17 16:24:58.734  1259  1889 D ConnectivityService: ignoring duplicate network state non-change
01-17 16:24:58.734  1259  1889 D ConnectivityService: Update of LinkProperties for NetworkAgentInfo [MOBILE (LTE) - 325]; created=true; everConnected=true
01-17 16:24:58.734  1259  1889 D ConnectivityService: identical MTU - not setting
01-17 16:24:58.734  2007  2007 D CarrierText: SIM ready and in service: slotId=0, ss=0 0 voice home data home Orange F Orange F 20801 Orange F Orange F 20801  LTE LTE CSS not supported -1 -1 RoamInd=-1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false IsUsingCarrierAggregation=false mLteEarfcnRsrpBoost=0
01-17 16:24:58.734  1259  1889 I Nat464Xlat: Android Xlat enabled is doXlat=true
01-17 16:24:58.735   981  1955 E fpc_fingerprint_hal: fpc_wait_finger_down_for_home_12_zone after irq 0
01-17 16:24:58.735   981  1955 D fpc_tac : fpc_tac_wakeup_qualification begin
01-17 16:24:58.735   981  1955 D fpc_tac : fpc_tac_send_cmd begin
01-17 16:24:58.736  2298  2382 I QCNEJ/CndHalConnector: -> SND notifyWwanSubtypeChanged(13)
01-17 16:24:58.744  2298  2382 I QCNEJ/CndHalConnector: -> SND notifyMobileDataEnabledChanged(true)
01-17 16:24:58.748  2298  2298 W DPMJ    : |SERVICE| DPM received ACTION_ANY_DATA_CONNECTION_STATE_CHANGEDdefault
01-17 16:24:58.748  2298  2298 W DPMJ    : |SERVICE| If apn type is default ->default
01-17 16:24:58.750 30267 30267 D SecureService: onReceive action:android.intent.action.ANY_DATA_STATE
01-17 16:24:58.754   981  1955 D fpc_tac : fpc_tac_send_cmd end
01-17 16:24:58.754   981  1955 D fpc_tac : fpc_tac_wakeup_qualification end
01-17 16:24:58.754   981  1955 I fpc_fingerprint_hal: do_home status 0
01-17 16:24:58.754  2320  2320 I PhoneApp: noServiceSimNotification  subId: 1 slotId: 0 state: 0
01-17 16:24:58.755   981  1955 D fpc_fingerprint_hal: do_home  HOME DOWN
01-17 16:24:58.755   981  1955 D fpc_fingerprint_hal: fpc_wait_finger_up
01-17 16:24:58.754  2320  2320 I OPSimAlarmReceiver: SoltId 0 isScheduled false
01-17 16:24:58.755  1259  1742 D VibratorService: , startTime: 212251926, effect: Prebaked{mEffectId=0}, usageHint: 13, uid: 1000, opPkg: android
01-17 16:24:58.758  2298  2382 I QCNEJ/CndHalConnector: -> SND notifyWwanStatusChanged(RatInfo{type=0, subType=13, state=CONNECTED, v4=IfaceAddrPair{iface=rmnet_data0, addr=10.139.185.183}, v6=IfaceAddrPair{iface=, addr=}, timestamp=2018-01-17 16:24:58.757, isAndroidValidated=false, netHandle=0, slotIdx=0} CellularInfo{signalStrength=-1, isRoaming=false})
01-17 16:24:58.758  2320  2320 I PhoneApp: mReceiver: android.intent.action.ANY_DATA_STATE
01-17 16:24:58.758  2320  2320 I PhoneApp: - state: CONNECTED
01-17 16:24:58.758  2320  2320 I PhoneApp: - reason: null
01-17 16:24:58.758  2320  2320 I PhoneApp: - subId: 1
01-17 16:24:58.758  2320  2320 I PhoneApp: - phoneId: 0
01-17 16:24:58.758  2298  2382 I QCNEJ/CndHalConnector: -> SND notifyRatConnectionStatusChanged(rat = 0, CONNECTED, v4 = 10.139.185.183, v6 = )
01-17 16:24:58.759  2320  2320 I PhoneApp: isDataEnabled: true isRoaming: false isRoamingEnabled: false
01-17 16:24:58.762 30267 30267 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:967 android.content.ContextWrapper.sendBroadcast:432 com.oneplus.security.SecureService$NetworkChangeReceive.onReceive:162 android.app.LoadedApk$ReceiverDispatcher$Args.lambda$-android_app_LoadedApk$ReceiverDispatcher$Args_53427:1339 android.app.-$Lambda$FilBqgnXJrN9Mgyks1XHeAxzSTk.$m$0:4
01-17 16:24:58.763 28509 12872 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-17 16:24:58.763 28509 12872 E Unity   :
01-17 16:24:58.763 28509 12872 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-17 16:24:58.763 28509 12872 E Unity   :
01-17 16:24:58.800 28509 12872 I chatty  : uid=10370(com.zomb.pw.cardboard) UnityMain identical 2 lines
01-17 16:24:58.816 28509 12872 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-17 16:24:58.816 28509 12872 E Unity   :
01-17 16:24:58.816 28509 12872 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-17 16:24:58.816 28509 12872 E Unity   :
01-17 16:24:58.820  2436  2468 I QcrilOemhookMsgTunnel: [0]processOemHookIndication length=22
01-17 16:24:58.833 28509 12872 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-17 16:24:58.833 28509 12872 E Unity   :
01-17 16:24:58.833 28509 12872 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-17 16:24:58.833 28509 12872 E Unity   :
01-17 16:24:58.841  1966  1966 D HeadsetPhoneState: Enter onSignalStrengthsChanged
01-17 16:24:58.841  1966  1966 D HeadsetPhoneState: Exit onSignalStrengthsChanged
01-17 16:24:58.842  2007  2121 I NetworkController.MobileSignalController(1):  showDisableIcon:false
01-17 16:24:58.851 28509 12872 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-17 16:24:58.851 28509 12872 E Unity   :
01-17 16:24:58.851 28509 12872 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-17 16:24:58.851 28509 12872 E Unity   :
01-17 16:24:58.873 28509 12872 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-17 16:24:58.873 28509 12872 E Unity   :
01-17 16:24:58.873 28509 12872 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-17 16:24:58.873 28509 12872 E Unity   :
01-17 16:24:58.896   981  1955 E fpc_fingerprint_hal: fpc_wait_finger_up FPC_LIB_FINGER_LOST
01-17 16:24:58.896   981  1955 D fpc_fingerprint_hal: do_home  HOME UP
01-17 16:24:58.896   981  1955 D fpc_fingerprint_hal: fpc_wait_finger_down_for_home_12_zone enter
01-17 16:24:58.896   981  1955 D fpc_tac : fpc_tac_12zones_wakeup_setup begin
01-17 16:24:58.896   981  1955 D fpc_tac : fpc_tac_send_cmd begin
01-17 16:24:58.900  1259  1741 I ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10200000 cmp=net.oneplus.launcher/.Launcher (has extras)} from uid 1000 pid 1259
01-17 16:24:58.904 28509 12872 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-17 16:24:58.904 28509 12872 E Unity   :
01-17 16:24:58.904 28509 12872 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-17 16:24:58.904 28509 12872 E Unity   :
01-17 16:24:58.908   981  1955 D fpc_tac : fpc_tac_send_cmd end
01-17 16:24:58.908   981  1955 D fpc_tac : fpc_tac_12zones_wakeup_setup end
01-17 16:24:58.913  1259  1741 V OpBoostFramework: acquireBoostFor() : policy = 0
01-17 16:24:58.913  1259  1741 V OpBoostFramework: acquireBoostFor() : duration = 500
01-17 16:24:58.913  1259  1741 V OpBoostFramework: projectName = 15811
01-17 16:24:58.914  1259  1741 V OpBoostFramework: acquireBoostFor++++++() : ret = 0
01-17 16:24:58.919  1259  1302 D RestartProcessManager: increase duration : 85735 for com.zomb.pw.cardboard
01-17 16:24:58.920 28509 28509 D AppTracker: App Event: stop
01-17 16:24:58.921  1259  1302 D RestartProcessManager: Update Total Launch Times :net.oneplus.launcher
01-17 16:24:58.921  1259  1302 D RestartProcessManager: sLastRunningPackage (null) : net.oneplus.launcher
01-17 16:24:58.928 28509 12872 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-17 16:24:58.928 28509 12872 E Unity   :
01-17 16:24:58.928 28509 12872 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-17 16:24:58.928 28509 12872 E Unity   :
01-17 16:24:58.937 29916 29916 D RecyclerViewWrapper: onWindowVisibilityChanged:4
01-17 16:24:58.947 28509 12872 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-17 16:24:58.947 28509 12872 E Unity   :
01-17 16:24:58.947 28509 12872 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-17 16:24:58.947 28509 12872 E Unity   :
01-17 16:24:58.955  1259  1741 I ActivityManager: Config changes=480 {1.0 0 208mcc1mnc [fr_FR] ldltr sw360dp w360dp h616dp 480dpi nrml long port finger -keyb/v/h -nav/h appBounds=Rect(0, 0 - 1080, 1920) s.160mThemeChanged = 0}
01-17 16:24:58.989  1259  1741 I ActivityManager: Override config changes=480 {1.0 0 208mcc1mnc [fr_FR] ldltr sw360dp w360dp h616dp 480dpi nrml long port finger -keyb/v/h -nav/h appBounds=Rect(0, 0 - 1080, 1920) s.160mThemeChanged = 0} for displayId=0
01-17 16:24:59.012  1259  1741 I WindowManager: Failed to capture screenshot of Token{846d2c4 ActivityRecord{b86b9d7 u0 com.zomb.pw.cardboard/com.unity3d.player.UnityPlayerActivity t1539}} appWin=Window{b13c6c7 u0 com.zomb.pw.cardboard/com.unity3d.player.UnityPlayerActivity} drawState=4
01-17 16:24:59.014 29916 29916 D Launcher: onNewIntent
01-17 16:24:59.021  1259  1741 D DebugKeepScreenOn: Releasing screen wakelock, obscured by null
01-17 16:24:59.026  1259  1303 W Looper  : Dispatch took 102ms on android.ui, h=Handler (com.android.server.am.ActivityManagerService$UiHandler) {e224498} cb=null msg=31
01-17 16:24:59.038 29916 29916 D DefaultKeyboardController: hideKeyboard#
01-17 16:24:59.039  1259  1742 I InputReader: Reconfiguring input devices.  changes=0x00000004
01-17 16:24:59.039  1259  1742 I InputReader: Device reconfigured: id=8, name='synaptics,s3320', size 1080x1920, orientation 0, mode 1, display id 0
01-17 16:24:59.048 29916 29916 D Launcher: onStart
01-17 16:24:59.049 30082 30082 D BlurWallpaper2: onConfigurationChanged# engine update: true, clear cache: false
01-17 16:24:59.050 29916 29916 D BlurWallpaperEventHandler: [onLauncherStart] mUserForeground=true
01-17 16:24:59.051 29916 29916 D WallpaperUtils: [isOnePlusH2BlurWallpaper]: user=0, info=WallpaperInfo{net.oneplus.launcher.wallpaper.BlurWallpaper, settings: null}
01-17 16:24:59.053  1259  4529 D WallpaperManagerService: no wallpaper cropFile, 1
01-17 16:24:59.053 29916 29916 D BlurWallpaperEventHandler: [onLauncherStart] mWillResetWallpaper=false, isOnePlusH2BlurWallpaper=false, showingDefaultImageWallpaper=false
01-17 16:24:59.054 29916 29916 D Launcher: onResume
01-17 16:24:59.054 29916 29916 D NotificationListener: permissionGranted# grant: false
01-17 16:24:59.059 28509 12872 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_ENUM: enum argument out of range
01-17 16:24:59.059 28509 12872 E Unity   :
01-17 16:24:59.059 28509 12872 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 388)
01-17 16:24:59.059 28509 12872 E Unity   :
01-17 16:24:59.061 29916 29916 D LSTAnimation: [startAnimationToWorkspace] fromState=APPS, fromWorkspaceState=NORMAL_HIDDEN, toWorkspaceState=NORMAL
01-17 16:24:59.061 29916 29916 D DefaultKeyboardController: hideKeyboard#
01-17 16:24:59.062  1966  2570 D HeadsetStateMachine: Disconnected process message: 10, size: 0
01-17 16:24:59.062  1966  2570 D HeadsetStateMachine: Enter processIntentBatteryChanged()
01-17 16:24:59.062  1966  2570 D HeadsetStateMachine: Exit processIntentBatteryChanged()
01-17 16:24:59.062  1966  2570 D HeadsetStateMachine: Exit Disconnected processMessage()
01-17 16:24:59.063 12909 12909 I dno     : Ui Overlay view reset
01-17 16:24:59.075 29916 29916 D DefaultKeyboardController: hideKeyboard#
01-17 16:24:59.078 29916 29916 D Launcher: mState= APPS,mOnResumeState= WORKSPACE
01-17 16:24:59.078 29916 29916 D Launcher: activateLightStatusBar setSystemUiVisibility newSystemUiFlags= 0
01-17 16:24:59.078 29916 29916 D DefaultKeyboardController: hideKeyboard#
01-17 16:24:59.080 29916 29916 D DefaultKeyboardController: hideKeyboard#
01-17 16:24:59.081  1982  1982 I GoogleInputMethod: onStartInput() : Dummy InputConnection bound
01-17 16:24:59.081 29916 29916 D FoldersTransitionController: endAnimation# dismiss folders view
01-17 16:24:59.081 29916 29916 D DefaultKeyboardController: hideKeyboard#
01-17 16:24:59.082 29916 29916 D DefaultKeyboardController: hideKeyboard#
01-17 16:24:59.084 28509 13056 I android.media.AudioTrack: stop() packageName: com.zomb.pw.cardboardmSampleRate: 24000
01-17 16:24:59.084 28509 13056 D AudioTrack: stop() called with 2060288 frames delivered
01-17 16:24:59.085 28509 13056 I android.media.AudioTrack: stop() packageName: com.zomb.pw.cardboardmSampleRate: 24000
01-17 16:24:59.085 29916 29916 D Launcher: DynamicIcon doWorkspaceOrFolderIconAnimation be skip
01-17 16:24:59.087  1259  3401 I MediaFocusControl:  AudioFocus  abandonAudioFocus() from uid/pid 10370/28509 clientId=android.media.AudioManager@a3258c<native proxy object>
01-17 16:24:59.090  1259  1302 W BroadcastQueue: Background execution not allowed: receiving Intent { act=org.codeaurora.action.stk.idle_screen flg=0x10 (has extras) } to com.android.stk/.StkCmdReceiver
01-17 16:24:59.091 29916 29916 D Launcher: DynamicIcon doWorkspaceOrFolderIconAnimation be enter
01-17 16:24:59.091 29916 29916 D Launcher.Workspace: DynamicIcon Workspace updateCurrentPageDynamicIconState success
01-17 16:24:59.091 29916 29916 D AppTracker: App Event: start
01-17 16:24:59.097 29916 29916 D ConfigMonitor: onReceive: android.intent.action.CONFIGURATION_CHANGED, mFontScale: 1.0, config.fontScale = 1.0, mDensity: 480, config.density = 480
01-17 16:24:59.097 29916 29916 D ConfigMonitor: onReceive: android.intent.action.CONFIGURATION_CHANGED, mFontScale: 1.0, fontScale = 1.0, mDensity: 480, density = 480
01-17 16:24:59.099 29916 29916 D RecyclerViewWrapper: onWindowVisibilityChanged:0
01-17 16:24:59.125 29916 29916 D PopupDataProvider: onNotificationFullRefresh#
01-17 16:24:59.132   625   651 E Sensors : sns_reg_la.c(194):reg write: offset 1792, num bytes: 24
01-17 16:24:59.148 12909 13067 I VrCtl.StateMachine: Restarting for controller GoogleDaydreamControllerV1
01-17 16:24:59.148 12909 13067 I VrCtl.StateMachine: Preparing controller GoogleDaydreamControllerV1
01-17 16:24:59.148 12909 13067 I VrCtl.StateMachine: Controller GoogleDaydreamControllerV1 state change STATE_ERROR --> STATE_PREPARING
01-17 16:24:59.148 12909 13067 I VrCtl.ControllerSelector: Creating ControllerDevice with driver: DRIVER_P6
01-17 16:24:59.148 12909 13067 I VrCtl.ControllerDriverFactory: Creating ControllerDevice for driver: DRIVER_P6
01-17 16:24:59.167 30082 30082 D BlurWallpaper2.Engine: onVisibilityChanged# false -> true
01-17 16:24:59.179  1982  1982 I GoogleInputMethod: onStartInput() : Dummy InputConnection bound
01-17 16:24:59.195 30082 30082 D BlurWallpaper2.Engine: onSurfaceChanged# size: 1080x1920
01-17 16:24:59.196 30082 30082 D BlurWallpaper2.Engine: onSurfaceRedrawNeeded#
01-17 16:24:59.199 30082 30082 D BlurWallpaper2.Engine: drawBackground# draw again. count: 1
01-17 16:24:59.201  2007  2121 I NetworkController.MobileSignalController(1): showLTE:20801
01-17 16:24:59.206  2007  2121 I NetworkController.MobileSignalController(1):  showDisableIcon:false
01-17 16:24:59.244   899  1559 D AudioResampler: resampler ~AudioResampler load 38 -> 34 MHz due to delta -4 MHz from quality 5
01-17 16:24:59.267   899  1284 W AudioFlinger::EffectHandle: disconnect Effect handle 0xe7d4d140 disconnected after thread destruction
01-17 16:24:59.267   899  1284 I APM_AudioPolicyManager: stopOutput() output 29, stream 3, session 28961
01-17 16:24:59.267   899  1284 I APM_AudioPolicyManager: setOutputDevice() device 0000 delayMs 160
01-17 16:24:59.267   899  1284 V AudioPolicyManagerCustom: checkOutputForStrategy(): policy related outputs
01-17 16:24:59.268   899  1284 W AudioFlinger: moveEffectChain_l() effect chain for session 0 not on source thread 0xe7603c80
01-17 16:24:59.280 12909 13067 I VrCtl.PaprikaController: Soft disconnect mode: detect
01-17 16:24:59.291 30082 30082 D BlurWallpaper2.Engine: setCustomPage# hasCustomPage: true
01-17 16:24:59.291 30082 30082 D BlurWallpaper2.Engine: setPageCount# pageCount: 11, custom region: [0,000, 0,100]
01-17 16:24:59.291 30082 30082 D BlurWallpaper2.Engine: restoreOffsets#
01-17 16:24:59.315  9905  9905 D AudioManager: dispatching onAudioFocusChange(1) to android.media.AudioManager@c94879ccom.google.android.music.playback2.AudioFocusManager$1@b3775a5
01-17 16:24:59.316  9905  9905 D PlaybackManager: onFocusGained with mPausedByTransientLossOfFocus = false
01-17 16:24:59.340 12909 13067 E VrCtl.ControllerSelector: Controller unexpectedly absent from bonded device list: [name=DRIVER_P6,isEmulator=false,address=,usesBluetooth=false]
01-17 16:24:59.340 12909 13067 E VrCtl.StateMachine: Controller GoogleDaydreamControllerV1 experienced error: ERROR_CONTROLLER_NOT_BONDED
01-17 16:24:59.340 12909 13067 I VrCtl.StateMachine: Controller GoogleDaydreamControllerV1 state change STATE_PREPARING --> STATE_ERROR
01-17 16:24:59.340 12909 13067 W VrCtl.ControllerService: No controller found since the restart.
01-17 16:24:59.340 12909 13067 I VrCtl.ListenersManager: Controller GoogleDaydreamControllerV1 state updated to: SCANNING
01-17 16:24:59.340 12909 13067 I VrCtl.ListenersManager: Controller GoogleDaydreamControllerV1 state updated to: DISCONNECTED
01-17 16:24:59.342  8610  8610 V getPhoneBattery: batteryLevelReceiver onReceive
01-17 16:24:59.342  8610  8610 D getPhoneBattery: phoneBattery not changed
01-17 16:24:59.347 12909 12909 I VrCtl.ControllerService: Not launching recovery flow for controller: GoogleDaydreamControllerV1 missingTimeMillis: 0
01-17 16:24:59.378  7279  7279 D OPPeopleLayoutCache: updateViewCache size = 1
01-17 16:24:59.407  5404  5404 D OPPeopleLayoutCache: updateViewCache size = 0
01-17 16:24:59.444 12909 13011 I VrCtl.ListenersManager: Removing listener 10370:28509:VrCtl.ServiceBridge0 for all controllers.
01-17 16:24:59.489  2007  2007 D StatusBar: mThemeColor=0x2, themeColor=0x2, mWhiteAccentColor=0xff2196f3, whiteAccentColor=0xff2196f3, mBlackAccentColor=0xff42a5f5, blackAccentColor=0xff42a5f5, mSpecialTheme=false, specialTheme=false
01-17 16:24:59.495  2007  2007 I LightBarTransitionsController: setIconsDark dark:false animate:true currentDark:false mTransitionPending:false mTransitionDeferring:false mPendingDarkIntensity:0.0
01-17 16:24:59.496  2007  2007 I LightBarTransitionsController: animateIconTint:0.0 mDarkIntensity:0.0
01-17 16:24:59.515  6037  6037 I zygote  : Explicit concurrent copying GC freed 799(96KB) AllocSpace objects, 0(0B) LOS objects, 28% free, 59MB/83MB, paused 840us total 535.914ms
01-17 16:24:59.519  2007  2007 W StaticLayout: maxLineHeight should not be -1.  maxLines:1 lineCount:1
01-17 16:24:59.530  2007  2007 I chatty  : uid=10028(com.android.systemui) identical 20 lines
01-17 16:24:59.530  2007  2007 W StaticLayout: maxLineHeight should not be -1.  maxLines:1 lineCount:1
01-17 16:24:59.544  2007  2007 D StatusBar: disable<e i a s b h r c s q >
01-17 16:24:59.544  2007  2007 D CollapsedStatusBarFragment: disable<i s >
01-17 16:24:59.562  1259  1718 I WindowManager: Screen frozen for +634ms due to Window{db101b0 u0 StatusBar}
01-17 16:24:59.626 29916 29916 D Launcher.Workspace: buildPageHardwareLayer, page:i: 0, type: LAYER_TYPE_HARDWARE
01-17 16:24:59.632 29916 29916 D Launcher.Workspace: buildPageHardwareLayer, page:i: 1, type: LAYER_TYPE_HARDWARE
01-17 16:24:59.640 29916 30145 W OpenGLRenderer: Incorrectly called buildLayer on View: ShortcutAndWidgetContainer, destroying layer...
01-17 16:24:59.640 29916 30145 W OpenGLRenderer: Incorrectly called buildLayer on View: ShortcutAndWidgetContainer, destroying layer...
01-17 16:24:59.750   529   529 I vendor.qti.bluetooth@1.0-ibs_handler: SerialClockVote: vote for UART CLK ON
01-17 16:24:59.752   529   529 D vendor.qti.bluetooth@1.0-wake_lock: Acquire wakelock is acquired
01-17 16:24:59.752   529   529 I vendor.qti.bluetooth@1.0-ibs_handler: DeviceWakeUp: Writing IBS_WAKE_IND
01-17 16:24:59.755   529  2517 I vendor.qti.bluetooth@1.0-ibs_handler: ProcessIbsCmd: Received IBS_WAKE_ACK: 0xFC
01-17 16:24:59.768   529  2517 I vendor.qti.bluetooth@1.0-ibs_handler: ProcessIbsCmd: Received IBS_WAKE_IND: 0xFD
01-17 16:24:59.768   529  2517 I vendor.qti.bluetooth@1.0-ibs_handler: ProcessIbsCmd: Writing IBS_WAKE_ACK
01-17 16:24:59.819   529  2517 I vendor.qti.bluetooth@1.0-ibs_handler: ProcessIbsCmd: Received IBS_SLEEP_IND: 0xFE
01-17 16:24:59.914  6037  6037 I zygote  : Explicit concurrent copying GC freed 29(48KB) AllocSpace objects, 0(0B) LOS objects, 28% free, 59MB/83MB, paused 795us total 398.854ms
01-17 16:25:00.000  1259  1729 V AlarmManager: Triggering alarm #0: 3 when =552896783 package =android operation =*alarm*:android.intent.action.TIME_TICK flags =0x1
01-17 16:25:00.058  2007  2096 I ClockCtrl:  schedule next: 59942
01-17 16:25:00.058  2007  2096 I KeyguardUpdateMonitor: onTimeChanged
01-17 16:25:00.058  2007  2007 D KeyguardUpdateMonitor: handleTimeUpdate
01-17 16:25:00.060  2007  2007 I Clock   : onTimeChanged
01-17 16:25:00.061  2007  2007 I DateView: onTimeChanged
01-17 16:25:00.205  1259  1329 D BrightnessControllerUtility: mNightBrihtness=6
01-17 16:25:00.206  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:25:00.206  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:25:00.247  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:25:00.247  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:25:00.257  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:25:00.257  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:25:00.257  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:25:00.257  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:25:00.267  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:25:00.267  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:25:00.284  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:25:00.284  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:25:00.298  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:25:00.298  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:25:00.325  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:25:00.325  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:25:00.325  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:25:00.325  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:25:00.341  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:25:00.341  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:25:00.342  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:25:00.342  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:25:00.358  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:25:00.358  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:25:00.359  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:25:00.359  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:25:00.374  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:25:00.374  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:25:00.375  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:25:00.375  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:25:00.391  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:25:00.391  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:25:00.391  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:25:00.392  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:25:00.410  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:25:00.410  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:25:00.410  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:25:00.410  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:25:00.424  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:25:00.424  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:25:00.425  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:25:00.425  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:25:00.439  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:25:00.440  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:25:00.458  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:25:00.458  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:25:00.458  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:25:00.458  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:25:00.474  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:25:00.474  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:25:00.475  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:25:00.475  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:25:00.494  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:25:00.494  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:25:00.495  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:25:00.495  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:25:00.508  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:25:00.508  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:25:00.508  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:25:00.508  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:25:00.524  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:25:00.524  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:25:00.524  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:25:00.524  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:25:00.542  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:25:00.542  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:25:00.542  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:25:00.542  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:25:00.555  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:25:00.555  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:25:00.575  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:25:00.576  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:25:00.576  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:25:00.576  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:25:00.592  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:25:00.592  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:25:00.592  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:25:00.592  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:25:00.607  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:25:00.609  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:25:00.609  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:25:00.609  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:25:00.625  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:25:00.625  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:25:00.625  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:25:00.625  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:25:00.641  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:25:00.641  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:25:00.641  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:25:00.641  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:25:00.658  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:25:00.658  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:25:00.659  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:25:00.660  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:25:00.676  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:25:00.677  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:25:00.677  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:25:00.677  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:25:00.690  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:25:00.690  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:25:00.694  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:25:00.694  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:25:00.711  1259  1329 I DisplayPowerController: useProximityForceSuspend = false
01-17 16:25:00.711  1259  1329 D RestartProcessManager: Screen off is false
01-17 16:25:00.779   529  2521 I vendor.qti.bluetooth@1.0-ibs_handler: DeviceSleep: TX Awake, Sending SLEEP_IND
01-17 16:25:00.779   529  2521 I vendor.qti.bluetooth@1.0-ibs_handler: SerialClockVote: vote for UART CLK OFF
01-17 16:25:00.779   529  2521 E vendor.qti.bluetooth@1.0-wake_lock: Release wakelock is released
01-17 16:25:01.657  2831  6879 I CastDatabase: Saving the database
01-17 16:25:01.672  2831  6879 I SQLiteCastStore: [CastNetworkInfo] saved: 4, skipped: 0, [CastDeviceInfo]: saved 2, skipped 681, Paired Guest Mode DeviceInfo] saved: 0, skipped: 0.
01-17 16:25:02.085   528  1406 D audio_hw_primary: out_standby: enter: stream (0xf198e380) usecase(0: deep-buffer-playback)
01-17 16:25:02.217  1259  1325 I zygote64: Explicit concurrent copying GC freed 527320(22MB) AllocSpace objects, 48(960KB) LOS objects, 37% free, 40MB/64MB, paused 2.966ms total 645.048ms
01-17 16:25:02.232   528  1406 D audio_hw_primary: disable_audio_route: reset and update mixer path: deep-buffer-playback quat_i2s
01-17 16:25:02.237   528  1406 D soundtrigger: audio_extn_sound_trigger_update_stream_status: uc_id 0 of type 0 for Event 2, with Raise=1
01-17 16:25:02.237   528  1406 D sound_trigger_platform: platform_stdev_check_and_update_concurrency: concurrency active 0, tx 1, rx 0, concurrency session_allowed 0
01-17 16:25:02.237   528  1406 D hardware_info: hw_info_append_hw_type : device_name = speaker
01-17 16:25:02.238   528  1406 D audio_hw_primary: disable_snd_device: snd_device(2: speaker)
01-17 16:25:02.238   528  1406 D msm8974_platform: platform_split_snd_device: snd_device(2) num devices(0) new_snd_devices(0)
01-17 16:25:02.243  2722 11921 E ActivityThread: Failed to find provider info for com.google.android.wearable.settings
01-17 16:25:02.254   528  1406 I soundtrigger: audio_extn_sound_trigger_update_device_status: device 0x2 of type 0 for Event 0, with Raise=0
01-17 16:25:02.254   528  1406 D audio_hw_primary: out_standby: exit
^C
platform-tools 
λ
fredsa commented 6 years ago

I don't see a scene in the Unity Package.

Also, what version of the Google VR SDK for Unity are you using?

Paullux commented 6 years ago

Yesterday i download and install the last unity package from Google VR.

Paullux commented 6 years ago

I upload one my scene on internet, i have a bad connexion (14 kiB/s in upload).

Paullux commented 6 years ago

follow the link to download a scene from my game : https://drive.google.com/open?id=1ZZv8cXC4_vFtcf8tI3XQmb5kvNNQvEj6

fredsa commented 6 years ago

Thank you.

It looks like your minimap Canvas game object is using Unity's Screen Space - Overlay render mode. Unfortunately, this isn't supported in VR, as documented in Unity's User Interfaces for VR.

I suggest you use a World Space render mode Canvas component instead.

Paullux commented 6 years ago

thanks its works

fredsa commented 6 years ago

Great