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

plyer notifications raising NotImplementedError on android #467

Closed
tripluS-h opened this issue Nov 6, 2018 · 3 comments
Closed

plyer notifications raising NotImplementedError on android #467

tripluS-h opened this issue Nov 6, 2018 · 3 comments

Comments

@tripluS-h
Copy link

tripluS-h commented Nov 6, 2018

Using the example code (and any other instance of notification.notify) crashes on my android device.
Also worth noting is that it works flawlessly on my (linux) laptop.
Logcat:

11-06 11:56:36.878 16302 16321 I python : Traceback (most recent call last):
11-06 11:56:36.879 16302 16321 I python : File "/home/liam/Documents/AndroidServiceTest/notification_test/plyer/examples/notification/.buildozer/android/platform/python-for-android/build/python-install/lib/python2.7/site-packages/plyer/utils.py", line 95, in _ensure_obj
11-06 11:56:36.879 16302 16321 I python : File "/home/liam/Documents/AndroidServiceTest/notification_test/plyer/examples/notification/.buildozer/android/platform/python-for-android/build/python-install/lib/python2.7/site-packages/plyer/platforms/android/notification.py", line 5, in
11-06 11:56:36.880 16302 16321 I python : ImportError: No module named config
11-06 11:56:36.880 16302 16321 I python : [INFO ] [Base ] Leaving application in progress...
11-06 11:56:36.881 16302 16321 I python : Traceback (most recent call last):
11-06 11:56:36.881 16302 16321 I python : File "/home/liam/Documents/AndroidServiceTest/notification/.buildozer/android/app/main.py", line 35, in
11-06 11:56:36.882 16302 16321 I python : File "/home/liam/Documents/AndroidServiceTest/notification_test/plyer/examples/notification/.buildozer/android/platform/python-for-android/build/python-install/lib/python2.7/site-packages/kivy/app.py", line 826, in run
11-06 11:56:36.882 16302 16321 I python : File "/home/liam/Documents/AndroidServiceTest/notification_test/plyer/examples/notification/.buildozer/android/platform/python-for-android/build/python-install/lib/python2.7/site-packages/kivy/base.py", line 502, in runTouchApp
11-06 11:56:36.883 16302 16321 I python : File "/home/liam/Documents/AndroidServiceTest/notification_test/plyer/examples/notification/.buildozer/android/platform/python-for-android/build/python-install/lib/python2.7/site-packages/kivy/core/window/window_pygame.py", line 403, in mainloop
11-06 11:56:36.884 16302 16321 I python : File "/home/liam/Documents/AndroidServiceTest/notification_test/plyer/examples/notification/.buildozer/android/platform/python-for-android/build/python-install/lib/python2.7/site-packages/kivy/core/window/window_pygame.py", line 289, in _mainloop
11-06 11:56:36.884 16302 16321 I python : File "/home/liam/Documents/AndroidServiceTest/notification_test/plyer/examples/notification/.buildozer/android/platform/python-for-android/build/python-install/lib/python2.7/site-packages/kivy/base.py", line 340, in idle
11-06 11:56:36.885 16302 16321 I python : File "/home/liam/Documents/AndroidServiceTest/notification_test/plyer/examples/notification/.buildozer/android/platform/python-for-android/build/python-install/lib/python2.7/site-packages/kivy/base.py", line 325, in dispatch_input
11-06 11:56:36.885 16302 16321 I python : File "/home/liam/Documents/AndroidServiceTest/notification_test/plyer/examples/notification/.buildozer/android/platform/python-for-android/build/python-install/lib/python2.7/site-packages/kivy/base.py", line 231, in post_dispatch_input
11-06 11:56:36.885 16302 16321 I python : File "kivy/_event.pyx", line 707, in kivy._event.EventDispatcher.dispatch (kivy/_event.c:7727)
11-06 11:56:36.886 16302 16321 I python : File "/home/liam/Documents/AndroidServiceTest/notification_test/plyer/examples/notification/.buildozer/android/platform/python-for-android/build/python-install/lib/python2.7/site-packages/kivy/core/window/init.py", line 1360, in on_motion
11-06 11:56:36.887 16302 16321 I python : File "kivy/_event.pyx", line 707, in kivy._event.EventDispatcher.dispatch (kivy/_event.c:7727)
11-06 11:56:36.887 16302 16321 I python : File "/home/liam/Documents/AndroidServiceTest/notification_test/plyer/examples/notification/.buildozer/android/platform/python-for-android/build/python-install/lib/python2.7/site-packages/kivy/core/window/init.py", line 1376, in on_touch_down
11-06 11:56:36.887 16302 16321 I python : File "kivy/_event.pyx", line 707, in kivy._event.EventDispatcher.dispatch (kivy/_event.c:7727)
11-06 11:56:36.888 16302 16321 I python : File "/home/liam/Documents/AndroidServiceTest/notification_test/plyer/examples/notification/.buildozer/android/platform/python-for-android/build/python-install/lib/python2.7/site-packages/kivy/uix/widget.py", line 460, in on_touch_down
11-06 11:56:36.888 16302 16321 I python : File "kivy/_event.pyx", line 707, in kivy._event.EventDispatcher.dispatch (kivy/_event.c:7727)
11-06 11:56:36.889 16302 16321 I python : File "/home/liam/Documents/AndroidServiceTest/notification_test/plyer/examples/notification/.buildozer/android/platform/python-for-android/build/python-install/lib/python2.7/site-packages/kivy/uix/behaviors/button.py", line 151, in on_touch_down
11-06 11:56:36.890 16302 16321 I python : File "kivy/_event.pyx", line 703, in kivy._event.EventDispatcher.dispatch (kivy/_event.c:7682)
11-06 11:56:36.890 16302 16321 I python : File "kivy/_event.pyx", line 1214, in kivy._event.EventObservers.dispatch (kivy/_event.c:13525)
11-06 11:56:36.891 16302 16321 I python : File "kivy/_event.pyx", line 1098, in kivy._event.EventObservers._dispatch (kivy/_event.c:12357)
11-06 11:56:36.891 16302 16321 I python : File "/home/liam/Documents/AndroidServiceTest/notification_test/plyer/examples/notification/.buildozer/android/platform/python-for-android/build/python-install/lib/python2.7/site-packages/kivy/lang/builder.py", line 64, in custom_callback
11-06 11:56:36.892 16302 16321 I python : File "/data/data/org.test.notiexample/files/notificationdemo.kv", line 22, in
11-06 11:56:36.892 16302 16321 I python : on_press: root.do_notify(mode='normal')
11-06 11:56:36.893 16302 16321 I python : File "/home/liam/Documents/AndroidServiceTest/notification/.buildozer/android/app/main.py", line 23, in do_notify
11-06 11:56:36.893 16302 16321 I python : File "/home/liam/Documents/AndroidServiceTest/notification_test/plyer/examples/notification/.buildozer/android/platform/python-for-android/build/python-install/lib/python2.7/site-packages/plyer/facades/notification.py", line 57, in notify
11-06 11:56:36.894 16302 16321 I python : File "/home/liam/Documents/AndroidServiceTest/notification_test/plyer/examples/notification/.buildozer/android/platform/python-for-android/build/python-install/lib/python2.7/site-packages/plyer/facades/notification.py", line 62, in _notify
11-06 11:56:36.894 16302 16321 I python : NotImplementedError: No usable implementation found!
11-06 11:56:36.925 16302 16321 I python : Python for android ended.

