smstuebe / xamarin-fingerprint

Xamarin and MvvMCross plugin for authenticate a user via fingerprint sensor
Microsoft Public License
494 stars 118 forks source link

GetAvailabilityAsync crashes with NullReferenceException for some devices on Android SDK 26 #83

Closed kspearrin closed 6 years ago

kspearrin commented 6 years ago

Whenever we updated our app to target Android SDK 26 (Android 8.0) a few of our users are now reporting crashes when we invoke calls into this library. I have debugged the issue with one of them and found that a NullReferenceException is happening when we call GetAvailabilityAsync. Whenever the user downgrades back to our pre-26 build (SDK 23 with the same version of this lib, 1.4.5), it works as expected. The majority of our users (including myself testing on my Nexus 5X) are not having this issue, however, so it seems like an edge case for certain devices.

Steps to reproduce

  1. Update project to Android SDK 26.

  2. Perform GetAvailabilityAsync() call on LG G3 D850 device running LineageOS

Expected behavior

Should return availability.

Actual behavior

Crashes with NullReferenceException.

Crashlog

--------- beginning of system

11-27 13:03:09.338  9437  9437 I chatty  : uid=10016(u0_a16) com.android.vending expire 1 line

11-27 13:03:09.343  9437  9437 E ActivityThread: Failed to find provider info for com.teslacoilsw.notifier

11-27 13:03:25.783   817   847 I ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=scd.lcex/.ActivityMain bnds=[360,1660][720,2213] (has extras)} from uid 10098

11-27 13:03:25.824   817   849 I ActivityManager: Start proc 9710:scd.lcex/u0a171 for activity scd.lcex/.ActivityMain

11-27 13:03:25.948   817  2699 E AlarmManager: RTC Alarm: 2 null com.google.android.gms com.google.android.gms.gcm.ACTION_CHECK_QUEUE

--------- beginning of main

11-27 13:03:27.070   402   466 E ThermalEngine: [GPU_MON] 15 percent. Current Sampling Time is 1 sec

11-27 13:03:27.070   402   466 E ThermalEngine: [GPU_MON] ACTION: GPU - [GPU_MON] Setting GPU[0] to 462400000

11-27 13:03:27.070   402   466 E ThermalEngine: [GPU_MON] GPU Initial setting Addaped 462400000 Mhz

11-27 13:03:27.175  9710  9716 I zygote  : Do partial code cache collection, code=30KB, data=27KB

11-27 13:03:27.175  9710  9716 I zygote  : After code cache collection, code=30KB, data=27KB

11-27 13:03:27.175  9710  9716 I zygote  : Increasing code cache capacity to 128KB

11-27 13:03:27.293  9754  9754 W ADebug  : Failed to get property persist.sys.media.traces

11-27 13:03:27.545  9754  9754 W /system/bin/app_process: !bang JNI is deprecated. Switch to @FastNative for void android.opengl.GLES20.glActiveTexture(int)

11-27 13:03:27.545  9754  9754 W /system/bin/app_process: !bang JNI is deprecated. Switch to @FastNative for void android.opengl.GLES20.glBindBuffer(int, int)

11-27 13:03:27.545  9754  9754 W /system/bin/app_process: !bang JNI is deprecated. Switch to @FastNative for void android.opengl.GLES20.glBindTexture(int, int)

11-27 13:03:27.545  9754  9754 W /system/bin/app_process: !bang JNI is deprecated. Switch to @FastNative for void android.opengl.GLES20.glBlendColor(float, float, float, float)

11-27 13:03:27.546  9754  9754 W /system/bin/app_process: !bang JNI is deprecated. Switch to @FastNative for void android.opengl.GLES20.glClearDepthf(float)

11-27 13:03:27.546  9754  9754 W /system/bin/app_process: !bang JNI is deprecated. Switch to @FastNative for void android.opengl.GLES20.glClearStencil(int)

11-27 13:03:27.546  9754  9754 W /system/bin/app_process: !bang JNI is deprecated. Switch to @FastNative for void android.opengl.GLES20.glColorMask(boolean, boolean, boolean, boolean)

11-27 13:03:27.546  9754  9754 W /system/bin/app_process: !bang JNI is deprecated. Switch to @FastNative for void android.opengl.GLES20.glCullFace(int)

11-27 13:03:27.546  9754  9754 W /system/bin/app_process: !bang JNI is deprecated. Switch to @FastNative for void android.opengl.GLES20.glDepthFunc(int)

11-27 13:03:27.546  9754  9754 W /system/bin/app_process: !bang JNI is deprecated. Switch to @FastNative for void android.opengl.GLES20.glDepthMask(boolean)

11-27 13:03:27.546  9754  9754 W /system/bin/app_process: !bang JNI is deprecated. Switch to @FastNative for void android.opengl.GLES20.glDisable(int)

11-27 13:03:27.546  9754  9754 W /system/bin/app_process: !bang JNI is deprecated. Switch to @FastNative for void android.opengl.GLES20.glDisableVertexAttribArray(int)

11-27 13:03:27.546  9754  9754 W /system/bin/app_process: !bang JNI is deprecated. Switch to @FastNative for void android.opengl.GLES20.glDrawArrays(int, int, int)

11-27 13:03:27.546  9754  9754 W /system/bin/app_process: !bang JNI is deprecated. Switch to @FastNative for void android.opengl.GLES20.glDrawElements(int, int, int, int)

11-27 13:03:27.546  9754  9754 W /system/bin/app_process: !bang JNI is deprecated. Switch to @FastNative for void android.opengl.GLES20.glDrawElements(int, int, int, java.nio.Buffer)

11-27 13:03:27.546  9754  9754 W /system/bin/app_process: !bang JNI is deprecated. Switch to @FastNative for void android.opengl.GLES20.glEnable(int)

11-27 13:03:27.546  9754  9754 W /system/bin/app_process: !bang JNI is deprecated. Switch to @FastNative for void android.opengl.GLES20.glEnableVertexAttribArray(int)

