Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

com_osvr_sensorTracker.so push permission denial (unrooted android) #2

Closed
zziz opened this issue Sep 17, 2015 · 4 comments
Closed

com_osvr_sensorTracker.so push permission denial (unrooted android) #2

zziz opened this issue Sep 17, 2015 · 4 comments

Comments

@zziz
Copy link

zziz commented Sep 17, 2015

I tried to push com_osvr_android_sensorTracker.so into the folder that is given in description, but phone doesn't give permission as I don't have root access in my phone. Instead I used the method for ServerLauncher as below

chmod 775 osvr_server
run-as com.osvr.android.gles2sample
cp -R /data/local/tmp/osvr/* files

and the com_osvr_android_sensorTracker.so is in the same folder that is given in description (i.e. /data/data/com.osvr.android.gles2sample/files/lib/osvr-plugins-0), application doesn't display anything (only black screen). Besides this, I'm wondering how it works without server binaries?

@JeroMiya
Copy link
Contributor

Thank you. I'll update the documentation to reflect the extra step. Only the com_osvr_android_sensorTracker.so file is needed. With a JointClientKit-created client context, the server is run in the same process as the client, and they communicate via a VRPN loopback "connection", which isn't a TCP/IP connection in this mode, but shared memory.

@JeroMiya
Copy link
Contributor

If you get a chance, I'd love to see your LogCat output when you get a black screen.

@JeroMiya
Copy link
Contributor

OK, I added instructions to copy the plugin to a temporary directory first, then to the app directory in adb shell while running as the app. I'm going to close this issue, but if you want to open a new issue for the black screen you're seeing, please feel free to do so. Please include logcat output if you do. Thanks!

@zziz
Copy link
Author

zziz commented Sep 18, 2015

@JeroMiya I tried the updated guideline, still black screen. I include logcat result below..


09-18 09:42:50.873 D 3329 NetworkController.WifiSignalController Change in state from: connected=true,enabled=true,level=3,inetCondition=1,iconGroup=IconGroup(SECURITY AP Wi-Fi Icons),activityIn=false,activityOut=false,rssi=-41,lastModified=09-18 09:42:49,ssid="NGEAR_5GHz"
09-18 09:42:50.873 D 3329 NetworkController.WifiSignalController to: connected=true,enabled=true,level=3,inetCondition=1,iconGroup=IconGroup(SECURITY AP Wi-Fi Icons),activityIn=true,activityOut=false,rssi=-41,lastModified=09-18 09:42:49,ssid="NGEAR_5GHz"
09-18 09:42:51.353 V 1175 WifiServerServiceExt checkPollTimer Cnt= 0 rssi =-43 threshold=-100
09-18 09:42:51.763 D 1175 InputDispatcher notifyMotion - action=ACTION_DOWN, eventTime=51081262562000, downTime=51081262562000
09-18 09:42:51.763 D 1175 InputTransport channel '2907c3b8 com.lge.launcher2/com.lge.launcher2.Launcher (server)' : action=ACTION_DOWN, downTime=51081262562000, eventTime=51081262562000, pointerCount=1
09-18 09:42:51.763 I 4219 ViewRootImpl ViewRoot's Touch Event : ACTION_DOWN
09-18 09:42:51.763 D 1175 InputTransport channel '3ac8471b com.android.systemui.ImageWallpaper (server)' : action=ACTION_DOWN, downTime=51081262562000, eventTime=51081262562000, pointerCount=1
09-18 09:42:51.763 D 1175 PowerManagerServiceEx updateUserActivitySummaryLocked: mWakefulness=Awake, mUserActivitySummary=0x1, nextTimeout=50490509 (590757 ms ago)
09-18 09:42:51.793 D 1175 InputDispatcher notifyMotion - action=ACTION_UP, eventTime=51081294301000, downTime=51081262562000
09-18 09:42:51.793 D 1175 InputTransport channel '2907c3b8 com.lge.launcher2/com.lge.launcher2.Launcher (server)' : action=ACTION_UP, downTime=51081262562000, eventTime=51081294301000, pointerCount=1
09-18 09:42:51.793 D 1175 InputTransport channel '3ac8471b com.android.systemui.ImageWallpaper (server)' : action=ACTION_UP, downTime=51081262562000, eventTime=51081294301000, pointerCount=1
09-18 09:42:51.793 I 4219 ViewRootImpl ViewRoot's Touch Event : ACTION_UP
09-18 09:42:51.793 I 4219 Timeline Timeline: Activity_launch_request id:com.osvr.android.gles2sample time:51081295
09-18 09:42:51.793 I 1175 ActivityManager START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.osvr.android.gles2sample/.MainActivity} from uid 10059 on display 0
09-18 09:42:51.803 D 1175 ActivityManager setTaskToReturnTo : TaskRecord{3acabe79 #724 A=com.osvr.android.gles2sample U=0 sz=0} / mTaskToReturnTo = 1
09-18 09:42:51.803 D 1175 ActivityManager setTaskToReturnTo : TaskRecord{3acabe79 #724 A=com.osvr.android.gles2sample U=0 sz=0} / mTaskToReturnTo = 1
09-18 09:42:51.803 D 1175 WindowStateEx AppWindowTokenEx init..
09-18 09:42:51.803 V 1175 WindowManager addAppToken: AppWindowToken{1d52af6c token=Token{222b001f ActivityRecord{18f227be u0 com.osvr.android.gles2sample/.MainActivity t724}}} to stack=1 task=724 at 0
09-18 09:42:51.803 D 1175 ContextHelper convertTheme. context->name=com.osvr.android.gles2sample themeResourceId=16973831
09-18 09:42:51.803 D 3873 SplitWindowPolicy updateActivityStateChanged: resumed=false, screenId=0, isScreenFull=false
09-18 09:42:51.803 D 3873 SplitWindowPolicy topRunningActivity=ActivityInfo{30387208 co.....Launcher}, taskId=612, activityType=1, bIsSplit=false
09-18 09:42:51.803 D 1175 InputDispatcher Focus left window: Window{2907c3b8 u0 com.lge.launcher2/com.lge.launcher2.Launcher}
09-18 09:42:51.803 I 4219 [LGHome]EVENT onPause
09-18 09:42:51.803 D 1175 SplitWindow check instance of lgWin Window{2a0c3b1 u0 Starting com.osvr.android.gles2sample}
09-18 09:42:51.803 V 1175 WindowManager Adding window Window{2a0c3b1 u0 Starting com.osvr.android.gles2sample} at 3 of 11 (after Window{2907c3b8 u0 com.lge.launcher2/com.lge.launcher2.Launcher})
09-18 09:42:51.833 I 1175 ActivityManager Start proc 8516:com.osvr.android.gles2sample/u0a206 for activity com.osvr.android.gles2sample/.MainActivity
09-18 09:42:51.833 I 4219 [LGHome]EVENT [Launcher.java:5647:onWindowFocusChanged()]onWindowFocusChanged() hasFocus false
09-18 09:42:51.833 I 8516 art Late-enabling -Xcheck:jni
09-18 09:42:51.833 I 4219 [LGHome]EVENT [Launcher.java:5673:setEnableShakeHandlers()]disableShakeHandlers
09-18 09:42:51.863 D 1175 InputDispatcher setInputDispatchMode: enabled=1, frozen=1
09-18 09:42:51.873 I 1175 ActivityManager Config changes=480 {1.0 ?mcc?mnc en_US ?layoutDir sw360dp w598dp h335dp 640dpi nrml land finger -keyb/v/h -nav/h s.90fontTypeIndex0 defclr=0xff000000}
09-18 09:42:51.883 I 1175 InputReader Reconfiguring input devices. changes=0x00000004
09-18 09:42:51.883 I 1175 InputReader Device reconfigured: id=4, name='touch_dev', size 1440x2560, orientation 1, mode 1, display id 0
09-18 09:42:51.883 V 1175 ActivityManager Display changed displayId=0
09-18 09:42:51.883 D 4127 DSDPConnection Display #0 changed.
09-18 09:42:51.893 I 15889 1MobileMarket onConfigurationChanged!
09-18 09:42:51.903 D 4731 LTECallApp onConfigurationChanged() : Configuration = {1.0 ?mcc?mnc en_US ?layoutDir sw360dp w598dp h335dp 640dpi nrml land finger -keyb/v/h -nav/h s.90fontTypeIndex0 defclr=0xff000000}
09-18 09:42:51.903 D 4127 LGNetworkSettings onConfigurationChanged called
09-18 09:42:51.903 D 4127 PhoneApp onConfigurationChanged called
09-18 09:42:51.903 D 4127 InCallFloatingView onConfigurationChanged called..
09-18 09:42:51.903 D 4127 InCallFloatingView existsCallConnection() called...
09-18 09:42:51.903 D 4127 InCallFloatingView isCallStateOffHook called
09-18 09:42:51.913 D 4127 LGSubScriptionUtilsWrapper_MR1 getSubIdUsingSlotId() slotId:0 -> subId:5000
09-18 09:42:51.913 D 3329 [SystemUI]LGSystemUI onConfigurationChanged({1.0 ?mcc?mnc en_US ?layoutDir sw360dp w598dp h335dp 640dpi nrml land finger -keyb/v/h -nav/h s.90fontTypeIndex0 defclr=0xff000000})
09-18 09:42:51.913 D 3329 [SystemUI]QuickSettings onConfigurationChanged isLocaleChanged : false , isOrientaionChanged : true
09-18 09:42:51.913 D 3329 [SystemUI]QuickSettings updateLayoutWithNewOrientaion prevButtonWidth : 275 , mButtonWidth : 291
09-18 09:42:51.913 D 4127 LGSubScriptionUtilsWrapper_MR1 getSubIdUsingSlotId() slotId:0 -> subId:5000
09-18 09:42:51.913 I 1175 SystemUI[Framework] PhoneWindowManager.updateSystemUiVisibilityLw() :visibility=0x0, pkg=com.osvr.android.gles2sample
09-18 09:42:51.913 D 1175 Tethering upstreamIface add type 0
09-18 09:42:51.913 D 1175 Tethering upstreamIface add type 1
09-18 09:42:51.913 D 1175 Tethering upstreamIface add type 4
09-18 09:42:51.913 D 1175 Tethering upstreamIface add type 5
09-18 09:42:51.913 D 1175 Tethering upstreamIface add type 7
09-18 09:42:51.913 D 1175 Tethering upstreamIface add type 9
09-18 09:42:51.913 D 1175 Tethering upstreamIface add type 18
09-18 09:42:51.913 D 1175 Tethering checkDunRequired: secureSetting is 2
09-18 09:42:51.913 D 3873 WfdStateTracker Device configuration changed:
09-18 09:42:51.913 I Service Cliptray 3873): cliptrayEventReceiver :onReceiveandroid.intent.action.CONFIGURATION_CHANGED
09-18 09:42:51.923 D 3873 SplitWindowPolicy updateActivityStateChanged: resumed=true, screenId=1, isScreenFull=false
09-18 09:42:51.923 D 3873 SplitWindowPolicy topRunningActivity=ActivityInfo{34f72da1 co.....gles2sample.MainActivity}, taskId=724, activityType=0, bIsSplit=false
09-18 09:42:51.923 D 3329 AppLauncherManager skip
09-18 09:42:51.923 W 1175 PhoneWindowManagerEx Call!!!getLGSystemUiVisibility. =0x0
09-18 09:42:51.923 D 1175 StatusBarManagerServiceEx setLGSystemUiVisibility(0x0)
09-18 09:42:51.923 I 1175 SystemUI[Framework] ==>disabledNaviBtn() what=0x0, token=android.os.Binder@1bc46890, pkg=Window{2a0c3b1 u0 Starting com.osvr.android.gles2sample}
09-18 09:42:51.923 D 1175 StatusBarManagerServiceEx manageNaviBtnDisableList userId=0 what=0x0 pkg=Window{2a0c3b1 u0 Starting com.osvr.android.gles2sample}
09-18 09:42:51.923 I 1175 SystemUI[Framework] disableNaviBtn: mDisabledNaviBtn=0x0, mDisableRecords.size=0
09-18 09:42:51.923 D 4127 LGSubScriptionUtilsWrapper_MR1 getSubIdUsingSlotId() slotId:0 -> subId:5000
09-18 09:42:51.923 W 3329 AppLauncherManager There is no package, com.uplus.onphone
09-18 09:42:51.923 I 4219 [LGHome]EVENT [LauncherModel.java:182:onReceive()]onReceive intent=Intent { act=android.intent.action.CONFIGURATION_CHANGED flg=0x70000010 }
09-18 09:42:51.923 D 7503 AppInfoDao topacitivyt exist app = com.osvr.android.gles2sample
09-18 09:42:51.923 I 4219 [LGHome]EVENT [LauncherModel.java:244:onReceive()]Configuration Changed: {1.0 ?mcc?mnc en_US ldltr sw360dp w598dp h335dp 640dpi nrml land finger -keyb/v/h -nav/h s.90fontTypeIndex0 defclr=0xff000000}
09-18 09:42:51.923 W 3329 AppLauncherManager There is no package, lg.uplusbox
09-18 09:42:51.923 I 4219 [LGHome]EVENT [LauncherModel.java:249:onReceive()]Previous Configuration: {1.0 ?mcc?mnc en_US ldltr sw360dp w360dp h573dp 640dpi nrml port finger -keyb/v/h -nav/h s.89fontTypeIndex0 defclr=0xff000000}
09-18 09:42:51.923 W 3329 AppLauncherManager There is no package, com.mnsoft.lgunavi
09-18 09:42:51.933 D 4127 LGSubScriptionUtilsWrapper_MR1 getSubIdUsingSlotId() slotId:0 -> subId:5000
09-18 09:42:51.933 D 8516 ContextHelper convertTheme. context->name=com.osvr.android.gles2sample themeResourceId=16973831
09-18 09:42:51.933 D 4127 InCallFloatingView HJY mTelephonyManager.isOffhook() : false
09-18 09:42:51.933 W 3329 AppLauncherManager There is no package, com.uplus.movielte
09-18 09:42:51.933 D 4127 LGSubScriptionUtilsWrapper_MR1 getSubIdUsingSlotId() slotId:0 -> subId:5000
09-18 09:42:51.933 D 7503 AppInfoDao topacitivyt update app = com.osvr.android.gles2sample time = 2015-09-18 09:42 date = 20150918
09-18 09:42:51.933 D 4127 InCallFloatingView HJY mTelephonyManager.isRinging() : false
09-18 09:42:51.933 D 4127 InCallFloatingView onConfigurationChanged return
09-18 09:42:51.933 D 3329 StatusBarKeyguardViewManager onConfigurationChanged() new Orientation : 2
09-18 09:42:51.943 D 1175 SplitWindow check instance of lgWin Window{1fd18004 u0 SearchPanel}
09-18 09:42:51.943 I 8516 Activity Activity.onPostResume() called
09-18 09:42:51.953 V 475 ILGDrmService eDRM_IsDRMByHnd +++
09-18 09:42:51.953 D 475 lgtomadrminfo drm_getDeviceInfo: Start
09-18 09:42:51.953 D 475 lgtomadrminfo drm_getDeviceInfo: type = 0
09-18 09:42:51.953 D 475 lgtomadrminfo drm_getDeviceInfo esn = 0
09-18 09:42:51.953 D 475 lgtomadrminfo drm_getDeviceInfo: ret = 0
09-18 09:42:51.953 D 475 lgtomadrminfo drm_getDeviceInfo: Start
09-18 09:42:51.953 D 475 lgtomadrminfo drm_getDeviceInfo: type = 1
09-18 09:42:51.953 D 8516 OpenGLRenderer Use EGL_SWAP_BEHAVIOR_PRESERVED: true
09-18 09:42:51.953 E 475 Parcel Reading a NULL string not supported here.
09-18 09:42:51.953 E 475 lgtomadrminfo drm_getDeviceInfo: fail to get ctn.
09-18 09:42:51.953 D 475 lgtomadrminfo drm_getDeviceInfo: ret = -1
09-18 09:42:51.953 V 475 ILGDrmService eDRM_IsDRMByHnd ---#2
09-18 09:42:51.953 D 1175 SplitWindow check instance of lgWin Window{19e89870 u0 com.osvr.android.gles2sample/com.osvr.android.gles2sample.MainActivity}
09-18 09:42:51.963 V 1175 WindowManager Adding window Window{19e89870 u0 com.osvr.android.gles2sample/com.osvr.android.gles2sample.MainActivity} at 3 of 13 (before Window{2a0c3b1 u0 Starting com.osvr.android.gles2sample})
09-18 09:42:51.973 D 1175 InputDispatcher Focus entered window: Window{19e89870 u0 com.osvr.android.gles2sample/com.osvr.android.gles2sample.MainActivity}
09-18 09:42:51.973 I 8516 Adreno QUALCOMM build : 7fcf94b, Ib2e715f795
09-18 09:42:51.973 I 8516 Adreno Build Date : 07/03/15
09-18 09:42:51.973 I 8516 Adreno OpenGL ES Shader Compiler Version: E031.25.03.09
09-18 09:42:51.973 I 8516 Adreno Local Branch :
09-18 09:42:51.973 I 8516 Adreno Remote Branch : refs/tags/AU_LINUX_ANDROID_LA.BF64.1.2.1_RB2.05.01.01.081.049
09-18 09:42:51.973 I 8516 Adreno Remote Branch : NONE
09-18 09:42:51.973 I 8516 Adreno Reconstruct Branch : NOTHING
09-18 09:42:51.983 I 8516 OpenGLRenderer Initialized EGL, version 1.4
09-18 09:42:51.993 D 8516 OpenGLRenderer Enabling debug mode 0
09-18 09:42:52.013 D 1175 SplitWindow check instance of lgWin Window{36d5fc6e u0 SurfaceView}
09-18 09:42:52.013 V 1175 WindowManager Adding window Window{36d5fc6e u0 SurfaceView} at 3 of 14 (before Window{19e89870 u0 com.osvr.android.gles2sample/com.osvr.android.gles2sample.MainActivity})
09-18 09:42:52.023 W 8516 GL2JNIView creating OpenGL ES 2.0 context
09-18 09:42:52.063 V 1175 WindowManager Layouts looping: On entry to LockedInner, mPendingLayoutChanges = 0x1
09-18 09:42:52.063 V 1175 WindowManager Layouts looping: loop number 4, mPendingLayoutChanges = 0x0
09-18 09:42:52.063 V 1175 WindowManager Layouts looping: after finishPostLayoutPolicyLw, mPendingLayoutChanges = 0x0
09-18 09:42:52.063 V 1175 WindowManager Layouts looping: mLayoutNeeded, mPendingLayoutChanges = 0x1
09-18 09:42:52.063 V 1175 WindowManager Layouts looping: On entry to LockedInner, mPendingLayoutChanges = 0x1
09-18 09:42:52.063 V 1175 WindowManager Layouts looping: loop number 5, mPendingLayoutChanges = 0x0
09-18 09:42:52.063 V 1175 WindowManager Layouts looping: after finishPostLayoutPolicyLw, mPendingLayoutChanges = 0x0
09-18 09:42:52.063 V 1175 WindowManager Layouts looping: mLayoutNeeded, mPendingLayoutChanges = 0x1
09-18 09:42:52.063 E 1175 WindowManager Performed 6 layouts in a row. Skipping
09-18 09:42:52.063 I 8516 libgl2jni GL Version = OpenGL ES 3.1 V@103.0 (GIT@Ib2e715f795)
09-18 09:42:52.063 I 8516 libgl2jni GL Vendor = Qualcomm
09-18 09:42:52.063 I 8516 libgl2jni GL Renderer = Adreno (TM) 418
09-18 09:42:52.063 I 8516 libgl2jni GL Extensions = GL_EXT_debug_marker GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_EGL_sync GL_OES_vertex_half_float GL_OES_framebuffer_object GL_OES_rgb8_rgba8 GL_OES_compressed_ETC1_RGB8_texture GL_AMD_compressed_ATC_texture GL_KHR_texture_compression_astc_ldr GL_OES_texture_npot GL_EXT_texture_filter_anisotropic GL_EXT_texture_format_BGRA8888 GL_OES_texture_3D GL_EXT_color_buffer_float GL_EXT_color_buffer_half_float GL_QCOM_alpha_test GL_OES_depth24 GL_OES_packed_depth_stencil GL_OES_depth_texture GL_OES_depth_texture_cube_map GL_EXT_sRGB GL_OES_texture_float GL_OES_texture_float_linear GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_EXT_texture_type_2_10_10_10_REV GL_EXT_texture_sRGB_decode GL_OES_element_index_uint GL_EXT_copy_image GL_EXT_geometry_shader GL_EXT_tessellation_shader GL_OES_texture_stencil8 GL_EXT_shader_io_blocks GL_OES_shader_image_atomic GL_OES_sample_variables GL_EXT_texture_border_clamp GL_EXT_multisampled_render_to_texture GL_OES_shader_multisample_interpolation GL_
09-18 09:42:52.063 I 8516 libgl2jni setupGraphics(2392, 1440)
09-18 09:42:52.073 I 8516 libgl2jni glGetAttribLocation("vPosition") = 0
09-18 09:42:52.073 I 8516 libgl2jni glGetAttribLocation("vColor") = 1
09-18 09:42:52.073 I 8516 libgl2jni [OSVR] Current working directory: /data/data/com.osvr.android.gles2sample/files
09-18 09:42:52.073 W 4219 IInputConnectionWrapper showStatusIcon on inactive InputConnection
09-18 09:42:52.073 I 1175 ActivityManager Displayed com.osvr.android.gles2sample/.MainActivity: +264ms
09-18 09:42:52.073 I 1175 Timeline Timeline: Activity_windows_visible id: ActivityRecord{18f227be u0 com.osvr.android.gles2sample/.MainActivity t724} time:51081573
09-18 09:42:52.073 E 8516 Looper Invalid attempt to set NULL callback but not allowed for this looper.
09-18 09:42:52.073 D 1175 sensors_hal_SAM batch:sensor(android.sensor.game_rotation_vector) handle:50 freq:200.000000 report_rate:200 max:200.000000 min:5.000000
09-18 09:42:52.073 D 1175 sensors_hal_GRV enable: GameRotationVector handle=50
09-18 09:42:52.073 D 1175 sensors_hal_GRV enable: handle=50, freq=200.000000 report_rate=200 batch_rate=0 batched=0 wakeup 0
09-18 09:42:52.073 D 1175 sensors_hal_GRV enable: handle=50 synchronous req with sample_rate 200 Hz
09-18 09:42:52.073 I 1175 sensors_hal_SAM sendEnableReq:sensor(android.sensor.game_rotation_vector) Sending enable to svc no:43
09-18 09:42:52.073 D 1175 sensors_hal_Util waitForResponse: timeout=1000
09-18 09:42:52.073 D 1175 sensors_hal_GRV processResp: Received SNS_SAM_GAME_ROTATION_VECTOR_ENABLE_RESP_V01
09-18 09:42:52.073 D 1175 sensors_hal_GRV enable: Received Response: 0
09-18 09:42:52.073 D 1175 sensors_hal_SAM batch:sensor(android.sensor.game_rotation_vector) handle:50 freq:200.000000 report_rate:200 max:200.000000 min:5.000000
09-18 09:42:52.083 E 8516 Looper Invalid attempt to set NULL callback but not allowed for this looper.
09-18 09:42:52.083 I 1175 sensors_hal_Ctx flush: handle is 50
09-18 09:42:52.083 I 1175 sensors_hal_SAM flush:sensor(android.sensor.game_rotation_vector) handle:50
09-18 09:42:52.083 D 1175 sensors_hal_SAM flush: handle 50 is not batching
09-18 09:42:52.083 D 1175 sensors_hal flushSendCmplt: handle=50
09-18 09:42:52.083 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:0, type:0, x:0.000000 y:0.000000 z:-0.000000
09-18 09:42:52.083 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:52.083 D 1175 sensors_hal_SAM batch:sensor(android.sensor.game_rotation_vector) handle:50 freq:200.000000 report_rate:200 max:200.000000 min:5.000000
09-18 09:42:52.083 E 8516 Looper Invalid attempt to set NULL callback but not allowed for this looper.
09-18 09:42:52.083 I 1175 sensors_hal_Ctx flush: handle is 50
09-18 09:42:52.083 I 1175 sensors_hal_SAM flush:sensor(android.sensor.game_rotation_vector) handle:50
09-18 09:42:52.083 D 1175 sensors_hal_SAM flush: handle 50 is not batching
09-18 09:42:52.083 D 1175 sensors_hal flushSendCmplt: handle=50
09-18 09:42:52.083 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:0, type:0, x:0.000000 y:0.000000 z:-0.000000
09-18 09:42:52.083 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:52.083 D 1175 sensors_hal_SAM batch:sensor(android.sensor.game_rotation_vector) handle:50 freq:200.000000 report_rate:200 max:200.000000 min:5.000000
09-18 09:42:52.083 I 8516 Timeline Timeline: Activity_idle id: android.os.BinderProxy@1b2c8dce time:51081587
09-18 09:42:52.093 D 4219 BubblePopupHelper isShowingBubblePopup : false
09-18 09:42:52.093 I 4219 [LGHome]EVENT onStop
09-18 09:42:52.093 D 4219 BubblePopupHelper isShowingBubblePopup : false
09-18 09:42:52.133 V 570 DPM |COMMON:COM| there are 1 file descriptor(s) with events pending
09-18 09:42:52.133 V 570 DPM |COMMON:COM| 1 events pending, handling 1 for 21
09-18 09:42:52.133 V 570 DPM |COMMON:COM| fd '21' is processing events [callback:0x7f9777a328, data:0x7f9684c2b0]
09-18 09:42:52.133 I 570 DPM |COMMON| LipcServerWrapperPollEventHandler fd 21 -> nfd 113
09-18 09:42:52.133 V 570 DPM |COMMON:COM| DpmCom::addComEventHandler fd 113, ComEventCallback 0x7f9777b1f4, void* 0x7f9684c2b0, ComCloseCallback 0x0, events 17
09-18 09:42:52.133 V 570 DPM |COMMON:COM| waiting on events (-1ms)
09-18 09:42:52.163 I 3329 ImageWallpaper updateWallpaperLocked() mBackground = android.graphics.Bitmap@1cb7f4eb, width = 2880, height = 2560
09-18 09:42:52.163 D 3329 [SystemUI]ImageWallpaper updateSurfaceSize: surfaceWidth=2880, surfaceHeight=2560, dw=2880, dh=2560
09-18 09:42:52.183 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004360 [1]: -0.000919 [2]: 0.707106 acc: 3 ts: 689827658
09-18 09:42:52.183 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004360 y:-0.000919 z:0.707106
09-18 09:42:52.183 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:52.193 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004324 [1]: -0.000936 [2]: 0.707106 acc: 3 ts: 689827821
09-18 09:42:52.193 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004324 y:-0.000936 z:0.707106
09-18 09:42:52.193 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:52.193 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004309 [1]: -0.000884 [2]: 0.707106 acc: 3 ts: 689827984
09-18 09:42:52.193 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004309 y:-0.000884 z:0.707106
09-18 09:42:52.193 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:52.193 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004391 [1]: -0.000969 [2]: 0.707106 acc: 3 ts: 689828147
09-18 09:42:52.193 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004391 y:-0.000969 z:0.707106
09-18 09:42:52.193 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:52.203 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004438 [1]: -0.001005 [2]: 0.707106 acc: 3 ts: 689828310
09-18 09:42:52.203 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004438 y:-0.001005 z:0.707106
09-18 09:42:52.203 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:52.203 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004465 [1]: -0.001041 [2]: 0.707105 acc: 3 ts: 689828473
09-18 09:42:52.203 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004465 y:-0.001041 z:0.707105
09-18 09:42:52.203 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:52.213 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004494 [1]: -0.001078 [2]: 0.707105 acc: 3 ts: 689828636
09-18 09:42:52.213 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004494 y:-0.001078 z:0.707105
09-18 09:42:52.213 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:52.213 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004539 [1]: -0.001110 [2]: 0.707105 acc: 3 ts: 689828800
09-18 09:42:52.213 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004539 y:-0.001110 z:0.707105
09-18 09:42:52.213 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:52.223 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004529 [1]: -0.001137 [2]: 0.707105 acc: 3 ts: 689828963
09-18 09:42:52.223 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004529 y:-0.001137 z:0.707105
09-18 09:42:52.223 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:52.233 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004439 [1]: -0.001214 [2]: 0.707105 acc: 3 ts: 689829126
09-18 09:42:52.233 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004439 y:-0.001214 z:0.707105
09-18 09:42:52.233 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:52.233 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004420 [1]: -0.001252 [2]: 0.707105 acc: 3 ts: 689829290
09-18 09:42:52.233 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004420 y:-0.001252 z:0.707105
09-18 09:42:52.233 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:52.233 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004378 [1]: -0.001285 [2]: 0.707105 acc: 3 ts: 689829453
09-18 09:42:52.233 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004378 y:-0.001285 z:0.707105
09-18 09:42:52.233 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:52.243 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004327 [1]: -0.001288 [2]: 0.707105 acc: 3 ts: 689829616
09-18 09:42:52.243 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004327 y:-0.001288 z:0.707105
09-18 09:42:52.243 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:52.243 D 3329 [SystemUI]NavigationThemeResource Bar mode is changed (4 -> 0)
09-18 09:42:52.243 I 3329 [SystemUI]NavigationThemeResource NavigationKey Color is changed(WHITE_WITH_SHADOW -> WHITE)
09-18 09:42:52.243 I 3329 [SystemUI]NavigationThemeResource BarMode=0, Theme=BLACK, LightBackground=false (Transparent)
09-18 09:42:52.243 I 3329 [SystemUI]NavigationThemeResource , Keyguard show=false, IME shown=false, Panel expanded=false
09-18 09:42:52.243 D 3329 PhoneStatusBar setSystemUiVisibility vis=0 mask=ffffffff oldVal=8600 newVal=0 diff=8600
09-18 09:42:52.243 D 3329 [SystemUI]PhoneStatusBar StatusBarMode is changed (MODE_TRANSPARENT -> MODE_OPAQUE)
09-18 09:42:52.243 D 3329 [SystemUI]PhoneStatusBar NavigationBarMode is changed (MODE_TRANSPARENT -> MODE_OPAQUE)
09-18 09:42:52.243 D 3329 [SystemUI]OperatorTextView [ OperatorTextView ] intent action : android.intent.action.CONFIGURATION_CHANGED
09-18 09:42:52.243 D 3329 [SystemUI]OperatorTextView Device operator(LGU) - Dynamic operator(-1)
09-18 09:42:52.243 I 3329 [SystemUI]OperatorTextView Operator(-1) is invalid
09-18 09:42:52.243 D 3329 [SystemUI]OperatorTextView [ OperatorTextView ] intent action : android.intent.action.CONFIGURATION_CHANGED
09-18 09:42:52.243 D 3329 [SystemUI]OperatorTextView Device operator(LGU) - Dynamic operator(-1)
09-18 09:42:52.243 I 3329 [SystemUI]OperatorTextView Operator(-1) is invalid
09-18 09:42:52.243 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004296 [1]: -0.001319 [2]: 0.707105 acc: 3 ts: 689829780
09-18 09:42:52.243 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004296 y:-0.001319 z:0.707105
09-18 09:42:52.243 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:52.253 I 3329 [SystemUI]NetworkController onReceive: intent=Intent { act=android.intent.action.CONFIGURATION_CHANGED flg=0x70000010 }
09-18 09:42:52.253 D 3329 [SystemUI]NetworkController updateTelephonySignalStrength: hasService=false ss=SignalStrength: 22 0 -70 -55 -120 -1 -1 99 2147483647 2147483647 2147483647 2147483647 2147483647 -70 -55 gsm|lte 0 0
09-18 09:42:52.253 D 3329 [SystemUI]LGBatteryMeterView updateBatteryIcon: typeChanged=false, type=CHARGE, level=73
09-18 09:42:52.253 I 3329 [SystemUI]Clock onReceive = android.intent.action.CONFIGURATION_CHANGED
09-18 09:42:52.253 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004392 [1]: -0.001302 [2]: 0.707105 acc: 3 ts: 689829943
09-18 09:42:52.253 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004392 y:-0.001302 z:0.707105
09-18 09:42:52.253 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:52.253 D 3329 [SystemUI]LGBatteryMeterView updateBatteryIcon: typeChanged=false, type=CHARGE, level=73
09-18 09:42:52.253 D 3329 [SystemUI]LGBatteryMeterView updateBatteryIcon: typeChanged=false, type=CHARGE, level=73
09-18 09:42:52.253 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004412 [1]: -0.001364 [2]: 0.707104 acc: 3 ts: 689830106
09-18 09:42:52.253 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004412 y:-0.001364 z:0.707104
09-18 09:42:52.253 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:52.253 I 3329 [SystemUI]QuickSettingsHandler Got action android.intent.action.CONFIGURATION_CHANGED at QRemote
09-18 09:42:52.253 D 3329 [SystemUI]QRemoteHandler [Action]:android.intent.action.CONFIGURATION_CHANGED
09-18 09:42:52.253 I 3329 [SystemUI]QSlide onReceive = android.intent.action.CONFIGURATION_CHANGED
09-18 09:42:52.263 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004398 [1]: -0.001382 [2]: 0.707104 acc: 3 ts: 689830269
09-18 09:42:52.263 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004398 y:-0.001382 z:0.707104
09-18 09:42:52.263 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:52.263 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004404 [1]: -0.001435 [2]: 0.707104 acc: 3 ts: 689830433
09-18 09:42:52.263 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004404 y:-0.001435 z:0.707104
09-18 09:42:52.263 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:52.273 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004410 [1]: -0.001465 [2]: 0.707104 acc: 3 ts: 689830596
09-18 09:42:52.273 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004410 y:-0.001465 z:0.707104
09-18 09:42:52.273 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:52.273 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004364 [1]: -0.001448 [2]: 0.707104 acc: 3 ts: 689830759
09-18 09:42:52.273 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004364 y:-0.001448 z:0.707104
09-18 09:42:52.273 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:52.283 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004356 [1]: -0.001436 [2]: 0.707104 acc: 3 ts: 689830923
09-18 09:42:52.283 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004356 y:-0.001436 z:0.707104
09-18 09:42:52.283 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:52.283 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004328 [1]: -0.001428 [2]: 0.707104 acc: 3 ts: 689831086
09-18 09:42:52.283 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004328 y:-0.001428 z:0.707104
09-18 09:42:52.283 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:52.293 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004269 [1]: -0.001443 [2]: 0.707104 acc: 3 ts: 689831249
09-18 09:42:52.293 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004269 y:-0.001443 z:0.707104
09-18 09:42:52.293 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:52.293 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004247 [1]: -0.001441 [2]: 0.707104 acc: 3 ts: 689831413
09-18 09:42:52.293 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004247 y:-0.001441 z:0.707104
09-18 09:42:52.293 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:52.303 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004252 [1]: -0.001433 [2]: 0.707104 acc: 3 ts: 689831576
09-18 09:42:52.303 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004252 y:-0.001433 z:0.707104
09-18 09:42:52.303 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:52.303 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004247 [1]: -0.001451 [2]: 0.707104 acc: 3 ts: 689831739
09-18 09:42:52.303 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004247 y:-0.001451 z:0.707104
09-18 09:42:52.303 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:52.303 I 3329 [SystemUI]BrightnessSlider onReceive = android.intent.action.CONFIGURATION_CHANGED
09-18 09:42:52.303 I 3329 [SystemUI]VolumeSlider onReceive = android.intent.action.CONFIGURATION_CHANGED
09-18 09:42:52.313 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004254 [1]: -0.001463 [2]: 0.707104 acc: 3 ts: 689831903
09-18 09:42:52.313 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004254 y:-0.001463 z:0.707104
09-18 09:42:52.313 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:52.313 D 3329 BarTransitions draw background and invalidate : color = ff000000
09-18 09:42:52.313 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004270 [1]: -0.001469 [2]: 0.707104 acc: 3 ts: 689832066
09-18 09:42:52.313 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004270 y:-0.001469 z:0.707104
09-18 09:42:52.313 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:52.323 I 682 MSM-irqbalance Decided to move IRQ216 from CPU2 to CPU1
09-18 09:42:52.323 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004241 [1]: -0.001479 [2]: 0.707104 acc: 3 ts: 689832229
09-18 09:42:52.323 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004241 y:-0.001479 z:0.707104
09-18 09:42:52.323 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:52.323 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004234 [1]: -0.001470 [2]: 0.707104 acc: 3 ts: 689832392
09-18 09:42:52.323 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004234 y:-0.001470 z:0.707104
09-18 09:42:52.323 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:52.333 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004223 [1]: -0.001461 [2]: 0.707104 acc: 3 ts: 689832556
09-18 09:42:52.333 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004223 y:-0.001461 z:0.707104
09-18 09:42:52.333 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:52.333 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004204 [1]: -0.001492 [2]: 0.707104 acc: 3 ts: 689832720
09-18 09:42:52.333 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004204 y:-0.001492 z:0.707104
09-18 09:42:52.333 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:52.333 D 3329 BarTransitions draw background and invalidate : color = 77000000
09-18 09:42:52.343 I 1175 WindowManager Screen frozen for +480ms due to Window{2373b460 u0 NavigationBar}
09-18 09:42:52.343 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004193 [1]: -0.001488 [2]: 0.707104 acc: 3 ts: 689832883
09-18 09:42:52.343 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004193 y:-0.001488 z:0.707104
09-18 09:42:52.343 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:52.353 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004165 [1]: -0.001505 [2]: 0.707104 acc: 3 ts: 689833046
09-18 09:42:52.353 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004165 y:-0.001505 z:0.707104
09-18 09:42:52.353 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:52.353 D 1175 InputDispatcher setInputDispatchMode: enabled=1, frozen=0
09-18 09:42:52.353 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004157 [1]: -0.001527 [2]: 0.707104 acc: 3 ts: 689833210
09-18 09:42:52.353 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004157 y:-0.001527 z:0.707104
09-18 09:42:52.353 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:52.353 D 1175 InputDispatcher Window went away: Window{16aa5f7b u0 SearchPanel}
09-18 09:42:52.353 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004164 [1]: -0.001527 [2]: 0.707104 acc: 3 ts: 689833373
09-18 09:42:52.353 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004164 y:-0.001527 z:0.707104
09-18 09:42:52.353 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:52.363 D 3329 LgeClockView java.util.GregorianCalendar[time=1442536972365,areFieldsSet=true,lenient=true,zone=Asia/Seoul,firstDayOfWeek=1,minimalDaysInFirstWeek=1,ERA=1,YEAR=2015,MONTH=8,WEEK_OF_YEAR=38,WEEK_OF_MONTH=3,DAY_OF_MONTH=18,DAY_OF_YEAR=261,DAY_OF_WEEK=6,DAY_OF_WEEK_IN_MONTH=3,AM_PM=0,HOUR=9,HOUR_OF_DAY=9,MINUTE=42,SECOND=52,MILLISECOND=365,ZONE_OFFSET=32400000,DST_OFFSET=0]
09-18 09:42:52.363 D 3329 LgeClockView java.util.GregorianCalendar[time=1442536972366,areFieldsSet=true,lenient=true,zone=Asia/Seoul,firstDayOfWeek=1,minimalDaysInFirstWeek=1,ERA=1,YEAR=2015,MONTH=8,WEEK_OF_YEAR=38,WEEK_OF_MONTH=3,DAY_OF_MONTH=18,DAY_OF_YEAR=261,DAY_OF_WEEK=6,DAY_OF_WEEK_IN_MONTH=3,AM_PM=0,HOUR=9,HOUR_OF_DAY=9,MINUTE=42,SECOND=52,MILLISECOND=366,ZONE_OFFSET=32400000,DST_OFFSET=0]
09-18 09:42:52.363 D 3329 LgeClockView java.util.GregorianCalendar[time=1442536972366,areFieldsSet=true,lenient=true,zone=Asia/Seoul,firstDayOfWeek=1,minimalDaysInFirstWeek=1,ERA=1,YEAR=2015,MONTH=8,WEEK_OF_YEAR=38,WEEK_OF_MONTH=3,DAY_OF_MONTH=18,DAY_OF_YEAR=261,DAY_OF_WEEK=6,DAY_OF_WEEK_IN_MONTH=3,AM_PM=0,HOUR=9,HOUR_OF_DAY=9,MINUTE=42,SECOND=52,MILLISECOND=366,ZONE_OFFSET=32400000,DST_OFFSET=0]
09-18 09:42:52.363 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004184 [1]: -0.001526 [2]: 0.707104 acc: 3 ts: 689833536
09-18 09:42:52.363 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004184 y:-0.001526 z:0.707104
09-18 09:42:52.363 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:52.363 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004187 [1]: -0.001544 [2]: 0.707104 acc: 3 ts: 689833700
09-18 09:42:52.363 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004187 y:-0.001544 z:0.707104
09-18 09:42:52.363 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:52.373 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004186 [1]: -0.001533 [2]: 0.707104 acc: 3 ts: 689833863
09-18 09:42:52.373 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004186 y:-0.001533 z:0.707104
09-18 09:42:52.373 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:52.373 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004196 [1]: -0.001516 [2]: 0.707104 acc: 3 ts: 689834026
09-18 09:42:52.373 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004196 y:-0.001516 z:0.707104
09-18 09:42:52.373 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:52.383 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004187 [1]: -0.001542 [2]: 0.707104 acc: 3 ts: 689834190
09-18 09:42:52.383 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004187 y:-0.001542 z:0.707104
09-18 09:42:52.383 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:52.383 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004168 [1]: -0.001531 [2]: 0.707104 acc: 3 ts: 689834353
09-18 09:42:52.383 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004168 y:-0.001531 z:0.707104
09-18 09:42:52.383 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:52.393 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004164 [1]: -0.001530 [2]: 0.707104 acc: 3 ts: 689834516
09-18 09:42:52.393 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004164 y:-0.001530 z:0.707104
09-18 09:42:52.393 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:52.393 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004159 [1]: -0.001505 [2]: 0.707104 acc: 3 ts: 689834679
09-18 09:42:52.393 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004159 y:-0.001505 z:0.707104
09-18 09:42:52.393 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:52.403 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004163 [1]: -0.001510 [2]: 0.707104 acc: 3 ts: 689834843
09-18 09:42:52.403 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004163 y:-0.001510 z:0.707104
09-18 09:42:52.403 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:52.403 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004183 [1]: -0.001498 [2]: 0.707104 acc: 3 ts: 689835006
09-18 09:42:52.403 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004183 y:-0.001498 z:0.707104
09-18 09:42:52.403 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:52.413 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004214 [1]: -0.001514 [2]: 0.707104 acc: 3 ts: 689835169
09-18 09:42:52.413 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004214 y:-0.001514 z:0.707104
09-18 09:42:52.413 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:52.413 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004218 [1]: -0.001524 [2]: 0.707104 acc: 3 ts: 689835333
09-18 09:42:52.413 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004218 y:-0.001524 z:0.707104
09-18 09:42:52.413 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:52.423 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004202 [1]: -0.001511 [2]: 0.707104 acc: 3 ts: 689835496
09-18 09:42:52.423 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004202 y:-0.001511 z:0.707104
09-18 09:42:52.423 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:52.423 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004212 [1]: -0.001497 [2]: 0.707104 acc: 3 ts: 689835659
09-18 09:42:52.423 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004212 y:-0.001497 z:0.707104
09-18 09:42:52.423 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:52.433 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004218 [1]: -0.001501 [2]: 0.707104 acc: 3 ts: 689835823
09-18 09:42:52.433 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004218 y:-0.001501 z:0.707104
09-18 09:42:52.433 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:52.433 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004210 [1]: -0.001508 [2]: 0.707104 acc: 3 ts: 689835986
09-18 09:42:52.433 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004210 y:-0.001508 z:0.707104
09-18 09:42:52.433 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:52.443 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004209 [1]: -0.001518 [2]: 0.707104 acc: 3 ts: 689836149
09-18 09:42:52.443 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004209 y:-0.001518 z:0.707104
09-18 09:42:52.443 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:52.443 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004209 [1]: -0.001512 [2]: 0.707104 acc: 3 ts: 689836312
09-18 09:42:52.443 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004209 y:-0.001512 z:0.707104
09-18 09:42:52.443 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:52.453 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004197 [1]: -0.001517 [2]: 0.707104 acc: 3 ts: 689836476
09-18 09:42:52.453 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004197 y:-0.001517 z:0.707104
09-18 09:42:52.453 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:52.453 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004207 [1]: -0.001502 [2]: 0.707104 acc: 3 ts: 689836639
09-18 09:42:52.453 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004207 y:-0.001502 z:0.707104
09-18 09:42:52.453 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:52.463 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004236 [1]: -0.001512 [2]: 0.707104 acc: 3 ts: 689836802
09-18 09:42:52.463 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004236 y:-0.001512 z:0.707104
09-18 09:42:52.463 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:52.463 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004230 [1]: -0.001534 [2]: 0.707104 acc: 3 ts: 689836966
09-18 09:42:52.463 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004230 y:-0.001534 z:0.707104
09-18 09:42:52.463 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:52.473 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004229 [1]: -0.001533 [2]: 0.707104 acc: 3 ts: 689837129
09-18 09:42:52.473 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004229 y:-0.001533 z:0.707104
09-18 09:42:52.473 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:52.473 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004243 [1]: -0.001532 [2]: 0.707104 acc: 3 ts: 689837292
09-18 09:42:52.473 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004243 y:-0.001532 z:0.707104
09-18 09:42:52.473 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:52.483 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004227 [1]: -0.001538 [2]: 0.707104 acc: 3 ts: 689837456
09-18 09:42:52.483 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004227 y:-0.001538 z:0.707104
09-18 09:42:52.483 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:52.483 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004220 [1]: -0.001526 [2]: 0.707104 acc: 3 ts: 689837619
09-18 09:42:52.483 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004220 y:-0.001526 z:0.707104
09-18 09:42:52.483 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:52.493 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004215 [1]: -0.001542 [2]: 0.707104 acc: 3 ts: 689837782
09-18 09:42:52.493 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004215 y:-0.001542 z:0.707104
09-18 09:42:52.493 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:52.493 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004238 [1]: -0.001542 [2]: 0.707104 acc: 3 ts: 689837946
09-18 09:42:52.493 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004238 y:-0.001542 z:0.707104
09-18 09:42:52.493 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:52.503 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004247 [1]: -0.001537 [2]: 0.707104 acc: 3 ts: 689838109
09-18 09:42:52.503 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004247 y:-0.001537 z:0.707104
09-18 09:42:52.503 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:52.503 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004251 [1]: -0.001519 [2]: 0.707104 acc: 3 ts: 689838272
09-18 09:42:52.503 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004251 y:-0.001519 z:0.707104
09-18 09:42:52.503 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:52.513 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004252 [1]: -0.001505 [2]: 0.707104 acc: 3 ts: 689838435
09-18 09:42:52.513 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004252 y:-0.001505 z:0.707104
09-18 09:42:52.513 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:52.513 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004250 [1]: -0.001529 [2]: 0.707104 acc: 3 ts: 689838599
09-18 09:42:52.513 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004250 y:-0.001529 z:0.707104
09-18 09:42:52.513 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:52.523 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004252 [1]: -0.001514 [2]: 0.707104 acc: 3 ts: 689838762
09-18 09:42:52.523 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004252 y:-0.001514 z:0.707104
09-18 09:42:52.523 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:52.523 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004248 [1]: -0.001494 [2]: 0.707104 acc: 3 ts: 689838925
09-18 09:42:52.523 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004248 y:-0.001494 z:0.707104
09-18 09:42:52.523 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:52.533 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004251 [1]: -0.001509 [2]: 0.707104 acc: 3 ts: 689839089
09-18 09:42:52.533 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004251 y:-0.001509 z:0.707104
09-18 09:42:52.533 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:52.533 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004253 [1]: -0.001514 [2]: 0.707104 acc: 3 ts: 689839252
09-18 09:42:52.533 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004253 y:-0.001514 z:0.707104
09-18 09:42:52.533 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:52.543 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004254 [1]: -0.001522 [2]: 0.707104 acc: 3 ts: 689839415
09-18 09:42:52.543 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004254 y:-0.001522 z:0.707104
09-18 09:42:52.543 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:52.543 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004259 [1]: -0.001519 [2]: 0.707104 acc: 3 ts: 689839579
09-18 09:42:52.543 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004259 y:-0.001519 z:0.707104
09-18 09:42:52.543 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:52.553 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004257 [1]: -0.001532 [2]: 0.707104 acc: 3 ts: 689839742
09-18 09:42:52.553 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004257 y:-0.001532 z:0.707104
09-18 09:42:52.553 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:52.553 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004248 [1]: -0.001544 [2]: 0.707104 acc: 3 ts: 689839905
09-18 09:42:52.553 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004248 y:-0.001544 z:0.707104
09-18 09:42:52.553 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:52.563 D 3329 [SystemUI]QRemoteHandler updateButton()
09-18 09:42:52.563 D 3329 [SystemUI]QuickSettingsButton Button = QRemote ==> new status = 3, curStatus = 3
09-18 09:42:52.563 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004250 [1]: -0.001548 [2]: 0.707104 acc: 3 ts: 689840069
09-18 09:42:52.563 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004250 y:-0.001548 z:0.707104
09-18 09:42:52.563 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:52.563 D 3329 [SystemUI]QuickSettingsHandler QRemote :QRemote off.
09-18 09:42:52.563 D 3329 [SystemUI]Utils com.lge.qremote : package is not supported .
09-18 09:42:52.563 D 3329 [SystemUI]QRemoteHandler ACTION_CONFIGURATION_CHANGED :false [orientationValue]:2 [isExpanded]:false
09-18 09:42:52.563 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004265 [1]: -0.001549 [2]: 0.707104 acc: 3 ts: 689840232
09-18 09:42:52.563 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004265 y:-0.001549 z:0.707104
09-18 09:42:52.563 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:52.573 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004259 [1]: -0.001554 [2]: 0.707104 acc: 3 ts: 689840395
09-18 09:42:52.573 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004259 y:-0.001554 z:0.707104
09-18 09:42:52.573 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:52.573 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004252 [1]: -0.001550 [2]: 0.707104 acc: 3 ts: 689840558
09-18 09:42:52.573 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004252 y:-0.001550 z:0.707104
09-18 09:42:52.573 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:52.583 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004257 [1]: -0.001552 [2]: 0.707104 acc: 3 ts: 689840722
09-18 09:42:52.583 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004257 y:-0.001552 z:0.707104
09-18 09:42:52.583 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:52.833 D 3329 [SystemUI]SystemServicesProxy RecentApps has 1 item(s).
09-18 09:42:52.873 D 3329 NetworkController.WifiSignalController Change in state from: connected=true,enabled=true,level=3,inetCondition=1,iconGroup=IconGroup(SECURITY AP Wi-Fi Icons),activityIn=true,activityOut=false,rssi=-41,lastModified=09-18 09:42:50,ssid="NGEAR_5GHz"
09-18 09:42:52.873 D 3329 NetworkController.WifiSignalController to: connected=true,enabled=true,level=3,inetCondition=1,iconGroup=IconGroup(SECURITY AP Wi-Fi Icons),activityIn=false,activityOut=false,rssi=-41,lastModified=09-18 09:42:50,ssid="NGEAR_5GHz"
09-18 09:42:53.133 I 8516 libgl2jni [OSVR] Got a valid display config. Waiting for the display to fully start up, including receiving initial pose update...
09-18 09:42:54.203 V 1175 AlarmManager ELAPSED_WAKEUP set : Alarm{29930588 type 2 when 152121800 android} when 152121800
09-18 09:42:54.293 I 1175 NotificationManager android: cancelAsUser(958164686) by android
09-18 09:42:54.343 I 1175 NotificationManager android: cancelAsUser(-448542467) by android
09-18 09:42:54.353 I 4376 NotificationManager com.google.android.apps.plus: cancel(10436) by com.google.android.apps.plus
09-18 09:42:54.363 V 1175 WifiServerServiceExt checkPollTimer Cnt= 0 rssi =-42 threshold=-100
09-18 09:42:54.583 I 1175 art Explicit concurrent mark sweep GC freed 98339(3MB) AllocSpace objects, 2(40KB) LOS objects, 32% free, 65MB/97MB, paused 3.212ms total 229.642ms
09-18 09:42:54.883 D 3329 NetworkController.WifiSignalController Change in state from: connected=true,enabled=true,level=3,inetCondition=1,iconGroup=IconGroup(SECURITY AP Wi-Fi Icons),activityIn=false,activityOut=false,rssi=-41,lastModified=09-18 09:42:52,ssid="NGEAR_5GHz"
09-18 09:42:54.883 D 3329 NetworkController.WifiSignalController to: connected=true,enabled=true,level=3,inetCondition=1,iconGroup=IconGroup(SECURITY AP Wi-Fi Icons),activityIn=true,activityOut=false,rssi=-41,lastModified=09-18 09:42:52,ssid="NGEAR_5GHz"
09-18 09:42:54.893 D 3329 [SystemUI]QuickSettingsButton Button = Sync ==> new status = 1, curStatus = 1
09-18 09:42:54.893 D 3329 [SystemUI]QuickSettingsHandler Sync :Sync on.
09-18 09:42:54.893 D 3329 [SystemUI]QuickSettingsButton Button = Sync ==> new status = 1, curStatus = 1
09-18 09:42:54.893 D 3329 [SystemUI]QuickSettingsHandler Sync :Sync on.
09-18 09:42:54.893 D 3329 [SystemUI]QuickSettingsButton Button = Sync ==> new status = 1, curStatus = 1
09-18 09:42:54.893 D 3329 [SystemUI]QuickSettingsHandler Sync :Sync on.
09-18 09:42:54.893 D 3329 [SystemUI]QuickSettingsButton Button = Sync ==> new status = 1, curStatus = 1
09-18 09:42:54.893 D 3329 [SystemUI]QuickSettingsHandler Sync :Sync on.
09-18 09:42:54.893 D 3329 [SystemUI]QuickSettingsButton Button = Sync ==> new status = 1, curStatus = 1
09-18 09:42:54.893 D 3329 [SystemUI]QuickSettingsHandler Sync :Sync on.
09-18 09:42:54.893 D 3329 [SystemUI]QuickSettingsButton Button = Sync ==> new status = 1, curStatus = 1
09-18 09:42:54.893 D 3329 [SystemUI]QuickSettingsHandler Sync :Sync on.
09-18 09:42:54.953 D 3329 [SystemUI]QuickSettingsButton Button = Sync ==> new status = 1, curStatus = 1
09-18 09:42:54.953 D 3329 [SystemUI]QuickSettingsHandler Sync :Sync on.
09-18 09:42:55.013 D 3329 [SystemUI]QuickSettingsButton Button = Sync ==> new status = 1, curStatus = 1
09-18 09:42:55.013 D 3329 [SystemUI]QuickSettingsHandler Sync :Sync on.
09-18 09:42:55.133 I 8516 libgl2jni [OSVR] Timed out waiting for display to fully start up and receive the initial pose update.
09-18 09:42:55.883 D 3329 NetworkController.WifiSignalController Change in state from: connected=true,enabled=true,level=3,inetCondition=1,iconGroup=IconGroup(SECURITY AP Wi-Fi Icons),activityIn=true,activityOut=false,rssi=-41,lastModified=09-18 09:42:54,ssid="NGEAR_5GHz"
09-18 09:42:55.883 D 3329 NetworkController.WifiSignalController to: connected=true,enabled=true,level=3,inetCondition=1,iconGroup=IconGroup(SECURITY AP Wi-Fi Icons),activityIn=false,activityOut=false,rssi=-41,lastModified=09-18 09:42:54,ssid="NGEAR_5GHz"
09-18 09:42:56.853 W 1175 ProcessCpuTracker Skipping unknown process pid 8583
09-18 09:42:57.363 V 1175 WifiServerServiceExt checkPollTimer Cnt= 0 rssi =-42 threshold=-100
09-18 09:42:57.763 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:57.763 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004501 [1]: -0.001915 [2]: 0.707101 acc: 3 ts: 690010558
09-18 09:42:57.763 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004501 y:-0.001915 z:0.707101
09-18 09:42:57.763 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:57.773 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004501 [1]: -0.001919 [2]: 0.707101 acc: 3 ts: 690010721
09-18 09:42:57.773 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004501 y:-0.001919 z:0.707101
09-18 09:42:57.773 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:57.773 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004497 [1]: -0.001920 [2]: 0.707101 acc: 3 ts: 690010885
09-18 09:42:57.773 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004497 y:-0.001920 z:0.707101
09-18 09:42:57.773 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:57.783 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004492 [1]: -0.001906 [2]: 0.707101 acc: 3 ts: 690011049
09-18 09:42:57.783 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004492 y:-0.001906 z:0.707101
09-18 09:42:57.783 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:57.783 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004494 [1]: -0.001901 [2]: 0.707102 acc: 3 ts: 690011212
09-18 09:42:57.783 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004494 y:-0.001901 z:0.707102
09-18 09:42:57.783 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:57.793 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004502 [1]: -0.001892 [2]: 0.707102 acc: 3 ts: 690011375
09-18 09:42:57.793 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004502 y:-0.001892 z:0.707102
09-18 09:42:57.793 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:57.793 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004504 [1]: -0.001901 [2]: 0.707101 acc: 3 ts: 690011539
09-18 09:42:57.793 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004504 y:-0.001901 z:0.707101
09-18 09:42:57.793 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:57.803 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004521 [1]: -0.001910 [2]: 0.707101 acc: 3 ts: 690011702
09-18 09:42:57.803 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004521 y:-0.001910 z:0.707101
09-18 09:42:57.803 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:57.803 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004524 [1]: -0.001914 [2]: 0.707101 acc: 3 ts: 690011865
09-18 09:42:57.803 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004524 y:-0.001914 z:0.707101
09-18 09:42:57.803 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:57.813 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004522 [1]: -0.001897 [2]: 0.707101 acc: 3 ts: 690012028
09-18 09:42:57.813 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004522 y:-0.001897 z:0.707101
09-18 09:42:57.813 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:57.813 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004524 [1]: -0.001898 [2]: 0.707101 acc: 3 ts: 690012192
09-18 09:42:57.813 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004524 y:-0.001898 z:0.707101
09-18 09:42:57.813 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:57.823 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004519 [1]: -0.001899 [2]: 0.707101 acc: 3 ts: 690012355
09-18 09:42:57.823 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004519 y:-0.001899 z:0.707101
09-18 09:42:57.823 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:57.823 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004526 [1]: -0.001888 [2]: 0.707102 acc: 3 ts: 690012518
09-18 09:42:57.823 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004526 y:-0.001888 z:0.707102
09-18 09:42:57.823 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:57.833 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004529 [1]: -0.001878 [2]: 0.707102 acc: 3 ts: 690012682
09-18 09:42:57.833 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004529 y:-0.001878 z:0.707102
09-18 09:42:57.833 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:57.833 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004525 [1]: -0.001867 [2]: 0.707102 acc: 3 ts: 690012845
09-18 09:42:57.833 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004525 y:-0.001867 z:0.707102
09-18 09:42:57.833 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:57.843 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004524 [1]: -0.001849 [2]: 0.707102 acc: 3 ts: 690013008
09-18 09:42:57.843 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004524 y:-0.001849 z:0.707102
09-18 09:42:57.843 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:57.843 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004534 [1]: -0.001852 [2]: 0.707102 acc: 3 ts: 690013172
09-18 09:42:57.843 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004534 y:-0.001852 z:0.707102
09-18 09:42:57.843 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:57.853 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004541 [1]: -0.001858 [2]: 0.707102 acc: 3 ts: 690013335
09-18 09:42:57.853 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004541 y:-0.001858 z:0.707102
09-18 09:42:57.853 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:57.853 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004535 [1]: -0.001858 [2]: 0.707102 acc: 3 ts: 690013498
09-18 09:42:57.853 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004535 y:-0.001858 z:0.707102
09-18 09:42:57.853 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:57.863 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004537 [1]: -0.001852 [2]: 0.707102 acc: 3 ts: 690013662
09-18 09:42:57.863 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004537 y:-0.001852 z:0.707102
09-18 09:42:57.863 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:57.863 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004532 [1]: -0.001862 [2]: 0.707102 acc: 3 ts: 690013825
09-18 09:42:57.863 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004532 y:-0.001862 z:0.707102
09-18 09:42:57.863 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:57.873 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004526 [1]: -0.001860 [2]: 0.707102 acc: 3 ts: 690013988
09-18 09:42:57.873 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004526 y:-0.001860 z:0.707102
09-18 09:42:57.873 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:57.873 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004531 [1]: -0.001857 [2]: 0.707102 acc: 3 ts: 690014151
09-18 09:42:57.873 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004531 y:-0.001857 z:0.707102
09-18 09:42:57.873 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:57.883 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004543 [1]: -0.001852 [2]: 0.707102 acc: 3 ts: 690014315
09-18 09:42:57.883 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004543 y:-0.001852 z:0.707102
09-18 09:42:57.883 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:57.883 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004544 [1]: -0.001849 [2]: 0.707102 acc: 3 ts: 690014478
09-18 09:42:57.883 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004544 y:-0.001849 z:0.707102
09-18 09:42:57.883 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:57.893 D 3329 NetworkController.WifiSignalController Change in state from: connected=true,enabled=true,level=3,inetCondition=1,iconGroup=IconGroup(SECURITY AP Wi-Fi Icons),activityIn=false,activityOut=false,rssi=-41,lastModified=09-18 09:42:55,ssid="NGEAR_5GHz"
09-18 09:42:57.893 D 3329 NetworkController.WifiSignalController to: connected=true,enabled=true,level=3,inetCondition=1,iconGroup=IconGroup(SECURITY AP Wi-Fi Icons),activityIn=true,activityOut=false,rssi=-41,lastModified=09-18 09:42:55,ssid="NGEAR_5GHz"
09-18 09:42:57.893 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004550 [1]: -0.001856 [2]: 0.707102 acc: 3 ts: 690014641
09-18 09:42:57.893 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004550 y:-0.001856 z:0.707102
09-18 09:42:57.893 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:57.893 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004557 [1]: -0.001863 [2]: 0.707102 acc: 3 ts: 690014805
09-18 09:42:57.893 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004557 y:-0.001863 z:0.707102
09-18 09:42:57.893 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:57.903 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004566 [1]: -0.001859 [2]: 0.707102 acc: 3 ts: 690014968
09-18 09:42:57.903 D 1175 sensors_hal_Ctx poll:polldata:1, sensor:50, type:15, x:-0.004566 y:-0.001859 z:0.707102
09-18 09:42:57.903 D 1175 sensors_hal_Util waitForResponse: timeout=0
09-18 09:42:57.903 V 1175 sensors_hal_GRV processInd: GAME RV: [0]: -0.004564 [1]: -0.001858 [2]: 0.707102 acc: 3 ts: 690015131
09-18 09:42:59.733 D 3329 KeyguardUpdateMonitor Intent.ACTION_BATTERYEX_CHANGED EXTRA_CHARGING_CURRENT : 0 / EXTRA_HVDCP_TYPE : false
09-18 09:42:59.733 D 3873 PowerService isACConnected: true, isFastChargerType: false, isCharging: true, isFastChargerConnected: false
09-18 09:42:59.733 I 3329 [SystemUI]LGPowerUI onReceive = com.lge.android.intent.action.BATTERYEX
09-18 09:42:59.733 I 3329 [SystemUI]LGPowerUI levelEx = 73, plugTypeEx = 1, WirelessAlignment = 0, chargingCurrent = 0, orientation = PORTRAIT
09-18 09:42:59.733 I 3329 [SystemUI]LGPowerUI On Skip Timer : true
09-18 09:42:59.733 D 1175 WifiController battery changed pluggedType: 1
09-18 09:42:59.733 D 3329 KeyguardUpdateMonitor Intent.ACTION_BATTERY_CHANGED status : 2 ,plugged : 1 ,level : 73 ,temperature : 318
09-18 09:42:59.733 D 3873 LEDHandler ACTION_BATTERY_CHANGED : plugged type=1
09-18 09:42:59.733 I 3329 [SystemUI]LGPowerUI onReceive = android.intent.action.BATTERY_CHANGED
09-18 09:42:59.733 D 3873 LEDHandler Battery Level Remaining: 73%
09-18 09:42:59.733 I 3329 [SystemUI]LGPowerUI level = 73, plugType = 1, plugged = true, mCharging = true, temperature = 330
09-18 09:42:59.733 D 3873 LEDHandler Battery Temp: 318, mChargingStatus=2, mChargingStop=false
09-18 09:42:59.733 W 4731 LTECommonReceiver VoIPCallReceiver.onReceived() :android.intent.action.BATTERY_CHANGED
09-18 09:42:59.733 D 4731 LTECommonReceiver mReceiver: ACTION_BATTERY_CHANGED - level = 73, plugType = 1
09-18 09:42:59.733 D 3329 [SystemUI]LGBatteryMeterView updateBatteryIcon: typeChanged=false, type=CHARGE, level=73
09-18 09:42:59.743 D 3329 [SystemUI]LGBatteryMeterView updateBatteryIcon: typeChanged=false, type=CHARGE, level=73
09-18 09:42:59.743 D 3329 [SystemUI]LGBatteryMeterView updateBatteryIcon: typeChanged=false, type=CHARGE, level=73
09-18 09:42:59.743 I 3329 [SystemUI]BatterySaverHandler onReceive = android.intent.action.BATTERY_CHANGED
09-18 09:42:59.743 W 5261 ctxmgr [PowerConnectionState]Got same value as before for power connection (Plug state: 3 BatteryLevel: 0.73)
09-18 09:42:59.993 D 1175 PowerManagerServiceEx acquireWakeLockInternal: lock=654885080, flags=0x40000001, tag="alarm", ws=WorkSource{1000}, historyTag=alarm:android.intent.action.TIME_TICK, uid=1000, pid=1175
09-18 09:43:00.013 D 1175 PowerManagerServiceEx releaseWakeLockInternal: lock=654885080 [alarm], flags=0x0
09-18 09:43:00.033 I 3329 [SystemUI]TimeTickManager setTimeTickHandler, called onTimeChanged() nextTick: 59996
09-18 09:43:00.033 I 3329 KeyguardUpdateMonitor called onTimeUpdated()
09-18 09:43:00.033 I 3329 [SystemUI]Clock called onTimeUpdated()
09-18 09:43:00.033 I 3329 LgeClockWidgetControlView called onTimeUpdated()
09-18 09:43:00.033 I 3329 [SystemUI]DateView called onTimeUpdated()
09-18 09:43:00.033 I 3329 [SystemUI]DateView called onTimeUpdated()
09-18 09:43:00.043 D 3329 KeyguardUpdateMonitor handleTimeUpdate

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

No branches or pull requests

2 participants