haven't found any information about this around, any suggestions? Or other ways to send android notifications?

@KeyWeeUsr
Copy link
Contributor

This is due to this line:

from android.config import JAVA_NAMESPACE

which tries to import the android.config part i.e. this:

https://github.com/kivy/python-for-android/blob/b64b9eccd2753f4233fe21bc28d8eb96ef951557/pythonforandroid/recipes/android/src/android/_android.pyx#L3

and it seems to me from this error that you do not have a compiled android module. Also, you use pygame which is an old bootstrap instead of the new one (sdl2). Try to add android to your requirements.

Basically what happened is that you don't have android module from p4a as expected from the notification implementation for android platform and the first import wants the value from:

https://github.com/kivy/python-for-android/blob/b64b9eccd2753f4233fe21bc28d8eb96ef951557/pythonforandroid/recipes/android/__init__.py#L54

so that it can use it in pyjnius.

Note: whether it works on linux or not means only that the example Kivy application works, not that the notification itself works. Those are various different files located in platforms/<platform>/notification.py files.

@tripluS-h
Copy link
Author

tripluS-h commented Nov 6, 2018

How can I do that through buildozer? Compiling using the android_new target also leads to a crash.
Although I can't make sense of the logcat, maybe someone else can.

11-06 15:43:42.960 5576 5595 I python : [INFO ] [Logger ] Record log in /data/user/0/org.test.notiexample/files/app/.kivy/logs/kivy_18-11-06_1.txt
11-06 15:43:42.960 5576 5595 I python : [INFO ] [Kivy ] v1.10.1
11-06 15:43:42.960 5576 5595 I python : [INFO ] [Python ] v2.7.2 (default, Nov 6 2018, 15:25:50)
11-06 15:43:42.960 5576 5595 I python : [GCC 4.8]
11-06 15:43:42.962 5576 5595 W linker : /data/data/org.test.notiexample/files/app/lib/python2.7/site-packages/kivy/_clock.so: is missing DT_SONAME will use basename as a replacement: "_clock.so"
11-06 15:43:42.980 5576 5595 W linker : /data/data/org.test.notiexample/files/app/lib/python2.7/site-packages/kivy/_event.so: is missing DT_SONAME will use basename as a replacement: "_event.so"
11-06 15:43:42.981 5576 5595 W linker : /data/data/org.test.notiexample/files/app/lib/python2.7/site-packages/kivy/properties.so: is missing DT_SONAME will use basename as a replacement: "properties.so"
11-06 15:43:42.989 5576 5595 I python : [INFO ] [Factory ] 194 symbols loaded
11-06 15:43:43.182 5576 5595 W linker : /data/data/org.test.notiexample/files/app/lib/python2.7/site-packages/kivy/graphics/instructions.so: is missing DT_SONAME will use basename as a replacement: "instructions.so"
11-06 15:43:43.183 5576 5595 W linker : /data/data/org.test.notiexample/files/app/lib/python2.7/site-packages/kivy/graphics/buffer.so: is missing DT_SONAME will use basename as a replacement: "buffer.so"
11-06 15:43:43.183 5576 5595 W linker : /data/data/org.test.notiexample/files/app/lib/python2.7/site-packages/kivy/graphics/vertex.so: is missing DT_SONAME will use basename as a replacement: "vertex.so"
11-06 15:43:43.183 5576 5595 W linker : /data/data/org.test.notiexample/files/app/lib/python2.7/site-packages/kivy/graphics/cgl.so: is missing DT_SONAME will use basename as a replacement: "cgl.so"
11-06 15:43:43.190 5576 5595 W linker : /data/data/org.test.notiexample/files/app/lib/python2.7/site-packages/kivy/graphics/vbo.so: is missing DT_SONAME will use basename as a replacement: "vbo.so"
11-06 15:43:43.190 5576 5595 W linker : /data/data/org.test.notiexample/files/app/lib/python2.7/site-packages/kivy/graphics/compiler.so: is missing DT_SONAME will use basename as a replacement: "compiler.so"
11-06 15:43:43.190 5576 5595 W linker : /data/data/org.test.notiexample/files/app/lib/python2.7/site-packages/kivy/graphics/transformation.so: is missing DT_SONAME will use basename as a replacement: "transformation.so"
11-06 15:43:43.191 5576 5595 W linker : /data/data/org.test.notiexample/files/app/lib/python2.7/site-packages/kivy/graphics/shader.so: is missing DT_SONAME will use basename as a replacement: "shader.so"
11-06 15:43:43.191 5576 5595 W linker : /data/data/org.test.notiexample/files/app/lib/python2.7/site-packages/kivy/graphics/texture.so: is missing DT_SONAME will use basename as a replacement: "texture.so"
11-06 15:43:43.192 5576 5595 W linker : /data/data/org.test.notiexample/files/app/lib/python2.7/site-packages/kivy/graphics/context_instructions.so: is missing DT_SONAME will use basename as a replacement: "context_instructions.so"
11-06 15:43:43.213 5576 5595 W linker : /data/data/org.test.notiexample/files/app/lib/python2.7/site-packages/kivy/core/image/_img_sdl2.so: is missing DT_SONAME will use basename as a replacement: "_img_sdl2.so"
11-06 15:43:43.215 5576 5595 I python : [INFO ] [Image ] Providers: img_tex, img_dds, img_sdl2, img_gif (img_pil, img_ffpyplayer ignored)
11-06 15:43:43.215 5576 5595 W linker : /data/data/org.test.notiexample/files/app/lib/python2.7/site-packages/kivy/graphics/fbo.so: is missing DT_SONAME will use basename as a replacement: "fbo.so"
11-06 15:43:43.216 5576 5595 W linker : /data/data/org.test.notiexample/files/app/lib/python2.7/site-packages/kivy/graphics/context.so: is missing DT_SONAME will use basename as a replacement: "context.so"
11-06 15:43:43.216 5576 5595 W linker : /data/data/org.test.notiexample/files/app/lib/python2.7/site-packages/kivy/graphics/stencil_instructions.so: is missing DT_SONAME will use basename as a replacement: "stencil_instructions.so"
11-06 15:43:43.217 5576 5595 W linker : /data/data/org.test.notiexample/files/app/lib/python2.7/site-packages/kivy/graphics/opengl.so: is missing DT_SONAME will use basename as a replacement: "opengl.so"
11-06 15:43:43.219 5576 5595 W linker : /data/data/org.test.notiexample/files/app/lib/python2.7/site-packages/kivy/graphics/opengl_utils.so: is missing DT_SONAME will use basename as a replacement: "opengl_utils.so"
11-06 15:43:43.221 5576 5595 W linker : /data/data/org.test.notiexample/files/app/lib/python2.7/site-packages/kivy/graphics/vertex_instructions.so: is missing DT_SONAME will use basename as a replacement: "vertex_instructions.so"
11-06 15:43:43.222 5576 5595 W linker : /data/data/org.test.notiexample/files/app/lib/python2.7/site-packages/kivy/graphics/gl_instructions.so: is missing DT_SONAME will use basename as a replacement: "gl_instructions.so"
11-06 15:43:43.222 5576 5595 W linker : /data/data/org.test.notiexample/files/app/lib/python2.7/site-packages/kivy/graphics/scissor_instructions.so: is missing DT_SONAME will use basename as a replacement: "scissor_instructions.so"
11-06 15:43:43.223 5576 5595 W linker : /data/data/org.test.notiexample/files/app/lib/python2.7/site-packages/kivy/weakproxy.so: is missing DT_SONAME will use basename as a replacement: "weakproxy.so"
11-06 15:43:43.258 5576 5595 W linker : /data/data/org.test.notiexample/files/app/lib/python2.7/site-packages/kivy/core/window/_window_sdl2.so: is missing DT_SONAME will use basename as a replacement: "_window_sdl2.so"
11-06 15:43:43.262 5576 5595 I python : [INFO ] [Window ] Provider: sdl2
11-06 15:43:43.268 5576 5595 W linker : /data/data/org.test.notiexample/files/app/lib/python2.7/site-packages/kivy/graphics/cgl_backend/cgl_glew.so: is missing DT_SONAME will use basename as a replacement: "cgl_glew.so"
11-06 15:43:43.268 5576 5595 W linker : /data/data/org.test.notiexample/files/app/lib/python2.7/site-packages/kivy/graphics/cgl_backend/cgl_gl.so: is missing DT_SONAME will use basename as a replacement: "cgl_gl.so"
11-06 15:43:43.272 5576 5595 I python : [INFO ] [GL ] Using the "OpenGL ES 2" graphics system
11-06 15:43:43.272 5576 5595 I python : [INFO ] [GL ] Backend used
11-06 15:43:43.273 5576 5595 I python : [INFO ] [GL ] OpenGL version <OpenGL ES 3.2 [email protected] (GIT@041c020, Id46f8489dc) (Date:07/17/17)>
11-06 15:43:43.273 5576 5595 I python : [INFO ] [GL ] OpenGL vendor
11-06 15:43:43.273 5576 5595 I python : [INFO ] [GL ] OpenGL renderer <Adreno (TM) 540>
11-06 15:43:43.273 5576 5595 I python : [INFO ] [GL ] OpenGL parsed version: 3, 2
11-06 15:43:43.273 5576 5595 I python : [INFO ] [GL ] Texture max size <16384>
11-06 15:43:43.273 5576 5595 I python : [INFO ] [GL ] Texture max units <16>
11-06 15:43:43.283 5576 5595 I python : [INFO ] [Window ] auto add sdl2 input provider
11-06 15:43:43.283 5576 5595 I python : [INFO ] [Window ] virtual keyboard not allowed, single mode, not docked
11-06 15:43:43.289 5576 5595 W linker : /data/data/org.test.notiexample/files/app/lib/python2.7/site-packages/kivy/core/text/text_layout.so: is missing DT_SONAME will use basename as a replacement: "text_layout.so"
11-06 15:43:43.290 5576 5595 W linker : /data/data/org.test.notiexample/files/app/lib/python2.7/site-packages/kivy/core/text/_text_sdl2.so: is missing DT_SONAME will use basename as a replacement: "_text_sdl2.so"
11-06 15:43:43.291 5576 5595 I python : [INFO ] [Text ] Provider: sdl2
11-06 15:43:43.295 5576 5595 W linker : /data/data/org.test.notiexample/files/app/lib/python2.7/site-packages/jnius/jnius.so: is missing DT_SONAME will use basename as a replacement: "jnius.so"
11-06 15:43:43.480 5576 5595 I python : [INFO ] [GL ] NPOT texture support is available
11-06 15:43:43.483 5576 5595 I python : [WARNING] [Base ] Unknown provider
11-06 15:43:43.483 5576 5595 I python : [INFO ] [Base ] Start application main loop
11-06 15:43:43.489 5576 5595 I python : [WARNING] [Base ] Failed to import "android" module. Could not remove android presplash.
11-06 15:43:50.346 5576 5595 W PythonActivity: Accessing org.renpy.android.PythonActivity is deprecated and will be removed in a future version. Please switch to org.kivy.android.PythonActivity.
11-06 15:43:50.353 5576 5595 F art : art/runtime/java_vm_ext.cc:470] JNI DETECTED ERROR IN APPLICATION: static jfieldID 0xee364014 not valid for class java.lang.Class<org.renpy.android.PythonActivity>
11-06 15:43:50.353 5576 5595 F art : art/runtime/java_vm_ext.cc:470] in call to GetStaticObjectField
11-06 15:43:50.353 5576 5595 F art : art/runtime/java_vm_ext.cc:470] from int org.libsdl.app.SDLActivity.nativeInit(java.lang.Object)
11-06 15:43:50.353 5576 5595 F art : art/runtime/java_vm_ext.cc:470] "SDLThread" prio=5 tid=14 Runnable
11-06 15:43:50.353 5576 5595 F art : art/runtime/java_vm_ext.cc:470] | group="main" sCount=0 dsCount=0 obj=0x12fc5670 self=0xe1cd7d00
11-06 15:43:50.353 5576 5595 F art : art/runtime/java_vm_ext.cc:470] | sysTid=5595 nice=0 cgrp=default sched=0/0 handle=0xcfdff920
11-06 15:43:50.353 5576 5595 F art : art/runtime/java_vm_ext.cc:470] | state=R schedstat=( 0 0 0 ) utm=90 stm=2 core=4 HZ=100
11-06 15:43:50.353 5576 5595 F art : art/runtime/java_vm_ext.cc:470] | stack=0xcfcfd000-0xcfcff000 stackSize=1038KB
11-06 15:43:50.353 5576 5595 F art : art/runtime/java_vm_ext.cc:470] | held mutexes= "mutator lock"(shared held)
11-06 15:43:50.353 5576 5595 F art : art/runtime/java_vm_ext.cc:470] native: #00 pc 00350b25 /system/lib/libart.so (_ZN3art15DumpNativeStackERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEEiP12BacktraceMapPKcPNS_9ArtMethodEPv+128)
11-06 15:43:50.353 5576 5595 F art : art/runtime/java_vm_ext.cc:470] native: #1 pc 00331269 /system/lib/libart.so (_ZNK3art6Thread9DumpStackERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEbP12BacktraceMap+308)
11-06 15:43:50.353 5576 5595 F art : art/runtime/java_vm_ext.cc:470] native: #2 pc 00239895 /system/lib/libart.so (ZN3art9JavaVMExt8JniAbortEPKcS2+848)
11-06 15:43:50.353 5576 5595 F art : art/runtime/java_vm_ext.cc:470] native: #3 pc 00239db7 /system/lib/libart.so (_ZN3art9JavaVMExt9JniAbortVEPKcS2_St9__va_list+58)
11-06 15:43:50.353 5576 5595 F art : art/runtime/java_vm_ext.cc:470] native: #4 pc 000cac2b /system/lib/libart.so (_ZN3art11ScopedCheck6AbortFEPKcz+46)
11-06 15:43:50.353 5576 5595 F art : art/runtime/java_vm_ext.cc:470] native: #5 pc 000ce559 /system/lib/libart.so (_ZN3art11ScopedCheck16CheckFieldAccessERNS_18ScopedObjectAccessEP8_jobjectP9_jfieldIDbNS_9Primitive4TypeE+104)
11-06 15:43:50.353 5576 5595 F art : art/runtime/java_vm_ext.cc:470] native: #6 pc 000ce1a1 /system/lib/libart.so (_ZN3art8CheckJNI8GetFieldEPKcP7_JNIEnvP8_jobjectP9_jfieldIDbNS_9Primitive4TypeE+520)
11-06 15:43:50.353 5576 5595 F art : art/runtime/java_vm_ext.cc:470] native: #7 pc 000c4077 /system/lib/libart.so (_ZN3art8CheckJNI20GetStaticObjectFieldEP7_JNIEnvP7_jclassP9_jfieldID+42)
11-06 15:43:50.353 5576 5595 F art : art/runtime/java_vm_ext.cc:470] native: #8 pc 00029893 /data/data/org.test.notiexample/files/app/lib/python2.7/site-packages/jnius/jnius.so (???)
11-06 15:43:50.353 5576 5595 F art : art/runtime/java_vm_ext.cc:470] at org.libsdl.app.SDLActivity.nativeInit(Native method)
11-06 15:43:50.353 5576 5595 F art : art/runtime/java_vm_ext.cc:470] at org.libsdl.app.SDLMain.run(SDLActivity.java:936)
11-06 15:43:50.353 5576 5595 F art : art/runtime/java_vm_ext.cc:470] at java.lang.Thread.run(Thread.java:761)
11-06 15:43:50.353 5576 5595 F art : art/runtime/java_vm_ext.cc:470]
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] Runtime aborting...
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] Aborting thread:
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] "SDLThread" prio=5 tid=14 Native
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] | group="" sCount=0 dsCount=0 obj=0x12fc5670 self=0xe1cd7d00
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] | sysTid=5595 nice=0 cgrp=default sched=0/0 handle=0xcfdff920
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] | state=R schedstat=( 0 0 0 ) utm=91 stm=2 core=4 HZ=100
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] | stack=0xcfcfd000-0xcfcff000 stackSize=1038KB
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] | held mutexes= "abort lock"
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] native: #00 pc 00350b25 /system/lib/libart.so (_ZN3art15DumpNativeStackERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEEiP12BacktraceMapPKcPNS_9ArtMethodEPv+128)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] native: #1 pc 00331269 /system/lib/libart.so (_ZNK3art6Thread9DumpStackERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEbP12BacktraceMap+308)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] native: #2 pc 00324321 /system/lib/libart.so (_ZNK3art10AbortState10DumpThreadERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEPNS_6ThreadE+24)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] native: #3 pc 003241a9 /system/lib/libart.so (_ZNK3art10AbortState4DumpERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEE+424)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] native: #4 pc 0031ae9d /system/lib/libart.so (_ZN3art7Runtime5AbortEPKc+92)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] native: #5 pc 000b5285 /system/lib/libart.so (_ZN3art10LogMessageD2Ev+1132)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] native: #6 pc 00239bc5 /system/lib/libart.so (ZN3art9JavaVMExt8JniAbortEPKcS2+1664)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] native: #7 pc 00239db7 /system/lib/libart.so (_ZN3art9JavaVMExt9JniAbortVEPKcS2_St9__va_list+58)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] native: #8 pc 000cac2b /system/lib/libart.so (_ZN3art11ScopedCheck6AbortFEPKcz+46)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] native: #9 pc 000ce559 /system/lib/libart.so (_ZN3art11ScopedCheck16CheckFieldAccessERNS_18ScopedObjectAccessEP8_jobjectP9_jfieldIDbNS_9Primitive4TypeE+104)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] native: #10 pc 000ce1a1 /system/lib/libart.so (_ZN3art8CheckJNI8GetFieldEPKcP7_JNIEnvP8_jobjectP9_jfieldIDbNS_9Primitive4TypeE+520)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] native: #11 pc 000c4077 /system/lib/libart.so (_ZN3art8CheckJNI20GetStaticObjectFieldEP7_JNIEnvP7_jclassP9_jfieldID+42)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] native: #12 pc 00029893 /data/data/org.test.notiexample/files/app/lib/python2.7/site-packages/jnius/jnius.so (???)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] at org.libsdl.app.SDLActivity.nativeInit(Native method)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] at org.libsdl.app.SDLMain.run(SDLActivity.java:936)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] at java.lang.Thread.run(Thread.java:761)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] Dumping all threads without appropriate locks held: thread list lock mutator lock
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] All threads:
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] DALVIK THREADS (16):
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] "SDLThread" prio=5 tid=14 Runnable
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] | group="" sCount=0 dsCount=0 obj=0x12fc5670 self=0xe1cd7d00
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] | sysTid=5595 nice=0 cgrp=default sched=0/0 handle=0xcfdff920
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] | state=R schedstat=( 0 0 0 ) utm=92 stm=2 core=4 HZ=100
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] | stack=0xcfcfd000-0xcfcff000 stackSize=1038KB
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] | held mutexes= "abort lock" "mutator lock"(shared held)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] native: #00 pc 00350b25 /system/lib/libart.so (_ZN3art15DumpNativeStackERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEEiP12BacktraceMapPKcPNS_9ArtMethodEPv+128)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] native: #1 pc 00331269 /system/lib/libart.so (_ZNK3art6Thread9DumpStackERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEbP12BacktraceMap+308)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] native: #2 pc 00343291 /system/lib/libart.so (_ZN3art14DumpCheckpoint3RunEPNS_6ThreadE+620)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] native: #3 pc 0033d29b /system/lib/libart.so (_ZN3art10ThreadList13RunCheckpointEPNS_7ClosureE+330)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] native: #4 pc 0033cf97 /system/lib/libart.so (_ZN3art10ThreadList4DumpERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEb+586)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] native: #5 pc 00324175 /system/lib/libart.so (_ZNK3art10AbortState4DumpERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEE+372)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] native: #6 pc 0031ae9d /system/lib/libart.so (_ZN3art7Runtime5AbortEPKc+92)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] native: #7 pc 000b5285 /system/lib/libart.so (_ZN3art10LogMessageD2Ev+1132)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] native: #8 pc 00239bc5 /system/lib/libart.so (ZN3art9JavaVMExt8JniAbortEPKcS2+1664)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] native: #9 pc 00239db7 /system/lib/libart.so (_ZN3art9JavaVMExt9JniAbortVEPKcS2_St9__va_list+58)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] native: #10 pc 000cac2b /system/lib/libart.so (_ZN3art11ScopedCheck6AbortFEPKcz+46)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] native: #11 pc 000ce559 /system/lib/libart.so (_ZN3art11ScopedCheck16CheckFieldAccessERNS_18ScopedObjectAccessEP8_jobjectP9_jfieldIDbNS_9Primitive4TypeE+104)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] native: #12 pc 000ce1a1 /system/lib/libart.so (_ZN3art8CheckJNI8GetFieldEPKcP7_JNIEnvP8_jobjectP9_jfieldIDbNS_9Primitive4TypeE+520)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] native: #13 pc 000c4077 /system/lib/libart.so (_ZN3art8CheckJNI20GetStaticObjectFieldEP7_JNIEnvP7_jclassP9_jfieldID+42)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] native: #14 pc 00029893 /data/data/org.test.notiexample/files/app/lib/python2.7/site-packages/jnius/jnius.so (???)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] at org.libsdl.app.SDLActivity.nativeInit(Native method)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] at org.libsdl.app.SDLMain.run(SDLActivity.java:936)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] at java.lang.Thread.run(Thread.java:761)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422]
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] "main" prio=5 tid=1 Native
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] | group="" sCount=1 dsCount=0 obj=0x74b33268 self=0xebb05400
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] | sysTid=5576 nice=-10 cgrp=default sched=0/0 handle=0xee7c4534
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] | state=S schedstat=( 0 0 0 ) utm=14 stm=8 core=3 HZ=100
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] | stack=0xff281000-0xff283000 stackSize=8MB
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] | held mutexes=
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] kernel: __switch_to+0x80/0x94
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] kernel: SyS_epoll_wait+0x314/0x4b0
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] kernel: compat_SyS_epoll_pwait+0x128/0x13c
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] kernel: el0_svc_naked+0x24/0x28
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] native: #00 pc 00048c48 /system/lib/libc.so (__epoll_pwait+20)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] native: #1 pc 00019ead /system/lib/libc.so (epoll_pwait+60)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] native: #2 pc 00019edd /system/lib/libc.so (epoll_wait+12)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] native: #3 pc 00011df7 /system/lib/libutils.so (_ZN7android6Looper9pollInnerEi+118)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] native: #4 pc 00011cf3 /system/lib/libutils.so (_ZN7android6Looper8pollOnceEiPiS1_PPv+26)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] native: #5 pc 00092cdd /system/lib/libandroid_runtime.so (_ZN7android18NativeMessageQueue8pollOnceEP7_JNIEnvP8_jobjecti+22)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] native: #6 pc 00bf7935 /data/dalvik-cache/arm/system@[email protected] (Java_android_os_MessageQueue_nativePollOnce__JI+96)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] at android.os.MessageQueue.nativePollOnce(Native method)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] at android.os.MessageQueue.next(MessageQueue.java:323)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] at android.os.Looper.loop(Looper.java:136)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] at android.app.ActivityThread.main(ActivityThread.java:6236)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] at java.lang.reflect.Method.invoke!(Native method)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:891)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:781)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422]
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] "Jit thread pool worker thread 0" prio=5 tid=2 Native
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] | group="" sCount=1 dsCount=0 obj=0x12f46c10 self=0xe478d000
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] | sysTid=5581 nice=9 cgrp=default sched=0/0 handle=0xeb222920
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=1 HZ=100
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] | stack=0xeb124000-0xeb126000 stackSize=1022KB
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] | held mutexes=
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] kernel: __switch_to+0x80/0x94
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] kernel: futex_wait_queue_me+0xd4/0x154
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] kernel: futex_wait+0xe4/0x210
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] kernel: do_futex+0x16c/0x500
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] kernel: compat_SyS_futex+0xf0/0x174
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] kernel: el0_svc_naked+0x24/0x28
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] native: #00 pc 000174e8 /system/lib/libc.so (syscall+28)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] native: #1 pc 000b6e49 /system/lib/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+92)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] native: #2 pc 003447f5 /system/lib/libart.so (_ZN3art10ThreadPool7GetTaskEPNS_6ThreadE+160)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] native: #3 pc 00344017 /system/lib/libart.so (_ZN3art16ThreadPoolWorker3RunEv+62)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] native: #4 pc 00343b3f /system/lib/libart.so (_ZN3art16ThreadPoolWorker8CallbackEPv+78)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] native: #5 pc 000477d3 /system/lib/libc.so (_ZL15__pthread_startPv+22)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] native: #6 pc 00019afd /system/lib/libc.so (__start_thread+6)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] (no managed stack frames)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422]
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] "Signal Catcher" prio=5 tid=3 WaitingInMainSignalCatcherLoop
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] | group="" sCount=1 dsCount=0 obj=0x12f46ca0 self=0xe1c8de00
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] | sysTid=5582 nice=0 cgrp=default sched=0/0 handle=0xeb121920
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=2 HZ=100
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] | stack=0xeb025000-0xeb027000 stackSize=1014KB
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] | held mutexes=
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] kernel: __switch_to+0x80/0x94
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] kernel: do_sigtimedwait+0x178/0x240
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] kernel: compat_SyS_rt_sigtimedwait+0x94/0x104
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] kernel: el0_svc_naked+0x24/0x28
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] native: #00 pc 00048fb4 /system/lib/libc.so (__rt_sigtimedwait+12)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] native: #1 pc 0001df0b /system/lib/libc.so (sigwait+34)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] native: #2 pc 003273d3 /system/lib/libart.so (_ZN3art9SignalSet4WaitEv+22)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] native: #3 pc 00326fcd /system/lib/libart.so (_ZN3art13SignalCatcher13WaitForSignalEPNS_6ThreadERNS_9SignalSetE+168)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] native: #4 pc 00325d31 /system/lib/libart.so (_ZN3art13SignalCatcher3RunEPv+276)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] native: #5 pc 000477d3 /system/lib/libc.so (_ZL15__pthread_startPv+22)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] native: #6 pc 00019afd /system/lib/libc.so (__start_thread+6)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] (no managed stack frames)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422]
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] "JDWP" prio=5 tid=4 WaitingInMainDebuggerLoop
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] | group="" sCount=1 dsCount=0 obj=0x12f46d30 self=0xe478e400
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] | sysTid=5583 nice=0 cgrp=default sched=0/0 handle=0xeb022920
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0 HZ=100
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] | stack=0xeaf26000-0xeaf28000 stackSize=1014KB
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] | held mutexes=
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] kernel: __switch_to+0x80/0x94
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] kernel: unix_stream_read_generic+0x5b4/0x794
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] kernel: unix_stream_recvmsg+0x4c/0x6c
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] kernel: sock_recvmsg+0x44/0x54
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] kernel: ___sys_recvmsg+0xc0/0x1cc
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] kernel: __sys_recvmsg+0xac/0xd4
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] kernel: compat_SyS_recvmsg+0x10/0x18
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] kernel: el0_svc_naked+0x24/0x28
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] native: #00 pc 00049ec8 /system/lib/libc.so (recvmsg+8)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] native: #1 pc 003fb509 /system/lib/libart.so (_ZN3art4JDWP12JdwpAdbState15ReceiveClientFdEv+88)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] native: #2 pc 003fb72f /system/lib/libart.so (_ZN3art4JDWP12JdwpAdbState6AcceptEv+346)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] native: #3 pc 00248643 /system/lib/libart.so (_ZN3art4JDWP9JdwpState3RunEv+294)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] native: #4 pc 00247f4b /system/lib/libart.so (_ZN3art4JDWPL15StartJdwpThreadEPv+22)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] native: #5 pc 000477d3 /system/lib/libc.so (_ZL15__pthread_startPv+22)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] native: #6 pc 00019afd /system/lib/libc.so (__start_thread+6)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] (no managed stack frames)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422]
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] "ReferenceQueueDaemon" prio=5 tid=5 Waiting
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] | group="" sCount=1 dsCount=0 obj=0x12f46dc0 self=0xe1c8f700
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] | sysTid=5584 nice=0 cgrp=default sched=0/0 handle=0xeaf23920
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=3 HZ=100
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] | stack=0xeae21000-0xeae23000 stackSize=1038KB
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] | held mutexes=
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] kernel: __switch_to+0x80/0x94
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] kernel: futex_wait_queue_me+0xd4/0x154
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] kernel: futex_wait+0xe4/0x210
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] kernel: do_futex+0x16c/0x500
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] kernel: compat_SyS_futex+0xf0/0x174
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] kernel: el0_svc_naked+0x24/0x28
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] native: #00 pc 000174e8 /system/lib/libc.so (syscall+28)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] native: #1 pc 000b6e49 /system/lib/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+92)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] native: #2 pc 0029f17b /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadExibNS_11ThreadStateE+514)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] native: #3 pc 002a09ab /system/lib/libart.so (ZN3art7Monitor4WaitEPNS_6ThreadEPNS_6mirror6ObjectExibNS_11ThreadStateE+258)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] native: #4 pc 002af23f /system/lib/libart.so (ZN3artL11Object_waitEP7_JNIEnvP8_jobject+32)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] native: #5 pc 00000537 /data/dalvik-cache/arm/system@[email protected] (Java_java_lang_Object_wait
+74)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] at java.lang.Object.wait!(Native method)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] - waiting on <0x023b65bd> (a java.lang.Class<java.lang.ref.ReferenceQueue>)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] at java.lang.Daemons$ReferenceQueueDaemon.run(Daemons.java:150)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] - locked <0x023b65bd> (a java.lang.Class<java.lang.ref.ReferenceQueue>)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] at java.lang.Thread.run(Thread.java:761)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422]
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] "FinalizerDaemon" prio=5 tid=6 Waiting
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] | group="" sCount=1 dsCount=0 obj=0x12f46e50 self=0xe1c8fc00
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] | sysTid=5585 nice=0 cgrp=default sched=0/0 handle=0xeae1e920
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=2 HZ=100
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] | stack=0xead1c000-0xead1e000 stackSize=1038KB
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] | held mutexes=
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] kernel: __switch_to+0x80/0x94
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] kernel: futex_wait_queue_me+0xd4/0x154
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] kernel: futex_wait+0xe4/0x210
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] kernel: do_futex+0x16c/0x500
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] kernel: compat_SyS_futex+0xf0/0x174
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] kernel: el0_svc_naked+0x24/0x28
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] native: #00 pc 000174e8 /system/lib/libc.so (syscall+28)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] native: #1 pc 000b6e49 /system/lib/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+92)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] native: #2 pc 0029f17b /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadExibNS_11ThreadStateE+514)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] native: #3 pc 002a09ab /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadEPNS_6mirror6ObjectExibNS_11ThreadStateE+258)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] native: #4 pc 002af26b /system/lib/libart.so (_ZN3artL13Object_waitJIEP7_JNIEnvP8_jobjectxi+36)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] native: #5 pc 00000635 /data/dalvik-cache/arm/system@[email protected] (Java_java_lang_Object_wait__JI+96)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] at java.lang.Object.wait!(Native method)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] - waiting on <0x097817b2> (a java.lang.Object)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] at java.lang.Object.wait(Object.java:407)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:188)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] - locked <0x097817b2> (a java.lang.Object)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:209)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] at java.lang.Daemons$FinalizerDaemon.run(Daemons.java:204)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] at java.lang.Thread.run(Thread.java:761)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422]
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] "FinalizerWatchdogDaemon" prio=5 tid=7 Waiting
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] | group="" sCount=1 dsCount=0 obj=0x12f46ee0 self=0xe1c90100
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] | sysTid=5586 nice=0 cgrp=default sched=0/0 handle=0xead19920
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=3 HZ=100
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] | stack=0xeac17000-0xeac19000 stackSize=1038KB
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] | held mutexes=
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] kernel: __switch_to+0x80/0x94
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] kernel: futex_wait_queue_me+0xd4/0x154
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] kernel: futex_wait+0xe4/0x210
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] kernel: do_futex+0x16c/0x500
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] kernel: compat_SyS_futex+0xf0/0x174
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] kernel: el0_svc_naked+0x24/0x28
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] native: #00 pc 000174e8 /system/lib/libc.so (syscall+28)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] native: #1 pc 000b6e49 /system/lib/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+92)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] native: #2 pc 0029f17b /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadExibNS_11ThreadStateE+514)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] native: #3 pc 002a09ab /system/lib/libart.so (ZN3art7Monitor4WaitEPNS_6ThreadEPNS_6mirror6ObjectExibNS_11ThreadStateE+258)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] native: #4 pc 002af23f /system/lib/libart.so (ZN3artL11Object_waitEP7_JNIEnvP8_jobject+32)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] native: #5 pc 00000537 /data/dalvik-cache/arm/system@[email protected] (Java_java_lang_Object_wait
+74)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] at java.lang.Object.wait!(Native method)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] - waiting on <0x05068303> (a java.lang.Daemons$FinalizerWatchdogDaemon)
11-06 15:43:50.386 5576 5595 F art : art/runtime/runtime.cc:422] at java.lang.Daemons$FinalizerWatchdogDaemon.sleepUntilNeeded(Daemons.java:269)
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] - locked <0x05068303> (a java.lang.Daemons$FinalizerWatchdogDaemon)
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] at java.lang.Daemons$FinalizerWatchdogDaemon.run(Daemons.java:249)
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] at java.lang.Thread.run(Thread.java:761)
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422]
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] "HeapTaskDaemon" prio=5 tid=8 Blocked
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] | group="" sCount=1 dsCount=0 obj=0x12f46f70 self=0xe1c90600
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] | sysTid=5587 nice=0 cgrp=default sched=0/0 handle=0xeac14920
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0 HZ=100
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] | stack=0xeab12000-0xeab14000 stackSize=1038KB
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] | held mutexes=
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] kernel: __switch_to+0x80/0x94
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] kernel: futex_wait_queue_me+0xd4/0x154
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] kernel: futex_wait+0xe4/0x210
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] kernel: do_futex+0x16c/0x500
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] kernel: compat_SyS_futex+0xf0/0x174
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] kernel: el0_svc_naked+0x24/0x28
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] native: #00 pc 000174e8 /system/lib/libc.so (syscall+28)
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] native: #1 pc 000b6e49 /system/lib/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+92)
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] native: #2 pc 001b4de5 /system/lib/libart.so (ZN3art2gc13TaskProcessor7GetTaskEPNS_6ThreadE+288)
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] native: #3 pc 001b545d /system/lib/libart.so (ZN3art2gc13TaskProcessor11RunAllTasksEPNS_6ThreadE+44)
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] native: #4 pc 0042a73f /data/dalvik-cache/arm/system@[email protected] (Java_dalvik_system_VMRuntime_runHeapTasks
+74)
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] at dalvik.system.VMRuntime.runHeapTasks(Native method)
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] - waiting to lock an unknown object
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] at java.lang.Daemons$HeapTaskDaemon.run(Daemons.java:433)
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] at java.lang.Thread.run(Thread.java:761)
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422]
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] "Binder:5576_1" prio=5 tid=9 Native
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] | group="" sCount=1 dsCount=0 obj=0x12f6e160 self=0xe1c90b00
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] | sysTid=5588 nice=0 cgrp=default sched=0/0 handle=0xeaa0e920
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0 HZ=100
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] | stack=0xea912000-0xea914000 stackSize=1014KB
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] | held mutexes=
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] kernel: __switch_to+0x80/0x94
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] kernel: binder_thread_read+0xb34/0x109c
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] kernel: binder_ioctl_write_read.constprop.59+0x17c/0x208
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] kernel: binder_ioctl+0x244/0x4a0
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] kernel: compat_SyS_ioctl+0x224/0xcf0
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] kernel: el0_svc_naked+0x24/0x28
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] native: #00 pc 00048d88 /system/lib/libc.so (__ioctl+8)
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] native: #1 pc 0001aaff /system/lib/libc.so (ioctl+38)
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] native: #2 pc 0003cbfb /system/lib/libbinder.so (_ZN7android14IPCThreadState14talkWithDriverEb+202)
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] native: #3 pc 0003cd11 /system/lib/libbinder.so (_ZN7android14IPCThreadState20getAndExecuteCommandEv+8)
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] native: #4 pc 0003d24b /system/lib/libbinder.so (_ZN7android14IPCThreadState14joinThreadPoolEb+38)
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] native: #5 pc 0004f819 /system/lib/libbinder.so (???)
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] native: #6 pc 0000e43d /system/lib/libutils.so (_ZN7android6Thread11_threadLoopEPv+140)
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] native: #7 pc 00066d81 /system/lib/libandroid_runtime.so (_ZN7android14AndroidRuntime15javaThreadShellEPv+80)
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] native: #8 pc 000477d3 /system/lib/libc.so (_ZL15__pthread_startPv+22)
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] native: #9 pc 00019afd /system/lib/libc.so (__start_thread+6)
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] (no managed stack frames)
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422]
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] "Binder:5576_2" prio=5 tid=10 Native
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] | group="" sCount=1 dsCount=0 obj=0x12f6e1f0 self=0xe478f800
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] | sysTid=5589 nice=0 cgrp=default sched=0/0 handle=0xea90a920
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0 HZ=100
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] | stack=0xea80e000-0xea810000 stackSize=1014KB
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] | held mutexes=
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] kernel: __switch_to+0x80/0x94
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] kernel: binder_thread_read+0xb34/0x109c
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] kernel: binder_ioctl_write_read.constprop.59+0x17c/0x208
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] kernel: binder_ioctl+0x244/0x4a0
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] kernel: compat_SyS_ioctl+0x224/0xcf0
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] kernel: el0_svc_naked+0x24/0x28
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] native: #00 pc 00048d88 /system/lib/libc.so (__ioctl+8)
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] native: #1 pc 0001aaff /system/lib/libc.so (ioctl+38)
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] native: #2 pc 0003cbfb /system/lib/libbinder.so (_ZN7android14IPCThreadState14talkWithDriverEb+202)
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] native: #3 pc 0003cd11 /system/lib/libbinder.so (_ZN7android14IPCThreadState20getAndExecuteCommandEv+8)
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] native: #4 pc 0003d24b /system/lib/libbinder.so (_ZN7android14IPCThreadState14joinThreadPoolEb+38)
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] native: #5 pc 0004f819 /system/lib/libbinder.so (???)
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] native: #6 pc 0000e43d /system/lib/libutils.so (_ZN7android6Thread11_threadLoopEPv+140)
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] native: #7 pc 00066d81 /system/lib/libandroid_runtime.so (_ZN7android14AndroidRuntime15javaThreadShellEPv+80)
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] native: #8 pc 000477d3 /system/lib/libc.so (_ZL15__pthread_startPv+22)
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] native: #9 pc 00019afd /system/lib/libc.so (__start_thread+6)
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] (no managed stack frames)
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422]
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] "Profile Saver" prio=5 tid=11 Native
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] | group="" sCount=1 dsCount=0 obj=0x12f6e550 self=0xe1cd5f00
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] | sysTid=5591 nice=-10 cgrp=default sched=0/0 handle=0xea7e4920
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=3 HZ=100
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] | stack=0xea6e8000-0xea6ea000 stackSize=1014KB
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] | held mutexes=
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] kernel: __switch_to+0x80/0x94
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] kernel: futex_wait_queue_me+0xd4/0x154
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] kernel: futex_wait+0xe4/0x210
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] kernel: do_futex+0x16c/0x500
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] kernel: compat_SyS_futex+0xf0/0x174
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] kernel: el0_svc_naked+0x24/0x28
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] native: #00 pc 000174e8 /system/lib/libc.so (syscall+28)
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] native: #1 pc 000b6e49 /system/lib/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+92)
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] native: #2 pc 00259d2d /system/lib/libart.so (_ZN3art12ProfileSaver3RunEv+296)
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] native: #3 pc 0025b069 /system/lib/libart.so (_ZN3art12ProfileSaver21RunProfileSaverThreadEPv+52)
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] native: #4 pc 000477d3 /system/lib/libc.so (_ZL15__pthread_startPv+22)
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] native: #5 pc 00019afd /system/lib/libc.so (__start_thread+6)
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] (no managed stack frames)
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422]
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] "AsyncTask #1" prio=5 tid=12 TimedWaiting
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] | group="" sCount=1 dsCount=0 obj=0x12f6e940 self=0xe1cd7800
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] | sysTid=5593 nice=10 cgrp=default sched=0/0 handle=0xe477f920
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=2 HZ=100
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] | stack=0xe467d000-0xe467f000 stackSize=1038KB
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] | held mutexes=
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] kernel: __switch_to+0x80/0x94
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] kernel: futex_wait_queue_me+0xd4/0x154
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] kernel: futex_wait+0xe4/0x210
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] kernel: do_futex+0x16c/0x500
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] kernel: compat_SyS_futex+0xf0/0x174
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] kernel: el0_svc_naked+0x24/0x28
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] native: #00 pc 000174ec /system/lib/libc.so (syscall+32)
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] native: #1 pc 000b7271 /system/lib/libart.so (_ZN3art17ConditionVariable9TimedWaitEPNS_6ThreadExi+108)
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] native: #2 pc 0029f18b /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadExibNS_11ThreadStateE+530)
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] native: #3 pc 002a09ab /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadEPNS_6mirror6ObjectExibNS_11ThreadStateE+258)
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] native: #4 pc 002af26b /system/lib/libart.so (_ZN3artL13Object_waitJIEP7_JNIEnvP8_jobjectxi+36)
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] native: #5 pc 00000635 /data/dalvik-cache/arm/system@[email protected] (Java_java_lang_Object_wait__JI+96)
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] at java.lang.Object.wait!(Native method)
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] - waiting on <0x0702e280> (a java.lang.Object)
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] at java.lang.Thread.parkFor$(Thread.java:2127)
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] at sun.misc.Unsafe.park(Unsafe.java:325)
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:438)
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] native: #3 pc 00011df7 /system/lib/libutils.so (_ZN7android6Looper9pollInnerEi+118)
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] | stack=0xcfbf8000-0xcfbfa000 stackSize=1038KB
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:422] at java.lang.Thread.join(Thread.java:1366)
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:427] JNI DETECTED ERROR IN APPLICATION: static jfieldID 0xee364014 not valid for class java.lang.Class<org.renpy.android.PythonActivity>
11-06 15:43:50.387 5576 5595 F art : art/runtime/runtime.cc:427] native: #1 pc 00331269 /system/lib/libart.so (_ZNK3art6Thread9DumpStackERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEbP12BacktraceMap+308)
11-06 15:43:50.388 5576 5595 F art : art/runtime/runtime.cc:427] at java.lang.Thread.run(Thread.java:761)
11-06 15:43:50.388 5576 5595 F libc : Fatal signal 6 (SIGABRT), code -6 in tid 5595 (SDLThread)
11-06 15:43:50.460 5601 5601 F DEBUG : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
11-06 15:43:50.460 5601 5601 F DEBUG : LineageOS Version: 'unknown'
11-06 15:43:50.460 5601 5601 F DEBUG : Build fingerprint: 'OnePlus/OnePlus5T/OnePlus5T:7.1.1/NMF26X/12152312:user/release-keys'
11-06 15:43:50.460 5601 5601 F DEBUG : Revision: '0'
11-06 15:43:50.460 5601 5601 F DEBUG : ABI: 'arm'
11-06 15:43:50.460 5601 5601 F DEBUG : pid: 5576, tid: 5595, name: SDLThread >>> org.test.notiexample <<<
11-06 15:43:50.460 5601 5601 F DEBUG : signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
11-06 15:43:50.462 5601 5601 F DEBUG : Abort message: 'art/runtime/java_vm_ext.cc:470] JNI DETECTED ERROR IN APPLICATION: static jfieldID 0xee364014 not valid for class java.lang.Class<org.renpy.android.PythonActivity>'
11-06 15:43:50.462 5601 5601 F DEBUG : r0 00000000 r1 000015db r2 00000006 r3 00000008
11-06 15:43:50.462 5601 5601 F DEBUG : r4 cfdff978 r5 00000006 r6 cfdff920 r7 0000010c
11-06 15:43:50.462 5601 5601 F DEBUG : r8 00000000 r9 0000000a sl 0000072d fp e1cd7d00
11-06 15:43:50.462 5601 5601 F DEBUG : ip 0000000b sp cfdf9020 lr ed041d07 pc ed044564 cpsr 200f0010
11-06 15:43:50.467 5601 5601 F DEBUG :
11-06 15:43:50.467 5601 5601 F DEBUG : backtrace:
11-06 15:43:50.467 5601 5601 F DEBUG : #00 pc 0004a564 /system/lib/libc.so (tgkill+12)
11-06 15:43:50.467 5601 5601 F DEBUG : #1 pc 00047d03 /system/lib/libc.so (pthread_kill+34)
11-06 15:43:50.467 5601 5601 F DEBUG : #2 pc 0001d565 /system/lib/libc.so (raise+10)
11-06 15:43:50.467 5601 5601 F DEBUG : #3 pc 000190b1 /system/lib/libc.so (__libc_android_abort+34)
11-06 15:43:50.467 5601 5601 F DEBUG : #4 pc 00017118 /system/lib/libc.so (abort+4)
11-06 15:43:50.467 5601 5601 F DEBUG : #5 pc 0031af89 /system/lib/libart.so (_ZN3art7Runtime5AbortEPKc+328)
11-06 15:43:50.467 5601 5601 F DEBUG : #6 pc 000b5285 /system/lib/libart.so (_ZN3art10LogMessageD2Ev+1132)
11-06 15:43:50.467 5601 5601 F DEBUG : #7 pc 00239bc5 /system/lib/libart.so (ZN3art9JavaVMExt8JniAbortEPKcS2+1664)
11-06 15:43:50.467 5601 5601 F DEBUG : #8 pc 00239db7 /system/lib/libart.so (_ZN3art9JavaVMExt9JniAbortVEPKcS2_St9__va_list+58)
11-06 15:43:50.467 5601 5601 F DEBUG : #9 pc 000cac2b /system/lib/libart.so (_ZN3art11ScopedCheck6AbortFEPKcz+46)
11-06 15:43:50.467 5601 5601 F DEBUG : #10 pc 000ce559 /system/lib/libart.so (_ZN3art11ScopedCheck16CheckFieldAccessERNS_18ScopedObjectAccessEP8_jobjectP9_jfieldIDbNS_9Primitive4TypeE+104)
11-06 15:43:50.467 5601 5601 F DEBUG : #11 pc 000ce1a1 /system/lib/libart.so (_ZN3art8CheckJNI8GetFieldEPKcP7_JNIEnvP8_jobjectP9_jfieldIDbNS_9Primitive4TypeE+520)
11-06 15:43:50.467 5601 5601 F DEBUG : #12 pc 000c4077 /system/lib/libart.so (_ZN3art8CheckJNI20GetStaticObjectFieldEP7_JNIEnvP7_jclassP9_jfieldID+42)
11-06 15:43:50.467 5601 5601 F DEBUG : #13 pc 00029893 /data/data/org.test.notiexample/files/app/lib/python2.7/site-packages/jnius/jnius.so

@tripluS-h tripluS-h reopened this Nov 6, 2018
@tripluS-h
Copy link
Author

tripluS-h commented Nov 6, 2018

Holy shit, just realized my buildozer is waaay out of date, closing this until I get that sorted out.

EDIT: thanks for your help @KeyWeeUsr , adding android to the requirements in buildozer.spec sorted things out

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

No branches or pull requests

2 participants