11-27 13:03:27.546  9754  9754 W /system/bin/app_process: !bang JNI is deprecated. Switch to @FastNative for void android.opengl.GLES20.glFrontFace(int)

11-27 13:03:27.546  9754  9754 W /system/bin/app_process: !bang JNI is deprecated. Switch to @FastNative for int android.opengl.GLES20.glGetError()

11-27 13:03:27.546  9754  9754 W /system/bin/app_process: !bang JNI is deprecated. Switch to @FastNative for void android.opengl.GLES20.glGetFloatv(int, float[], int)

11-27 13:03:27.547  9754  9754 W /system/bin/app_process: !bang JNI is deprecated. Switch to @FastNative for void android.opengl.GLES20.glGetIntegerv(int, int[], int)

11-27 13:03:27.547  9754  9754 W /system/bin/app_process: !bang JNI is deprecated. Switch to @FastNative for void android.opengl.GLES20.glScissor(int, int, int, int)

11-27 13:03:27.547  9754  9754 W /system/bin/app_process: !bang JNI is deprecated. Switch to @FastNative for void android.opengl.GLES20.glStencilFunc(int, int, int)

11-27 13:03:27.547  9754  9754 W /system/bin/app_process: !bang JNI is deprecated. Switch to @FastNative for void android.opengl.GLES20.glStencilFuncSeparate(int, int, int, int)

11-27 13:03:27.547  9754  9754 W /system/bin/app_process: !bang JNI is deprecated. Switch to @FastNative for void android.opengl.GLES20.glStencilMask(int)

11-27 13:03:27.547  9754  9754 W /system/bin/app_process: !bang JNI is deprecated. Switch to @FastNative for void android.opengl.GLES20.glStencilMaskSeparate(int, int)

11-27 13:03:27.547  9754  9754 W /system/bin/app_process: !bang JNI is deprecated. Switch to @FastNative for void android.opengl.GLES20.glStencilOp(int, int, int)

11-27 13:03:27.547  9754  9754 W /system/bin/app_process: !bang JNI is deprecated. Switch to @FastNative for void android.opengl.GLES20.glStencilOpSeparate(int, int, int, int)

11-27 13:03:27.547  9754  9754 W /system/bin/app_process: !bang JNI is deprecated. Switch to @FastNative for void android.opengl.GLES20.glUniform1f(int, float)

11-27 13:03:27.548  9754  9754 W /system/bin/app_process: !bang JNI is deprecated. Switch to @FastNative for void android.opengl.GLES20.glUniform1fv(int, int, float[], int)

11-27 13:03:27.548  9754  9754 W /system/bin/app_process: !bang JNI is deprecated. Switch to @FastNative for void android.opengl.GLES20.glUniform1fv(int, int, java.nio.FloatBuffer)

11-27 13:03:27.548  9754  9754 W /system/bin/app_process: !bang JNI is deprecated. Switch to @FastNative for void android.opengl.GLES20.glUniform1i(int, int)

11-27 13:03:27.548  9754  9754 W /system/bin/app_process: !bang JNI is deprecated. Switch to @FastNative for void android.opengl.GLES20.glUniform1iv(int, int, int[], int)

11-27 13:03:27.548  9754  9754 W /system/bin/app_process: !bang JNI is deprecated. Switch to @FastNative for void android.opengl.GLES20.glUniform1iv(int, int, java.nio.IntBuffer)

11-27 13:03:27.548  9754  9754 W /system/bin/app_process: !bang JNI is deprecated. Switch to @FastNative for void android.opengl.GLES20.glUniform2f(int, float, float)

11-27 13:03:27.548  9754  9754 W /system/bin/app_process: !bang JNI is deprecated. Switch to @FastNative for void android.opengl.GLES20.glUniform2fv(int, int, float[], int)

11-27 13:03:27.548  9754  9754 W /system/bin/app_process: !bang JNI is deprecated. Switch to @FastNative for void android.opengl.GLES20.glUniform2fv(int, int, java.nio.FloatBuffer)

11-27 13:03:27.548  9754  9754 W /system/bin/app_process: !bang JNI is deprecated. Switch to @FastNative for void android.opengl.GLES20.glUniform2i(int, int, int)

11-27 13:03:27.548  9754  9754 W /system/bin/app_process: !bang JNI is deprecated. Switch to @FastNative for void android.opengl.GLES20.glUniform2iv(int, int, int[], int)

11-27 13:03:27.548  9754  9754 W /system/bin/app_process: !bang JNI is deprecated. Switch to @FastNative for void android.opengl.GLES20.glUniform2iv(int, int, java.nio.IntBuffer)

11-27 13:03:27.548  9754  9754 W /system/bin/app_process: !bang JNI is deprecated. Switch to @FastNative for void android.opengl.GLES20.glUniform3f(int, float, float, float)

11-27 13:03:27.548  9754  9754 W /system/bin/app_process: !bang JNI is deprecated. Switch to @FastNative for void android.opengl.GLES20.glUniform3fv(int, int, float[], int)

11-27 13:03:27.548  9754  9754 W /system/bin/app_process: !bang JNI is deprecated. Switch to @FastNative for void android.opengl.GLES20.glUniform3fv(int, int, java.nio.FloatBuffer)

11-27 13:03:27.548  9754  9754 W /system/bin/app_process: !bang JNI is deprecated. Switch to @FastNative for void android.opengl.GLES20.glUniform3i(int, int, int, int)

11-27 13:03:27.548  9754  9754 W /system/bin/app_process: !bang JNI is deprecated. Switch to @FastNative for void android.opengl.GLES20.glUniform3iv(int, int, int[], int)

11-27 13:03:27.548  9754  9754 W /system/bin/app_process: !bang JNI is deprecated. Switch to @FastNative for void android.opengl.GLES20.glUniform3iv(int, int, java.nio.IntBuffer)

11-27 13:03:27.548  9754  9754 W /system/bin/app_process: !bang JNI is deprecated. Switch to @FastNative for void android.opengl.GLES20.glUniform4f(int, float, float, float, float)

