Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
VLC-Android
VLC-Android
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 463
    • Issues 463
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 5
    • Merge Requests 5
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • VideoLAN
  • VLC-AndroidVLC-Android
  • Issues
  • #401

Closed
Open
Created Nov 02, 2017 by Tomáš Valenta@TomasValenta

LibVLC 2.5.7 - FindClass Medialibrary failed

Hello,

I compiled new 2.5.7 release and the app immediately crash during init LibVLC instance. Stacktrace:

11-02 22:34:24.477 6144-6144/cz.yetanotherview.webcamviewer.app E/VLC/JNI/MediaLibrary: FindClass(org/videolan/medialibrary/Medialibrary) failed
11-02 22:34:24.477 6144-6144/cz.yetanotherview.webcamviewer.app E/VLC: MediaLibraryJNI_OnLoad failed
11-02 22:34:24.505 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/java_vm_ext.cc:470] JNI DETECTED ERROR IN APPLICATION: JNI NewGlobalRef called with pending exception java.lang.ClassNotFoundException: Didn't find class "org.videolan.medialibrary.Medialibrary" on path: DexPathList[[zip file "/data/app/cz.yetanotherview.webcamviewer.app-2/base.apk"],nativeLibraryDirectories=[/data/app/cz.yetanotherview.webcamviewer.app-2/lib/arm, /data/app/cz.yetanotherview.webcamviewer.app-2/base.apk!/lib/armeabi-v7a, /system/lib, /vendor/lib]]
11-02 22:34:24.505 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/java_vm_ext.cc:470]   at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:56)
11-02 22:34:24.505 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/java_vm_ext.cc:470]   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:380)
11-02 22:34:24.505 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/java_vm_ext.cc:470]   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312)
11-02 22:34:24.505 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/java_vm_ext.cc:470]   at java.lang.String java.lang.Runtime.nativeLoad(java.lang.String, java.lang.ClassLoader, java.lang.String) (Runtime.java:-2)
11-02 22:34:24.505 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/java_vm_ext.cc:470]   at java.lang.String java.lang.Runtime.doLoad(java.lang.String, java.lang.ClassLoader) (Runtime.java:1072)
11-02 22:34:24.505 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/java_vm_ext.cc:470]   at void java.lang.Runtime.loadLibrary0(java.lang.ClassLoader, java.lang.String) (Runtime.java:987)
11-02 22:34:24.505 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/java_vm_ext.cc:470]   at void java.lang.System.loadLibrary(java.lang.String) (System.java:1562)
11-02 22:34:24.505 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/java_vm_ext.cc:470]   at void org.videolan.libvlc.LibVLC.loadLibraries() (LibVLC.java:191)
11-02 22:34:24.505 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/java_vm_ext.cc:470]   at void org.videolan.libvlc.LibVLC.<init>(android.content.Context, java.util.ArrayList) (LibVLC.java:50)
11-02 22:34:24.505 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/java_vm_ext.cc:470]   at void org.videolan.libvlc.LibVLC.<init>(android.content.Context) (LibVLC.java:100)
11-02 22:34:24.505 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/java_vm_ext.cc:470]   at void cz.yetanotherview.webcamviewer.app.fullscreen.LiveStreamActivity.initLibVLC() (LiveStreamActivity.java:128)
11-02 22:34:24.505 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/java_vm_ext.cc:470]   at void cz.yetanotherview.webcamviewer.app.fullscreen.LiveStreamActivity.onCreate(android.os.Bundle) (LiveStreamActivity.java:87)
11-02 22:34:24.505 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/java_vm_ext.cc:470]   at void android.app.Activity.performCreate(android.os.Bundle) (Activity.java:6684)
11-02 22:34:24.505 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/java_vm_ext.cc:470]   at void android.app.Instrumentation.callActivityOnCreate(android.app.Activity, android.os.Bundle) (Instrumentation.java:1119)
11-02 22:34:24.505 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/java_vm_ext.cc:470]   at android.app.Activity android.app.ActivityThread.performLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent) (ActivityThread.java:2652)
11-02 22:34:24.505 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/java_vm_ext.cc:470]   at void android.app.ActivityThread.handleLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:2766)
11-02 22:34:24.505 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/java_vm_ext.cc:470]   at void android.app.ActivityThread.-wrap12(android.app.ActivityThread, android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:-1)
11-02 22:34:24.505 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/java_vm_ext.cc:470]   at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1507)
11-02 22:34:24.505 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/java_vm_ext.cc:470]   at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:102)
11-02 22:34:24.505 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/java_vm_ext.cc:470]   at void android.os.Looper.loop() (Looper.java:154)
11-02 22:34:24.505 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/java_vm_ext.cc:470]   at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6229)
11-02 22:34:24.505 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/java_vm_ext.cc:470]   at java.lang.Object java.lang.reflect.Method.invoke!(java.lang.Object, java.lang.Object[]) (Method.java:-2)
11-02 22:34:24.505 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/java_vm_ext.cc:470]   at void com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run() (ZygoteInit.java:891)
11-02 22:34:24.505 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/java_vm_ext.cc:470]   at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:781)
11-02 22:34:24.505 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/java_vm_ext.cc:470] 
11-02 22:34:24.505 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/java_vm_ext.cc:470]     in call to NewGlobalRef
11-02 22:34:24.505 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/java_vm_ext.cc:470]     from java.lang.String java.lang.Runtime.nativeLoad(java.lang.String, java.lang.ClassLoader, java.lang.String)
11-02 22:34:24.505 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/java_vm_ext.cc:470] "main" prio=5 tid=1 Runnable
11-02 22:34:24.505 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/java_vm_ext.cc:470]   | group="main" sCount=0 dsCount=0 obj=0x736e5268 self=0xb4285400
11-02 22:34:24.505 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/java_vm_ext.cc:470]   | sysTid=6144 nice=-10 cgrp=default sched=0/0 handle=0xb6f6f534
11-02 22:34:24.506 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/java_vm_ext.cc:470]   | state=R schedstat=( 0 0 0 ) utm=93 stm=10 core=2 HZ=100
11-02 22:34:24.506 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/java_vm_ext.cc:470]   | stack=0xbe7ed000-0xbe7ef000 stackSize=8MB
11-02 22:34:24.506 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/java_vm_ext.cc:470]   | held mutexes= "mutator lock"(shared held)
11-02 22:34:24.506 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/java_vm_ext.cc:470]   native: #00 pc 00351aed  /system/lib/libart.so (_ZN3art15DumpNativeStackERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEEiP12BacktraceMapPKcPNS_9ArtMethodEPv+128)
11-02 22:34:24.506 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/java_vm_ext.cc:470]   native: #01 pc 003320e9  /system/lib/libart.so (_ZNK3art6Thread9DumpStackERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEbP12BacktraceMap+304)
11-02 22:34:24.506 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/java_vm_ext.cc:470]   native: #02 pc 0023a3c7  /system/lib/libart.so (_ZN3art9JavaVMExt8JniAbortEPKcS2_+846)
11-02 22:34:24.506 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/java_vm_ext.cc:470]   native: #03 pc 0023a8ff  /system/lib/libart.so (_ZN3art9JavaVMExt9JniAbortVEPKcS2_St9__va_list+58)
11-02 22:34:24.506 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/java_vm_ext.cc:470]   native: #04 pc 000caccb  /system/lib/libart.so (_ZN3art11ScopedCheck6AbortFEPKcz+42)
11-02 22:34:24.506 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/java_vm_ext.cc:470]   native: #05 pc 000ca8bb  /system/lib/libart.so (_ZN3art11ScopedCheck11CheckThreadEP7_JNIEnv+362)
11-02 22:34:24.506 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/java_vm_ext.cc:470]   native: #06 pc 000c98cf  /system/lib/libart.so (_ZN3art11ScopedCheck22CheckPossibleHeapValueERNS_18ScopedObjectAccessEcNS_12JniValueTypeE+26)
11-02 22:34:24.506 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/java_vm_ext.cc:470]   native: #07 pc 000c8da1  /system/lib/libart.so (_ZN3art11ScopedCheck5CheckERNS_18ScopedObjectAccessEbPKcPNS_12JniValueTypeE+800)
11-02 22:34:24.506 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/java_vm_ext.cc:470]   native: #08 pc 000cba75  /system/lib/libart.so (_ZN3art8CheckJNI6NewRefEPKcP7_JNIEnvP8_jobjectNS_15IndirectRefKindE+452)
11-02 22:34:24.506 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/java_vm_ext.cc:470]   native: #09 pc 00337d3d  /system/lib/libart.so (_ZN3art6Thread22SetClassLoaderOverrideEP8_jobject+32)
11-02 22:34:24.506 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/java_vm_ext.cc:470]   native: #10 pc 0023c397  /system/lib/libart.so (_ZN3art9JavaVMExt17LoadNativeLibraryEP7_JNIEnvRKNSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEEP8_jobjectP8_jstringPS9_+1878)
11-02 22:34:24.506 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/java_vm_ext.cc:470]   native: #11 pc 0000315f  /system/lib/libopenjdkjvm.so (JVM_NativeLoad+178)
11-02 22:34:24.506 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/java_vm_ext.cc:470]   native: #12 pc 00065c45  /data/dalvik-cache/arm/system@framework@boot.oat (Java_java_lang_Runtime_nativeLoad__Ljava_lang_String_2Ljava_lang_ClassLoader_2Ljava_lang_String_2+144)
11-02 22:34:24.506 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/java_vm_ext.cc:470]   at java.lang.Runtime.nativeLoad(Native method)
11-02 22:34:24.506 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/java_vm_ext.cc:470]   at java.lang.Runtime.doLoad(Runtime.java:1072)
11-02 22:34:24.506 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/java_vm_ext.cc:470]   - locked <0x0e1e2e7f> (a java.lang.Runtime)
11-02 22:34:24.506 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/java_vm_ext.cc:470]   at java.lang.Runtime.loadLibrary0(Runtime.java:987)
11-02 22:34:24.506 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/java_vm_ext.cc:470]   - locked <0x0e1e2e7f> (a java.lang.Runtime)
11-02 22:34:24.506 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/java_vm_ext.cc:470]   at java.lang.System.loadLibrary(System.java:1562)
11-02 22:34:24.506 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/java_vm_ext.cc:470]   at org.videolan.libvlc.LibVLC.loadLibraries(LibVLC.java:191)
11-02 22:34:24.506 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/java_vm_ext.cc:470]   - locked <0x0a3eae4c> (a java.lang.Class<org.videolan.libvlc.LibVLC>)
11-02 22:34:24.506 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/java_vm_ext.cc:470]   at org.videolan.libvlc.LibVLC.<init>(LibVLC.java:50)
11-02 22:34:24.506 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/java_vm_ext.cc:470]   at org.videolan.libvlc.LibVLC.<init>(LibVLC.java:100)
11-02 22:34:24.506 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/java_vm_ext.cc:470]   at cz.yetanotherview.webcamviewer.app.fullscreen.LiveStreamActivity.initLibVLC(LiveStreamActivity.java:128)
11-02 22:34:24.506 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/java_vm_ext.cc:470]   at cz.yetanotherview.webcamviewer.app.fullscreen.LiveStreamActivity.onCreate(LiveStreamActivity.java:87)
11-02 22:34:24.506 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/java_vm_ext.cc:470]   at android.app.Activity.performCreate(Activity.java:6684)
11-02 22:34:24.506 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/java_vm_ext.cc:470]   at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1119)
11-02 22:34:24.506 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/java_vm_ext.cc:470]   at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2652)
11-02 22:34:24.506 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/java_vm_ext.cc:470]   at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2766)
11-02 22:34:24.506 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/java_vm_ext.cc:470]   at android.app.ActivityThread.-wrap12(ActivityThread.java:-1)
11-02 22:34:24.506 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/java_vm_ext.cc:470]   at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1507)
11-02 22:34:24.506 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/java_vm_ext.cc:470]   at android.os.Handler.dispatchMessage(Handler.java:102)
11-02 22:34:24.506 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/java_vm_ext.cc:470]   at android.os.Looper.loop(Looper.java:154)
11-02 22:34:24.506 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/java_vm_ext.cc:470]   at android.app.ActivityThread.main(ActivityThread.java:6229)
11-02 22:34:24.506 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/java_vm_ext.cc:470]   at java.lang.reflect.Method.invoke!(Native method)
11-02 22:34:24.506 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/java_vm_ext.cc:470]   at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:891)
11-02 22:34:24.506 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/java_vm_ext.cc:470]   at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:781)
11-02 22:34:24.506 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/java_vm_ext.cc:470] 
11-02 22:34:24.635 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422] Runtime aborting...
11-02 22:34:24.635 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422] Aborting thread:
11-02 22:34:24.635 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422] "main" prio=10 tid=1 Native
11-02 22:34:24.635 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   | group="" sCount=0 dsCount=0 obj=0x736e5268 self=0xb4285400
11-02 22:34:24.635 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   | sysTid=6144 nice=-10 cgrp=default sched=0/0 handle=0xb6f6f534
11-02 22:34:24.635 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   | state=R schedstat=( 0 0 0 ) utm=94 stm=12 core=2 HZ=100
11-02 22:34:24.635 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   | stack=0xbe7ed000-0xbe7ef000 stackSize=8MB
11-02 22:34:24.635 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   | held mutexes= "abort lock"
11-02 22:34:24.635 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #00 pc 00351aed  /system/lib/libart.so (_ZN3art15DumpNativeStackERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEEiP12BacktraceMapPKcPNS_9ArtMethodEPv+128)
11-02 22:34:24.635 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #01 pc 003320e9  /system/lib/libart.so (_ZNK3art6Thread9DumpStackERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEbP12BacktraceMap+304)
11-02 22:34:24.635 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #02 pc 00325161  /system/lib/libart.so (_ZNK3art10AbortState10DumpThreadERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEPNS_6ThreadE+24)
11-02 22:34:24.635 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #03 pc 00324fe9  /system/lib/libart.so (_ZNK3art10AbortState4DumpERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEE+424)
11-02 22:34:24.635 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #04 pc 0031bcf5  /system/lib/libart.so (_ZN3art7Runtime5AbortEPKc+92)
11-02 22:34:24.635 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #05 pc 000b52eb  /system/lib/libart.so (_ZN3art10LogMessageD2Ev+1134)
11-02 22:34:24.635 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #06 pc 0023a6a9  /system/lib/libart.so (_ZN3art9JavaVMExt8JniAbortEPKcS2_+1584)
11-02 22:34:24.635 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #07 pc 0023a8ff  /system/lib/libart.so (_ZN3art9JavaVMExt9JniAbortVEPKcS2_St9__va_list+58)
11-02 22:34:24.635 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #08 pc 000caccb  /system/lib/libart.so (_ZN3art11ScopedCheck6AbortFEPKcz+42)
11-02 22:34:24.635 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #09 pc 000ca8bb  /system/lib/libart.so (_ZN3art11ScopedCheck11CheckThreadEP7_JNIEnv+362)
11-02 22:34:24.635 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #10 pc 000c98cf  /system/lib/libart.so (_ZN3art11ScopedCheck22CheckPossibleHeapValueERNS_18ScopedObjectAccessEcNS_12JniValueTypeE+26)
11-02 22:34:24.635 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #11 pc 000c8da1  /system/lib/libart.so (_ZN3art11ScopedCheck5CheckERNS_18ScopedObjectAccessEbPKcPNS_12JniValueTypeE+800)
11-02 22:34:24.635 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #12 pc 000cba75  /system/lib/libart.so (_ZN3art8CheckJNI6NewRefEPKcP7_JNIEnvP8_jobjectNS_15IndirectRefKindE+452)
11-02 22:34:24.635 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #13 pc 00337d3d  /system/lib/libart.so (_ZN3art6Thread22SetClassLoaderOverrideEP8_jobject+32)
11-02 22:34:24.635 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #14 pc 0023c397  /system/lib/libart.so (_ZN3art9JavaVMExt17LoadNativeLibraryEP7_JNIEnvRKNSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEEP8_jobjectP8_jstringPS9_+1878)
11-02 22:34:24.635 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #15 pc 0000315f  /system/lib/libopenjdkjvm.so (JVM_NativeLoad+178)
11-02 22:34:24.635 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #16 pc 00065c45  /data/dalvik-cache/arm/system@framework@boot.oat (???)
11-02 22:34:24.635 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at java.lang.Runtime.nativeLoad(Native method)
11-02 22:34:24.635 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at java.lang.Runtime.doLoad(Runtime.java:1072)
11-02 22:34:24.635 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   - locked <0x0e1e2e7f> (a java.lang.Runtime)
11-02 22:34:24.635 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at java.lang.Runtime.loadLibrary0(Runtime.java:987)
11-02 22:34:24.635 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   - locked <0x0e1e2e7f> (a java.lang.Runtime)
11-02 22:34:24.635 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at java.lang.System.loadLibrary(System.java:1562)
11-02 22:34:24.635 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at org.videolan.libvlc.LibVLC.loadLibraries(LibVLC.java:191)
11-02 22:34:24.635 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   - locked <0x0a3eae4c> (a java.lang.Class<org.videolan.libvlc.LibVLC>)
11-02 22:34:24.635 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at org.videolan.libvlc.LibVLC.<init>(LibVLC.java:50)
11-02 22:34:24.636 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at org.videolan.libvlc.LibVLC.<init>(LibVLC.java:100)
11-02 22:34:24.636 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at cz.yetanotherview.webcamviewer.app.fullscreen.LiveStreamActivity.initLibVLC(LiveStreamActivity.java:128)
11-02 22:34:24.636 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at cz.yetanotherview.webcamviewer.app.fullscreen.LiveStreamActivity.onCreate(LiveStreamActivity.java:87)
11-02 22:34:24.636 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at android.app.Activity.performCreate(Activity.java:6684)
11-02 22:34:24.636 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1119)
11-02 22:34:24.636 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2652)
11-02 22:34:24.636 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2766)
11-02 22:34:24.636 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at android.app.ActivityThread.-wrap12(ActivityThread.java:-1)
11-02 22:34:24.636 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1507)
11-02 22:34:24.636 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at android.os.Handler.dispatchMessage(Handler.java:102)
11-02 22:34:24.636 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at android.os.Looper.loop(Looper.java:154)
11-02 22:34:24.636 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at android.app.ActivityThread.main(ActivityThread.java:6229)
11-02 22:34:24.636 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at java.lang.reflect.Method.invoke!(Native method)
11-02 22:34:24.636 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:891)
11-02 22:34:24.636 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:781)
11-02 22:34:24.636 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422] Pending exception java.lang.ClassNotFoundException: Didn't find class "org.videolan.medialibrary.Medialibrary" on path: DexPathList[[zip file "/data/app/cz.yetanotherview.webcamviewer.app-2/base.apk"],nativeLibraryDirectories=[/data/app/cz.yetanotherview.webcamviewer.app-2/lib/arm, /data/app/cz.yetanotherview.webcamviewer.app-2/base.apk!/lib/armeabi-v7a, /system/lib, /vendor/lib]]
11-02 22:34:24.636 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:56)
11-02 22:34:24.636 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:380)
11-02 22:34:24.636 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312)
11-02 22:34:24.636 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at java.lang.String java.lang.Runtime.nativeLoad(java.lang.String, java.lang.ClassLoader, java.lang.String) (Runtime.java:-2)
11-02 22:34:24.636 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at java.lang.String java.lang.Runtime.doLoad(java.lang.String, java.lang.ClassLoader) (Runtime.java:1072)
11-02 22:34:24.636 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at void java.lang.Runtime.loadLibrary0(java.lang.ClassLoader, java.lang.String) (Runtime.java:987)
11-02 22:34:24.636 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at void java.lang.System.loadLibrary(java.lang.String) (System.java:1562)
11-02 22:34:24.636 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at void org.videolan.libvlc.LibVLC.loadLibraries() (LibVLC.java:191)
11-02 22:34:24.636 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at void org.videolan.libvlc.LibVLC.<init>(android.content.Context, java.util.ArrayList) (LibVLC.java:50)
11-02 22:34:24.636 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at void org.videolan.libvlc.LibVLC.<init>(android.content.Context) (LibVLC.java:100)
11-02 22:34:24.636 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at void cz.yetanotherview.webcamviewer.app.fullscreen.LiveStreamActivity.initLibVLC() (LiveStreamActivity.java:128)
11-02 22:34:24.636 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at void cz.yetanotherview.webcamviewer.app.fullscreen.LiveStreamActivity.onCreate(android.os.Bundle) (LiveStreamActivity.java:87)
11-02 22:34:24.636 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at void android.app.Activity.performCreate(android.os.Bundle) (Activity.java:6684)
11-02 22:34:24.636 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at void android.app.Instrumentation.callActivityOnCreate(android.app.Activity, android.os.Bundle) (Instrumentation.java:1119)
11-02 22:34:24.636 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at android.app.Activity android.app.ActivityThread.performLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent) (ActivityThread.java:2652)
11-02 22:34:24.636 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at void android.app.ActivityThread.handleLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:2766)
11-02 22:34:24.636 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at void android.app.ActivityThread.-wrap12(android.app.ActivityThread, android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:-1)
11-02 22:34:24.636 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1507)
11-02 22:34:24.636 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:102)
11-02 22:34:24.636 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at void android.os.Looper.loop() (Looper.java:154)
11-02 22:34:24.636 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6229)
11-02 22:34:24.636 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at java.lang.Object java.lang.reflect.Method.invoke!(java.lang.Object, java.lang.Object[]) (Method.java:-2)
11-02 22:34:24.636 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at void com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run() (ZygoteInit.java:891)
11-02 22:34:24.636 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:781)
11-02 22:34:24.636 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422] Dumping all threads without appropriate locks held: thread list lock mutator lock
11-02 22:34:24.636 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422] All threads:
11-02 22:34:24.636 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422] DALVIK THREADS (25):
11-02 22:34:24.636 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422] "main" prio=10 tid=1 Runnable
11-02 22:34:24.636 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   | group="" sCount=0 dsCount=0 obj=0x736e5268 self=0xb4285400
11-02 22:34:24.636 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   | sysTid=6144 nice=-10 cgrp=default sched=0/0 handle=0xb6f6f534
11-02 22:34:24.636 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   | state=R schedstat=( 0 0 0 ) utm=97 stm=13 core=2 HZ=100
11-02 22:34:24.636 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   | stack=0xbe7ed000-0xbe7ef000 stackSize=8MB
11-02 22:34:24.636 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   | held mutexes= "abort lock" "mutator lock"(shared held)
11-02 22:34:24.637 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #00 pc 00351aed  /system/lib/libart.so (_ZN3art15DumpNativeStackERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEEiP12BacktraceMapPKcPNS_9ArtMethodEPv+128)
11-02 22:34:24.637 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #01 pc 003320e9  /system/lib/libart.so (_ZNK3art6Thread9DumpStackERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEbP12BacktraceMap+304)
11-02 22:34:24.637 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #02 pc 003441ff  /system/lib/libart.so (_ZN3art14DumpCheckpoint3RunEPNS_6ThreadE+622)
11-02 22:34:24.637 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #03 pc 0033e18d  /system/lib/libart.so (_ZN3art10ThreadList13RunCheckpointEPNS_7ClosureE+336)
11-02 22:34:24.637 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #04 pc 0033de87  /system/lib/libart.so (_ZN3art10ThreadList4DumpERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEb+586)
11-02 22:34:24.637 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #05 pc 00324fb5  /system/lib/libart.so (_ZNK3art10AbortState4DumpERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEE+372)
11-02 22:34:24.637 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #06 pc 0031bcf5  /system/lib/libart.so (_ZN3art7Runtime5AbortEPKc+92)
11-02 22:34:24.637 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #07 pc 000b52eb  /system/lib/libart.so (_ZN3art10LogMessageD2Ev+1134)
11-02 22:34:24.637 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #08 pc 0023a6a9  /system/lib/libart.so (_ZN3art9JavaVMExt8JniAbortEPKcS2_+1584)
11-02 22:34:24.637 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #09 pc 0023a8ff  /system/lib/libart.so (_ZN3art9JavaVMExt9JniAbortVEPKcS2_St9__va_list+58)
11-02 22:34:24.637 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #10 pc 000caccb  /system/lib/libart.so (_ZN3art11ScopedCheck6AbortFEPKcz+42)
11-02 22:34:24.637 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #11 pc 000ca8bb  /system/lib/libart.so (_ZN3art11ScopedCheck11CheckThreadEP7_JNIEnv+362)
11-02 22:34:24.637 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #12 pc 000c98cf  /system/lib/libart.so (_ZN3art11ScopedCheck22CheckPossibleHeapValueERNS_18ScopedObjectAccessEcNS_12JniValueTypeE+26)
11-02 22:34:24.637 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #13 pc 000c8da1  /system/lib/libart.so (_ZN3art11ScopedCheck5CheckERNS_18ScopedObjectAccessEbPKcPNS_12JniValueTypeE+800)
11-02 22:34:24.637 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #14 pc 000cba75  /system/lib/libart.so (_ZN3art8CheckJNI6NewRefEPKcP7_JNIEnvP8_jobjectNS_15IndirectRefKindE+452)
11-02 22:34:24.637 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #15 pc 00337d3d  /system/lib/libart.so (_ZN3art6Thread22SetClassLoaderOverrideEP8_jobject+32)
11-02 22:34:24.637 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #16 pc 0023c397  /system/lib/libart.so (_ZN3art9JavaVMExt17LoadNativeLibraryEP7_JNIEnvRKNSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEEP8_jobjectP8_jstringPS9_+1878)
11-02 22:34:24.637 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #17 pc 0000315f  /system/lib/libopenjdkjvm.so (JVM_NativeLoad+178)
11-02 22:34:24.637 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #18 pc 00065c45  /data/dalvik-cache/arm/system@framework@boot.oat (Java_java_lang_Runtime_nativeLoad__Ljava_lang_String_2Ljava_lang_ClassLoader_2Ljava_lang_String_2+144)
11-02 22:34:24.637 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at java.lang.Runtime.nativeLoad(Native method)
11-02 22:34:24.637 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at java.lang.Runtime.doLoad(Runtime.java:1072)
11-02 22:34:24.637 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   - locked <0x0e1e2e7f> (a java.lang.Runtime)
11-02 22:34:24.637 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at java.lang.Runtime.loadLibrary0(Runtime.java:987)
11-02 22:34:24.637 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   - locked <0x0e1e2e7f> (a java.lang.Runtime)
11-02 22:34:24.637 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at java.lang.System.loadLibrary(System.java:1562)
11-02 22:34:24.637 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at org.videolan.libvlc.LibVLC.loadLibraries(LibVLC.java:191)
11-02 22:34:24.637 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   - locked <0x0a3eae4c> (a java.lang.Class<org.videolan.libvlc.LibVLC>)
11-02 22:34:24.637 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at org.videolan.libvlc.LibVLC.<init>(LibVLC.java:50)
11-02 22:34:24.637 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at org.videolan.libvlc.LibVLC.<init>(LibVLC.java:100)
11-02 22:34:24.637 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at cz.yetanotherview.webcamviewer.app.fullscreen.LiveStreamActivity.initLibVLC(LiveStreamActivity.java:128)
11-02 22:34:24.637 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at cz.yetanotherview.webcamviewer.app.fullscreen.LiveStreamActivity.onCreate(LiveStreamActivity.java:87)
11-02 22:34:24.637 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at android.app.Activity.performCreate(Activity.java:6684)
11-02 22:34:24.637 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1119)
11-02 22:34:24.637 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2652)
11-02 22:34:24.637 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2766)
11-02 22:34:24.637 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at android.app.ActivityThread.-wrap12(ActivityThread.java:-1)
11-02 22:34:24.637 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1507)
11-02 22:34:24.637 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at android.os.Handler.dispatchMessage(Handler.java:102)
11-02 22:34:24.637 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at android.os.Looper.loop(Looper.java:154)
11-02 22:34:24.637 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at android.app.ActivityThread.main(ActivityThread.java:6229)
11-02 22:34:24.637 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at java.lang.reflect.Method.invoke!(Native method)
11-02 22:34:24.637 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:891)
11-02 22:34:24.637 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:781)
11-02 22:34:24.637 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422] 
11-02 22:34:24.637 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422] "Jit thread pool worker thread 0" prio=10 tid=2 Native
11-02 22:34:24.637 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   | group="" sCount=1 dsCount=0 obj=0x32c050d0 self=0xacd8d000
11-02 22:34:24.637 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   | sysTid=6153 nice=9 cgrp=default sched=0/0 handle=0xb3904920
11-02 22:34:24.637 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   | state=S schedstat=( 0 0 0 ) utm=21 stm=5 core=1 HZ=100
11-02 22:34:24.637 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   | stack=0xb3806000-0xb3808000 stackSize=1022KB
11-02 22:34:24.638 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   | held mutexes=
11-02 22:34:24.638 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #00 pc 000174f8  /system/lib/libc.so (syscall+28)
11-02 22:34:24.638 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #01 pc 000b6ec1  /system/lib/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+92)
11-02 22:34:24.638 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #02 pc 00345771  /system/lib/libart.so (_ZN3art10ThreadPool7GetTaskEPNS_6ThreadE+160)
11-02 22:34:24.638 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #03 pc 00344f97  /system/lib/libart.so (_ZN3art16ThreadPoolWorker3RunEv+62)
11-02 22:34:24.638 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #04 pc 00344ab7  /system/lib/libart.so (_ZN3art16ThreadPoolWorker8CallbackEPv+78)
11-02 22:34:24.638 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #05 pc 00047bd3  /system/lib/libc.so (_ZL15__pthread_startPv+22)
11-02 22:34:24.638 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #06 pc 00019cbd  /system/lib/libc.so (__start_thread+6)
11-02 22:34:24.638 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   (no managed stack frames)
11-02 22:34:24.638 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422] 
11-02 22:34:24.638 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422] "Signal Catcher" prio=10 tid=3 WaitingInMainSignalCatcherLoop
11-02 22:34:24.638 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   | group="" sCount=1 dsCount=0 obj=0x32c05160 self=0xaa3bd300
11-02 22:34:24.638 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   | sysTid=6155 nice=0 cgrp=default sched=0/0 handle=0xb3803920
11-02 22:34:24.638 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=1 HZ=100
11-02 22:34:24.638 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   | stack=0xb3707000-0xb3709000 stackSize=1014KB
11-02 22:34:24.638 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   | held mutexes=
11-02 22:34:24.638 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #00 pc 000493c0  /system/lib/libc.so (__rt_sigtimedwait+12)
11-02 22:34:24.638 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #01 pc 0001e0bb  /system/lib/libc.so (sigwait+34)
11-02 22:34:24.638 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #02 pc 0032820f  /system/lib/libart.so (_ZN3art9SignalSet4WaitEv+22)
11-02 22:34:24.638 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #03 pc 00327e09  /system/lib/libart.so (_ZN3art13SignalCatcher13WaitForSignalEPNS_6ThreadERNS_9SignalSetE+168)
11-02 22:34:24.638 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #04 pc 00326b69  /system/lib/libart.so (_ZN3art13SignalCatcher3RunEPv+276)
11-02 22:34:24.638 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #05 pc 00047bd3  /system/lib/libc.so (_ZL15__pthread_startPv+22)
11-02 22:34:24.638 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #06 pc 00019cbd  /system/lib/libc.so (__start_thread+6)
11-02 22:34:24.638 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   (no managed stack frames)
11-02 22:34:24.638 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422] 
11-02 22:34:24.638 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422] "JDWP" prio=10 tid=4 WaitingInMainDebuggerLoop
11-02 22:34:24.638 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   | group="" sCount=1 dsCount=0 obj=0x32c051f0 self=0xacd8e400
11-02 22:34:24.638 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   | sysTid=6156 nice=0 cgrp=default sched=0/0 handle=0xb3704920
11-02 22:34:24.638 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0 HZ=100
11-02 22:34:24.638 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   | stack=0xb3608000-0xb360a000 stackSize=1014KB
11-02 22:34:24.638 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   | held mutexes=
11-02 22:34:24.638 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #00 pc 00049298  /system/lib/libc.so (__pselect6+20)
11-02 22:34:24.638 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #01 pc 0001ceb5  /system/lib/libc.so (select+88)
11-02 22:34:24.638 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #02 pc 003fcec3  /system/lib/libart.so (_ZN3art4JDWP12JdwpAdbState15ProcessIncomingEv+302)
11-02 22:34:24.638 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #03 pc 00249333  /system/lib/libart.so (_ZN3art4JDWP9JdwpState3RunEv+654)
11-02 22:34:24.638 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #04 pc 00248ad3  /system/lib/libart.so (_ZN3art4JDWPL15StartJdwpThreadEPv+22)
11-02 22:34:24.638 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #05 pc 00047bd3  /system/lib/libc.so (_ZL15__pthread_startPv+22)
11-02 22:34:24.638 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #06 pc 00019cbd  /system/lib/libc.so (__start_thread+6)
11-02 22:34:24.638 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   (no managed stack frames)
11-02 22:34:24.638 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422] 
11-02 22:34:24.638 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422] "ReferenceQueueDaemon" prio=10 tid=5 Waiting
11-02 22:34:24.638 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   | group="" sCount=1 dsCount=0 obj=0x32c05280 self=0xaa3be700
11-02 22:34:24.638 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   | sysTid=6157 nice=0 cgrp=default sched=0/0 handle=0xb3605920
11-02 22:34:24.638 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=1 HZ=100
11-02 22:34:24.638 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   | stack=0xb3503000-0xb3505000 stackSize=1038KB
11-02 22:34:24.638 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   | held mutexes=
11-02 22:34:24.638 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #00 pc 000174f8  /system/lib/libc.so (syscall+28)
11-02 22:34:24.638 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #01 pc 000b6ec1  /system/lib/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+92)
11-02 22:34:24.638 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #02 pc 0029fe31  /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadExibNS_11ThreadStateE+512)
11-02 22:34:24.638 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #03 pc 002a1683  /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadEPNS_6mirror6ObjectExibNS_11ThreadStateE+258)
11-02 22:34:24.638 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #04 pc 002affd7  /system/lib/libart.so (_ZN3artL11Object_waitEP7_JNIEnvP8_jobject+32)
11-02 22:34:24.638 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #05 pc 00000537  /data/dalvik-cache/arm/system@framework@boot.oat (Java_java_lang_Object_wait__+74)
11-02 22:34:24.639 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at java.lang.Object.wait!(Native method)
11-02 22:34:24.639 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   - waiting on <0x00938e95> (a java.lang.Class<java.lang.ref.ReferenceQueue>)
11-02 22:34:24.639 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at java.lang.Daemons$ReferenceQueueDaemon.run(Daemons.java:150)
11-02 22:34:24.639 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   - locked <0x00938e95> (a java.lang.Class<java.lang.ref.ReferenceQueue>)
11-02 22:34:24.639 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at java.lang.Thread.run(Thread.java:761)
11-02 22:34:24.639 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422] 
11-02 22:34:24.639 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422] "FinalizerWatchdogDaemon" prio=10 tid=6 Sleeping
11-02 22:34:24.639 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   | group="" sCount=1 dsCount=0 obj=0x32c05310 self=0xaa3bf100
11-02 22:34:24.639 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   | sysTid=6159 nice=0 cgrp=default sched=0/0 handle=0xb33fb920
11-02 22:34:24.639 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=1 HZ=100
11-02 22:34:24.639 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   | stack=0xb32f9000-0xb32fb000 stackSize=1038KB
11-02 22:34:24.639 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   | held mutexes=
11-02 22:34:24.639 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #00 pc 000174fc  /system/lib/libc.so (syscall+32)
11-02 22:34:24.639 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #01 pc 000b72ed  /system/lib/libart.so (_ZN3art17ConditionVariable9TimedWaitEPNS_6ThreadExi+108)
11-02 22:34:24.639 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #02 pc 0029fe41  /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadExibNS_11ThreadStateE+528)
11-02 22:34:24.639 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #03 pc 002a1683  /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadEPNS_6mirror6ObjectExibNS_11ThreadStateE+258)
11-02 22:34:24.639 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #04 pc 002b4985  /system/lib/libart.so (_ZN3artL12Thread_sleepEP7_JNIEnvP7_jclassP8_jobjectxi+56)
11-02 22:34:24.639 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #05 pc 0008158b  /data/dalvik-cache/arm/system@framework@boot.oat (Java_java_lang_Thread_sleep__Ljava_lang_Object_2JI+126)
11-02 22:34:24.639 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at java.lang.Thread.sleep!(Native method)
11-02 22:34:24.639 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   - sleeping on <0x00834baa> (a java.lang.Object)
11-02 22:34:24.639 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at java.lang.Thread.sleep(Thread.java:371)
11-02 22:34:24.639 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   - locked <0x00834baa> (a java.lang.Object)
11-02 22:34:24.639 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at java.lang.Thread.sleep(Thread.java:313)
11-02 22:34:24.639 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at java.lang.Daemons$FinalizerWatchdogDaemon.sleepFor(Daemons.java:314)
11-02 22:34:24.639 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at java.lang.Daemons$FinalizerWatchdogDaemon.waitForFinalization(Daemons.java:336)
11-02 22:34:24.639 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at java.lang.Daemons$FinalizerWatchdogDaemon.run(Daemons.java:253)
11-02 22:34:24.639 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at java.lang.Thread.run(Thread.java:761)
11-02 22:34:24.639 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422] 
11-02 22:34:24.639 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422] "Binder:6144_1" prio=10 tid=7 Native
11-02 22:34:24.639 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   | group="" sCount=1 dsCount=0 obj=0x32c053a0 self=0xaa3bfb00
11-02 22:34:24.639 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   | sysTid=6161 nice=0 cgrp=default sched=0/0 handle=0xb30f3920
11-02 22:34:24.639 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   | state=S schedstat=( 0 0 0 ) utm=1 stm=0 core=0 HZ=100
11-02 22:34:24.639 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   | stack=0xb2ff7000-0xb2ff9000 stackSize=1014KB
11-02 22:34:24.639 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   | held mutexes=
11-02 22:34:24.639 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #00 pc 00049194  /system/lib/libc.so (__ioctl+8)
11-02 22:34:24.639 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #01 pc 0001acbb  /system/lib/libc.so (ioctl+38)
11-02 22:34:24.639 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #02 pc 0003cbad  /system/lib/libbinder.so (_ZN7android14IPCThreadState14talkWithDriverEb+168)
11-02 22:34:24.639 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #03 pc 0003cca9  /system/lib/libbinder.so (_ZN7android14IPCThreadState20getAndExecuteCommandEv+8)
11-02 22:34:24.639 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #04 pc 0003d1cb  /system/lib/libbinder.so (_ZN7android14IPCThreadState14joinThreadPoolEb+38)
11-02 22:34:24.639 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #05 pc 0004f5d9  /system/lib/libbinder.so (???)
11-02 22:34:24.639 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #06 pc 0000e3dd  /system/lib/libutils.so (_ZN7android6Thread11_threadLoopEPv+144)
11-02 22:34:24.639 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #07 pc 0006842d  /system/lib/libandroid_runtime.so (_ZN7android14AndroidRuntime15javaThreadShellEPv+80)
11-02 22:34:24.639 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #08 pc 00047bd3  /system/lib/libc.so (_ZL15__pthread_startPv+22)
11-02 22:34:24.639 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #09 pc 00019cbd  /system/lib/libc.so (__start_thread+6)
11-02 22:34:24.639 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   (no managed stack frames)
11-02 22:34:24.639 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422] 
11-02 22:34:24.639 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422] "FinalizerDaemon" prio=10 tid=8 Waiting
11-02 22:34:24.639 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   | group="" sCount=1 dsCount=0 obj=0x32c05430 self=0xaa3bec00
11-02 22:34:24.639 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   | sysTid=6158 nice=0 cgrp=default sched=0/0 handle=0xb3500920
11-02 22:34:24.640 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=2 HZ=100
11-02 22:34:24.640 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   | stack=0xb33fe000-0xb3400000 stackSize=1038KB
11-02 22:34:24.640 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   | held mutexes=
11-02 22:34:24.640 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #00 pc 000174f8  /system/lib/libc.so (syscall+28)
11-02 22:34:24.640 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #01 pc 000b6ec1  /system/lib/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+92)
11-02 22:34:24.640 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #02 pc 0029fe31  /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadExibNS_11ThreadStateE+512)
11-02 22:34:24.640 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #03 pc 002a1683  /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadEPNS_6mirror6ObjectExibNS_11ThreadStateE+258)
11-02 22:34:24.640 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #04 pc 002b0003  /system/lib/libart.so (_ZN3artL13Object_waitJIEP7_JNIEnvP8_jobjectxi+36)
11-02 22:34:24.640 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #05 pc 00000635  /data/dalvik-cache/arm/system@framework@boot.oat (Java_java_lang_Object_wait__JI+96)
11-02 22:34:24.640 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at java.lang.Object.wait!(Native method)
11-02 22:34:24.640 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   - waiting on <0x0871339b> (a java.lang.Object)
11-02 22:34:24.640 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at java.lang.Object.wait(Object.java:407)
11-02 22:34:24.640 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:188)
11-02 22:34:24.640 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   - locked <0x0871339b> (a java.lang.Object)
11-02 22:34:24.640 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:209)
11-02 22:34:24.640 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at java.lang.Daemons$FinalizerDaemon.run(Daemons.java:204)
11-02 22:34:24.640 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at java.lang.Thread.run(Thread.java:761)
11-02 22:34:24.640 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422] 
11-02 22:34:24.640 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422] "HeapTaskDaemon" prio=10 tid=9 Blocked
11-02 22:34:24.640 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   | group="" sCount=1 dsCount=0 obj=0x32c054c0 self=0xaa3bf600
11-02 22:34:24.640 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   | sysTid=6160 nice=0 cgrp=default sched=0/0 handle=0xb32f6920
11-02 22:34:24.640 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   | state=S schedstat=( 0 0 0 ) utm=20 stm=0 core=3 HZ=100
11-02 22:34:24.640 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   | stack=0xb31f4000-0xb31f6000 stackSize=1038KB
11-02 22:34:24.640 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   | held mutexes=
11-02 22:34:24.640 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #00 pc 000174fc  /system/lib/libc.so (syscall+32)
11-02 22:34:24.640 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #01 pc 000b72ed  /system/lib/libart.so (_ZN3art17ConditionVariable9TimedWaitEPNS_6ThreadExi+108)
11-02 22:34:24.640 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #02 pc 001b59b1  /system/lib/libart.so (_ZN3art2gc13TaskProcessor7GetTaskEPNS_6ThreadE+228)
11-02 22:34:24.640 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #03 pc 001b6061  /system/lib/libart.so (_ZN3art2gc13TaskProcessor11RunAllTasksEPNS_6ThreadE+44)
11-02 22:34:24.640 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #04 pc 0042a737  /data/dalvik-cache/arm/system@framework@boot.oat (Java_dalvik_system_VMRuntime_runHeapTasks__+74)
11-02 22:34:24.640 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at dalvik.system.VMRuntime.runHeapTasks(Native method)
11-02 22:34:24.640 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   - waiting to lock an unknown object
11-02 22:34:24.640 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at java.lang.Daemons$HeapTaskDaemon.run(Daemons.java:433)
11-02 22:34:24.640 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at java.lang.Thread.run(Thread.java:761)
11-02 22:34:24.640 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422] 
11-02 22:34:24.640 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422] "Binder:6144_2" prio=10 tid=10 Native
11-02 22:34:24.640 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   | group="" sCount=1 dsCount=0 obj=0x32c05550 self=0xacd8f800
11-02 22:34:24.640 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   | sysTid=6162 nice=0 cgrp=default sched=0/0 handle=0xb2fee920
11-02 22:34:24.640 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0 HZ=100
11-02 22:34:24.640 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   | stack=0xb2ef2000-0xb2ef4000 stackSize=1014KB
11-02 22:34:24.640 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   | held mutexes=
11-02 22:34:24.640 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #00 pc 00049194  /system/lib/libc.so (__ioctl+8)
11-02 22:34:24.640 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #01 pc 0001acbb  /system/lib/libc.so (ioctl+38)
11-02 22:34:24.640 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #02 pc 0003cbad  /system/lib/libbinder.so (_ZN7android14IPCThreadState14talkWithDriverEb+168)
11-02 22:34:24.640 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #03 pc 0003cca9  /system/lib/libbinder.so (_ZN7android14IPCThreadState20getAndExecuteCommandEv+8)
11-02 22:34:24.640 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #04 pc 0003d1cb  /system/lib/libbinder.so (_ZN7android14IPCThreadState14joinThreadPoolEb+38)
11-02 22:34:24.640 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #05 pc 0004f5d9  /system/lib/libbinder.so (???)
11-02 22:34:24.640 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #06 pc 0000e3dd  /system/lib/libutils.so (_ZN7android6Thread11_threadLoopEPv+144)
11-02 22:34:24.640 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #07 pc 0006842d  /system/lib/libandroid_runtime.so (_ZN7android14AndroidRuntime15javaThreadShellEPv+80)
11-02 22:34:24.640 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #08 pc 00047bd3  /system/lib/libc.so (_ZL15__pthread_startPv+22)
11-02 22:34:24.640 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #09 pc 00019cbd  /system/lib/libc.so (__start_thread+6)
11-02 22:34:24.640 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   (no managed stack frames)
11-02 22:34:24.640 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422] 
11-02 22:34:24.641 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422] "Profile Saver" prio=10 tid=11 Native
11-02 22:34:24.641 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   | group="" sCount=1 dsCount=0 obj=0x32c055e0 self=0xb4286800
11-02 22:34:24.641 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   | sysTid=6164 nice=0 cgrp=default sched=0/0 handle=0xb2dff920
11-02 22:34:24.641 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   | state=S schedstat=( 0 0 0 ) utm=1 stm=0 core=0 HZ=100
11-02 22:34:24.641 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   | stack=0xb2d03000-0xb2d05000 stackSize=1014KB
11-02 22:34:24.641 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   | held mutexes=
11-02 22:34:24.641 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #00 pc 000174f8  /system/lib/libc.so (syscall+28)
11-02 22:34:24.641 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #01 pc 000b6ec1  /system/lib/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+92)
11-02 22:34:24.641 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #02 pc 0025a985  /system/lib/libart.so (_ZN3art12ProfileSaver3RunEv+296)
11-02 22:34:24.641 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #03 pc 0025bcb5  /system/lib/libart.so (_ZN3art12ProfileSaver21RunProfileSaverThreadEPv+52)
11-02 22:34:24.641 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #04 pc 00047bd3  /system/lib/libc.so (_ZL15__pthread_startPv+22)
11-02 22:34:24.641 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #05 pc 00019cbd  /system/lib/libc.so (__start_thread+6)
11-02 22:34:24.641 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   (no managed stack frames)
11-02 22:34:24.641 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422] 
11-02 22:34:24.641 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422] "GAC_Executor[0]" prio=10 tid=12 Waiting
11-02 22:34:24.641 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   | group="" sCount=1 dsCount=0 obj=0x32c05670 self=0xaa3eb900
11-02 22:34:24.641 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   | sysTid=6167 nice=0 cgrp=default sched=0/0 handle=0xb2c33920
11-02 22:34:24.641 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=2 HZ=100
11-02 22:34:24.641 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   | stack=0xb2b31000-0xb2b33000 stackSize=1038KB
11-02 22:34:24.641 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   | held mutexes=
11-02 22:34:24.641 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #00 pc 000174f8  /system/lib/libc.so (syscall+28)
11-02 22:34:24.641 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #01 pc 000b6ec1  /system/lib/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+92)
11-02 22:34:24.641 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #02 pc 0029fe31  /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadExibNS_11ThreadStateE+512)
11-02 22:34:24.641 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #03 pc 002a1683  /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadEPNS_6mirror6ObjectExibNS_11ThreadStateE+258)
11-02 22:34:24.641 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #04 pc 002b0003  /system/lib/libart.so (_ZN3artL13Object_waitJIEP7_JNIEnvP8_jobjectxi+36)
11-02 22:34:24.641 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #05 pc 00000635  /data/dalvik-cache/arm/system@framework@boot.oat (Java_java_lang_Object_wait__JI+96)
11-02 22:34:24.641 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at java.lang.Object.wait!(Native method)
11-02 22:34:24.641 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   - waiting on <0x0ace6338> (a java.lang.Object)
11-02 22:34:24.641 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at java.lang.Thread.parkFor$(Thread.java:2127)
11-02 22:34:24.647 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #02 pc 0029fe31  /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadExibNS_11ThreadStateE+512)
11-02 22:34:24.647 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #03 pc 002a1683  /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadEPNS_6mirror6ObjectExibNS_11ThreadStateE+258)
11-02 22:34:24.648 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at java.util.concurrent.PriorityBlockingQueue.take(PriorityBlockingQueue.java:519)
11-02 22:34:24.648 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1058)
11-02 22:34:24.648 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1118)
11-02 22:34:24.648 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
11-02 22:34:24.648 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at java.lang.Thread.run(Thread.java:761)
11-02 22:34:24.648 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at com.bumptech.glide.load.engine.executor.FifoPriorityThreadPoolExecutor$DefaultThreadFactory$1.run(FifoPriorityThreadPoolExecutor.java:118)
11-02 22:34:24.648 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422] 
11-02 22:34:24.648 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422] "OkHttp ConnectionPool" prio=10 tid=24 TimedWaiting
11-02 22:34:24.648 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   | group="" sCount=1 dsCount=0 obj=0x32d0ce50 self=0x92375000
11-02 22:34:24.649 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   | stack=0x8ffcc000-0x8ffce000 stackSize=1038KB
11-02 22:34:24.649 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   | held mutexes=
11-02 22:34:24.649 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #00 pc 000174fc  /system/lib/libc.so (syscall+32)
11-02 22:34:24.649 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #01 pc 000b72ed  /system/lib/libart.so (_ZN3art17ConditionVariable9TimedWaitEPNS_6ThreadExi+108)
11-02 22:34:24.649 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #04 pc 002b0003  /system/lib/libart.so (_ZN3artL13Object_waitJIEP7_JNIEnvP8_jobjectxi+36)
11-02 22:34:24.649 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #05 pc 00000635  /data/dalvik-cache/arm/system@framework@boot.oat (Java_java_lang_Object_wait__JI+96)
11-02 22:34:24.649 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at java.lang.Object.wait!(Native method)
11-02 22:34:24.649 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   - waiting on <0x097e6150> (a okhttp3.ConnectionPool)
11-02 22:34:24.649 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at okhttp3.ConnectionPool$1.run(ConnectionPool.java:66)
11-02 22:34:24.649 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133)
11-02 22:34:24.649 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
11-02 22:34:24.649 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422] 
11-02 22:34:24.649 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422] "Okio Watchdog" prio=10 tid=25 TimedWaiting
11-02 22:34:24.649 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   | group="" sCount=1 dsCount=0 obj=0x32d0c9d0 self=0x92375500
11-02 22:34:24.649 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   | sysTid=6266 nice=0 cgrp=default sched=0/0 handle=0x8ffc9920
11-02 22:34:24.649 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=2 HZ=100
11-02 22:34:24.649 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   | stack=0x8fec7000-0x8fec9000 stackSize=1038KB
11-02 22:34:24.649 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   | held mutexes=
11-02 22:34:24.649 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #02 pc 0029fe41  /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadExibNS_11ThreadStateE+528)
11-02 22:34:24.649 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #03 pc 002a1683  /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadEPNS_6mirror6ObjectExibNS_11ThreadStateE+258)
11-02 22:34:24.649 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #04 pc 002b0003  /system/lib/libart.so (_ZN3artL13Object_waitJIEP7_JNIEnvP8_jobjectxi+36)
11-02 22:34:24.649 6144-6144/cz.yetanotherview.webcamviewer.app A/art: art/runtime/runtime.cc:422]   native: #05 pc 00000635  /data/dalvik-cache/arm/system@framework@boot.oat (Java_java_lang_Object_wait__JI+96)
11-02 22:34:24.652 6144-6144/cz.yetanotherview.webcamviewer.app A/libc: Fatal signal 6 (SIGABRT), code -6 in tid 6144 (ebcamviewer.app)
                                                                        
                                                                        [ 11-02 22:34:24.653   198:  198 W/         ]
                                                                        debuggerd: handling request: pid=6144 uid=10146 gid=10146 tid=6144
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None