11-27 13:03:27.549  9754  9754 W /system/bin/app_process: !bang JNI is deprecated. Switch to @FastNative for void android.opengl.GLES20.glUniform4fv(int, int, float[], int)

11-27 13:03:27.549  9754  9754 W /system/bin/app_process: !bang JNI is deprecated. Switch to @FastNative for void android.opengl.GLES20.glUniform4fv(int, int, java.nio.FloatBuffer)

11-27 13:03:27.549  9754  9754 W /system/bin/app_process: !bang JNI is deprecated. Switch to @FastNative for void android.opengl.GLES20.glUniform4i(int, int, int, int, int)

11-27 13:03:27.549  9754  9754 W /system/bin/app_process: !bang JNI is deprecated. Switch to @FastNative for void android.opengl.GLES20.glUniform4iv(int, int, int[], int)

11-27 13:03:27.549  9754  9754 W /system/bin/app_process: !bang JNI is deprecated. Switch to @FastNative for void android.opengl.GLES20.glUniform4iv(int, int, java.nio.IntBuffer)

11-27 13:03:27.549  9754  9754 W /system/bin/app_process: !bang JNI is deprecated. Switch to @FastNative for void android.opengl.GLES20.glUniformMatrix2fv(int, int, boolean, float[], int)

11-27 13:03:27.549  9754  9754 W /system/bin/app_process: !bang JNI is deprecated. Switch to @FastNative for void android.opengl.GLES20.glUniformMatrix2fv(int, int, boolean, java.nio.FloatBuffer)

11-27 13:03:27.549  9754  9754 W /system/bin/app_process: !bang JNI is deprecated. Switch to @FastNative for void android.opengl.GLES20.glUniformMatrix3fv(int, int, boolean, float[], int)

11-27 13:03:27.549  9754  9754 W /system/bin/app_process: !bang JNI is deprecated. Switch to @FastNative for void android.opengl.GLES20.glUniformMatrix3fv(int, int, boolean, java.nio.FloatBuffer)

11-27 13:03:27.549  9754  9754 W /system/bin/app_process: !bang JNI is deprecated. Switch to @FastNative for void android.opengl.GLES20.glUniformMatrix4fv(int, int, boolean, float[], int)

11-27 13:03:27.549  9754  9754 W /system/bin/app_process: !bang JNI is deprecated. Switch to @FastNative for void android.opengl.GLES20.glUniformMatrix4fv(int, int, boolean, java.nio.FloatBuffer)

11-27 13:03:27.549  9754  9754 W /system/bin/app_process: !bang JNI is deprecated. Switch to @FastNative for void android.opengl.GLES20.glUseProgram(int)

11-27 13:03:27.549  9754  9754 W /system/bin/app_process: !bang JNI is deprecated. Switch to @FastNative for void android.opengl.GLES20.glVertexAttrib1f(int, float)

11-27 13:03:27.549  9754  9754 W /system/bin/app_process: !bang JNI is deprecated. Switch to @FastNative for void android.opengl.GLES20.glVertexAttrib1fv(int, float[], int)

11-27 13:03:27.549  9754  9754 W /system/bin/app_process: !bang JNI is deprecated. Switch to @FastNative for void android.opengl.GLES20.glVertexAttrib1fv(int, java.nio.FloatBuffer)

11-27 13:03:27.550  9754  9754 W /system/bin/app_process: !bang JNI is deprecated. Switch to @FastNative for void android.opengl.GLES20.glVertexAttrib2f(int, float, float)

11-27 13:03:27.550  9754  9754 W /system/bin/app_process: !bang JNI is deprecated. Switch to @FastNative for void android.opengl.GLES20.glVertexAttrib2fv(int, float[], int)

11-27 13:03:27.550  9754  9754 W /system/bin/app_process: !bang JNI is deprecated. Switch to @FastNative for void android.opengl.GLES20.glVertexAttrib2fv(int, java.nio.FloatBuffer)

11-27 13:03:27.550  9754  9754 W /system/bin/app_process: !bang JNI is deprecated. Switch to @FastNative for void android.opengl.GLES20.glVertexAttrib3f(int, float, float, float)

11-27 13:03:27.550  9754  9754 W /system/bin/app_process: !bang JNI is deprecated. Switch to @FastNative for void android.opengl.GLES20.glVertexAttrib3fv(int, float[], int)

11-27 13:03:27.550  9754  9754 W /system/bin/app_process: !bang JNI is deprecated. Switch to @FastNative for void android.opengl.GLES20.glVertexAttrib3fv(int, java.nio.FloatBuffer)

11-27 13:03:27.550  9754  9754 W /system/bin/app_process: !bang JNI is deprecated. Switch to @FastNative for void android.opengl.GLES20.glVertexAttrib4f(int, float, float, float, float)

11-27 13:03:27.550  9754  9754 W /system/bin/app_process: !bang JNI is deprecated. Switch to @FastNative for void android.opengl.GLES20.glVertexAttrib4fv(int, float[], int)

11-27 13:03:27.550  9754  9754 W /system/bin/app_process: !bang JNI is deprecated. Switch to @FastNative for void android.opengl.GLES20.glVertexAttrib4fv(int, java.nio.FloatBuffer)

11-27 13:03:27.550  9754  9754 W /system/bin/app_process: !bang JNI is deprecated. Switch to @FastNative for void android.opengl.GLES20.glVertexAttribPointer(int, int, int, boolean, int, int)

11-27 13:03:27.550  9754  9754 W /system/bin/app_process: !bang JNI is deprecated. Switch to @FastNative for void android.opengl.GLES20.glVertexAttribPointerBounds(int, int, int, boolean, int, java.nio.Buffer, int)

11-27 13:03:27.550  9754  9754 W /system/bin/app_process: !bang JNI is deprecated. Switch to @FastNative for void android.opengl.GLES20.glViewport(int, int, int, int)

11-27 13:03:27.561  9754  9754 W /system/bin/app_process: !bang JNI is deprecated. Switch to @FastNative for void android.opengl.Matrix.multiplyMM(float[], int, float[], int, float[], int)

11-27 13:03:27.561  9754  9754 W /system/bin/app_process: !bang JNI is deprecated. Switch to @FastNative for void android.opengl.Matrix.multiplyMV(float[], int, float[], int, float[], int)

11-27 13:03:27.623  6494  7040 W Adreno-EGL: <qeglDrvAPI_eglGetConfigAttrib:607>: EGL_BAD_ATTRIBUTE

11-27 13:03:27.625   817  2699 I ActivityManager: START u0 {act=android.intent.action.VIEW dat=accessibility_home flg=0x10000000} from uid 10102

11-27 13:03:27.625  6494  7040 I vndksupport: sphal namespace is not configured for this process. Loading /vendor/lib/hw/gralloc.msm8974.so from the current namespace instead.

11-27 13:03:27.631   817  2277 I ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10200000 cmp=com.teslacoilsw.launcher/.NovaLauncher (has extras)} from uid 1000

11-27 13:03:27.656   357   357 I surfaceflinger: type=1400 audit(0.0:1153): avc: denied { ioctl } for path="/dev/kgsl-3d0" dev="tmpfs" ino=4054 ioctlcmd=915 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1

11-27 13:03:27.663  9710  9716 I zygote  : Do partial code cache collection, code=62KB, data=52KB

11-27 13:03:27.664  9710  9716 I zygote  : After code cache collection, code=62KB, data=52KB

11-27 13:03:27.664  9710  9716 I zygote  : Increasing code cache capacity to 256KB

11-27 13:03:27.754  3829  4055 W Adreno-EGL: <qeglDrvAPI_eglGetConfigAttrib:607>: EGL_BAD_ATTRIBUTE

11-27 13:03:27.756  3829  4055 I vndksupport: sphal namespace is not configured for this process. Loading /vendor/lib/hw/gralloc.msm8974.so from the current namespace instead.

11-27 13:03:27.769  3879  3879 I Binder:817_8: type=1400 audit(0.0:1154): avc: denied { write } for name="mpctl" dev="tmpfs" ino=28976 scontext=u:r:system_server:s0 tcontext=u:object_r:socket_device:s0 tclass=sock_file permissive=1

11-27 13:03:28.024   817  3980 I Adreno-EGL: <qeglDrvAPI_eglInitialize:379>: EGL 1.4 QUALCOMM build: Nondeterministic_AU_msm8974_LA.BF.1.1.3_RB1__release_AU (Ia6c73e7530)

11-27 13:03:28.024   817  3980 I Adreno-EGL: OpenGL ES Shader Compiler Version: E031.29.00.00

11-27 13:03:28.024   817  3980 I Adreno-EGL: Build Date: 11/17/15 Tue

11-27 13:03:28.024   817  3980 I Adreno-EGL: Local Branch: mybranch16463693

11-27 13:03:28.024   817  3980 I Adreno-EGL: Remote Branch: quic/LA.BF.1.1.3_rb1.4

11-27 13:03:28.024   817  3980 I Adreno-EGL: Local Patches: NONE

11-27 13:03:28.024   817  3980 I Adreno-EGL: Reconstruct Branch: NOTHING

11-27 13:03:28.024   817  3980 I OpenGLRenderer: Initialized EGL, version 1.4

11-27 13:03:28.188   817   828 I zygote  : NativeAllocBackground concurrent copying GC freed 58650(2MB) AllocSpace objects, 17(356KB) LOS objects, 42% free, 12MB/22MB, paused 1.102ms total 161.664ms

11-27 13:03:28.463   817  2709 I ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.x8bit.bitwarden/md5fb78b69c5ddbc157f4db38fd738139a6.SplashActivity bnds=[0,1660][360,2213] (has extras)} from uid 10098

11-27 13:03:28.466   817  2709 E BoostFramework: Exception java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[])' on a null object reference

11-27 13:03:28.673  9802  9802 I RenderThread: type=1400 audit(0.0:1155): avc: denied { open } for name="kgsl-3d0" dev="tmpfs" ino=4054 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1

11-27 13:03:28.676  9132  9802 I Adreno-EGL: <qeglDrvAPI_eglInitialize:379>: EGL 1.4 QUALCOMM build: Nondeterministic_AU_msm8974_LA.BF.1.1.3_RB1__release_AU (Ia6c73e7530)

11-27 13:03:28.676  9132  9802 I Adreno-EGL: OpenGL ES Shader Compiler Version: E031.29.00.00

11-27 13:03:28.676  9132  9802 I Adreno-EGL: Build Date: 11/17/15 Tue

11-27 13:03:28.676  9132  9802 I Adreno-EGL: Local Branch: mybranch16463693

11-27 13:03:28.676  9132  9802 I Adreno-EGL: Remote Branch: quic/LA.BF.1.1.3_rb1.4

11-27 13:03:28.676  9132  9802 I Adreno-EGL: Local Patches: NONE

11-27 13:03:28.676  9132  9802 I Adreno-EGL: Reconstruct Branch: NOTHING

11-27 13:03:28.682  9132  9802 I OpenGLRenderer: Initialized EGL, version 1.4

11-27 13:03:28.698  9132  9802 W Adreno-EGL: <qeglDrvAPI_eglGetConfigAttrib:607>: EGL_BAD_ATTRIBUTE

11-27 13:03:28.702  9132  9802 I vndksupport: sphal namespace is not configured for this process. Loading /vendor/lib/hw/gralloc.msm8974.so from the current namespace instead.

11-27 13:03:28.707   817  4094 I ActivityManager: START u0 {cmp=com.x8bit.bitwarden/md5fb78b69c5ddbc157f4db38fd738139a6.MainActivity (has extras)} from uid 10170

11-27 13:03:28.735   233   233 W /system/bin/hwservicemanager: getTransportFromManifest: Cannot find entry android.hardware.graphics.mapper@2.0::IMapper in either framework or device manifest, using default transport.

11-27 13:03:28.738  9132  9802 I vndksupport: sphal namespace is not configured for this process. Loading /vendor/lib/hw/gralloc.msm8974.so from the current namespace instead.

11-27 13:03:28.748   344  2412 I WifiHAL : event received NL80211_CMD_VENDOR, vendor_id = 0x1374, subcmd = 0xa

11-27 13:03:28.749  2426  2426 I wpa_supplicant: wlan0: CTRL-EVENT-AVOID-FREQ ranges=

11-27 13:03:28.781   817  5991 E AlarmManager: RTC Alarm: 2 null com.google.android.gms com.google.android.gms.analytics.ANALYTICS_DISPATCH

11-27 13:03:28.918  9132  9132 I mono-stdout: A OnCreate

11-27 13:03:29.071   402   466 E ThermalEngine: [GPU_MON] Gpu Clock is back to idle state ( 578000000 Mhz )

11-27 13:03:29.071   402   466 E ThermalEngine: [GPU_MON] ACTION: GPU - [GPU_MON] Setting GPU[0] to 578000000

11-27 13:03:29.233  9132  9132 I mono-stdout: Android Language:en-US

11-27 13:03:29.233  9132  9132 I mono-stdout: .NET Language/Locale:en-US

11-27 13:03:29.249  9132  9132 I mono-stdout: CurrentCulture set: en-US

11-27 13:03:29.278   817   849 I ActivityManager: START u0 {act=android.intent.action.VIEW dat=accessibility_home flg=0x10000000} from uid 10102

11-27 13:03:29.284   817  2277 I ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10200000 cmp=com.teslacoilsw.launcher/.NovaLauncher (has extras)} from uid 1000

11-27 13:03:29.319  9815  9815 I sensors.qcom: type=1400 audit(0.0:1161): avc: denied { write } for scontext=u:r:init:s0 tcontext=u:r:init:s0 tclass=socket permissive=1

11-27 13:03:29.596   817   817 W WindowManager: removeWindowToken: Attempted to remove non-existing token: android.os.Binder@8d88c4b

11-27 13:03:29.617  9132  9132 W SystemServiceRegistry: No service published for: fingerprint

11-27 13:03:29.797   817   926 W ActivityManager: Activity pause timeout for ActivityRecord{7c9682a u0 com.x8bit.bitwarden/md5fb78b69c5ddbc157f4db38fd738139a6.MainActivity t254}

11-27 13:03:29.837  3829  4055 W Adreno-EGL: <qeglDrvAPI_eglGetConfigAttrib:607>: EGL_BAD_ATTRIBUTE

11-27 13:03:29.839  3829  4055 I vndksupport: sphal namespace is not configured for this process. Loading /vendor/lib/hw/gralloc.msm8974.so from the current namespace instead.

11-27 13:03:29.938   817   817 I GnssLocationProvider: WakeLock acquired by sendMessage(SUBSCRIPTION_OR_SIM_CHANGED, 0, null)

11-27 13:03:29.945   817  3879 I WifiService: WifiService trying to set country code to  with persist set to false

11-27 13:03:29.972   817   925 E LocSvc_eng: I/===> loc_eng_set_server_proxy line 2524

11-27 13:03:29.981   817   925 E LocSvc_eng: I/===> loc_eng_configuration_update line 2649

11-27 13:03:29.981   817   925 E LocSvc_eng: I/===> loc_eng_configuration_update line 2649

11-27 13:03:29.986   817   925 I GnssLocationProvider: WakeLock released by handleMessage(SUBSCRIPTION_OR_SIM_CHANGED, 0, null)

11-27 13:03:30.016  2626  2626 I TelecomFramework: PstnIncomingCallNotifier: Unregistering: Handler (com.android.internal.telephony.GsmCdmaPhone) {b1eac41}

11-27 13:03:30.034   817  2523 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, [****], UserHandle{0}(lbl:  -> cricket)(desc:  -> cricket)]: TSI.rPA@AHQ

11-27 13:03:30.038  2626  2626 I TelecomFramework: AccountEntry: Registered phoneAccount: [[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, [****], UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub  Audio Routes: BESW Schemes: tel voicemail  Extras: null GroupId: [****]] with handle: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, [****], UserHandle{0}

11-27 13:03:30.039  2626  2626 I TelecomFramework: PstnIncomingCallNotifier: Registering: Handler (com.android.internal.telephony.GsmCdmaPhone) {b1eac41}

11-27 13:03:30.043  2626  9852 I MmsService: MmsConfigManager loads in background mcc/mnc: 310/150

11-27 13:03:30.076  2626  2626 I TelecomFramework: PstnPhoneCapabilitiesNotifier: handleVideoCapabilitesChanged. Video capability - false

11-27 13:03:30.097   817  5991 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, [****], UserHandle{0}]: TSI.rPA@AHc

11-27 13:03:30.397   817  3994 I ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=scd.lcex/.ActivityMain bnds=[360,1660][720,2213] (has extras)} from uid 10098

11-27 13:03:30.454  9710  9734 W Adreno-EGL: <qeglDrvAPI_eglGetConfigAttrib:607>: EGL_BAD_ATTRIBUTE

11-27 13:03:30.473  9710  9734 I vndksupport: sphal namespace is not configured for this process. Loading /vendor/lib/hw/gralloc.msm8974.so from the current namespace instead.

11-27 13:03:30.700  9710  9716 I zygote  : Do full code cache collection, code=125KB, data=92KB

11-27 13:03:30.700  9710  9716 I zygote  : After code cache collection, code=116KB, data=77KB

11-27 13:03:30.764  3568  3568 W InputConnectionWrapper.ICC: Timed out waiting on IInputContextCallback

11-27 13:03:30.828  9132  9132 I mono-stdout: A OnStart

11-27 13:03:30.922  9132  9132 W SystemServiceRegistry: No service published for: fingerprint

11-27 13:03:30.937  9132  9132 I mono-stdout: A OnResume

11-27 13:03:30.969  3568  3597 I InputConnectionWrapper.ICC: Got out-of-sequence callback 208 (expected 209) in setSelectedText, ignoring.

11-27 13:03:30.970  9132  9132 I mono-stdout: A OnPause

11-27 13:03:30.985  9132  9132 I MonoDroid: UNHANDLED EXCEPTION:

11-27 13:03:31.016  9132  9132 I MonoDroid: System.NullReferenceException: Object reference not set to an instance of an object

11-27 13:03:31.016  9132  9132 I MonoDroid:   at Plugin.Fingerprint.Standard.StandardFingerprintImplementation+<GetAvailabilityAsync>d__2.MoveNext () [0x0003f] in <4dbbc699863d48b98adebbf2facd77be>:0

11-27 13:03:31.016  9132  9132 I MonoDroid: --- End of stack trace from previous location where exception was thrown ---

11-27 13:03:31.016  9132  9132 I MonoDroid:   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <0aa53abf658b4320af5e4e5fce8fbc12>:0

11-27 13:03:31.016  9132  9132 I MonoDroid:   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0003e] in <0aa53abf658b4320af5e4e5fce8fbc12>:0

11-27 13:03:31.016  9132  9132 I MonoDroid:   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in <0aa53abf658b4320af5e4e5fce8fbc12>:0

11-27 13:03:31.016  9132  9132 I MonoDroid:   at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in <0aa53abf658b4320af5e4e5fce8fbc12>:0

11-27 13:03:31.016  9132  9132 I MonoDroid:   at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <0aa53abf658b4320af5e4e5fce8fbc12>:0

11-27 13:03:31.016  9132  9132 I MonoDroid:   at Bit.App.Pages.SettingsPage+<Init>d__73.MoveNext () [0x00138] in <fbc4b9b1884e4754a07a268c6b0ede0e>:0

11-27 13:03:31.016  9132  9132 I MonoDroid: --- End of stack trace from previous location where exception was thrown ---

11-27 13:03:31.016  9132  9132 I MonoDroid:   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <0aa53abf658b4320af5e4e5fce8fbc12>:0

11-27 13:03:31.016  9132  9132 I MonoDroid:   at System.Runtime.CompilerServices.AsyncMethodBuilderCore+<>c.<ThrowAsync>b__6_0 (System.Object state) [0x00000] in <0aa53abf658b4320af5e4e5fce8fbc12>:0

11-27 13:03:31.016  9132  9132 I MonoDroid:   at Android.App.SyncContext+<>c__DisplayClass2_0.<Post>b__0 () [0x00000] in <67ff10c21ab14d43bcce73f183198f19>:0

11-27 13:03:31.016  9132  9132 I MonoDroid:   at Java.Lang.Thread+RunnableImplementor.Run () [0x00008] in <67ff10c21ab14d43bcce73f183198f19>:0

11-27 13:03:31.016  9132  9132 I MonoDroid:   at Java.Lang.IRunnableInvoker.n_Run (System.IntPtr jnienv, System.IntPtr native__this) [0x00008] in <67ff10c21ab14d43bcce73f183198f19>:0

11-27 13:03:31.016  9132  9132 I MonoDroid:   at (wrapper dynamic-method) System.Object:5b63cf7d-adda-43a9-9626-bd42b1a73897 (intptr,intptr)

11-27 13:03:31.028   817   817 I GnssLocationProvider: WakeLock acquired by sendMessage(SUBSCRIPTION_OR_SIM_CHANGED, 0, null)

11-27 13:03:31.034   817  2699 I WifiService: WifiService trying to set country code to us with persist set to false

11-27 13:03:31.035  9132  9132 W zygote  : JNI RegisterNativeMethods: attempt to register 0 native methods for android.runtime.JavaProxyThrowable

11-27 13:03:31.052   817   925 E LocSvc_eng: I/===> loc_eng_set_server_proxy line 2524

11-27 13:03:31.052   817   925 E LocSvc_eng: I/===> loc_eng_configuration_update line 2649

11-27 13:03:31.052   817   925 E LocSvc_eng: I/===> loc_eng_configuration_update line 2649

11-27 13:03:31.053   817   925 I GnssLocationProvider: WakeLock released by handleMessage(SUBSCRIPTION_OR_SIM_CHANGED, 0, null)

11-27 13:03:31.097  2626  2626 I TelecomFramework: PstnIncomingCallNotifier: Unregistering: Handler (com.android.internal.telephony.GsmCdmaPhone) {b1eac41}

11-27 13:03:31.113   817  2502 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, [****], UserHandle{0}(lbl: cricket -> )(desc: cricket -> )]: TSI.rPA@AHg

11-27 13:03:31.117  2626  2626 I TelecomFramework: AccountEntry: Registered phoneAccount: [[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, [****], UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub  Audio Routes: BESW Schemes: tel voicemail  Extras: null GroupId: [****]] with handle: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, [****], UserHandle{0}

11-27 13:03:31.117  2626  2626 I TelecomFramework: PstnIncomingCallNotifier: Registering: Handler (com.android.internal.telephony.GsmCdmaPhone) {b1eac41}

11-27 13:03:31.120  2626  2626 I TelecomFramework: PstnIncomingCallNotifier: Unregistering: Handler (com.android.internal.telephony.GsmCdmaPhone) {b1eac41}

11-27 13:03:31.121  2626  9896 I MmsService: MmsConfigManager loads in background mcc/mnc: 310/150

11-27 13:03:31.139   817   847 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, [****], UserHandle{0}]: TSI.rPA@AHs

11-27 13:03:31.142  2626  2626 I TelecomFramework: AccountEntry: Registered phoneAccount: [[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, [****], UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub  Audio Routes: BESW Schemes: tel voicemail  Extras: null GroupId: [****]] with handle: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, [****], UserHandle{0}

11-27 13:03:31.142  2626  2626 I TelecomFramework: PstnIncomingCallNotifier: Registering: Handler (com.android.internal.telephony.GsmCdmaPhone) {b1eac41}

11-27 13:03:31.192  2626  2626 I TelecomFramework: PstnPhoneCapabilitiesNotifier: handleVideoCapabilitesChanged. Video capability - false

11-27 13:03:31.192  2626  2626 I TelecomFramework: PstnPhoneCapabilitiesNotifier: handleVideoCapabilitesChanged. Video capability - false

11-27 13:03:31.213   817  3994 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, [****], UserHandle{0}]: TSI.rPA@AH4

11-27 13:03:31.299  9899  9899 W time_daemon: type=1400 audit(0.0:1162): avc: granted { read } for name="rtc0" dev="tmpfs" ino=7527 scontext=u:r:init:s0 tcontext=u:object_r:rtc_device:s0 tclass=chr_file

11-27 13:03:31.299  9899  9899 W time_daemon: type=1400 audit(0.0:1163): avc: granted { read open } for name="rtc0" dev="tmpfs" ino=7527 scontext=u:r:init:s0 tcontext=u:object_r:rtc_device:s0 tclass=chr_file

11-27 13:03:31.299  9899  9899 I time_daemon: type=1400 audit(0.0:1164): avc: denied { ioctl } for path="/dev/rtc0" dev="tmpfs" ino=7527 ioctlcmd=7009 scontext=u:r:init:s0 tcontext=u:object_r:rtc_device:s0 tclass=chr_file permissive=1

11-27 13:03:31.306   491   572 E QC-time-services: Receive Passed == base = 13, unit = 1, operation = 0, result = 0

11-27 13:03:31.306   499   804 E QC-time-services: Daemon: Time-services: Waiting to acceptconnection

11-27 13:03:31.354  3479  3479 I mpdecision: type=1400 audit(0.0:1165): avc: denied { write } for name="mpctl" dev="tmpfs" ino=28976 scontext=u:r:init:s0 tcontext=u:object_r:socket_device:s0 tclass=sock_file permissive=1

11-27 13:03:31.468   817  2523 I WindowManager: WIN DEATH: Window{404ce18 u0 com.x8bit.bitwarden/md5fb78b69c5ddbc157f4db38fd738139a6.MainActivity}

11-27 13:03:31.468   817  3879 I ActivityManager: Process com.x8bit.bitwarden (pid 9132) has died: prcp SVC

11-27 13:03:31.469   817  3879 W ActivityManager: Scheduling restart of crashed service com.x8bit.bitwarden/md5394f796d65688b6a4942ed0da5a235eb.AndroidPushService in 4000ms

11-27 13:03:31.471   817  3879 W ActivityManager: Force removing ActivityRecord{7c9682a u0 com.x8bit.bitwarden/md5fb78b69c5ddbc157f4db38fd738139a6.MainActivity t254}: app died, no saved state

11-27 13:03:31.473   817  2277 W InputDispatcher: channel '81d0a0 com.x8bit.bitwarden/md5fb78b69c5ddbc157f4db38fd738139a6.SplashActivity (server)' ~ Consumer closed input channel or an error occurred.  events=0x9

11-27 13:03:31.473   817  2277 E InputDispatcher: channel '81d0a0 com.x8bit.bitwarden/md5fb78b69c5ddbc157f4db38fd738139a6.SplashActivity (server)' ~ Channel is unrecoverably broken and will be disposed!

11-27 13:03:31.474   817   847 I WindowManager: WIN DEATH: Window{81d0a0 u0 com.x8bit.bitwarden/md5fb78b69c5ddbc157f4db38fd738139a6.SplashActivity}

11-27 13:03:31.474   817   847 W InputDispatcher: Attempted to unregister already unregistered input channel '81d0a0 com.x8bit.bitwarden/md5fb78b69c5ddbc157f4db38fd738139a6.SplashActivity (server)'

11-27 13:03:31.487   817  1095 W ActivityManager: setHasOverlayUi called on unknown pid: 9132

11-27 13:03:32.458  3568  3568 W InputConnectionWrapper.ICC: Timed out waiting on IInputContextCallback

11-27 13:03:32.462  3568  3568 E FullInputEventModel: onStartInput event aborted: com.touchtype.keyboard.f.x (class com.touchtype.keyboard.f.x)

11-27 13:03:32.473  3829  3829 W IInputConnectionWrapper: getExtractedText on inactive InputConnection

11-27 13:03:32.478  3829  3829 W IInputConnectionWrapper: getTextBeforeCursor on inactive InputConnection

11-27 13:03:32.479  3829  3829 W IInputConnectionWrapper: getSelectedText on inactive InputConnection

11-27 13:03:32.481  3829  3829 W IInputConnectionWrapper: getTextAfterCursor on inactive InputConnection

11-27 13:03:32.482  3568  3568 E FullInputEventModel: onStartInput event aborted: com.touchtype.keyboard.f.p: could not obtain extracted text (class com.touchtype.keyboard.f.p)

11-27 13:03:34.406   344  2412 I WifiHAL : event received NL80211_CMD_VENDOR, vendor_id = 0x1374, subcmd = 0xa

11-27 13:03:34.406  2426  2426 I wpa_supplicant: wlan0: CTRL-EVENT-AVOID-FREQ ranges=

11-27 13:03:35.254   817  2707 E LightsService: Light requested not available on this device. 2

11-27 13:03:35.487   817   926 I ActivityManager: Start proc 9933:com.x8bit.bitwarden/u0a170 for service com.x8bit.bitwarden/md5394f796d65688b6a4942ed0da5a235eb.AndroidPushService

11-27 13:03:35.667  9933  9933 W monodroid: Trying to load sgen from: /data/app/com.x8bit.bitwarden-men0yzmeUlP9XZhZ3fsa5g==/lib/arm/libmonosgen-2.0.so

11-27 13:03:35.924  2837  2837 I RenderThread: type=1400 audit(0.0:1166): avc: denied { ioctl } for path="/dev/kgsl-3d0" dev="tmpfs" ino=4054 ioctlcmd=93d scontext=u:r:platform_app:s0:c512,c768 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1

11-27 13:03:36.050  9933  9933 W monodroid-gc: GREF GC Threshold: 46080

11-27 13:03:36.062  9933  9933 W monodroid: Calling into managed runtime init

11-27 13:03:36.097  9734  9734 I RenderThread: type=1400 audit(0.0:1167): avc: denied { ioctl } for path="/dev/kgsl-3d0" dev="tmpfs" ino=4054 ioctlcmd=93d scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1

11-27 13:03:36.100  9933  9933 I x8bit.bitwarden: type=1400 audit(0.0:1168): avc: denied { read } for name="uptime" dev="proc" ino=4026533704 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc:s0 tclass=file permissive=1

11-27 13:03:36.100  9933  9933 I x8bit.bitwarden: type=1400 audit(0.0:1169): avc: denied { open } for name="uptime" dev="proc" ino=4026533704 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc:s0 tclass=file permissive=1

11-27 13:03:36.100  9933  9933 I x8bit.bitwarden: type=1400 audit(0.0:1170): avc: denied { getattr } for path="/proc/uptime" dev="proc" ino=4026533704 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc:s0 tclass=file permissive=1

11-27 13:03:36.100  9933  9933 I x8bit.bitwarden: type=1400 audit(0.0:1171): avc: denied { read } for name="present" dev="sysfs" ino=36 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:sysfs:s0 tclass=file permissive=1

11-27 13:03:36.883  9933  9933 I GMPM    : App measurement is starting up, version: 8487

11-27 13:03:36.884  9933  9933 I GMPM    : To enable debug logging run: adb shell setprop log.tag.GMPM VERBOSE

11-27 13:03:36.892  9933  9933 E GMPM    : GoogleService failed to initialize, status: 10, Missing an expected resource: 'R.string.google_app_id' for initializing Google services.  Possible causes are missing google-services.json or com.google.gms.google-services gradle plugin.

11-27 13:03:36.892  9933  9933 E GMPM    : Scheduler not set. Not logging error/warn.

11-27 13:03:36.922  9933  9978 E GMPM    : Uploading is not possible. App measurement disabled

11-27 13:03:37.627  9933  9933 W SamsungFingerprintImplementation:

11-27 13:03:37.627  9933  9933 W SamsungFingerprintImplementation: com.samsung.android.sdk.SsdkUnsupportedException: This is not Samsung device.

11-27 13:03:37.627  9933  9933 W SamsungFingerprintImplementation: at com.samsung.android.sdk.pass.Spass.initialize(Unknown Source:112)

11-27 13:03:37.627  9933  9933 W SamsungFingerprintImplementation: at md5fb78b69c5ddbc157f4db38fd738139a6.MainApplication.n_onCreate(Native Method)

11-27 13:03:37.627  9933  9933 W SamsungFingerprintImplementation: at md5fb78b69c5ddbc157f4db38fd738139a6.MainApplication.onCreate(MainApplication.java:34)

11-27 13:03:37.627  9933  9933 W SamsungFingerprintImplementation: at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1118)

11-27 13:03:37.627  9933  9933 W SamsungFingerprintImplementation: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5816)

11-27 13:03:37.627  9933  9933 W SamsungFingerprintImplementation: at android.app.ActivityThread.-wrap1(Unknown Source:0)

11-27 13:03:37.627  9933  9933 W SamsungFingerprintImplementation: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1676)

11-27 13:03:37.627  9933  9933 W SamsungFingerprintImplementation: at android.os.Handler.dispatchMessage(Handler.java:105)

11-27 13:03:37.627  9933  9933 W SamsungFingerprintImplementation: at android.os.Looper.loop(Looper.java:163)

11-27 13:03:37.627  9933  9933 W SamsungFingerprintImplementation: at android.app.ActivityThread.main(ActivityThread.java:6566)

11-27 13:03:37.627  9933  9933 W SamsungFingerprintImplementation: at java.lang.reflect.Method.invoke(Native Method)

11-27 13:03:37.627  9933  9933 W SamsungFingerprintImplementation: at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:240)

11-27 13:03:37.627  9933  9933 W SamsungFingerprintImplementation: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:767)

11-27 13:03:38.107  9933  9933 I mono-stdout: /data/user/0/com.x8bit.bitwarden/files/bitwarden.db3

11-27 13:03:38.221  9933  9933 I GAv4    : Google Analytics 8.4.87 is starting up. To enable debug logging on a device run:

11-27 13:03:38.221  9933  9933 I GAv4    :   adb shell setprop log.tag.GAv4 DEBUG

11-27 13:03:38.221  9933  9933 I GAv4    :   adb logcat -s GAv4

11-27 13:03:38.236  9933  9933 W GAv4    : AnalyticsReceiver is not registered or is disabled. Register the receiver for reliable dispatching on non-Google Play devices. See http://goo.gl/8Rd3yj for instructions.

11-27 13:03:38.237  9933  9933 W GAv4    : CampaignTrackingReceiver is not registered, not exported or is disabled. Installation campaign tracking is not possible. See http://goo.gl/8Rd3yj for instructions.

11-27 13:03:38.256  9933  9983 W GAv4    : AnalyticsService not registered in the app manifest. Hits might not be delivered reliably. See http://goo.gl/8Rd3yj for instructions.

11-27 13:03:39.014 10005 10005 I sensors.qcom: type=1400 audit(0.0:1173): avc: denied { ioctl } for path="/dev/sensors" dev="tmpfs" ino=7296 ioctlcmd=6403 scontext=u:r:init:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1

11-27 13:03:40.565  9933  9954 I zygote  : Waiting for a blocking GC ProfileSaver

11-27 13:03:40.583  9933  9954 I zygote  : WaitForGcToComplete blocked for 18.029ms for cause ProfileSaver

Configuration

Version of the Plugin: 1.4.5

Platform: Android 8.0

Device: LG G3 D850 LineageOS

smsissuechecker commented 6 years ago

Hi @kspearrin,

I'm the friendly issue checker. Thanks for using the issue template :star2: I appreciate it very much. I'm sure, the maintainers of this repository will answer, soon.

smstuebe commented 6 years ago

Don't own the device and it's not available in appcenter. So I "guessed" (see commit). Can you try 1.4.6-beta3?

kspearrin commented 6 years ago

User reports that it is now working. Thanks.