tanersener / flutter-ffmpeg

FFmpeg plugin for Flutter. Not maintained anymore. Superseded by FFmpegKit.
GNU Lesser General Public License v3.0
643 stars 130 forks source link

Crashing on strart of execution #33

Closed saikarthik952 closed 5 years ago

saikarthik952 commented 5 years ago

V/DartMessenger( 7550): Sending message with callback over channel 'flutter_ffmpeg_event' D/skia ( 7550): Shader compilation error D/skia ( 7550): ------------------------ D/skia ( 7550): Errors: D/skia ( 7550): V/DartMessenger( 7550): Received message from Dart over channel 'flutter.io/videoPlayer' V/DartMessenger( 7550): Deferring to registered handler to process message. V/DartMessenger( 7550): Received message from Dart over channel 'flutter.io/videoPlayer' V/DartMessenger( 7550): Deferring to registered handler to process message. V/DartMessenger( 7550): Received message from Dart over channel 'flutter.io/videoPlayer' V/DartMessenger( 7550): Deferring to registered handler to process message. F/shmanya.photol( 7550): java_vm_ext.cc:542] JNI DETECTED ERROR IN APPLICATION: JNI NewByteArray called with pending exception java.lang.RuntimeException: Methods marked with @UiThread must be executed on the main thread. Current thread: Thread-7 F/shmanya.photol( 7550): java_vm_ext.cc:542] at void io.flutter.embedding.engine.FlutterJNI.ensureRunningOnMainThread() (FlutterJNI.java:734) F/shmanya.photol( 7550): java_vm_ext.cc:542] at void io.flutter.embedding.engine.FlutterJNI.dispatchPlatformMessage(java.lang.String, java.nio.ByteBuffer, int, int) (FlutterJNI.java:626) F/shmanya.photol( 7550): java_vm_ext.cc:542] at void io.flutter.embedding.engine.dart.DartMessenger.send(java.lang.String, java.nio.ByteBuffer, io.flutter.plugin.common.BinaryMessenger$BinaryReply) (DartMessenger.java:80) F/shmanya.photol( 7550): java_vm_ext.cc:542] at void io.flutter.embedding.engine.dart.DartExecutor.send(java.lang.String, java.nio.ByteBuffer) (DartExecutor.java:172) F/shmanya.photol( 7550): java_vm_ext.cc:542] at void io.flutter.view.FlutterNativeView.send(java.lang.String, java.nio.ByteBuffer) (FlutterNativeView.java:144) F/shmanya.photol( 7550): java_vm_ext.cc:542] at void io.flutter.plugin.common.EventChannel$IncomingStreamRequestHandler$EventSinkImplementation.success(java.lang.Object) (EventChannel.java:226) F/shmanya.photol( 7550): java_vm_ext.cc:542] at void com.arthenica.flutter.ffmpeg.FlutterFFmpegPlugin.emitLogMessage(com.arthenica.mobileffmpeg.LogMessage) (FlutterFFmpegPlugin.java:271) F/shmanya.photol( 7550): java_vm_ext.cc:542] at void com.arthenica.flutter.ffmpeg.FlutterFFmpegPlugin$1.apply(com.arthenica.mobileffmpeg.LogMessage) (FlutterFFmpegPlugin.java:171) F/shmanya.photol( 7550): java_vm_ext.cc:542] at void com.arthenica.mobileffmpeg.Config.log(int, byte[]) (Config.java:224) F/shmanya.photol( 7550): java_vm_ext.cc:542] F/shmanya.photol( 7550): java_vm_ext.cc:542] in call to NewByteArray F/shmanya.photol( 7550): java_vm_ext.cc:542] "Thread-7" prio=10 tid=44 Runnable F/shmanya.photol( 7550): java_vm_ext.cc:542] | group="main" sCount=0 dsCount=0 flags=0 obj=0x12c40000 self=0xcb0a3c00 F/shmanya.photol( 7550): java_vm_ext.cc:542] | sysTid=8190 nice=-10 cgrp=default sched=0/0 handle=0xb2085970 F/shmanya.photol( 7550): java_vm_ext.cc:542] | state=R schedstat=( 1351140 625245 3 ) utm=0 stm=0 core=2 HZ=100 F/shmanya.photol( 7550): java_vm_ext.cc:542] | stack=0xb1f8a000-0xb1f8c000 stackSize=1010KB F/shmanya.photol( 7550): java_vm_ext.cc:542] | held mutexes= "mutator lock"(shared held) F/shmanya.photol( 7550): java_vm_ext.cc:542] native: #00 pc 004152f6 /system/lib/libart.so (art::DumpNativeStack(std::1::basic_ostream<char, std::__1::char_traits>&, int, BacktraceMap, char const, art::ArtMethod, void, bool)+198) F/shmanya.photol( 7550): java_vm_ext.cc:542] native: #01 pc 0051048e /system/lib/libart.so (art::Thread::DumpStack(std::1::basic_ostream<char, std::1::char_traits>&, bool, BacktraceMap*, bool) const+382) F/shmanya.photol( 7550): java_vm_ext.cc:542] native: #02 pc 0050b743 /system/lib/libart.so (art::Thread::Dump(std::__1::basic_ostream<char, std::1::char_traits>&, bool, BacktraceMap, bool) const+83) F/shmanya.photol( 7550): java_vm_ext.cc:542] native: #03 pc 0031a8b0 /system/lib/libart.so (art::JavaVMExt::JniAbort(char const, char const)+1088) F/shmanya.photol( 7550): java_vm_ext.cc:542] native: #04 pc 0031ad21 /system/lib/libart.so (art::JavaVMExt::JniAbortV(char const, char const, char)+113) F/shmanya.photol( 7550): java_vm_ext.cc:542] native: #05 pc 000d60f7 /system/lib/libart.so (art::(anonymous namespace)::ScopedCheck::AbortF(char const, ...)+71) F/shmanya.photol( 7550): java_vm_ext.cc:542] native: #06 pc 000d4a5e /system/lib/libart.so (art::(anonymous namespace)::ScopedCheck::CheckPossibleHeapValue(art::ScopedObjectAccess&, char, art::(anonymous namespace)::JniValueType)+1230) F/shmanya.photol( 7550): java_vm_ext.cc:542] native: #07 pc 000d3bdb /system/lib/libart.so (art::(anonymous namespace)::ScopedCheck::Check(art::ScopedObjectAccess&, bool, char const, art::(anonymous namespace)::JniValueType)+811) F/shmanya.photol( 7550): java_vm_ext.cc:542] native: #08 pc 000df8b7 /system/lib/libart.so (art::(anonymous namespace)::CheckJNI::NewPrimitiveArray(char const, _JNIEnv, int, art::Primitive::Type)+903) F/shmanya.photol( 7550): java_vm_ext.cc:542] native: #09 pc 000cb68b /system/lib/libart.so (art::(anonymous namespace)::CheckJNI::NewByteArray(_JNIEnv, int)+43) F/shmanya.photol( 7550): java_vm_ext.cc:542] native: #10 pc 0000b659 /data/app/photole.offical.lavishmanya.photole-Y7oGTzQz0T4HVlpd5vXIJA==/lib/x86/libmobileffmpeg.so (callbackThreadFunction+585) F/shmanya.photol( 7550): java_vm_ext.cc:542] native: #11 pc 0008f065 /system/lib/libc.so (pthread_start(void*)+53) F/shmanya.photol( 7550): java_vm_ext.cc:542] native: #12 pc 0002485b /system/lib/libc.so (__start_thread+75) F/shmanya.photol( 7550): java_vm_ext.cc:542] (no managed stack frames) F/shmanya.photol( 7550): java_vm_ext.cc:542] V/DartMessenger( 7550): Received message from Dart over channel 'flutter.io/videoPlayer' V/DartMessenger( 7550): Deferring to registered handler to process message. V/DartMessenger( 7550): Received message from Dart over channel 'flutter.io/videoPlayer' V/DartMessenger( 7550): Deferring to registered handler to process message. V/DartMessenger( 7550): Received message from Dart over channel 'flutter.io/videoPlayer' V/DartMessenger( 7550): Deferring to registered handler to process message. V/DartMessenger( 7550): Received message from Dart over channel 'flutter.io/videoPlayer' V/DartMessenger( 7550): Deferring to registered handler to process message. V/DartMessenger( 7550): Received message from Dart over channel 'flutter.io/videoPlayer' V/DartMessenger( 7550): Deferring to registered handler to process message. V/DartMessenger( 7550): Received message from Dart over channel 'flutter.io/videoPlayer' V/DartMessenger( 7550): Deferring to registered handler to process message. V/DartMessenger( 7550): Received message from Dart over channel 'flutter.io/videoPlayer' V/DartMessenger( 7550): Deferring to registered handler to process message. V/DartMessenger( 7550): Received message from Dart over channel 'flutter.io/videoPlayer' V/DartMessenger( 7550): Deferring to registered handler to process message. V/DartMessenger( 7550): Received message from Dart over channel 'flutter.io/videoPlayer' V/DartMessenger( 7550): Deferring to registered handler to process message. V/DartMessenger( 7550): Received message from Dart over channel 'flutter.io/videoPlayer' V/DartMessenger( 7550): Deferring to registered handler to process message. V/DartMessenger( 7550): Received message from Dart over channel 'flutter.io/videoPlayer' V/DartMessenger( 7550): Deferring to registered handler to process message. V/DartMessenger( 7550): Received message from Dart over channel 'flutter.io/videoPlayer' V/DartMessenger( 7550): Deferring to registered handler to process message. V/DartMessenger( 7550): Received message from Dart over channel 'flutter.io/videoPlayer' V/DartMessenger( 7550): Deferring to registered handler to process message. V/DartMessenger( 7550): Received message from Dart over channel 'flutter.io/videoPlayer' V/DartMessenger( 7550): Deferring to registered handler to process message. V/DartMessenger( 7550): Received message from Dart over channel 'flutter.io/videoPlayer' V/DartMessenger( 7550): Deferring to registered handler to process message. V/DartMessenger( 7550): Received message from Dart over channel 'flutter.io/videoPlayer' V/DartMessenger( 7550): Deferring to registered handler to process message. V/DartMessenger( 7550): Received message from Dart over channel 'flutter.io/videoPlayer' V/DartMessenger( 7550): Deferring to registered handler to process message. V/DartMessenger( 7550): Received message from Dart over channel 'flutter.io/videoPlayer' V/DartMessenger( 7550): Deferring to registered handler to process message. V/DartMessenger( 7550): Received message from Dart over channel 'flutter.io/videoPlayer' V/DartMessenger( 7550): Deferring to registered handler to process message. V/DartMessenger( 7550): Received message from Dart over channel 'flutter.io/videoPlayer' V/DartMessenger( 7550): Deferring to registered handler to process message. V/DartMessenger( 7550): Received message from Dart over channel 'flutter.io/videoPlayer' V/DartMessenger( 7550): Deferring to registered handler to process message. V/DartMessenger( 7550): Received message from Dart over channel 'flutter.io/videoPlayer' V/DartMessenger( 7550): Deferring to registered handler to process message. V/DartMessenger( 7550): Received message from Dart over channel 'flutter.io/videoPlayer' V/DartMessenger( 7550): Deferring to registered handler to process message. V/DartMessenger( 7550): Received message from Dart over channel 'flutter.io/videoPlayer' V/DartMessenger( 7550): Deferring to registered handler to process message. V/DartMessenger( 7550): Received message from Dart over channel 'flutter.io/videoPlayer' V/DartMessenger( 7550): Deferring to registered handler to process message. V/DartMessenger( 7550): Received message from Dart over channel 'flutter.io/videoPlayer' V/DartMessenger( 7550): Deferring to registered handler to process message. V/DartMessenger( 7550): Received message from Dart over channel 'flutter.io/videoPlayer' V/DartMessenger( 7550): Deferring to registered handler to process message. F/shmanya.photol( 7550): runtime.cc:558] Runtime aborting... F/shmanya.photol( 7550): runtime.cc:558] Dumping all threads without appropriate locks held: thread list lock mutator lock F/shmanya.photol( 7550): runtime.cc:558] All threads: F/shmanya.photol( 7550): runtime.cc:558] DALVIK THREADS (45): F/shmanya.photol( 7550): runtime.cc:558] "Thread-7" prio=10 tid=44 Runnable F/shmanya.photol( 7550): runtime.cc:558] | group="" sCount=0 dsCount=0 flags=0 obj=0x12c40000 self=0xcb0a3c00 F/shmanya.photol( 7550): runtime.cc:558] | sysTid=8190 nice=-10 cgrp=default sched=0/0 handle=0xb2085970 F/shmanya.photol( 7550): runtime.cc:558] | state=R schedstat=( 40524656 3829689 34 ) utm=1 stm=3 core=3 HZ=100 F/shmanya.photol( 7550): runtime.cc:558] | stack=0xb1f8a000-0xb1f8c000 stackSize=1010KB F/shmanya.photol( 7550): runtime.cc:558] | held mutexes= "abort lock" "mutator lock"(shared held) F/shmanya.photol( 7550): runtime.cc:558] native: #00 pc 004152f6 /system/lib/libart.so (art::DumpNativeStack(std::1::basic_ostream<char, std::1::char_traits>&, int, BacktraceMap, char const, art::ArtMethod, void, bool)+198) F/shmanya.photol( 7550): runtime.cc:558] native: #01 pc 0051048e /system/lib/libart.so (art::Thread::DumpStack(std::__1::basic_ostream<char, std::1::char_traits>&, bool, BacktraceMap, bool) const+382) F/shmanya.photol( 7550): runtime.cc:558] native: #02 pc 0050b743 /system/lib/libart.so (art::Thread::Dump(std::__1::basic_ostream<char, std::__1::char_traits>&, bool, BacktraceMap, bool) const+83) F/shmanya.photol( 7550): runtime.cc:558] native: #03 pc 0052e564 /system/lib/libart.so (art::DumpCheckpoint::Run(art::Thread)+916) F/shmanya.photol( 7550): runtime.cc:558] native: #04 pc 00526286 /system/lib/libart.so (art::ThreadList::RunCheckpoint(art::Closure, art::Closure)+534) F/shmanya.photol( 7550): runtime.cc:558] native: #05 pc 005254d4 /system/lib/libart.so (art::ThreadList::Dump(std::1::basic_ostream<char, std::__1::char_traits>&, bool)+1316) F/shmanya.photol( 7550): runtime.cc:558] native: #06 pc 004efdcc /system/lib/libart.so (art::AbortState::DumpAllThreads(std::1::basic_ostream<char, std::__1::char_traits>&, art::Thread) const+284) F/shmanya.photol( 7550): runtime.cc:558] native: #07 pc 004dc52f /system/lib/libart.so (art::Runtime::Abort(char const)+287) F/shmanya.photol( 7550): runtime.cc:558] native: #08 pc 005cd833 /system/lib/libart.so (_ZNSt3110function6__funcIPFvPKcENS_9allocatorIS5_EES4EclEOS3+35) F/shmanya.photol( 7550): runtime.cc:558] native: #09 pc 00007ccc /system/lib/libbase.so (android::base::LogMessage::~LogMessage()+828) F/shmanya.photol( 7550): runtime.cc:558] native: #10 pc 0031ab5f /system/lib/libart.so (art::JavaVMExt::JniAbort(char const, char const)+1775) F/shmanya.photol( 7550): runtime.cc:558] native: #11 pc 0031ad21 /system/lib/libart.so (art::JavaVMExt::JniAbortV(char const, char const, char)+113) F/shmanya.photol( 7550): runtime.cc:558] native: #12 pc 000d60f7 /system/lib/libart.so (art::(anonymous namespace)::ScopedCheck::AbortF(char const, ...)+71) F/shmanya.photol( 7550): runtime.cc:558] native: #13 pc 000d4a5e /system/lib/libart.so (art::(anonymous namespace)::ScopedCheck::CheckPossibleHeapValue(art::ScopedObjectAccess&, char, art::(anonymous namespace)::JniValueType)+1230) F/shmanya.photol( 7550): runtime.cc:558] native: #14 pc 000d3bdb /system/lib/libart.so (art::(anonymous namespace)::ScopedCheck::Check(art::ScopedObjectAccess&, bool, char const, art::(anonymous namespace)::JniValueType)+811) F/shmanya.photol( 7550): runtime.cc:558] native: #15 pc 000df8b7 /system/lib/libart.so (art::(anonymous namespace)::CheckJNI::NewPrimitiveArray(char const, _JNIEnv, int, art::Primitive::Type)+903) F/shmanya.photol( 7550): runtime.cc:558] native: #16 pc 000cb68b /system/lib/libart.so (art::(anonymous namespace)::CheckJNI::NewByteArray(_JNIEnv, int)+43) F/shmanya.photol( 7550): runtime.cc:558] native: #17 pc 0000b659 /data/app/photole.offical.lavishmanya.photole-Y7oGTzQz0T4HVlpd5vXIJA==/lib/x86/libmobileffmpeg.so (callbackThreadFunction+585) F/shmanya.photol( 7550): runtime.cc:558] native: #18 pc 0008f065 /system/lib/libc.so (pthread_start(void*)+53) F/shmanya.photol( 7550): runtime.cc:558] native: #19 pc 0002485b /system/lib/libc.so (__start_thread+75) F/shmanya.photol( 7550): runtime.cc:558] (no managed stack frames) F/shmanya.photol( 7550): runtime.cc:558] F/shmanya.photol( 7550): runtime.cc:558] "main" prio=10 tid=1 Native F/shmanya.photol( 7550): runtime.cc:558] | group="" sCount=1 dsCount=0 flags=1 obj=0x7532fee0 self=0xf14f4000 F/shmanya.photol( 7550): runtime.cc:558] | sysTid=7550 nice=-10 cgrp=default sched=0/0 handle=0xf6114494 F/shmanya.photol( 7550): runtime.cc:558] | state=S schedstat=( 3831778275 1109563268 6035 ) utm=258 stm=125 core=0 HZ=100 F/shmanya.photol( 7550): runtime.cc:558] | stack=0xff556000-0xff558000 stackSize=8MB F/shmanya.photol( 7550): runtime.cc:558] | held mutexes= F/shmanya.photol( 7550): runtime.cc:558] kernel: futex_wait_queue_me+0xcb/0x11b F/shmanya.photol( 7550): runtime.cc:558] kernel: futex_wait+0x120/0x25e F/shmanya.photol( 7550): runtime.cc:558] kernel: do_futex+0xbe/0x468 F/shmanya.photol( 7550): runtime.cc:558] kernel: compat_SyS_futex+0xb9/0x13b F/shmanya.photol( 7550): runtime.cc:558] kernel: do_fast_syscall_32+0xd5/0x148 F/shmanya.photol( 7550): runtime.cc:558] kernel: sysenter_flags_fixed+0x8/0x12 F/shmanya.photol( 7550): runtime.cc:558] native: #00 pc 00000b37 [vdso] (kernel_vsyscall+7) F/shmanya.photol( 7550): runtime.cc:558] native: #01 pc 0001fdf8 /system/lib/libc.so (syscall+40) F/shmanya.photol( 7550): runtime.cc:558] native: #02 pc 000abbde /system/lib/libart.so (art::ConditionVariable::WaitHoldingLocks(art::Thread)+110) F/shmanya.photol( 7550): runtime.cc:558] native: #03 pc 000abb63 /system/lib/libart.so (art::ConditionVariable::Wait(art::Thread)+35) F/shmanya.photol( 7550): runtime.cc:558] native: #04 pc 000dec12 /system/lib/libart.so (art::(anonymous namespace)::CheckJNI::ReleaseStringCharsInternal(char const, _JNIEnv, _jstring, void const, bool, bool)+722) F/shmanya.photol( 7550): runtime.cc:558] native: #05 pc 000c955d /system/lib/libart.so (art::(anonymous namespace)::CheckJNI::ReleaseStringUTFChars(_JNIEnv, _jstring, char const)+45) F/shmanya.photol( 7550): runtime.cc:558] native: #06 pc 000f60a3 /system/lib/libandroid_runtime.so (android::android_util_Log_println_native(_JNIEnv, _jobject, int, int, _jstring, _jstring)+195) F/shmanya.photol( 7550): runtime.cc:558] at android.util.Log.println_native(Native method) F/shmanya.photol( 7550): runtime.cc:558] at android.util.Log.v(Log.java:124) F/shmanya.photol( 7550): runtime.cc:558] at io.flutter.Log.v(Log.java:17) F/shmanya.photol( 7550): runtime.cc:558] at io.flutter.embedding.engine.dart.DartMessenger.handleMessageFromDart(DartMessenger.java:90) F/shmanya.photol( 7550): runtime.cc:558] at io.flutter.embedding.engine.FlutterJNI.handlePlatformMessage(FlutterJNI.java:586) F/shmanya.photol( 7550): runtime.cc:558] at android.os.MessageQueue.nativePollOnce(Native method) F/shmanya.photol( 7550): runtime.cc:558] at android.os.MessageQueue.next(MessageQueue.java:326) F/shmanya.photol( 7550): runtime.cc:558] at android.os.Looper.loop(Looper.java:160) F/shmanya.photol( 7550): runtime.cc:558] at android.app.ActivityThread.main(ActivityThread.java:6669) F/shmanya.photol( 7550): runtime.cc:558] at java.lang.reflect.Method.invoke(Native method) F/shmanya.photol( 7550): runtime.cc:558] at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493) F/shmanya.photol( 7550): runtime.cc:558] at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858) F/shmanya.photol( 7550): runtime.cc:558] F/shmanya.photol( 7550): runtime.cc:558] "Jit thread pool worker thread 0" prio=10 tid=2 Native F/shmanya.photol( 7550): runtime.cc:558] | group="" sCount=1 dsCount=0 flags=1 obj=0x16f02040 self=0xeb688000 F/shmanya.photol( 7550): runtime.cc:558] | sysTid=7561 nice=9 cgrp=default sched=0/0 handle=0xeb67f970 F/shmanya.photol( 7550): runtime.cc:558] | state=S schedstat=( 1013299669 1747950436 2031 ) utm=20 stm=81 core=3 HZ=100 F/shmanya.photol( 7550): runtime.cc:558] | stack=0xeb581000-0xeb583000 stackSize=1022KB F/shmanya.photol( 7550): runtime.cc:558] | held mutexes= F/shmanya.photol( 7550): runtime.cc:558] kernel: futex_wait_queue_me+0xcb/0x11b F/shmanya.photol( 7550): runtime.cc:558] kernel: futex_wait+0x120/0x25e F/shmanya.photol( 7550): runtime.cc:558] kernel: do_futex+0xbe/0x468 F/shmanya.photol( 7550): runtime.cc:558] kernel: compat_SyS_futex+0xb9/0x13b F/shmanya.photol( 7550): runtime.cc:558] kernel: do_fast_syscall_32+0xd5/0x148 F/shmanya.photol( 7550): runtime.cc:558] kernel: sysenter_flags_fixed+0x8/0x12 F/shmanya.photol( 7550): runtime.cc:558] native: #00 pc 00000b37 [vdso] (__kernel_vsyscall+7) F/shmanya.photol( 7550): runtime.cc:558] native: #01 pc 0001fdf8 /system/lib/libc.so (syscall+40) F/shmanya.photol( 7550): runtime.cc:558] native: #02 pc 000abbde /system/lib/libart.so (art::ConditionVariable::WaitHoldingLocks(art::Thread)+110) F/shmanya.photol( 7550): runtime.cc:558] native: #03 pc 000abb63 /system/lib/libart.so (art::ConditionVariable::Wait(art::Thread)+35) F/shmanya.photol( 7550): runtime.cc:558] native: #04 pc 005300c5 /system/lib/libart.so (art::ThreadPool::GetTask(art::Thread)+261) F/shmanya.photol( 7550): runtime.cc:558] native: #05 pc 0052f495 /system/lib/libart.so (art::ThreadPoolWorker::Run()+117) F/shmanya.photol( 7550): runtime.cc:558] native: #06 pc 0052eebb /system/lib/libart.so (art::ThreadPoolWorker::Callback(void)+139) F/shmanya.photol( 7550): runtime.cc:558] native: #07 pc 0008f065 /system/lib/libc.so (__pthread_start(void)+53) F/shmanya.photol( 7550): runtime.cc:558] native: #08 pc 0002485b /system/lib/libc.so (start_thread+75) F/shmanya.photol( 7550): runtime.cc:558] (no managed stack frames) F/shmanya.photol( 7550): runtime.cc:558] F/shmanya.photol( 7550): runtime.cc:558] "Signal Catcher" prio=10 tid=3 WaitingInMainSignalCatcherLoop F/shmanya.photol( 7550): runtime.cc:558] | group="" sCount=1 dsCount=0 flags=1 obj=0x16f020f0 self=0xf14c1a00 F/shmanya.photol( 7550): runtime.cc:558] | sysTid=7562 nice=0 cgrp=default sched=0/0 handle=0xeb57e970 F/shmanya.photol( 7550): runtime.cc:558] | state=S schedstat=( 282432 14091725 2 ) utm=0 stm=0 core=2 HZ=100 F/shmanya.photol( 7550): runtime.cc:558] | stack=0xeb483000-0xeb485000 stackSize=1010KB F/shmanya.photol( 7550): runtime.cc:558] | held mutexes= F/shmanya.photol( 7550): runtime.cc:558] kernel: do_sigtimedwait+0xf7/0x1e3 F/shmanya.photol( 7550): runtime.cc:558] kernel: compat_SyS_rt_sigtimedwait+0x9e/0xec F/shmanya.photol( 7550): runtime.cc:558] kernel: do_fast_syscall_32+0xd5/0x148 F/shmanya.photol( 7550): runtime.cc:558] kernel: sysenter_flags_fixed+0x8/0x12 F/shmanya.photol( 7550): runtime.cc:558] native: #00 pc 00000b39 [vdso] (kernel_vsyscall+9) F/shmanya.photol( 7550): runtime.cc:558] native: #01 pc 00076861 /system/lib/libc.so (rt_sigtimedwait+33) F/shmanya.photol( 7550): runtime.cc:558] native: #02 pc 0002fcf9 /system/lib/libc.so (sigwait+73) F/shmanya.photol( 7550): runtime.cc:558] native: #03 pc 004fb409 /system/lib/libart.so (art::SignalCatcher::WaitForSignal(art::Thread, art::SignalSet&)+265) F/shmanya.photol( 7550): runtime.cc:558] native: #04 pc 004f9b20 /system/lib/libart.so (art::SignalCatcher::Run(void)+320) F/shmanya.photol( 7550): runtime.cc:558] native: #05 pc 0008f065 /system/lib/libc.so (__pthread_start(void*)+53) F/shmanya.photol( 7550): runtime.cc:558] native: #06 pc 0002485b /system/lib/libc.so (start_thread+75) F/shmanya.photol( 7550): runtime.cc:558] (no managed stack frames) F/shmanya.photol( 7550): runtime.cc:558] F/shmanya.photol( 7550): runtime.cc:558] "ADB-JDWP Connection Control Thread" prio=10 tid=4 WaitingInMainDebuggerLoop F/shmanya.photol( 7550): runtime.cc:558] | group="" sCount=1 dsCount=0 flags=1 obj=0x16f02178 self=0xeb68bc00 F/shmanya.photol( 7550): runtime.cc:558] | sysTid=7564 nice=0 cgrp=default sched=0/0 handle=0xd710d970 F/shmanya.photol( 7550): runtime.cc:558] | state=S schedstat=( 1580003 26954077 10 ) utm=0 stm=0 core=2 HZ=100 F/shmanya.photol( 7550): runtime.cc:558] | stack=0xd7012000-0xd7014000 stackSize=1010KB F/shmanya.photol( 7550): runtime.cc:558] | held mutexes= F/shmanya.photol( 7550): runtime.cc:558] kernel: poll_schedule_timeout+0x41/0x5a F/shmanya.photol( 7550): runtime.cc:558] kernel: do_sys_poll+0x41d/0x4d6 F/shmanya.photol( 7550): runtime.cc:558] kernel: compat_SyS_ppoll+0xd5/0x172 F/shmanya.photol( 7550): runtime.cc:558] kernel: do_fast_syscall_32+0xd5/0x148 F/shmanya.photol( 7550): runtime.cc:558] kernel: sysenter_flags_fixed+0x8/0x12 F/shmanya.photol( 7550): runtime.cc:558] native: #00 pc 00000b39 [vdso] (kernel_vsyscall+9) F/shmanya.photol( 7550): runtime.cc:558] native: #01 pc 000765c6 /system/lib/libc.so (ppoll+38) F/shmanya.photol( 7550): runtime.cc:558] native: #02 pc 0002d1da /system/lib/libc.so (poll+90) F/shmanya.photol( 7550): runtime.cc:558] native: #03 pc 0004c19f /system/lib/libc.so (poll_chk+47) F/shmanya.photol( 7550): runtime.cc:558] native: #04 pc 0000670b /system/lib/libadbconnection.so (adbconnection::AdbConnectionState::RunPollLoop(art::Thread)+955) F/shmanya.photol( 7550): runtime.cc:558] native: #05 pc 00004a16 /system/lib/libadbconnection.so (adbconnection::CallbackFunction(void)+1110) F/shmanya.photol( 7550): runtime.cc:558] native: #06 pc 0008f065 /system/lib/libc.so (pthread_start(void)+53) F/shmanya.photol( 7550): runtime.cc:558] native: #07 pc 0002485b /system/lib/libc.so (__start_thread+75) F/shmanya.photol( 7550): runtime.cc:558] (no managed stack frames) F/shmanya.photol( 7550): runtime.cc:558] F/shmanya.photol( 7550): runtime.cc:558] "ReferenceQueueDaemon" prio=10 tid=5 Waiting F/shmanya.photol( 7550): runtime.cc:558] | group="" sCount=1 dsCount=0 flags=1 obj=0x16f02200 self=0xf14f8800 F/shmanya.photol( 7550): runtime.cc:558] | sysTid=7565 nice=4 cgrp=default sched=0/0 handle=0xd700f970 F/shmanya.photol( 7550): runtime.cc:558] | state=S schedstat=( 6313062 7872682 38 ) utm=0 stm=0 core=3 HZ=100 F/shmanya.photol( 7550): runtime.cc:558] | stack=0xd6f0c000-0xd6f0e000 stackSize=1042KB F/shmanya.photol( 7550): runtime.cc:558] | held mutexes= F/shmanya.photol( 7550): runtime.cc:558] kernel: futex_wait_queue_me+0xcb/0x11b F/shmanya.photol( 7550): runtime.cc:558] kernel: futex_wait+0x120/0x25e F/shmanya.photol( 7550): runtime.cc:558] kernel: do_futex+0xbe/0x468 F/shmanya.photol( 7550): runtime.cc:558] kernel: compat_SyS_futex+0xb9/0x13b F/shmanya.photol( 7550): runtime.cc:558] kernel: do_fast_syscall_32+0xd5/0x148 F/shmanya.photol( 7550): runtime.cc:558] kernel: sysenter_flags_fixed+0x8/0x12 F/shmanya.photol( 7550): runtime.cc:558] native: #00 pc 00000b37 [vdso] (__kernel_vsyscall+7) F/shmanya.photol( 7550): runtime.cc:558] native: #01 pc 0001fdf8 /system/lib/libc.so (syscall+40) F/shmanya.photol( 7550): runtime.cc:558] native: #02 pc 000abbde /system/lib/libart.so (art::ConditionVariable::WaitHoldingLocks(art::Thread)+110) F/shmanya.photol( 7550): runtime.cc:558] native: #03 pc 000abb63 /system/lib/libart.so (art::ConditionVariable::Wait(art::Thread)+35) F/shmanya.photol( 7550): runtime.cc:558] native: #04 pc 0040fd36 /system/lib/libart.so (art::Monitor::Wait(art::Thread, long long, int, bool, art::ThreadState)+630) F/shmanya.photol( 7550): runtime.cc:558] native: #05 pc 00411d65 /system/lib/libart.so (art::Monitor::Wait(art::Thread, art::mirror::Object, long long, int, bool, art::ThreadState)+453) F/shmanya.photol( 7550): runtime.cc:558] native: #06 pc 004310b2 /system/lib/libart.so (art::Object_wait(_JNIEnv, _jobject)+82) F/shmanya.photol( 7550): runtime.cc:558] at java.lang.Object.wait(Native method) F/shmanya.photol( 7550): runtime.cc:558] - waiting on <0x09868f64> (a java.lang.Class) F/shmanya.photol( 7550): runtime.cc:558] at java.lang.Daemons$ReferenceQueueDaemon.runInternal(Daemons.java:178) F/shmanya.photol( 7550): runtime.cc:558] - locked <0x09868f64> (a java.lang.Class) F/shmanya.photol( 7550): runtime.cc:558] at java.lang.Daemons$Daemon.run(Daemons.java:103) F/shmanya.photol( 7550): runtime.cc:558] at java.lang.Thread.run(Thread.java:764) F/shmanya.photol( 7550): runtime.cc:558] F/shmanya.photol( 7550): runtime.cc:558] "HeapTaskDaemon" prio=10 tid=6 WaitingForTaskProcessor F/shmanya.photol( 7550): runtime.cc:558] | group="" sCount=1 dsCount=0 flags=1 obj=0x16f02b08 self=0xe9c9b600 F/shmanya.photol( 7550): runtime.cc:558] | sysTid=7568 nice=4 cgrp=default sched=0/0 handle=0xd6cfd970 F/shmanya.photol( 7550): runtime.cc:558] | state=S schedstat=( 430826555 725351000 845 ) utm=23 stm=20 core=3 HZ=100 F/shmanya.photol( 7550): runtime.cc:558] | stack=0xd6bfa000-0xd6bfc000 stackSize=1042KB F/shmanya.photol( 7550): runtime.cc:558] | held mutexes= F/shmanya.photol( 7550): runtime.cc:558] kernel: futex_wait_queue_me+0xcb/0x11b F/shmanya.photol( 7550): runtime.cc:558] kernel: futex_wait+0x120/0x25e F/shmanya.photol( 7550): runtime.cc:558] kernel: do_futex+0xbe/0x468 F/shmanya.photol( 7550): runtime.cc:558] kernel: compat_SyS_futex+0xb9/0x13b F/shmanya.photol( 7550): runtime.cc:558] kernel: do_fast_syscall_32+0xd5/0x148 F/shmanya.photol( 7550): runtime.cc:558] kernel: sysenter_flags_fixed+0x8/0x12 F/shmanya.photol( 7550): runtime.cc:558] native: #00 pc 00000b39 [vdso] (kernel_vsyscall+9) F/shmanya.photol( 7550): runtime.cc:558] native: #01 pc 0001fdf8 /system/lib/libc.so (syscall+40) F/shmanya.photol( 7550): runtime.cc:558] native: #02 pc 000ac054 /system/lib/libart.so (art::ConditionVariable::TimedWait(art::Thread, long long, int)+148) F/shmanya.photol( 7550): runtime.cc:558] native: #03 pc 0023a762 /system/lib/libart.so (art::gc::TaskProcessor::GetTask(art::Thread)+322) F/shmanya.photol( 7550): runtime.cc:558] native: #04 pc 0023b192 /system/lib/libart.so (art::gc::TaskProcessor::RunAllTasks(art::Thread)+98) F/shmanya.photol( 7550): runtime.cc:558] native: #05 pc 004246c7 /system/lib/libart.so (art::VMRuntime_runHeapTasks(_JNIEnv, _jobject*)+55) F/shmanya.photol( 7550): runtime.cc:558] at dalvik.system.VMRuntime.runHeapTasks(Native method) F/shmanya.photol( 7550): runtime.cc:558] at java.lang.Daemons$HeapTaskDaemon.runInternal(Daemons.java:475) F/shmanya.photol( 7550): runtime.cc:558] at java.lang.Daemons$Daemon.run(Daemons.java:103) F/shmanya.photol( 7550): runtime.cc:558] at java.lang.Thread.run(Thread.java:764) F/shmanya.photol( 7550): runtime.cc:558] F/shmanya.photol( 7550): runtime.cc:558] "FinalizerWatchdogDaemon" prio=10 tid=7 Sleeping F/shmanya.photol( 7550): runtime.cc:558] | group="" sCount=1 dsCount=0 flags=1 obj=0x16f02288 self=0xf14fd000 F/shmanya.photol( 7550): runtime.cc:558] | sysTid=7567 nice=4 cgrp=default sched=0/0 handle=0xd6e03970 F/shmanya.photol( 7550): runtime.cc:558] | state=S schedstat=( 930385 13850266 13 ) utm=0 stm=0 core=2 HZ=100 F/shmanya.photol( 7550): runtime.cc:558] | stack=0xd6d00000-0xd6d02000 stackSize=1042KB F/shmanya.photol( 7550): runtime.cc:558] | held mutexes= F/shmanya.photol( 7550): runtime.cc:558] kernel: futex_wait_queue_me+0xcb/0x11b F/shmanya.photol( 7550): runtime.cc:558] kernel: futex_wait+0x120/0x25e F/shmanya.photol( 7550): runtime.cc:558] kernel: do_futex+0xbe/0x468 F/shmanya.photol( 7550): runtime.cc:558] kernel: compat_SyS_futex+0xb9/0x13b F/shmanya.photol( 7550): runtime.cc:558] kernel: do_fast_syscall_32+0xd5/0x148 F/shmanya.photol( 7550): runtime.cc:558] kernel: sysenter_flags_fixed+0x8/0x12 F/shmanya.photol( 7550): runtime.cc:558] native: #00 pc 00000b39 [vdso] (kernel_vsyscall+9) F/shmanya.photol( 7550): runtime.cc:558] native: #01 pc 0001fdf8 /system/lib/libc.so (syscall+40) F/shmanya.photol( 7550): runtime.cc:558] native: #02 pc 000ac054 /system/lib/libart.so (art::ConditionVariable::TimedWait(art::Thread, long long, int)+148) F/shmanya.photol( 7550): runtime.cc:558] native: #03 pc 0040fd5a /system/lib/libart.so (art::Monitor::Wait(art::Thread, long long, int, bool, art::ThreadState)+666) F/shmanya.photol( 7550): runtime.cc:558] native: #04 pc 00411d65 /system/lib/libart.so (art::Monitor::Wait(art::Thread, art::mirror::Object, long long, int, bool, art::ThreadState)+453) F/shmanya.photol( 7550): runtime.cc:558] native: #05 pc 00438ad1 /system/lib/libart.so (art::Thread_sleep(_JNIEnv, _jclass, _jobject, long long, int)+113) F/shmanya.photol( 7550): runtime.cc:558] at java.lang.Thread.sleep(Native method) F/shmanya.photol( 7550): runtime.cc:558] - sleeping on <0x0953b5cd> (a java.lang.Object) F/shmanya.photol( 7550): runtime.cc:558] at java.lang.Thread.sleep(Thread.java:373) F/shmanya.photol( 7550): runtime.cc:558] - locked <0x0953b5cd> (a java.lang.Object) F/shmanya.photol( 7550): runtime.cc:558] at java.lang.Thread.sleep(Thread.java:314) F/shmanya.photol( 7550): runtime.cc:558] at java.lang.Daemons$FinalizerWatchdogDaemon.sleepFor(Daemons.java:342) F/shmanya.photol( 7550): runtime.cc:558] at java.lang.Daemons$FinalizerWatchdogDaemon.waitForFinalization(Daemons.java:364) F/shmanya.photol( 7550): runtime.cc:558] at java.lang.Daemons$FinalizerWatchdogDaemon.runInternal(Daemons.java:281) F/shmanya.photol( 7550): runtime.cc:558] at java.lang.Daemons$Daemon.run(Daemons.java:103) F/shmanya.photol( 7550): runtime.cc:558] at java.lang.Thread.run(Thread.java:764) F/shmanya.photol( 7550): runtime.cc:558] F/shmanya.photol( 7550): runtime.cc:558] "FinalizerDaemon" prio=10 tid=8 Waiting F/shmanya.photol( 7550): runtime.cc:558] | group="" sCount=1 dsCount=0 flags=1 obj=0x16f02310 self=0xf14f8e00 F/shmanya.photol( 7550): runtime.cc:558] | sysTid=7566 nice=4 cgrp=default sched=0/0 handle=0xd6f09970 F/shmanya.photol( 7550): runtime.cc:558] | state=S schedstat=( 9336717 41058318 46 ) utm=0 stm=0 core=3 HZ=100 F/shmanya.photol( 7550): runtime.cc:558] | stack=0xd6e06000-0xd6e08000 stackSize=1042KB F/shmanya.photol( 7550): runtime.cc:558] | held mutexes= F/shmanya.photol( 7550): runtime.cc:558] kernel: futex_wait_queue_me+0xcb/0x11b F/shmanya.photol( 7550): runtime.cc:558] kernel: futex_wait+0x120/0x25e F/shmanya.photol( 7550): runtime.cc:558] kernel: do_futex+0xbe/0x468 F/shmanya.photol( 7550): runtime.cc:558] kernel: compat_SyS_futex+0xb9/0x13b F/shmanya.photol( 7550): runtime.cc:558] kernel: do_fast_syscall_32+0xd5/0x148 F/shmanya.photol( 7550): runtime.cc:558] kernel: sysenter_flags_fixed+0x8/0x12 F/shmanya.photol( 7550): runtime.cc:558] native: #00 pc 00000b37 [vdso] (__kernel_vsyscall+7) F/shmanya.photol( 7550): runtime.cc:558] native: #01 pc 0001fdf8 /system/lib/libc.so (syscall+40) F/shmanya.photol( 7550): runtime.cc:558] native: #02 pc 000abbde /system/lib/libart.so (art::ConditionVariable::WaitHoldingLocks(art::Thread)+110) F/shmanya.photol( 7550): runtime.cc:558] native: #03 pc 000abb63 /system/lib/libart.so (art::ConditionVariable::Wait(art::Thread)+35) F/shmanya.photol( 7550): runtime.cc:558] native: #04 pc 0040fd36 /system/lib/libart.so (art::Monitor::Wait(art::Thread, long long, int, bool, art::ThreadState)+630) F/shmanya.photol( 7550): runtime.cc:558] native: #05 pc 00411d65 /system/lib/libart.so (art::Monitor::Wait(art::Thread, art::mirror::Object, long long, int, bool, art::ThreadState)+453) F/shmanya.photol( 7550): runtime.cc:558] native: #06 pc 00431125 /system/lib/libart.so (art::Object_waitJI(_JNIEnv, _jobject, long long, int)+85) F/shmanya.photol( 7550): runtime.cc:558] at java.lang.Object.wait(Native method) F/shmanya.photol( 7550): runtime.cc:558] - waiting on <0x03970e82> (a java.lang.Object) F/shmanya.photol( 7550): runtime.cc:558] at java.lang.Object.wait(Object.java:422) F/shmanya.photol( 7550): runtime.cc:558] at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:188) F/shmanya.photol( 7550): runtime.cc:558] - locked <0x03970e82> (a java.lang.Object) F/shmanya.photol( 7550): runtime.cc:558] at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:209) F/shmanya.photol( 7550): runtime.cc:558] at java.lang.Daemons$FinalizerDaemon.runInternal(Daemons.java:232) F/shmanya.photol( 7550): runtime.cc:558] at java.lang.Daemons$Daemon.run(Daemons.java:103) F/shmanya.photol( 7550): runtime.cc:558] at java.lang.Thread.run(Thread.java:764) F/shmanya.photol( 7550): runtime.cc:558] F/shmanya.photol( 7550): runtime.cc:558] "Binder:7550_1" prio=10 tid=9 Native F/shmanya.photol( 7550): runtime.cc:558] | group="" sCount=1 dsCount=0 flags=1 obj=0x16f02398 self=0xe8a14600 F/shmanya.photol( 7550): runtime.cc:558] | sysTid=7569 nice=0 cgrp=default sched=0/0 handle=0xd6af9970 F/shmanya.photol( 7550): runtime.cc:558] | state=S schedstat=( 363582 7396038 2 ) utm=0 stm=0 core=2 HZ=100 F/shmanya.photol( 7550): runtime.cc:558] | stack=0xd69fe000-0xd6a00000 stackSize=1010KB F/shmanya.photol( 7550): runtime.cc:558] | held mutexes= F/shmanya.photol( 7550): runtime.cc:558] kernel: binder_thread_read+0x36c/0xda1 F/shmanya.photol( 7550): runtime.cc:558] kernel: binder_ioctl_write_read.constprop.43+0x15e/0x250 F/shmanya.photol( 7550): runtime.cc:558] kernel: binder_ioctl+0x195/0x4e5 F/shmanya.photol( 7550): runtime.cc:558] kernel: compat_SyS_ioctl+0x1cb/0xced F/shmanya.photol( 7550): runtime.cc:558] kernel: do_fast_syscall_32+0xd5/0x148 F/shmanya.photol( 7550): runtime.cc:558] kernel: sysenter_flags_fixed+0x8/0x12 F/shmanya.photol( 7550): runtime.cc:558] native: #00 pc 00000b37 [vdso] (kernel_vsyscall+7) F/shmanya.photol( 7550): runtime.cc:558] native: #01 pc 0007649c /system/lib/libc.so (ioctl+28) F/shmanya.photol( 7550): runtime.cc:558] native: #02 pc 0002a89c /system/lib/libc.so (ioctl+60) F/shmanya.photol( 7550): runtime.cc:558] native: #03 pc 00045247 /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+391) F/shmanya.photol( 7550): runtime.cc:558] native: #04 pc 0004545a /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+42) F/shmanya.photol( 7550): runtime.cc:558] native: #05 pc 00045d58 /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+72) F/shmanya.photol( 7550): runtime.cc:558] native: #06 pc 00070f59 /system/lib/libbinder.so (android::PoolThread::threadLoop()+41) F/shmanya.photol( 7550): runtime.cc:558] native: #07 pc 0000e616 /system/lib/libutils.so (android::Thread::_threadLoop(void)+326) F/shmanya.photol( 7550): runtime.cc:558] native: #08 pc 000741fb /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void)+171) F/shmanya.photol( 7550): runtime.cc:558] native: #09 pc 0000df76 /system/lib/libutils.so (thread_data_t::trampoline(thread_data_t const*)+246) F/shmanya.photol( 7550): runtime.cc:558] native: #10 pc 0008f065 /system/lib/libc.so (pthread_start(void*)+53) F/shmanya.photol( 7550): runtime.cc:558] native: #11 pc 0002485b /system/lib/libc.so (start_thread+75) F/shmanya.photol( 7550): runtime.cc:558] (no managed stack frames) F/shmanya.photol( 7550): runtime.cc:558] F/shmanya.photol( 7550): runtime.cc:558] "Binder:7550_2" prio=10 tid=10 Native F/shmanya.photol( 7550): runtime.cc:558] | group="" sCount=1 dsCount=0 flags=1 obj=0x16f02420 self=0xeb693800 F/shmanya.photol( 7550): runtime.cc:558] | sysTid=7570 nice=0 cgrp=default sched=0/0 handle=0xd69fb970 F/shmanya.photol( 7550): runtime.cc:558] | state=S schedstat=( 24835502 43801659 51 ) utm=2 stm=0 core=1 HZ=100 F/shmanya.photol( 7550): runtime.cc:558] | stack=0xd6900000-0xd6902000 stackSize=1010KB F/shmanya.photol( 7550): runtime.cc:558] | held mutexes= F/shmanya.photol( 7550): runtime.cc:558] kernel: binder_thread_read+0x36c/0xda1 F/shmanya.photol( 7550): runtime.cc:558] kernel: binder_ioctl_write_read.constprop.43+0x15e/0x250 F/shmanya.photol( 7550): runtime.cc:558] kernel: binder_ioctl+0x195/0x4e5 F/shmanya.photol( 7550): runtime.cc:558] kernel: compat_SyS_ioctl+0x1cb/0xced F/shmanya.photol( 7550): runtime.cc:558] kernel: do_fast_syscall_32+0xd5/0x148 F/shmanya.photol( 7550): runtime.cc:558] kernel: sysenter_flags_fixed+0x8/0x12 F/shmanya.photol( 7550): runtime.cc:558] native: #00 pc 00000b37 [vdso] (kernel_vsyscall+7) F/shmanya.photol( 7550): runtime.cc:558] native: #01 pc 0007649c /system/lib/libc.so (ioctl+28) F/shmanya.photol( 7550): runtime.cc:558] native: #02 pc 0002a89c /system/lib/libc.so (ioctl+60) F/shmanya.photol( 7550): runtime.cc:558] native: #03 pc 00045247 /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+391) F/shmanya.photol( 7550): runtime.cc:558] native: #04 pc 0004545a /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+42) F/shmanya.photol( 7550): runtime.cc:558] native: #05 pc 00045d58 /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+72) F/shmanya.photol( 7550): runtime.cc:558] native: #06 pc 00070f59 /system/lib/libbinder.so (android::PoolThread::threadLoop()+41) F/shmanya.photol( 7550): runtime.cc:558] native: #07 pc 0000e616 /system/lib/libutils.so (android::Thread::_threadLoop(void)+326) F/shmanya.photol( 7550): runtime.cc:558] native: #08 pc 000741fb /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void)+171) F/shmanya.photol( 7550): runtime.cc:558] native: #09 pc 0000df76 /system/lib/libutils.so (thread_data_t::trampoline(thread_data_t const*)+246) F/shmanya.photol( 7550): runtime.cc:558] native: #10 pc 0008f065 /system/lib/libc.so (pthread_start(void*)+53) F/shmanya.photol( 7550): runtime.cc:558] native: #11 pc 0002485b /system/lib/libc.so (start_thread+75) F/shmanya.photol( 7550): runtime.cc:558] (no managed stack frames) F/shmanya.photol( 7550): runtime.cc:558] F/shmanya.photol( 7550): runtime.cc:558] "Binder:7550_3" prio=10 tid=11 Native F/shmanya.photol( 7550): runtime.cc:558] | group="" sCount=1 dsCount=0 flags=1 obj=0x16f024a8 self=0xe8a6f800 F/shmanya.photol( 7550): runtime.cc:558] | sysTid=7572 nice=0 cgrp=default sched=0/0 handle=0xd68fd970 F/shmanya.photol( 7550): runtime.cc:558] | state=S schedstat=( 5837472 5764077 23 ) utm=0 stm=0 core=0 HZ=100 F/shmanya.photol( 7550): runtime.cc:558] | stack=0xd6802000-0xd6804000 stackSize=1010KB F/shmanya.photol( 7550): runtime.cc:558] | held mutexes= F/shmanya.photol( 7550): runtime.cc:558] kernel: binder_thread_read+0x36c/0xda1 F/shmanya.photol( 7550): runtime.cc:558] kernel: binder_ioctl_write_read.constprop.43+0x15e/0x250 F/shmanya.photol( 7550): runtime.cc:558] kernel: binder_ioctl+0x195/0x4e5 F/shmanya.photol( 7550): runtime.cc:558] kernel: compat_SyS_ioctl+0x1cb/0xced F/shmanya.photol( 7550): runtime.cc:558] kernel: do_fast_syscall_32+0xd5/0x148 F/shmanya.photol( 7550): runtime.cc:558] kernel: sysenter_flags_fixed+0x8/0x12 F/shmanya.photol( 7550): runtime.cc:558] native: #00 pc 00000b37 [vdso] (kernel_vsyscall+7) F/shmanya.photol( 7550): runtime.cc:558] native: #01 pc 0007649c /system/lib/libc.so (ioctl+28) F/shmanya.photol( 7550): runtime.cc:558] native: #02 pc 0002a89c /system/lib/libc.so (ioctl+60) F/shmanya.photol( 7550): runtime.cc:558] native: #03 pc 00045247 /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+391) F/shmanya.photol( 7550): runtime.cc:558] native: #04 pc 0004545a /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+42) F/shmanya.photol( 7550): runtime.cc:558] native: #05 pc 00045d58 /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+72) F/shmanya.photol( 7550): runtime.cc:558] native: #06 pc 00070f59 /system/lib/libbinder.so (android::PoolThread::threadLoop()+41) F/shmanya.photol( 7550): runtime.cc:558] native: #07 pc 0000e616 /system/lib/libutils.so (android::Thread::_threadLoop(void)+326) F/shmanya.photol( 7550): runtime.cc:558] native: #08 pc 000741fb /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void)+171) F/shmanya.photol( 7550): runtime.cc:558] native: #09 pc 0000df76 /system/lib/libutils.so (thread_data_t::trampoline(thread_data_t const*)+246) F/shmanya.photol( 7550): runtime.cc:558] native: #10 pc 0008f065 /system/lib/libc.so (pthread_start(void*)+53) F/shmanya.photol( 7550): runtime.cc:558] native: #11 pc 0002485b /system/lib/libc.so (start_thread+75) F/shmanya.photol( 7550): runtime.cc:558] (no managed stack frames) F/shmanya.photol( 7550): runtime.cc:558] F/shmanya.photol( 7550): runtime.cc:558] "Profile Saver" prio=10 tid=12 Native F/shmanya.photol( 7550): runtime.cc:558] | group="" sCount=1 dsCount=0 flags=1 obj=0x16f02530 self=0xeb697400 F/shmanya.photol( 7550): runtime.cc:558] | sysTid=7577 nice=9 cgrp=default sched=0/0 handle=0xd4fba970 F/shmanya.photol( 7550): runtime.cc:558] | state=S schedstat=( 9178664 17306597 21 ) utm=0 stm=0 core=1 HZ=100 F/shmanya.photol( 7550): runtime.cc:558] | stack=0xd4ebf000-0xd4ec1000 stackSize=1010KB F/shmanya.photol( 7550): runtime.cc:558] | held mutexes= F/shmanya.photol( 7550): runtime.cc:558] kernel: futex_wait_queue_me+0xcb/0x11b F/shmanya.photol( 7550): runtime.cc:558] kernel: futex_wait+0x120/0x25e F/shmanya.photol( 7550): runtime.cc:558] kernel: do_futex+0xbe/0x468 F/shmanya.photol( 7550): runtime.cc:558] kernel: compat_SyS_futex+0xb9/0x13b F/shmanya.photol( 7550): runtime.cc:558] kernel: do_fast_syscall_32+0xd5/0x148 F/shmanya.photol( 7550): runtime.cc:558] kernel: sysenter_flags_fixed+0x8/0x12 F/shmanya.photol( 7550): runtime.cc:558] native: #00 pc 00000b39 [vdso] (kernel_vsyscall+9) F/shmanya.photol( 7550): runtime.cc:558] native: #01 pc 0001fdf8 /system/lib/libc.so (syscall+40) F/shmanya.photol( 7550): runtime.cc:558] native: #02 pc 000ac054 /system/lib/libart.so (art::ConditionVariable::TimedWait(art::Thread, long long, int)+148) F/shmanya.photol( 7550): runtime.cc:558] native: #03 pc 00360b66 /system/lib/libart.so (art::ProfileSaver::Run()+886) F/shmanya.photol( 7550): runtime.cc:558] native: #04 pc 00364c5f /system/lib/libart.so (art::ProfileSaver::RunProfileSaverThread(void)+95) F/shmanya.photol( 7550): runtime.cc:558] native: #05 pc 0008f065 /system/lib/libc.so (__pthread_start(void*)+53) F/shmanya.photol( 7550): runtime.cc:558] native: #06 pc 0002485b /system/lib/libc.so (start_thread+75) F/shmanya.photol( 7550): runtime.cc:558] (no managed stack frames) F/shmanya.photol( 7550): runtime.cc:558] F/shmanya.photol( 7550): runtime.cc:558] "queued-work-looper" prio=10 tid=13 Native F/shmanya.photol( 7550): runtime.cc:558] | group="" sCount=1 dsCount=0 flags=1 obj=0x16f025b8 self=0xe9c6f800 F/shmanya.photol( 7550): runtime.cc:558] | sysTid=7582 nice=-2 cgrp=default sched=0/0 handle=0xd4d4d970 F/shmanya.photol( 7550): runtime.cc:558] | state=S schedstat=( 15365744 6679553 42 ) utm=1 stm=0 core=3 HZ=100 F/shmanya.photol( 7550): runtime.cc:558] | stack=0xd4c4a000-0xd4c4c000 stackSize=1042KB F/shmanya.photol( 7550): runtime.cc:558] | held mutexes= F/shmanya.photol( 7550): runtime.cc:558] kernel: ep_poll+0x28e/0x33f F/shmanya.photol( 7550): runtime.cc:558] kernel: SyS_epoll_wait+0x96/0xb4 F/shmanya.photol( 7550): runtime.cc:558] kernel: SyS_epoll_pwait+0x93/0x114 F/shmanya.photol( 7550): runtime.cc:558] kernel: do_fast_syscall_32+0xd5/0x148 F/shmanya.photol( 7550): runtime.cc:558] kernel: sysenter_flags_fixed+0x8/0x12 F/shmanya.photol( 7550): runtime.cc:558] native: #00 pc 00000b39 [vdso] (kernel_vsyscall+9) F/shmanya.photol( 7550): runtime.cc:558] native: #01 pc 0007621b /system/lib/libc.so (epoll_pwait+43) F/shmanya.photol( 7550): runtime.cc:558] native: #02 pc 00031e8d /system/lib/libc.so (epoll_wait+45) F/shmanya.photol( 7550): runtime.cc:558] native: #03 pc 00013567 /system/lib/libutils.so (android::Looper::pollInner(int)+183) F/shmanya.photol( 7550): runtime.cc:558] native: #04 pc 0001340b /system/lib/libutils.so (android::Looper::pollOnce(int, int, int, void*)+43) F/shmanya.photol( 7550): runtime.cc:558] native: #05 pc 000e414b /system/lib/libandroid_runtime.so (android::android_os_MessageQueue_nativePollOnce(_JNIEnv, _jobject*, long long, int)+59) F/shmanya.photol( 7550): runtime.cc:558] at android.os.MessageQueue.nativePollOnce(Native method) F/shmanya.photol( 7550): runtime.cc:558] at android.os.MessageQueue.next(MessageQueue.java:326) F/shmanya.photol( 7550): runtime.cc:558] at android.os.Looper.loop(Looper.java:160) F/shmanya.photol( 7550): runtime.cc:558] at android.os.HandlerThread.run(HandlerThread.java:65) F/shmanya.photol( 7550): runtime.cc:558] F/shmanya.photol( 7550): runtime.cc:558] "Measurement Worker" prio=10 tid=14 TimedWaiting F/shmanya.photol( 7550): runtime.cc:558] | group="" sCount=1 dsCount=0 flags=1 obj=0x16f00f40 self=0xe9c6fe00 F/shmanya.photol( 7550): runtime.cc:558] | sysTid=7583 nice=10 cgrp=default sched=0/0 handle=0xd4e53970 F/shmanya.photol( 7550): runtime.cc:558] | state=S schedstat=( 528378951 313340629 583 ) utm=39 stm=13 core=3 HZ=100 F/shmanya.photol( 7550): runtime.cc:558] | stack=0xd4d50000-0xd4d52000 stackSize=1042KB F/shmanya.photol( 7550): runtime.cc:558] | held mutexes= F/shmanya.photol( 7550): runtime.cc:558] kernel: futex_wait_queue_me+0xcb/0x11b F/shmanya.photol( 7550): runtime.cc:558] kernel: futex_wait+0x120/0x25e F/shmanya.photol( 7550): runtime.cc:558] kernel: do_futex+0xbe/0x468 F/shmanya.photol( 7550): runtime.cc:558] kernel: compat_SyS_futex+0xb9/0x13b F/shmanya.photol( 7550): runtime.cc:558] kernel: do_fast_syscall_32+0xd5/0x148 F/shmanya.photol( 7550): runtime.cc:558] kernel: sysenter_flags_fixed+0x8/0x12 F/shmanya.photol( 7550): runtime.cc:558] native: #00 pc 00000b39 [vdso] (kernel_vsyscall+9) F/shmanya.photol( 7550): runtime.cc:558] native: #01 pc 0001fdf8 /system/lib/libc.so (syscall+40) F/shmanya.photol( 7550): runtime.cc:558] native: #02 pc 000ac054 /system/lib/libart.so (art::ConditionVariable::TimedWait(art::Thread, long long, int)+148) F/shmanya.photol( 7550): runtime.cc:558] native: #03 pc 0040fd5a /system/lib/libart.so (art::Monitor::Wait(art::Thread, long long, int, bool, art::ThreadState)+666) F/shmanya.photol( 7550): runtime.cc:558] native: #04 pc 00411d65 /system/lib/libart.so (art::Monitor::Wait(art::Thread, art::mirror::Object, long long, int, bool, art::ThreadState)+453) F/shmanya.photol( 7550): runtime.cc:558] native: #05 pc 00431125 /system/lib/libart.so (art::Object_waitJI(_JNIEnv, _jobject, long long, int)+85) F/shmanya.photol( 7550): runtime.cc:558] at java.lang.Object.wait(Native method) F/shmanya.photol( 7550): runtime.cc:558] - waiting on <0x0848f993> (a java.lang.Object) F/shmanya.photol( 7550): runtime.cc:558] at java.lang.Object.wait(Object.java:422) F/shmanya.photol( 7550): runtime.cc:558] at com.google.android.gms.measurement.internal.zzfg.run(unavailable:24) F/shmanya.photol( 7550): runtime.cc:558] - locked <0x0848f993> (a java.lang.Object) F/shmanya.photol( 7550): runtime.cc:558] F/shmanya.photol( 7550): runtime.cc:558] "pool-1-thread-1" prio=10 tid=15 TimedWaiting F/shmanya.photol( 7550): runtime.cc:558] | group="" sCount=1 dsCount=0 flags=1 obj=0x16f02728 self=0xe9c70400 F/shmanya.photol( 7550): runtime.cc:558] | sysTid=7584 nice=0 cgrp=default sched=0/0 handle=0xd4c47970 F/shmanya.photol( 7550): runtime.cc:558] | state=S schedstat=( 33510428 53718938 36 ) utm=3 stm=0 core=1 HZ=100 F/shmanya.photol( 7550): runtime.cc:558] | stack=0xd4b44000-0xd4b46000 stackSize=1042KB F/shmanya.photol( 7550): runtime.cc:558] | held mutexes= F/shmanya.photol( 7550): runtime.cc:558] kernel: futex_wait_queue_me+0xcb/0x11b F/shmanya.photol( 7550): runtime.cc:558] kernel: futex_wait+0x120/0x25e F/shmanya.photol( 7550): runtime.cc:558] kernel: do_futex+0xbe/0x468 F/shmanya.photol( 7550): runtime.cc:558] kernel: compat_SyS_futex+0xb9/0x13b F/shmanya.photol( 7550): runtime.cc:558] kernel: do_fast_syscall_32+0xd5/0x148 F/shmanya.photol( 7550): runtime.cc:558] kernel: sysenter_flags_fixed+0x8/0x12 F/shmanya.photol( 7550): runtime.cc:558] native: #00 pc 00000b39 [vdso] (kernel_vsyscall+9) F/shmanya.photol( 7550): runtime.cc:558] native: #01 pc 0001fdf8 /system/lib/libc.so (syscall+40) F/shmanya.photol( 7550): runtime.cc:558] native: #02 pc 000ac054 /system/lib/libart.so (art::ConditionVariable::TimedWait(art::Thread, long long, int)+148) F/shmanya.photol( 7550): runtime.cc:558] native: #03 pc 0040fd5a /system/lib/libart.so (art::Monitor::Wait(art::Thread, long long, int, bool, art::ThreadState)+666) F/shmanya.photol( 7550): runtime.cc:558] native: #04 pc 00411d65 /system/lib/libart.so (art::Monitor::Wait(art::Thread, art::mirror::Object, long long, int, bool, art::ThreadState)+453) F/shmanya.photol( 7550): runtime.cc:558] native: #05 pc 00431125 /system/lib/libart.so (art::Object_waitJI(_JNIEnv, _jobject, long long, int)+85) F/shmanya.photol( 7550): runtime.cc:558] at java.lang.Object.wait(Native method) F/shmanya.photol( 7550): runtime.cc:558] - waiting on <0x0dcf3dd0> (a java.lang.Object) F/shmanya.photol( 7550): runtime.cc:558] at java.lang.Thread.parkFor$(Thread.java:2137) F/shmanya.photol( 7550): runtime.cc:558] - locked <0x0dcf3dd0> (a java.lang.Object) F/shmanya.photol( 7550): runtime.cc:558] at sun.misc.Unsafe.park(Unsafe.java:358) F/shmanya.photol( 7550): runtime.cc:558] at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:230) F/shmanya.photol( 7550): runtime.cc:558] at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2101) F/shmanya.photol( 7550): runtime.cc:558] at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) F/shmanya.photol( 7550): runtime.cc:558] at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1091) F/shmanya.photol( 7550): runtime.cc:558] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152) F/shmanya.photol( 7550): runtime.cc:558] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) F/shmanya.photol( 7550): runtime.cc:558] at java.lang.Thread.run(Thread.java:764) F/shmanya.photol( 7550): runtime.cc:558] F/shmanya.photol( 7550): runtime.cc:558] "TokenRefresher" prio=10 tid=16 Native F/shmanya.photol( 7550): runtime.cc:558] | group="" sCount=1 dsCount=0 flags=1 obj=0x16f028b0 self=0xe9c6e600 F/shmanya.photol( 7550): runtime.cc:558] | sysTid=7586 nice=10 cgrp=default sched=0/0 handle=0xd4b41970 F/shmanya.photol( 7550): runtime.cc:558] | state=S schedstat=( 766340 9409567 3 ) utm=0 stm=0 core=0 HZ=100 F/shmanya.photol( 7550): runtime.cc:558] | stack=0xd4a3e000-0xd4a40000 stackSize=1042KB F/shmanya.photol( 7550): runtime.cc:558] | held mutexes= F/shmanya.photol( 7550): runtime.cc:558] kernel: ep_poll+0x28e/0x33f F/shmanya.photol( 7550): runtime.cc:558] kernel: SyS_epoll_wait+0x96/0xb4 F/shmanya.photol( 7550): runtime.cc:558] kernel: SyS_epoll_pwait+0x93/0x114 F/shmanya.photol( 7550): runtime.cc:558] kernel: do_fast_syscall_32+0xd5/0x148 F/shmanya.photol( 7550): runtime.cc:558] kernel: sysenter_flags_fixed+0x8/0x12 F/shmanya.photol( 7550): runtime.cc:558] native: #00 pc 00000b39 [vdso] (kernel_vsyscall+9) F/shmanya.photol( 7550): runtime.cc:558] native: #01 pc 0007621b /system/lib/libc.so (epoll_pwait+43) F/shmanya.photol( 7550): runtime.cc:558] native: #02 pc 00031e8d /system/lib/libc.so (epoll_wait+45) F/shmanya.photol( 7550): runtime.cc:558] native: #03 pc 00013567 /system/lib/libutils.so (android::Looper::pollInner(int)+183) F/shmanya.photol( 7550): runtime.cc:558] native: #04 pc 0001340b /system/lib/libutils.so (android::Looper::pollOnce(int, int, int, void)+43) F/shmanya.photol( 7550): runtime.cc:558] native: #05 pc 000e414b /system/lib/libandroid_runtime.so (android::android_os_MessageQueue_nativePollOnce(_JNIEnv, _jobject, long long, int)+59) F/shmanya.photol( 7550): runtime.cc:558] at android.os.MessageQueue.nativePollOnce(Native method) F/shmanya.photol( 7550): runtime.cc:558] at android.os.MessageQueue.next(MessageQueue.java:326) F/shmanya.photol( 7550): runtime.cc:558] at android.os.Looper.loop(Looper.java:160) F/shmanya.photol( 7550): runtime.cc:558] at android.os.HandlerThread.run(HandlerThread.java:65) F/shmanya.photol( 7550): runtime.cc:558] F/shmanya.photol( 7550): runtime.cc:558] "GoogleApiHandler" prio=10 tid=17 Native F/shmanya.photol( 7550): runtime.cc:558] | group="" sCount=1 dsCount=0 flags=1 obj=0x16f02b90 self=0xe8a58e00 F/shmanya.photol( 7550): runtime.cc:558] | sysTid=7588 nice=9 cgrp=default sched=0/0 handle=0xd497f970 F/shmanya.photol( 7550): runtime.cc:558] | state=S schedstat=( 391307329 172595376 496 ) utm=31 stm=8 core=0 HZ=100 F/shmanya.photol( 7550): runtime.cc:558] | stack=0xd487c000-0xd487e000 stackSize=1042KB F/shmanya.photol( 7550): runtime.cc:558] | held mutexes= F/shmanya.photol( 7550): runtime.cc:558] kernel: ep_poll+0x28e/0x33f F/shmanya.photol( 7550): runtime.cc:558] kernel: SyS_epoll_wait+0x96/0xb4 F/shmanya.photol( 7550): runtime.cc:558] kernel: SyS_epoll_pwait+0x93/0x114 F/shmanya.photol( 7550): runtime.cc:558] kernel: do_fast_syscall_32+0xd5/0x148 F/shmanya.photol( 7550): runtime.cc:558] kernel: sysenter_flags_fixed+0x8/0x12 F/shmanya.photol( 7550): runtime.cc:558] native: #00 pc 00000b39 [vdso] (__kernel_vsyscall+9) F/shmanya.photol( 7550): runtime.cc:558] native: #01 pc 0007621b /system/lib/libc.so (__epoll_pwait+43) F/shmanya.photol( 7550): runtime.cc:558] native: #02 pc 00031e8d /system/lib/libc.so (epoll_wait+45) F/shmanya.photol( 7550): runtime.cc:558] native: #03 pc 00013567 /system/lib/libutils.so (android::Looper::pollInner(int)+183) F/shmanya.photol( 7550): runtime.cc:558] native: #04 pc 0001340b /system/lib/libutils.so (android::Looper::pollOnce(int, int, int, void)+43) F/shmanya.photol( 7550): runtime.cc:558] native: #05 pc 000e414b /system/lib/libandroid_runtime.so (android::android_os_MessageQueue_nativePollOnce(_JNIEnv, _jobject, long long, int)+59) F/shmanya.photol( 7550): runtime.cc:558] at android.os.MessageQueue.nativePollOnce(Native method) F/shmanya.photol( 7550): runtime.cc:558] at android.os.MessageQueue.next(MessageQueue.java:326) F/shmanya.photol( 7550): runtime.cc:558] at android.os.Looper.loop(Looper.java:160) F/shmanya.photol( 7550): runtime.cc:558] at android.os.HandlerThread.run(HandlerThread.java:65) F/shmanya.photol( 7550): runtime.cc:558] F/shmanya.photol( 7550): runtime.cc:558] "RenderThread" prio=10 tid=19 Native F/shmanya.photol( 7550): runtime.cc:558] | group="" sCount=1 dsCount=0 flags=1 obj=0x16f02a80 self=0xe8a58800 F/shmanya.photol( 7550): runtime.cc:558] | sysTid=7601 nice=-10 cgrp=default sched=0/0 handle=0xd07bf970 F/shmanya.photol( 7550): runtime.cc:558] | state=S schedstat=( 88704166 52958836 267 ) utm=3 stm=5 core=2 HZ=100 F/shmanya.photol( 7550): runtime.cc:558] | stack=0xd06c4000-0xd06c6000 stackSize=1010KB F/shmanya.photol( 7550): runtime.cc:558] | held mutexes= F/shmanya.photol( 7550): runtime.cc:558] kernel: ep_poll+0x28e/0x33f F/shmanya.photol( 7550): runtime.cc:558] kernel: SyS_epoll_wait+0x96/0xb4 F/shmanya.photol( 7550): runtime.cc:558] kernel: SyS_epoll_pwait+0x93/0x114 F/shmanya.photol( 7550): runtime.cc:558] kernel: do_fast_syscall_32+0xd5/0x148 F/shmanya.photol( 7550): runtime.cc:558] kernel: sysenter_flags_fixed+0x8/0x12 F/shmanya.photol( 7550): runtime.cc:558] native: #00 pc 00000b39 [vdso] (kernel_vsyscall+9) F/shmanya.photol( 7550): runtime.cc:558] native: #01 pc 0007621b /system/lib/libc.so (__epoll_pwait+43) F/shmanya.photol( 7550): runtime.cc:558] native: #02 pc 00031e8d /system/lib/libc.so (epoll_wait+45) F/shmanya.photol( 7550): runtime.cc:558] native: #03 pc 00013567 /system/lib/libutils.so (android::Looper::pollInner(int)+183) F/shmanya.photol( 7550): runtime.cc:558] native: #04 pc 0001340b /system/lib/libutils.so (android::Looper::pollOnce(int, int, int, void*)+43) F/shmanya.photol( 7550): runtime.cc:558] native: #05 pc 000c4535 /system/lib/libhwui.so (android::uirenderer::renderthread::RenderThread::threadLoop()+293) F/shmanya.photol( 7550): runtime.cc:558] native: #06 pc 0000e616 /system/lib/libutils.so (android::Thread::_threadLoop(void)+326) F/shmanya.photol( 7550): runtime.cc:558] native: #07 pc 0000df76 /system/lib/libutils.so (thread_data_t::trampoline(thread_data_t const*)+246) F/shmanya.photol( 7550): runtime.cc:558] native: #08 pc 0008f065 /system/lib/libc.so (pthread_start(void)+53) F/shmanya.photol( 7550): runtime.cc:558] native: #09 pc 0002485b /system/lib/libc.so (start_thread+75) F/shmanya.photol( 7550): runtime.cc:558] (no managed stack frames) F/shmanya.photol( 7550): runtime.cc:558] F/shmanya.photol( 7550): runtime.cc:558] "hwuiTask1" prio=10 tid=20 Native F/shmanya.photol( 7550): runtime.cc:558] | group="" sCount=1 dsCount=0 flags=1 obj=0x130000b0 self=0xd5c7dc00 F/shmanya.photol( 7550): runtime.cc:558] | sysTid=7603 nice=-2 cgrp=default sched=0/0 handle=0xc9d3f970 F/shmanya.photol( 7550): runtime.cc:558] | state=S schedstat=( 2752732 5581454 13 ) utm=0 stm=0 core=0 HZ=100 F/shmanya.photol( 7550): runtime.cc:558] | stack=0xc9c44000-0xc9c46000 stackSize=1010KB F/shmanya.photol( 7550): runtime.cc:558] | held mutexes= F/shmanya.photol( 7550): runtime.cc:558] kernel: futex_wait_queue_me+0xcb/0x11b F/shmanya.photol( 7550): runtime.cc:558] kernel: futex_wait+0x120/0x25e F/shmanya.photol( 7550): runtime.cc:558] kernel: do_futex+0xbe/0x468 F/shmanya.photol( 7550): runtime.cc:558] kernel: compat_SyS_futex+0xb9/0x13b F/shmanya.photol( 7550): runtime.cc:558] kernel: do_fast_syscall_32+0xd5/0x148 F/shmanya.photol( 7550): runtime.cc:558] kernel: sysenter_flags_fixed+0x8/0x12 F/shmanya.photol( 7550): runtime.cc:558] native: #00 pc 00000b37 [vdso] (__kernel_vsyscall+7) F/shmanya.photol( 7550): runtime.cc:558] native: #01 pc 0001fdf8 /system/lib/libc.so (syscall+40) F/shmanya.photol( 7550): runtime.cc:558] native: #02 pc 00023555 /system/lib/libc.so (futex_wait_ex(void volatile, bool, int, bool, timespec const)+133) F/shmanya.photol( 7550): runtime.cc:558] native: #03 pc 0008e3be /system/lib/libc.so (pthread_cond_wait+62) F/shmanya.photol( 7550): runtime.cc:558] native: #04 pc 0050218f /system/lib/libhwui.so (android::uirenderer::TaskManager::WorkerThread::threadLoop()+383) F/shmanya.photol( 7550): runtime.cc:558] native: #05 pc 0000e5ae /system/lib/libutils.so (android::Thread::_threadLoop(void)+222) F/shmanya.photol( 7550): runtime.cc:558] native: #06 pc 000741fb /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void)+171) F/shmanya.photol( 7550): runtime.cc:558] native: #07 pc 0000df76 /system/lib/libutils.so (thread_data_t::trampoline(thread_data_t const)+246) F/shmanya.photol( 7550): runtime.cc:558] native: #08 pc 0008f065 /system/lib/libc.so (pthread_start(void*)+53) F/shmanya.photol( 7550): runtime.cc:558] native: #09 pc 0002485b /system/lib/libc.so (__start_thread+75) F/shmanya.photol( 7550): runtime.cc:558] (no managed stack frames) F/shmanya.photol( 7550): runtime.cc:558] F/shmanya.photol( 7550): runtime.cc:558] "FirestoreWorker" prio=10 tid=22 TimedWaiting F/shmanya.photol( 7550): runtime.cc:558] | group="" sCount=1 dsCount=0 flags=1 obj=0x13000218 self=0xd5b40200 F/shmanya.photol( 7550): runtime.cc:558] | sysTid=7609 nice=0 cgrp=default sched=0/0 handle=0xc6a3f970 F/shmanya.photol( 7550): runtime.cc:558] | state=S schedstat=( 764805991 89910767 777 ) utm=56 stm=20 core=2 HZ=100 F/shmanya.photol( 7550): runtime.cc:558] | stack=0xc693c000-0xc693e000 stackSize=1042KB F/shmanya.photol( 7550): runtime.cc:558] | held mutexes= F/shmanya.photol( 7550): runtime.cc:558] kernel: futex_wait_queue_me+0xcb/0x11b F/shmanya.photol( 7550): runtime.cc:558] kernel: futex_wait+0x120/0x25e F/shmanya.photol( 7550): runtime.cc:558] kernel: do_futex+0xbe/0x468 F/shmanya.photol( 7550): runtime.cc:558] kernel: compat_SyS_futex+0xb9/0x13b F/shmanya.photol( 7550): runtime.cc:558] kernel: do_fast_syscall_32+0xd5/0x148 F/shmanya.photol( 7550): runtime.cc:558] kernel: sysenter_flags_fixed+0x8/0x12 F/shmanya.photol( 7550): runtime.cc:558] native: #00 pc 00000b39 [vdso] (kernel_vsyscall+9) F/shmanya.photol( 7550): runtime.cc:558] native: #01 pc 0001fdf8 /system/lib/libc.so (syscall+40) F/shmanya.photol( 7550): runtime.cc:558] native: #02 pc 000ac054 /system/lib/libart.so (art::ConditionVariable::TimedWait(art::Thread, long long, int)+148) F/shmanya.photol( 7550): runtime.cc:558] native: #03 pc 0040fd5a /system/lib/libart.so (art::Monitor::Wait(art::Thread, long long, int, bool, art::ThreadState)+666) F/shmanya.photol( 7550): runtime.cc:558] native: #04 pc 00411d65 /system/lib/libart.so (art::Monitor::Wait(art::Thread, art::mirror::Object, long long, int, bool, art::ThreadState)+453) F/shmanya.photol( 7550): runtime.cc:558] native: #05 pc 00431125 /system/lib/libart.so (art::Object_waitJI(_JNIEnv, _jobject, long long, int)+85) F/shmanya.photol( 7550): runtime.cc:558] at java.lang.Object.wait(Native method) F/shmanya.photol( 7550): runtime.cc:558] - waiting on <0x04f2e1c9> (a java.lang.Object) F/shmanya.photol( 7550): runtime.cc:558] at java.lang.Thread.parkFor$(Thread.java:2137) F/shmanya.photol( 7550): runtime.cc:558] - locked <0x04f2e1c9> (a java.lang.Object) F/shmanya.photol( 7550): runtime.cc:558] at sun.misc.Unsafe.park(Unsafe.java:358) F/shmanya.photol( 7550): runtime.cc:558] at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:230) F/shmanya.photol( 7550): runtime.cc:558] at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2101) F/shmanya.photol( 7550): runtime.cc:558] at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1132) F/shmanya.photol( 7550): runtime.cc:558] at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:849) F/shmanya.photol( 7550): runtime.cc:558] at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092) F/shmanya.photol( 7550): runtime.cc:558] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152) F/shmanya.photol( 7550): runtime.cc:558] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) F/shmanya.photol( 7550): runtime.cc:558] at com.google.firebase.firestore.util.AsyncQueue$DelayedStartFactory.run(com.google.firebase:firebase-firestore@@19.0.0:205) F/shmanya.photol( 7550): runtime.cc:558] at java.lang.Thread.run(Thread.java:764) F/shmanya.photol( 7550): runtime.cc:558] F/shmanya.photol( 7550): runtime.cc:558] "ConnectivityThread" prio=10 tid=23 Native F/shmanya.photol( 7550): runtime.cc:558] | group="" sCount=1 dsCount=0 flags=1 obj=0x130c0008 self=0xc9b27000 F/shmanya.photol( 7550): runtime.cc:558] | sysTid=7610 nice=0 cgrp=default sched=0/0 handle=0xc2b3f970 F/shmanya.photol( 7550): runtime.cc:558] | state=S schedstat=( 6361508 433154 7 ) utm=0 stm=0 core=2 HZ=100 F/shmanya.photol( 7550): runtime.cc:558] | stack=0xc2a3c000-0xc2a3e000 stackSize=1042KB F/shmanya.photol( 7550): runtime.cc:558] | held mutexes= F/shmanya.photol( 7550): runtime.cc:558] kernel: ep_poll+0x28e/0x33f F/shmanya.photol( 7550): runtime.cc:558] kernel: SyS_epoll_wait+0x96/0xb4 F/shmanya.photol( 7550): runtime.cc:558] kernel: SyS_epoll_pwait+0x93/0x114 F/shmanya.photol( 7550): runtime.cc:558] kernel: do_fast_syscall_32+0xd5/0x148 F/shmanya.photol( 7550): runtime.cc:558] kernel: sysenter_flags_fixed+0x8/0x12 F/shmanya.photol( 7550): runtime.cc:558] native: #00 pc 00000b39 [vdso] (kernel_vsyscall+9) F/shmanya.photol( 7550): runtime.cc:558] native: #01 pc 0007621b /system/lib/libc.so (epoll_pwait+43) F/shmanya.photol( 7550): runtime.cc:558] native: #02 pc 00031e8d /system/lib/libc.so (epoll_wait+45) F/shmanya.photol( 7550): runtime.cc:558] native: #03 pc 00013567 /system/lib/libutils.so (android::Looper::pollInner(int)+183) F/shmanya.photol( 7550): runtime.cc:558] native: #04 pc 0001340b /system/lib/libutils.so (android::Looper::pollOnce(int, int, int, void*)+43) F/shmanya.photol( 7550): runtime.cc:558] native: #05 pc 000e414b /system/lib/libandroid_runtime.so (android::android_os_MessageQueue_nativePollOnce(_JNIEnv, _jobject*, long long, int)+59) F/shmanya.photol( 7550): runtime.cc:558] at android.os.MessageQueue.nativePollOnce(Native method) F/shmanya.photol( 7550): runtime.cc:558] at android.os.MessageQueue.next(MessageQueue.java:326) F/shmanya.photol( 7550): runtime.cc:558] at android.os.Looper.loop(Looper.java:160) F/shmanya.photol( 7550): runtime.cc:558] at android.os.HandlerThread.run(HandlerThread.java:65) F/shmanya.photol( 7550): runtime.cc:558] F/shmanya.photol( 7550): runtime.cc:558] "Sqflite" prio=10 tid=24 Native F/shmanya.photol( 7550): runtime.cc:558] | group="" sCount=1 dsCount=0 flags=1 obj=0x130c00f8 self=0xd5b40800 F/shmanya.photol( 7550): runtime.cc:558] | sysTid=7611 nice=10 cgrp=default sched=0/0 handle=0xc2a39970 F/shmanya.photol( 7550): runtime.cc:558] | state=S schedstat=( 48031771 41089608 98 ) utm=4 stm=0 core=1 HZ=100 F/shmanya.photol( 7550): runtime.cc:558] | stack=0xc2936000-0xc2938000 stackSize=1042KB F/shmanya.photol( 7550): runtime.cc:558] | held mutexes= F/shmanya.photol( 7550): runtime.cc:558] kernel: ep_poll+0x28e/0x33f F/shmanya.photol( 7550): runtime.cc:558] kernel: SyS_epoll_wait+0x96/0xb4 F/shmanya.photol( 7550): runtime.cc:558] kernel: SyS_epoll_pwait+0x93/0x114 F/shmanya.photol( 7550): runtime.cc:558] kernel: do_fast_syscall_32+0xd5/0x148 F/shmanya.photol( 7550): runtime.cc:558] kernel: sysenter_flags_fixed+0x8/0x12 F/shmanya.photol( 7550): runtime.cc:558] native: #00 pc 00000b39 [vdso] (kernel_vsyscall+9) F/shmanya.photol( 7550): runtime.cc:558] native: #01 pc 0007621b /system/lib/libc.so (epoll_pwait+43) F/shmanya.photol( 7550): runtime.cc:558] native: #02 pc 00031e8d /system/lib/libc.so (epoll_wait+45) F/shmanya.photol( 7550): runtime.cc:558] native: #03 pc 00013567 /system/lib/libutils.so (android::Looper::pollInner(int)+183) F/shmanya.photol( 7550): runtime.cc:558] native: #04 pc 0001340b /system/lib/libutils.so (android::Looper::pollOnce(int, int, int, void*)+43) F/shmanya.photol( 7550): runtime.cc:558] native: #05 pc 000e414b /system/lib/libandroid_runtime.so (android::android_os_MessageQueue_nativePollOnce(_JNIEnv, _jobject, long long, int)+59) F/shmanya.photol( 7550): runtime.cc:558] at android.os.MessageQueue.nativePollOnce(Native method) F/shmanya.photol( 7550): runtime.cc:558] at android.os.MessageQueue.next(MessageQueue.java:326) F/shmanya.photol( 7550): runtime.cc:558] at android.os.Looper.loop(Looper.java:160) F/shmanya.photol( 7550): runtime.cc:558] at android.os.HandlerThread.run(HandlerThread.java:65) F/shmanya.photol( 7550): runtime.cc:558] F/shmanya.photol( 7550): runtime.cc:558] "grpc-timer-0" prio=10 tid=25 TimedWaiting F/shmanya.photol( 7550): runtime.cc:558] | group="" sCount=1 dsCount=0 flags=1 obj=0x130c01e8 self=0xc9b27600 F/shmanya.photol( 7550): runtime.cc:558] | sysTid=7612 nice=0 cgrp=default sched=0/0 handle=0xc2933970 F/shmanya.photol( 7550): runtime.cc:558] | state=S schedstat=( 1478676 118984 5 ) utm=0 stm=0 core=0 HZ=100 F/shmanya.photol( 7550): runtime.cc:558] | stack=0xc2830000-0xc2832000 stackSize=1042KB F/shmanya.photol( 7550): runtime.cc:558] | held mutexes= F/shmanya.photol( 7550): runtime.cc:558] kernel: futex_wait_queue_me+0xcb/0x11b F/shmanya.photol( 7550): runtime.cc:558] kernel: futex_wait+0x120/0x25e F/shmanya.photol( 7550): runtime.cc:558] kernel: do_futex+0xbe/0x468 F/shmanya.photol( 7550): runtime.cc:558] kernel: compat_SyS_futex+0xb9/0x13b F/shmanya.photol( 7550): runtime.cc:558] kernel: do_fast_syscall_32+0xd5/0x148 F/shmanya.photol( 7550): runtime.cc:558] kernel: sysenter_flags_fixed+0x8/0x12 F/shmanya.photol( 7550): runtime.cc:558] native: #00 pc 00000b39 [vdso] (__kernel_vsyscall+9) F/shmanya.photol( 7550): runtime.cc:558] native: #01 pc 0001fdf8 /system/lib/libc.so (syscall+40) F/shmanya.photol( 7550): runtime.cc:558] native: #02 pc 000ac054 /system/lib/libart.so (art::ConditionVariable::TimedWait(art::Thread, long long, int)+148) F/shmanya.photol( 7550): runtime.cc:558] native: #03 pc 0040fd5a /system/lib/libart.so (art::Monitor::Wait(art::Thread, long long, int, bool, art::ThreadState)+666) F/shmanya.photol( 7550): runtime.cc:558] native: #04 pc 00411d65 /system/lib/libart.so (art::Monitor::Wait(art::Thread, art::mirror::Object, long long, int, bool, art::ThreadState)+453) F/shmanya.photol( 7550): runtime.cc:558] native: #05 pc 00431125 /system/lib/libart.so (art::Object_waitJI(_JNIEnv, _jobject, long long, int)+85) F/shmanya.photol( 7550): runtime.cc:558] at java.lang.Object.wait(Native method) F/shmanya.photol( 7550): runtime.cc:558] - waiting on <0x06ab90ce> (a java.lang.Object) F/shmanya.photol( 7550): runtime.cc:558] at java.lang.Thread.parkFor$(Thread.java:2137) F/shmanya.photol( 7550): runtime.cc:558] - locked <0x06ab90ce> (a java.lang.Object) F/shmanya.photol( 7550): runtime.cc:558] at sun.misc.Unsafe.park(Unsafe.java:358) F/shmanya.photol( 7550): runtime.cc:558] at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:230) F/shmanya.photol( 7550): runtime.cc:558] at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2101) F/shmanya.photol( 7550): runtime.cc:558] at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1132) F/shmanya.photol( 7550): runtime.cc:558] at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:849) F/shmanya.photol( 7550): runtime.cc:558] at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092) F/shmanya.photol( 7550): runtime.cc:558] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152) F/shmanya.photol( 7550): runtime.cc:558] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) F/shmanya.photol( 7550): runtime.cc:558] kernel: futex_wait_queue_me+0xcb/0x11b F/shmanya.photol( 7550): runtime.cc:558] kernel: futex_wait+0x120/0x25e F/shmanya.photol( 7550): runtime.cc:558] kernel: do_futex+0xbe/0x468 F/shmanya.photol( 7550): runtime.cc:558] kernel: compat_SyS_futex+0xb9/0x13b F/shmanya.photol( 7550): runtime.cc:558] kernel: do_fast_syscall_32+0xd5/0x148 F/shmanya.photol( 7550): runtime.cc:558] kernel: sysenter_flags_fixed+0x8/0x12 F/shmanya.photol( 7550): runtime.cc:558] native: #00 pc 00000b39 [vdso] (__kernel_vsyscall+9) F/shmanya.photol( 7550): runtime.cc:558] native: #01 pc 0001fdf8 /system/lib/libc.so (syscall+40) F/shmanya.photol( 7550): runtime.cc:558] native: #02 pc 000ac054 /system/lib/libart.so (art::ConditionVariable::TimedWait(art::Thread, long long, int)+148) F/shmanya.photol( 7550): runtime.cc:558] native: #03 pc 0040fd5a /system/lib/libart.so (art::Monitor::Wait(art::Thread, long long, int, bool, art::ThreadState)+666) F/shmanya.photol( 7550): runtime.cc:558] native: #04 pc 00411d65 /system/lib/libart.so (art::Monitor::Wait(art::Thread, art::mirror::Object, long long, int, bool, art::ThreadState)+453) F/shmanya.photol( 7550): runtime.cc:558] native: #05 pc 00431125 /system/lib/libart.so (art::Object_waitJI(_JNIEnv, _jobject, long long, int)+85) F/shmanya.photol( 7550): runtime.cc:558] at java.lang.Object.wait(Native method) F/shmanya.photol( 7550): runtime.cc:558] - waiting on <0x0a7f9bef> (a java.lang.Object) F/shmanya.photol( 7550): runtime.cc:558] at java.lang.Thread.parkFor$(Thread.java:2137) F/shmanya.photol( 7550): runtime.cc:558] - locked <0x0a7f9bef> (a java.lang.Object) F/shmanya.photol( 7550): runtime.cc:558] at sun.misc.Unsafe.park(Unsafe.java:358) F/shmanya.photol( 7550): runtime.cc:558] at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:230) F/shmanya.photol( 7550): runtime.cc:558] at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:461) F/shmanya.photol( 7550): runtime.cc:558] at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362) F/shmanya.photol( 7550): runtime.cc:558] at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937) F/shmanya.photol( 7550): runtime.cc:558] at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1091) F/shmanya.photol( 7550): runtime.cc:558] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152) F/shmanya.photol( 7550): runtime.cc:558] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) F/shmanya.photol( 7550): runtime.cc:558] at java.lang.Thread.run(Thread.java:764) F/shmanya.photol( 7550): runtime.cc:558] F/shmanya.photol( 7550): runtime.cc:558] "grpc-okhttp-0" prio=10 tid=27 TimedWaiting F/shmanya.photol( 7550): runtime.cc:558] | group="" sCount=1 dsCount=0 flags=1 obj=0x130c04a8 self=0xc9b29400 F/shmanya.photol( 7550): runtime.cc:558] | sysTid=7616 nice=0 cgrp=default sched=0/0 handle=0xc1f7f970 F/shmanya.photol( 7550): runtime.cc:558] | state=S schedstat=( 158389920 123766862 165 ) utm=10 stm=5 core=0 HZ=100 F/shmanya.photol( 7550): runtime.cc:558] | stack=0xc1e7c000-0xc1e7e000 stackSize=1042KB F/shmanya.photol( 7550): runtime.cc:558] | held mutexes= F/shmanya.photol( 7550): runtime.cc:558] kernel: futex_wait_queue_me+0xcb/0x11b F/shmanya.photol( 7550): runtime.cc:558] kernel: futex_wait+0x120/0x25e F/shmanya.photol( 7550): runtime.cc:558] kernel: do_futex+0xbe/0x468 F/shmanya.photol( 7550): runtime.cc:558] kernel: compat_SyS_futex+0xb9/0x13b F/shmanya.photol( 7550): runtime.cc:558] kernel: do_fast_syscall_32+0xd5/0x148 F/shmanya.photol( 7550): runtime.cc:558] kernel: sysenter_flags_fixed+0x8/0x12 F/shmanya.photol( 7550): runtime.cc:558] native: #00 pc 00000b39 [vdso] (__kernel_vsyscall+9) F/shmanya.photol( 7550): runtime.cc:558] native: #01 pc 0001fdf8 /system/lib/libc.so (syscall+40) F/shmanya.photol( 7550): runtime.cc:558] native: #02 pc 000ac054 /system/lib/libart.so (art::ConditionVariable::TimedWait(art::Thread, long long, int)+148) F/shmanya.photol( 7550): runtime.cc:558] native: #03 pc 0040fd5a /system/lib/libart.so (art::Monitor::Wait(art::Thread, long long, int, bool, art::ThreadState)+666) F/shmanya.photol( 7550): runtime.cc:558] native: #04 pc 00411d65 /system/lib/libart.so (art::Monitor::Wait(art::Thread, art::mirror::Object, long long, int, bool, art::ThreadState)+453) F/shmanya.photol( 7550): runtime.cc:558] native: #05 pc 00431125 /system/lib/libart.so (art::Object_waitJI(_JNIEnv, _jobject, long long, int)+85) F/shmanya.photol( 7550): runtime.cc:558] at java.lang.Object.wait(Native method) F/shmanya.photol( 7550): runtime.cc:558] - waiting on <0x03b266fc> (a java.lang.Object) F/shmanya.photol( 7550): runtime.cc:558] at java.lang.Thread.parkFor$(Thread.java:2137) F/shmanya.photol( 7550): runtime.cc:558] - locked <0x03b266fc> (a java.lang.Object) F/shmanya.photol( 7550): runtime.cc:558] at sun.misc.Unsafe.park(Unsafe.java:358) F/shmanya.photol( 7550): runtime.cc:558] at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:230) F/shmanya.photol( 7550): runtime.cc:558] at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:461) F/shmanya.photol( 7550): runtime.cc:558] at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362) F/shmanya.photol( 7550): runtime.cc:558] at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937) F/shmanya.photol( 7550): runtime.cc:558] at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1091) F/shmanya.photol( 7550): runtime.cc:558] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152) F/shmanya.photol( 7550): runtime.cc:558] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) F/shmanya.photol( 7550): runtime.cc:558] at java.lang.Thread.run(Thread.java:764) F/shmanya.photol( 7550): runtime.cc:558] F/shmanya.photol( 7550): runtime.cc:558] "OkHttpClientTransport" prio=10 tid=28 Native F/shmanya.photol( 7550): runtime.cc:558] | group="" sCount=1 dsCount=0 flags=1 obj=0x130c05f8 self=0xcb0a4800 F/shmanya.photol( 7550): runtime.cc:558] | sysTid=7618 nice=0 cgrp=default sched=0/0 handle=0xc117f970 F/shmanya.photol( 7550): runtime.cc:558] | state=S schedstat=( 26526007 11234599 29 ) utm=2 stm=0 core=3 HZ=100 F/shmanya.photol( 7550): runtime.cc:558] | stack=0xc107c000-0xc107e000 stackSize=1042KB F/shmanya.photol( 7550): runtime.cc:558] | held mutexes= F/shmanya.photol( 7550): runtime.cc:558] kernel: poll_schedule_timeout+0x41/0x5a F/shmanya.photol( 7550): runtime.cc:558] kernel: do_sys_poll+0x41d/0x4d6 F/shmanya.photol( 7550): runtime.cc:558] kernel: compat_SyS_ppoll+0xd5/0x172 F/shmanya.photol( 7550): runtime.cc:558] kernel: do_fast_syscall_32+0xd5/0x148 F/shmanya.photol( 7550): runtime.cc:558] kernel: sysenter_flags_fixed+0x8/0x12 F/shmanya.photol( 7550): runtime.cc:558] native: #00 pc 00000b39 [vdso] (kernel_vsyscall+9) F/shmanya.photol( 7550): runtime.cc:558] native: #01 pc 000765c6 /system/lib/libc.so (__ppoll+38) F/shmanya.photol( 7550): runtime.cc:558] native: #02 pc 0002d1da /system/lib/libc.so (poll+90) F/shmanya.photol( 7550): runtime.cc:558] native: #03 pc 0453842f /data/app/com.google.android.gms-f-HCf8pA6rUYhlki2WaQOw==/base.apk (offset 451e000) (???) F/shmanya.photol( 7550): runtime.cc:558] at com.google.android.gms.org.conscrypt.NativeCrypto.SSL_read(Native method) F/shmanya.photol( 7550): runtime.cc:558] at com.google.android.gms.org.conscrypt.NativeSsl.read(:com.google.android.gms@17784040@17.7.84 (100700-252519124):4) F/shmanya.photol( 7550): runtime.cc:558] at com.google.android.gms.org.conscrypt.ConscryptFileDescriptorSocket$SSLInputStream.read(:com.google.android.gms@17784040@17.7.84 (100700-252519124):7) F/shmanya.photol( 7550): runtime.cc:558] - locked <0x013ed185> (a java.lang.Object) F/shmanya.photol( 7550): runtime.cc:558] at okio.Okio$2.read(Okio.java:140) F/shmanya.photol( 7550): runtime.cc:558] at okio.AsyncTimeout$2.read(AsyncTimeout.java:237) F/shmanya.photol( 7550): runtime.cc:558] at okio.RealBufferedSource.request(RealBufferedSource.java:68) F/shmanya.photol( 7550): runtime.cc:558] at okio.RealBufferedSource.require(RealBufferedSource.java:61) F/shmanya.photol( 7550): runtime.cc:558] at io.grpc.okhttp.internal.framed.Http2$Reader.nextFrame(Http2.java:118) F/shmanya.photol( 7550): runtime.cc:558] at io.grpc.okhttp.OkHttpClientTransport$ClientFrameHandler.run(OkHttpClientTransport.java:968) F/shmanya.photol( 7550): runtime.cc:558] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) F/shmanya.photol( 7550): runtime.cc:558] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) F/shmanya.photol( 7550): runtime.cc:558] at java.lang.Thread.run(Thread.java:764) F/shmanya.photol( 7550): runtime.cc:558] F/shmanya.photol( 7550): runtime.cc:558] "ChoreographerOwner:Handler" prio=10 tid=18 Native F/shmanya.photol( 7550): runtime.cc:558] | group="" sCount=1 dsCount=0 flags=1 obj=0x13000478 self=0xd5af0000 F/shmanya.photol( 7550): runtime.cc:558] | sysTid=7658 nice=0 cgrp=default sched=0/0 handle=0xc98ff970 F/shmanya.photol( 7550): runtime.cc:558] | state=S schedstat=( 14004422 5344558 54 ) utm=1 stm=0 core=3 HZ=100 F/shmanya.photol( 7550): runtime.cc:558] | stack=0xc97fc000-0xc97fe000 stackSize=1042KB F/shmanya.photol( 7550): runtime.cc:558] | held mutexes= F/shmanya.photol( 7550): runtime.cc:558] kernel: futex_wait_queue_me+0xcb/0x11b F/shmanya.photol( 7550): runtime.cc:558] kernel: futex_wait+0x120/0x25e F/shmanya.photol( 7550): runtime.cc:558] kernel: do_futex+0xbe/0x468 F/shmanya.photol( 7550): runtime.cc:558] kernel: compat_SyS_futex+0xb9/0x13b F/shmanya.photol( 7550): runtime.cc:558] kernel: do_fast_syscall_32+0xd5/0x148 F/shmanya.photol( 7550): runtime.cc:558] kernel: sysenter_flags_fixed+0x8/0x12 F/shmanya.photol( 7550): runtime.cc:558] native: #00 pc 00000b39 [vdso] (kernel_vsyscall+9) F/shmanya.photol( 7550): runtime.cc:558] native: #01 pc 0001fdf8 /system/lib/libc.so (syscall+40) F/shmanya.photol( 7550): runtime.cc:558] native: #02 pc 000abbde /system/lib/libart.so (art::ConditionVariable::WaitHoldingLocks(art::Thread)+110) F/shmanya.photol( 7550): runtime.cc:558] native: #03 pc 000abb63 /system/lib/libart.so (art::ConditionVariable::Wait(art::Thread)+35) F/shmanya.photol( 7550): runtime.cc:558] native: #04 pc 005a7f01 /system/lib/libart.so (_ZN3artL12GoToRunnableEPNS_6ThreadE.llvm.3523051683+561) F/shmanya.photol( 7550): runtime.cc:558] native: #05 pc 005a7c91 /system/lib/libart.so (art::JniMethodEnd(unsigned int, art::Thread)+33) F/shmanya.photol( 7550): runtime.cc:558] at android.os.MessageQueue.nativePollOnce(Native method) F/shmanya.photol( 7550): runtime.cc:558] at android.os.MessageQueue.next(MessageQueue.java:326) F/shmanya.photol( 7550): runtime.cc:558] at android.os.Looper.loop(Looper.java:160) F/shmanya.photol( 7550): runtime.cc:558] at android.os.HandlerThread.run(HandlerThread.java:65) F/shmanya.photol( 7550): runtime.cc:558] F/shmanya.photol( 7550): runtime.cc:558] "ExoPlayerImplInternal:Handler" prio=10 tid=29 Native F/shmanya.photol( 7550): runtime.cc:558] | group="" sCount=1 dsCount=0 flags=1 obj=0x13000588 self=0xd5af0600 F/shmanya.photol( 7550): runtime.cc:558] | sysTid=7659 nice=-16 cgrp=default sched=0/0 handle=0xc97f9970 F/shmanya.photol( 7550): runtime.cc:558] | state=S schedstat=( 252600643 63189745 566 ) utm=18 stm=7 core=3 HZ=100 F/shmanya.photol( 7550): runtime.cc:558] | stack=0xc96f6000-0xc96f8000 stackSize=1042KB F/shmanya.photol( 7550): runtime.cc:558] | held mutexes= F/shmanya.photol( 7550): runtime.cc:558] kernel: ep_poll+0x28e/0x33f F/shmanya.photol( 7550): runtime.cc:558] kernel: SyS_epoll_wait+0x96/0xb4 F/shmanya.photol( 7550): runtime.cc:558] kernel: SyS_epoll_pwait+0x93/0x114 F/shmanya.photol( 7550): runtime.cc:558] kernel: do_fast_syscall_32+0xd5/0x148 F/shmanya.photol( 7550): runtime.cc:558] kernel: sysenter_flags_fixed+0x8/0x12 F/shmanya.photol( 7550): runtime.cc:558] native: #00 pc 00000b39 [vdso] (kernel_vsyscall+9) F/shmanya.photol( 7550): runtime.cc:558] native: #01 pc 0007621b /system/lib/libc.so (epoll_pwait+43) F/shmanya.photol( 7550): runtime.cc:558] native: #02 pc 00031e8d /system/lib/libc.so (epoll_wait+45) F/shmanya.photol( 7550): runtime.cc:558] native: #03 pc 00013567 /system/lib/libutils.so (android::Looper::pollInner(int)+183) F/shmanya.photol( 7550): runtime.cc:558] native: #04 pc 0001340b /system/lib/libutils.so (android::Looper::pollOnce(int, int, int, void*)+43) F/shmanya.photol( 7550): runtime.cc:558] native: #05 pc 000e414b /system/lib/libandroid_runtime.so (android::android_os_MessageQueue_nativePollOnce(_JNIEnv, _jobject*, long long, int)+59) F/shmanya.photol( 7550): runtime.cc:558] at android.os.MessageQueue.nativePollOnce(Native method) F/shmanya.photol( 7550): runtime.cc:558] at android.os.MessageQueue.next(MessageQueue.java:326) F/shmanya.photol( 7550): runtime.cc:558] at android.os.Looper.loop(Looper.java:160) F/shmanya.photol( 7550): runtime.cc:558] at android.os.HandlerThread.run(HandlerThread.java:65) F/shmanya.photol( 7550): runtime.cc:558] F/shmanya.photol( 7550): runtime.cc:558] "Loader:ExtractorMediaPeriod" prio=10 tid=30 Waiting F/shmanya.photol( 7550): runtime.cc:558] | group="" sCount=1 dsCount=0 flags=1 obj=0x13000e28 self=0xd5c7d600 F/shmanya.photol( 7550): runtime.cc:558] | sysTid=7660 nice=0 cgrp=default sched=0/0 handle=0xc8e7f970 F/shmanya.photol( 7550): runtime.cc:558] | state=S schedstat=( 108246857 53993521 140 ) utm=7 stm=3 core=1 HZ=100 F/shmanya.photol( 7550): runtime.cc:558] | stack=0xc8d7c000-0xc8d7e000 stackSize=1042KB F/shmanya.photol( 7550): runtime.cc:558] | held mutexes= F/shmanya.photol( 7550): runtime.cc:558] kernel: futex_wait_queue_me+0xcb/0x11b F/shmanya.photol( 7550): runtime.cc:558] kernel: futex_wait+0x120/0x25e F/shmanya.photol( 7550): runtime.cc:558] kernel: do_futex+0xbe/0x468 F/shmanya.photol( 7550): runtime.cc:558] kernel: compat_SyS_futex+0xb9/0x13b F/shmanya.photol( 7550): runtime.cc:558] kernel: do_fast_syscall_32+0xd5/0x148 F/shmanya.photol( 7550): runtime.cc:558] kernel: sysenter_flags_fixed+0x8/0x12 F/shmanya.photol( 7550): runtime.cc:558] native: #00 pc 00000b37 [vdso] (kernel_vsyscall+7) F/shmanya.photol( 7550): runtime.cc:558] native: #01 pc 0001fdf8 /system/lib/libc.so (syscall+40) F/shmanya.photol( 7550): runtime.cc:558] native: #02 pc 000abbde /system/lib/libart.so (art::ConditionVariable::WaitHoldingLocks(art::Thread)+110) F/shmanya.photol( 7550): runtime.cc:558] native: #03 pc 000abb63 /system/lib/libart.so (art::ConditionVariable::Wait(art::Thread)+35) F/shmanya.photol( 7550): runtime.cc:558] native: #04 pc 0040fd36 /system/lib/libart.so (art::Monitor::Wait(art::Thread, long long, int, bool, art::ThreadState)+630) F/shmanya.photol( 7550): runtime.cc:558] native: #05 pc 00411d65 /system/lib/libart.so (art::Monitor::Wait(art::Thread, art::mirror::Object, long long, int, bool, art::ThreadState)+453) F/shmanya.photol( 7550): runtime.cc:558] native: #06 pc 00431125 /system/lib/libart.so (art::Object_waitJI(_JNIEnv, _jobject*, long long, int)+85) F/shmanya.photol( 7550): runtime.cc:558] at java.lang.Object.wait(Native method) F/shmanya.photol( 7550): runtime.cc:558] - waiting on <0x0d73ebda> (a java.lang.Object) F/shmanya.photol( 7550): runtime.cc:558] at java.lang.Thread.parkFor$(Thread.java:2137) F/shmanya.photol( 7550): runtime.cc:558] - locked <0x0d73ebda> (a java.lang.Object) F/shmanya.photol( 7550): runtime.cc:558] at sun.misc.Unsafe.park(Unsafe.java:358) F/shmanya.photol( 7550): runtime.cc:558] at java.util.concurrent.locks.LockSupport.park(LockSupport.java:190) F/shmanya.photol( 7550): runtime.cc:558] at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2059) F/shmanya.photol( 7550): runtime.cc:558] at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442) F/shmanya.photol( 7550): runtime.cc:558] at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092) F/shmanya.photol( 7550): runtime.cc:558] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152) F/shmanya.photol( 7550): runtime.cc:558] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) F/shmanya.photol( 7550): runtime.cc:558] at java.lang.Thread.run(Thread.java:764) F/shmanya.photol( 7550): runtime.cc:558] F/shmanya.photol( 7550): runtime.cc:558] "MediaCodec_looper" prio=10 tid=31 Native F/shmanya.photol( 7550): runtime.cc:558] | group="" sCount=1 dsCount=0 flags=1 obj=0x13001398 self=0xd55d8200 F/shmanya.photol( 7550): runtime.cc:558] | sysTid=7661 nice=-10 cgrp=default sched=0/0 handle=0xc8d79970 F/shmanya.photol( 7550): runtime.cc:558] | state=S schedstat=( 17216517 8665927 128 ) utm=1 stm=0 core=2 HZ=100 F/shmanya.photol( 7550): runtime.cc:558] | stack=0xc8c7e000-0xc8c80000 stackSize=1010KB F/shmanya.photol( 7550): runtime.cc:558] | held mutexes= F/shmanya.photol( 7550): runtime.cc:558] kernel: futex_wait_queue_me+0xcb/0x11b F/shmanya.photol( 7550): runtime.cc:558] kernel: futex_wait+0x120/0x25e F/shmanya.photol( 7550): runtime.cc:558] kernel: do_futex+0xbe/0x468 F/shmanya.photol( 7550): runtime.cc:558] kernel: compat_SyS_futex+0xb9/0x13b F/shmanya.photol( 7550): runtime.cc:558] kernel: do_fast_syscall_32+0xd5/0x148 F/shmanya.photol( 7550): runtime.cc:558] kernel: sysenter_flags_fixed+0x8/0x12 F/shmanya.photol( 7550): runtime.cc:558] native: #00 pc 00000b37 [vdso] (kernel_vsyscall+7) F/shmanya.photol( 7550): runtime.cc:558] native: #01 pc 0001fdf8 /system/lib/libc.so (syscall+40) F/shmanya.photol( 7550): runtime.cc:558] native: #02 pc 00023555 /system/lib/libc.so (futex_wait_ex(void volatile, bool, int, bool, timespec const)+133) F/shmanya.photol( 7550): runtime.cc:558] native: #03 pc 0008e3be /system/lib/libc.so (pthread_cond_wait+62) F/shmanya.photol( 7550): runtime.cc:558] native: #04 pc 0001547e /system/lib/libstagefright_foundation.so (android::ALooper::loop()+510) F/shmanya.photol( 7550): runtime.cc:558] native: #05 pc 0001594e /system/lib/libstagefright_foundation.so (android::ALooper::LooperThread::threadLoop()+46) F/shmanya.photol( 7550): runtime.cc:558] native: #06 pc 0000e5ae /system/lib/libutils.so (android::Thread::_threadLoop(void)+222) F/shmanya.photol( 7550): runtime.cc:558] native: #07 pc 000741fb /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void)+171) F/shmanya.photol( 7550): runtime.cc:558] native: #08 pc 0000df76 /system/lib/libutils.so (thread_data_t::trampoline(thread_data_t const*)+246) F/shmanya.photol( 7550): runtime.cc:558] native: #09 pc 0008f065 /system/lib/libc.so (pthread_start(void)+53) F/shmanya.photol( 7550): runtime.cc:558] native: #10 pc 0002485b /system/lib/libc.so (start_thread+75) F/shmanya.photol( 7550): runtime.cc:558] (no managed stack frames) F/shmanya.photol( 7550): runtime.cc:558] F/shmanya.photol( 7550): runtime.cc:558] "HwBinder:7550_1" prio=10 tid=32 Native F/shmanya.photol( 7550): runtime.cc:558] | group="" sCount=1 dsCount=0 flags=1 obj=0x12c80028 self=0xd5d45200 F/shmanya.photol( 7550): runtime.cc:558] | sysTid=7663 nice=-10 cgrp=default sched=0/0 handle=0xc8b7d970 F/shmanya.photol( 7550): runtime.cc:558] | state=S schedstat=( 90275551 87750431 767 ) utm=6 stm=3 core=2 HZ=100 F/shmanya.photol( 7550): runtime.cc:558] | stack=0xc8a82000-0xc8a84000 stackSize=1010KB F/shmanya.photol( 7550): runtime.cc:558] | held mutexes= F/shmanya.photol( 7550): runtime.cc:558] kernel: binder_thread_read+0x36c/0xda1 F/shmanya.photol( 7550): runtime.cc:558] kernel: binder_ioctl_write_read.constprop.43+0x15e/0x250 F/shmanya.photol( 7550): runtime.cc:558] kernel: binder_ioctl+0x195/0x4e5 F/shmanya.photol( 7550): runtime.cc:558] kernel: compat_SyS_ioctl+0x1cb/0xced F/shmanya.photol( 7550): runtime.cc:558] kernel: do_fast_syscall_32+0xd5/0x148 F/shmanya.photol( 7550): runtime.cc:558] kernel: sysenter_flags_fixed+0x8/0x12 F/shmanya.photol( 7550): runtime.cc:558] native: #00 pc 00000b37 [vdso] (__kernel_vsyscall+7) F/shmanya.photol( 7550): runtime.cc:558] native: #01 pc 0007649c /system/lib/libc.so (ioctl+28) F/shmanya.photol( 7550): runtime.cc:558] native: #02 pc 0002a89c /system/lib/libc.so (ioctl+60) F/shmanya.photol( 7550): runtime.cc:558] native: #03 pc 0001c37e /system/lib/libhwbinder.so (android::hardware::IPCThreadState::talkWithDriver(bool)+334) F/shmanya.photol( 7550): runtime.cc:558] native: #04 pc 00010d95 /system/lib/libhwbinder.so (android::hardware::IPCThreadState::getAndExecuteCommand()+37) F/shmanya.photol( 7550): runtime.cc:558] native: #05 pc 00011168 /system/lib/libhwbinder.so (android::hardware::IPCThreadState::joinThreadPool(bool)+296) F/shmanya.photol( 7550): runtime.cc:558] native: #06 pc 0001af99 /system/lib/libhwbinder.so (android::hardware::PoolThread::threadLoop()+41) F/shmanya.photol( 7550): runtime.cc:558] native: #07 pc 0000e616 /system/lib/libutils.so (android::Thread::_threadLoop(void)+326) F/shmanya.photol( 7550): runtime.cc:558] native: #08 pc 000741fb /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void)+171) F/shmanya.photol( 7550): runtime.cc:558] native: #09 pc 0000df76 /system/lib/libutils.so (thread_data_t::trampoline(thread_data_t const)+246) F/shmanya.photol( 7550): runtime.cc:558] native: #10 pc 0008f065 /system/lib/libc.so (pthread_start(void*)+53) F/shmanya.photol( 7550): runtime.cc:558] native: #11 pc 0002485b /system/lib/libc.so (start_thread+75) F/shmanya.photol( 7550): runtime.cc:558] (no managed stack frames) F/shmanya.photol( 7550): runtime.cc:558] F/shmanya.photol( 7550): runtime.cc:558] "MediaCodec_looper" prio=10 tid=33 Native F/shmanya.photol( 7550): runtime.cc:558] | group="" sCount=1 dsCount=0 flags=1 obj=0x12c800b0 self=0xd49eba00 F/shmanya.photol( 7550): runtime.cc:558] | sysTid=7667 nice=-10 cgrp=default sched=0/0 handle=0xc8a30970 F/shmanya.photol( 7550): runtime.cc:558] | state=S schedstat=( 24804938 33770030 203 ) utm=1 stm=1 core=3 HZ=100 F/shmanya.photol( 7550): runtime.cc:558] | stack=0xc8935000-0xc8937000 stackSize=1010KB F/shmanya.photol( 7550): runtime.cc:558] | held mutexes= F/shmanya.photol( 7550): runtime.cc:558] kernel: futex_wait_queue_me+0xcb/0x11b F/shmanya.photol( 7550): runtime.cc:558] kernel: futex_wait+0x120/0x25e F/shmanya.photol( 7550): runtime.cc:558] kernel: do_futex+0xbe/0x468 F/shmanya.photol( 7550): runtime.cc:558] kernel: compat_SyS_futex+0xb9/0x13b F/shmanya.photol( 7550): runtime.cc:558] kernel: do_fast_syscall_32+0xd5/0x148 F/shmanya.photol( 7550): runtime.cc:558] kernel: sysenter_flags_fixed+0x8/0x12 F/shmanya.photol( 7550): runtime.cc:558] native: #00 pc 00000b37 [vdso] (kernel_vsyscall+7) F/shmanya.photol( 7550): runtime.cc:558] native: #01 pc 0001fdf8 /system/lib/libc.so (syscall+40) F/shmanya.photol( 7550): runtime.cc:558] native: #02 pc 00023555 /system/lib/libc.so (futex_wait_ex(void volatile, bool, int, bool, timespec const)+133) F/shmanya.photol( 7550): runtime.cc:558] native: #03 pc 0008e3be /system/lib/libc.so (pthread_cond_wait+62) F/shmanya.photol( 7550): runtime.cc:558] native: #04 pc 0001547e /system/lib/libstagefright_foundation.so (android::ALooper::loop()+510) F/shmanya.photol( 7550): runtime.cc:558] native: #05 pc 0001594e /system/lib/libstagefright_foundation.so (android::ALooper::LooperThread::threadLoop()+46) F/shmanya.photol( 7550): runtime.cc:558] native: #06 pc 0000e5ae /system/lib/libutils.so (android::Thread::_threadLoop(void)+222) F/shmanya.photol( 7550): runtime.cc:558] native: #07 pc 000741fb /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void)+171) F/shmanya.photol( 7550): runtime.cc:558] native: #08 pc 0000df76 /system/lib/libutils.so (thread_data_t::trampoline(thread_data_t const)+246) F/shmanya.photol( 7550): runtime.cc:558] native: #09 pc 0008f065 /system/lib/libc.so (__pthread_start(void)+53) F/shmanya.photol( 7550): runtime.cc:558] native: #10 pc 0002485b /system/lib/libc.so (start_thread+75) F/shmanya.photol( 7550): runtime.cc:558] (no managed stack frames) F/shmanya.photol( 7550): runtime.cc:558] F/shmanya.photol( 7550): runtime.cc:558] "AudioTrack" prio=10 tid=34 Native F/shmanya.photol( 7550): runtime.cc:558] | group="" sCount=1 dsCount=0 flags=1 obj=0x12c80138 self=0xd5e71e00 F/shmanya.photol( 7550): runtime.cc:558] | sysTid=7672 nice=-16 cgrp=default sched=0/0 handle=0xc0407970 F/shmanya.photol( 7550): runtime.cc:558] | state=S schedstat=( 186577 157271 1 ) utm=0 stm=0 core=3 HZ=100 F/shmanya.photol( 7550): runtime.cc:558] | stack=0xc030c000-0xc030e000 stackSize=1010KB F/shmanya.photol( 7550): runtime.cc:558] | held mutexes= F/shmanya.photol( 7550): runtime.cc:558] kernel: futex_wait_queue_me+0xcb/0x11b F/shmanya.photol( 7550): runtime.cc:558] kernel: futex_wait+0x120/0x25e F/shmanya.photol( 7550): runtime.cc:558] kernel: do_futex+0xbe/0x468 F/shmanya.photol( 7550): runtime.cc:558] kernel: compat_SyS_futex+0xb9/0x13b F/shmanya.photol( 7550): runtime.cc:558] kernel: do_fast_syscall_32+0xd5/0x148 F/shmanya.photol( 7550): runtime.cc:558] kernel: sysenter_flags_fixed+0x8/0x12 F/shmanya.photol( 7550): runtime.cc:558] native: #00 pc 00000b37 [vdso] (__kernel_vsyscall+7) F/shmanya.photol( 7550): runtime.cc:558] native: #01 pc 0001fdf8 /system/lib/libc.so (syscall+40) F/shmanya.photol( 7550): runtime.cc:558] native: #02 pc 00023555 /system/lib/libc.so (futex_wait_ex(void volatile, bool, int, bool, timespec const)+133) F/shmanya.photol( 7550): runtime.cc:558] native: #03 pc 0008e3be /system/lib/libc.so (pthread_cond_wait+62) F/shmanya.photol( 7550): runtime.cc:558] native: #04 pc 000427a2 /system/lib/libaudioclient.so (android::AudioTrack::AudioTrackThread::threadLoop()+82) F/shmanya.photol( 7550): runtime.cc:558] native: #05 pc 0000e616 /system/lib/libutils.so (android::Thread::_threadLoop(void)+326) F/shmanya.photol( 7550): runtime.cc:558] native: #06 pc 000741fb /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void)+171) F/shmanya.photol( 7550): runtime.cc:558] native: #07 pc 0000df76 /system/lib/libutils.so (thread_data_t::trampoline(thread_data_t const)+246) F/shmanya.photol( 7550): runtime.cc:558] native: #08 pc 0008f065 /system/lib/libc.so (__pthread_start(void)+53) F/shmanya.photol( 7550): runtime.cc:558] native: #09 pc 0002485b /system/lib/libc.so (start_thread+75) F/shmanya.photol( 7550): runtime.cc:558] (no managed stack frames) F/shmanya.photol( 7550): runtime.cc:558] F/shmanya.photol( 7550): runtime.cc:558] "Thread-3" prio=10 tid=35 Native F/shmanya.photol( 7550): runtime.cc:558] | group="" sCount=1 dsCount=0 flags=1 obj=0x12c801c0 self=0xeb689e00 F/shmanya.photol( 7550): runtime.cc:558] | sysTid=7592 nice=-5 cgrp=default sched=0/0 handle=0xd3097970 F/shmanya.photol( 7550): runtime.cc:558] | state=S schedstat=( 4379885207 1582664845 10341 ) utm=282 stm=155 core=0 HZ=100 F/shmanya.photol( 7550): runtime.cc:558] | stack=0xd2f9c000-0xd2f9e000 stackSize=1010KB F/shmanya.photol( 7550): runtime.cc:558] | held mutexes= F/shmanya.photol( 7550): runtime.cc:558] kernel: ep_poll+0x28e/0x33f F/shmanya.photol( 7550): runtime.cc:558] kernel: SyS_epoll_wait+0x96/0xb4 F/shmanya.photol( 7550): runtime.cc:558] kernel: SyS_epoll_pwait+0x93/0x114 F/shmanya.photol( 7550): runtime.cc:558] kernel: do_fast_syscall_32+0xd5/0x148 F/shmanya.photol( 7550): runtime.cc:558] kernel: sysenter_flags_fixed+0x8/0x12 F/shmanya.photol( 7550): runtime.cc:558] native: #00 pc 00000b39 [vdso] (__kernel_vsyscall+9) F/shmanya.photol( 7550): runtime.cc:558] native: #01 pc 0007621b /system/lib/libc.so (epoll_pwait+43) F/shmanya.photol( 7550): runtime.cc:558] native: #02 pc 00031e8d /system/lib/libc.so (epoll_wait+45) F/shmanya.photol( 7550): runtime.cc:558] native: #03 pc 00013567 /system/lib/libutils.so (android::Looper::pollInner(int)+183) F/shmanya.photol( 7550): runtime.cc:558] native: #04 pc 0001340b /system/lib/libutils.so (android::Looper::pollOnce(int, int, int, void*)+43) F/shmanya.photol( 7550): runtime.cc:558] native: #05 pc 0000e220 /system/lib/libandroid.so (ALooper_pollOnce+96) F/shmanya.photol( 7550): runtime.cc:558] native: #06 pc 00c79fb5 /data/app/photole.offical.lavishmanya.photole-Y7oGTzQz0T4HVlpd5vXIJA==/lib/x86/libflutter.so (offset c58000) (???) F/shmanya.photol( 7550): runtime.cc:558] native: #07 pc 00c73d1a /data/app/photole.offical.lavishmanya.photole-Y7oGTzQz0T4HVlpd5vXIJA==/lib/x86/libflutter.so (offset c58000) (???) F/shmanya.photol( 7550): runtime.cc:558] native: #08 pc 00c73902 /data/app/photole.offical.lavishmanya.photole-Y7oGTzQz0T4HVlpd5vXIJA==/lib/x86/libflutter.so (offset c58000) (???) F/shmanya.photol( 7550): runtime.cc:558] native: #09 pc 00c776d3 /data/app/photole.offical.lavishmanya.photole-Y7oGTzQz0T4HVlpd5vXIJA==/lib/x86/libflutter.so (offset c58000) (???) F/shmanya.photol( 7550): runtime.cc:558] native: #10 pc 0008f065 /system/lib/libc.so (__pthread_start(void)+53) F/shmanya.photol( 7550): runtime.cc:558] native: #11 pc 0002485b /system/lib/libc.so (start_thread+75) F/shmanya.photol( 7550): runtime.cc:558] (no managed stack frames) F/shmanya.photol( 7550): runtime.cc:558] F/shmanya.photol( 7550): runtime.cc:558] "ExoPlayerImplInternal:Handler" prio=10 tid=36 Native F/shmanya.photol( 7550): runtime.cc:558] | group="" sCount=1 dsCount=0 flags=1 obj=0x12c8c840 self=0xc9ffd000 F/shmanya.photol( 7550): runtime.cc:558] | sysTid=7693 nice=-16 cgrp=default sched=0/0 handle=0xba6bf970 F/shmanya.photol( 7550): runtime.cc:558] | state=S schedstat=( 1058297700 420931551 4795 ) utm=59 stm=46 core=3 HZ=100 F/shmanya.photol( 7550): runtime.cc:558] | stack=0xba5bc000-0xba5be000 stackSize=1042KB F/shmanya.photol( 7550): runtime.cc:558] | held mutexes= F/shmanya.photol( 7550): runtime.cc:558] kernel: ep_poll+0x28e/0x33f F/shmanya.photol( 7550): runtime.cc:558] kernel: SyS_epoll_wait+0x96/0xb4 F/shmanya.photol( 7550): runtime.cc:558] kernel: SyS_epoll_pwait+0x93/0x114 F/shmanya.photol( 7550): runtime.cc:558] kernel: do_fast_syscall_32+0xd5/0x148 F/shmanya.photol( 7550): runtime.cc:558] kernel: sysenter_flags_fixed+0x8/0x12 F/shmanya.photol( 7550): runtime.cc:558] native: #00 pc 00000b39 [vdso] (__kernel_vsyscall+9) F/shmanya.photol( 7550): runtime.cc:558] native: #01 pc 0007621b /system/lib/libc.so (epoll_pwait+43) F/shmanya.photol( 7550): runtime.cc:558] native: #02 pc 00031e8d /system/lib/libc.so (epoll_wait+45) F/shmanya.photol( 7550): runtime.cc:558] native: #03 pc 00013567 /system/lib/libutils.so (android::Looper::pollInner(int)+183) F/shmanya.photol( 7550): runtime.cc:558] native: #04 pc 0001340b /system/lib/libutils.so (android::Looper::pollOnce(int, int, int, void*)+43) F/shmanya.photol( 7550): runtime.cc:558] native: #05 pc 000e414b /system/lib/libandroid_runtime.so (android::android_os_MessageQueue_nativePollOnce(_JNIEnv, _jobject, long long, int)+59) F/shmanya.photol( 7550): runtime.cc:558] at android.os.MessageQueue.nativePollOnce(Native method) F/shmanya.photol( 7550): runtime.cc:558] at android.os.MessageQueue.next(MessageQueue.java:326) F/shmanya.photol( 7550): runtime.cc:558] at android.os.Looper.loop(Looper.java:160) F/shmanya.photol( 7550): runtime.cc:558] at android.os.HandlerThread.run(HandlerThread.java:65) F/shmanya.photol( 7550): runtime.cc:558] F/shmanya.photol( 7550): runtime.cc:558] "Loader:ExtractorMediaPeriod" prio=10 tid=37 Waiting F/shmanya.photol( 7550): runtime.cc:558] | group="" sCount=1 dsCount=0 flags=1 obj=0x12c80248 self=0xeb6ede00 F/shmanya.photol( 7550): runtime.cc:558] | sysTid=7694 nice=0 cgrp=default sched=0/0 handle=0xba5b9970 F/shmanya.photol( 7550): runtime.cc:558] | state=S schedstat=( 139642493 141389119 252 ) utm=5 stm=8 core=2 HZ=100 F/shmanya.photol( 7550): runtime.cc:558] | stack=0xba4b6000-0xba4b8000 stackSize=1042KB F/shmanya.photol( 7550): runtime.cc:558] | held mutexes= F/shmanya.photol( 7550): runtime.cc:558] kernel: futex_wait_queue_me+0xcb/0x11b F/shmanya.photol( 7550): runtime.cc:558] kernel: futex_wait+0x120/0x25e F/shmanya.photol( 7550): runtime.cc:558] kernel: do_futex+0xbe/0x468 F/shmanya.photol( 7550): runtime.cc:558] kernel: compat_SyS_futex+0xb9/0x13b F/shmanya.photol( 7550): runtime.cc:558] kernel: do_fast_syscall_32+0xd5/0x148 F/shmanya.photol( 7550): runtime.cc:558] kernel: sysenter_flags_fixed+0x8/0x12 F/shmanya.photol( 7550): runtime.cc:558] native: #00 pc 00000b37 [vdso] (__kernel_vsyscall+7) F/shmanya.photol( 7550): runtime.cc:558] native: #01 pc 0001fdf8 /system/lib/libc.so (syscall+40) F/shmanya.photol( 7550): runtime.cc:558] native: #02 pc 000abbde /system/lib/libart.so (art::ConditionVariable::WaitHoldingLocks(art::Thread)+110) F/shmanya.photol( 7550): runtime.cc:558] native: #03 pc 000abb63 /system/lib/libart.so (art::ConditionVariable::Wait(art::Thread)+35) F/shmanya.photol( 7550): runtime.cc:558] native: #04 pc 0040fd36 /system/lib/libart.so (art::Monitor::Wait(art::Thread, long long, int, bool, art::ThreadState)+630) F/shmanya.photol( 7550): runtime.cc:558] native: #05 pc 00411d65 /system/lib/libart.so (art::Monitor::Wait(art::Thread, art::mirror::Object, long long, int, bool, art::ThreadState)+453) F/shmanya.photol( 7550): runtime.cc:558] native: #06 pc 00431125 /system/lib/libart.so (art::Object_waitJI(_JNIEnv, _jobject, long long, int)+85) F/shmanya.photol( 7550): runtime.cc:558] at java.lang.Object.wait(Native method) F/shmanya.photol( 7550): runtime.cc:558] - waiting on <0x00d4080b> (a java.lang.Object) F/shmanya.photol( 7550): runtime.cc:558] at java.lang.Thread.parkFor$(Thread.java:2137) F/shmanya.photol( 7550): runtime.cc:558] - locked <0x00d4080b> (a java.lang.Object) F/shmanya.photol( 7550): runtime.cc:558] at sun.misc.Unsafe.park(Unsafe.java:358) F/shmanya.photol( 7550): runtime.cc:558] at java.util.concurrent.locks.LockSupport.park(LockSupport.java:190) F/shmanya.photol( 7550): runtime.cc:558] at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2059) F/shmanya.photol( 7550): runtime.cc:558] at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442) F/shmanya.photol( 7550): runtime.cc:558] at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092) F/shmanya.photol( 7550): runtime.cc:558] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152) F/shmanya.photol( 7550): runtime.cc:558] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) F/shmanya.photol( 7550): runtime.cc:558] at java.lang.Thread.run(Thread.java:764) F/shmanya.photol( 7550): runtime.cc:558] F/shmanya.photol( 7550): runtime.cc:558] "MediaCodec_looper" prio=10 tid=38 Native F/shmanya.photol( 7550): runtime.cc:558] | group="" sCount=1 dsCount=0 flags=1 obj=0x12c803b0 self=0xc99fca00 F/shmanya.photol( 7550): runtime.cc:558] | sysTid=7695 nice=-10 cgrp=default sched=0/0 handle=0xba3ff970 F/shmanya.photol( 7550): runtime.cc:558] | state=S schedstat=( 433539844 362110075 2673 ) utm=22 stm=21 core=2 HZ=100 F/shmanya.photol( 7550): runtime.cc:558] | stack=0xba304000-0xba306000 stackSize=1010KB F/shmanya.photol( 7550): runtime.cc:558] | held mutexes= F/shmanya.photol( 7550): runtime.cc:558] kernel: futex_wait_queue_me+0xcb/0x11b F/shmanya.photol( 7550): runtime.cc:558] kernel: futex_wait+0x120/0x25e F/shmanya.photol( 7550): runtime.cc:558] kernel: do_futex+0xbe/0x468 F/shmanya.photol( 7550): runtime.cc:558] kernel: compat_SyS_futex+0xb9/0x13b F/shmanya.photol( 7550): runtime.cc:558] kernel: do_fast_syscall_32+0xd5/0x148 F/shmanya.photol( 7550): runtime.cc:558] kernel: sysenter_flags_fixed+0x8/0x12 F/shmanya.photol( 7550): runtime.cc:558] native: #00 pc 00000b37 [vdso] (kernel_vsyscall+7) F/shmanya.photol( 7550): runtime.cc:558] native: #01 pc 0001fdf8 /system/lib/libc.so (syscall+40) F/shmanya.photol( 7550): runtime.cc:558] native: #02 pc 00023555 /system/lib/libc.so (futex_wait_ex(void volatile, bool, int, bool, timespec const)+133) F/shmanya.photol( 7550): runtime.cc:558] native: #03 pc 0008e3be /system/lib/libc.so (pthread_cond_wait+62) F/shmanya.photol( 7550): runtime.cc:558] native: #04 pc 0001547e /system/lib/libstagefright_foundation.so (android::ALooper::loop()+510) F/shmanya.photol( 7550): runtime.cc:558] native: #05 pc 0001594e /system/lib/libstagefright_foundation.so (android::ALooper::LooperThread::threadLoop()+46) F/shmanya.photol( 7550): runtime.cc:558] native: #06 pc 0000e5ae /system/lib/libutils.so (android::Thread::_threadLoop(void)+222) F/shmanya.photol( 7550): runtime.cc:558] native: #07 pc 000741fb /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void)+171) F/shmanya.photol( 7550): runtime.cc:558] native: #08 pc 0000df76 /system/lib/libutils.so (thread_data_t::trampoline(thread_data_t const*)+246) F/shmanya.photol( 7550): runtime.cc:558] native: #09 pc 0008f065 /system/lib/libc.so (pthread_start(void*)+53) F/shmanya.photol( 7550): runtime.cc:558] native: #10 pc 0002485b /system/lib/libc.so (start_thread+75) F/shmanya.photol( 7550): runtime.cc:558] (no managed stack frames) F/shmanya.photol( 7550): runtime.cc:558] F/shmanya.photol( 7550): runtime.cc:558] "MediaCodec_looper" prio=10 tid=39 Native F/shmanya.photol( 7550): runtime.cc:558] | group="" sCount=1 dsCount=0 flags=1 obj=0x12c80438 self=0xbf4fd000 F/shmanya.photol( 7550): runtime.cc:558] | sysTid=7699 nice=-10 cgrp=default sched=0/0 handle=0xb7283970 F/shmanya.photol( 7550): runtime.cc:558] | state=S schedstat=( 368120185 310180039 2537 ) utm=25 stm=11 core=3 HZ=100 F/shmanya.photol( 7550): runtime.cc:558] | stack=0xb7188000-0xb718a000 stackSize=1010KB F/shmanya.photol( 7550): runtime.cc:558] | held mutexes= F/shmanya.photol( 7550): runtime.cc:558] kernel: futex_wait_queue_me+0xcb/0x11b F/shmanya.photol( 7550): runtime.cc:558] kernel: futex_wait+0x120/0x25e F/shmanya.photol( 7550): runtime.cc:558] kernel: do_futex+0xbe/0x468 F/shmanya.photol( 7550): runtime.cc:558] kernel: compat_SyS_futex+0xb9/0x13b F/shmanya.photol( 7550): runtime.cc:558] kernel: do_fast_syscall_32+0xd5/0x148 F/shmanya.photol( 7550): runtime.cc:558] kernel: sysenter_flags_fixed+0x8/0x12 F/shmanya.photol( 7550): runtime.cc:558] native: #00 pc 00000b37 [vdso] (kernel_vsyscall+7) F/shmanya.photol( 7550): runtime.cc:558] native: #01 pc 0001fdf8 /system/lib/libc.so (syscall+40) F/shmanya.photol( 7550): runtime.cc:558] native: #02 pc 00023555 /system/lib/libc.so (futex_wait_ex(void volatile, bool, int, bool, timespec const)+133) F/shmanya.photol( 7550): runtime.cc:558] native: #03 pc 0008e3be /system/lib/libc.so (pthread_cond_wait+62) F/shmanya.photol( 7550): runtime.cc:558] native: #04 pc 0001547e /system/lib/libstagefright_foundation.so (android::ALooper::loop()+510) F/shmanya.photol( 7550): runtime.cc:558] native: #05 pc 0001594e /system/lib/libstagefright_foundation.so (android::ALooper::LooperThread::threadLoop()+46) F/shmanya.photol( 7550): runtime.cc:558] native: #06 pc 0000e5ae /system/lib/libutils.so (android::Thread::_threadLoop(void)+222) F/shmanya.photol( 7550): runtime.cc:558] native: #07 pc 000741fb /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void)+171) F/shmanya.photol( 7550): runtime.cc:558] native: #08 pc 0000df76 /system/lib/libutils.so (thread_data_t::trampoline(thread_data_t const*)+246) F/shmanya.photol( 7550): runtime.cc:558] native: #09 pc 0008f065 /system/lib/libc.so (pthread_start(void*)+53) F/shmanya.photol( 7550): runtime.cc:558] native: #10 pc 0002485b /system/lib/libc.so (start_thread+75) F/shmanya.photol( 7550): runtime.cc:558] (no managed stack frames) F/shmanya.photol( 7550): runtime.cc:558] F/shmanya.photol( 7550): runtime.cc:558] "Loader:ExtractorMediaPeriod" prio=10 tid=41 Waiting F/shmanya.photol( 7550): runtime.cc:558] | group="" sCount=1 dsCount=0 flags=1 obj=0x12c804c0 self=0xcb0fd800 F/shmanya.photol( 7550): runtime.cc:558] | sysTid=7749 nice=0 cgrp=default sched=0/0 handle=0xb59d4970 F/shmanya.photol( 7550): runtime.cc:558] | state=S schedstat=( 83059035 194998135 346 ) utm=5 stm=3 core=2 HZ=100 F/shmanya.photol( 7550): runtime.cc:558] | stack=0xb58d1000-0xb58d3000 stackSize=1042KB F/shmanya.photol( 7550): runtime.cc:558] | held mutexes= F/shmanya.photol( 7550): runtime.cc:558] kernel: futex_wait_queue_me+0xcb/0x11b F/shmanya.photol( 7550): runtime.cc:558] kernel: futex_wait+0x120/0x25e F/shmanya.photol( 7550): runtime.cc:558] kernel: do_futex+0xbe/0x468 F/shmanya.photol( 7550): runtime.cc:558] kernel: compat_SyS_futex+0xb9/0x13b F/shmanya.photol( 7550): runtime.cc:558] kernel: do_fast_syscall_32+0xd5/0x148 F/shmanya.photol( 7550): runtime.cc:558] kernel: sysenter_flags_fixed+0x8/0x12 F/shmanya.photol( 7550): runtime.cc:558] native: #00 pc 00000b37 [vdso] (kernel_vsyscall+7) F/shmanya.photol( 7550): runtime.cc:558] native: #01 pc 0001fdf8 /system/lib/libc.so (syscall+40) F/shmanya.photol( 7550): runtime.cc:558] native: #02 pc 000abbde /system/lib/libart.so (art::ConditionVariable::WaitHoldingLocks(art::Thread)+110) F/shmanya.photol( 7550): runtime.cc:558] native: #03 pc 000abb63 /system/lib/libart.so (art::ConditionVariable::Wait(art::Thread)+35) F/shmanya.photol( 7550): runtime.cc:558] native: #04 pc 0040fd36 /system/lib/libart.so (art::Monitor::Wait(art::Thread, long long, int, bool, art::ThreadState)+630) F/shmanya.photol( 7550): runtime.cc:558] native: #05 pc 00411d65 /system/lib/libart.so (art::Monitor::Wait(art::Thread, art::mirror::Object, long long, int, bool, art::ThreadState)+453) F/shmanya.photol( 7550): runtime.cc:558] native: #06 pc 00431125 /system/lib/libart.so (art::Object_waitJI(_JNIEnv, _jobject*, long long, int)+85) F/shmanya.photol( 7550): runtime.cc:558] at java.lang.Object.wait(Native method) F/shmanya.photol( 7550): runtime.cc:558] - waiting on <0x083cf6e8> (a java.lang.Object) F/shmanya.photol( 7550): runtime.cc:558] at java.lang.Thread.parkFor$(Thread.java:2137) F/shmanya.photol( 7550): runtime.cc:558] - locked <0x083cf6e8> (a java.lang.Object) F/shmanya.photol( 7550): runtime.cc:558] at sun.misc.Unsafe.park(Unsafe.java:358) F/shmanya.photol( 7550): runtime.cc:558] at java.util.concurrent.locks.LockSupport.park(LockSupport.java:190) F/shmanya.photol( 7550): runtime.cc:558] at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2059) F/shmanya.photol( 7550): runtime.cc:558] at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442) F/shmanya.photol( 7550): runtime.cc:558] at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092) F/shmanya.photol( 7550): runtime.cc:558] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152) F/shmanya.photol( 7550): runtime.cc:558] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) F/shmanya.photol( 7550): runtime.cc:558] at java.lang.Thread.run(Thread.java:764) F/shmanya.photol( 7550): runtime.cc:558] F/shmanya.photol( 7550): runtime.cc:558] "Loader:ExtractorMediaPeriod" prio=10 tid=21 Waiting F/shmanya.photol( 7550): runtime.cc:558] | group="" sCount=1 dsCount=0 flags=1 obj=0x12c80648 self=0xd55bc600 F/shmanya.photol( 7550): runtime.cc:558] | sysTid=7818 nice=0 cgrp=default sched=0/0 handle=0xb2f63970 F/shmanya.photol( 7550): runtime.cc:558] | state=S schedstat=( 84114439 13678732 30 ) utm=8 stm=0 core=1 HZ=100 F/shmanya.photol( 7550): runtime.cc:558] | stack=0xb2e60000-0xb2e62000 stackSize=1042KB F/shmanya.photol( 7550): runtime.cc:558] | held mutexes= F/shmanya.photol( 7550): runtime.cc:558] kernel: futex_wait_queue_me+0xcb/0x11b F/shmanya.photol( 7550): runtime.cc:558] kernel: futex_wait+0x120/0x25e F/shmanya.photol( 7550): runtime.cc:558] kernel: do_futex+0xbe/0x468 F/shmanya.photol( 7550): runtime.cc:558] kernel: compat_SyS_futex+0xb9/0x13b F/shmanya.photol( 7550): runtime.cc:558] kernel: do_fast_syscall_32+0xd5/0x148 F/shmanya.photol( 7550): runtime.cc:558] kernel: sysenter_flags_fixed+0x8/0x12 F/shmanya.photol( 7550): runtime.cc:558] native: #00 pc 00000b37 [vdso] (kernel_vsyscall+7) F/shmanya.photol( 7550): runtime.cc:558] native: #01 pc 0001fdf8 /system/lib/libc.so (syscall+40) F/shmanya.photol( 7550): runtime.cc:558] native: #02 pc 000abbde /system/lib/libart.so (art::ConditionVariable::WaitHoldingLocks(art::Thread)+110) F/shmanya.photol( 7550): runtime.cc:558] native: #03 pc 000abb63 /system/lib/libart.so (art::ConditionVariable::Wait(art::Thread)+35) F/shmanya.photol( 7550): runtime.cc:558] native: #04 pc 0040fd36 /system/lib/libart.so (art::Monitor::Wait(art::Thread, long long, int, bool, art::ThreadState)+630) F/shmanya.photol( 7550): runtime.cc:558] native: #05 pc 00411d65 /system/lib/libart.so (art::Monitor::Wait(art::Thread, art::mirror::Object, long long, int, bool, art::ThreadState)+453) F/shmanya.photol( 7550): runtime.cc:558] native: #06 pc 004310b2 /system/lib/libart.so (art::Object_wait(_JNIEnv, _jobject)+82) F/shmanya.photol( 7550): runtime.cc:558] at java.lang.Object.wait(Native method) F/shmanya.photol( 7550): runtime.cc:558] - waiting on <0x04a00101> (a com.google.android.exoplayer2.util.ConditionVariable) F/shmanya.photol( 7550): runtime.cc:558] at com.google.android.exoplayer2.util.ConditionVariable.block(ConditionVariable.java:58) F/shmanya.photol( 7550): runtime.cc:558] - locked <0x04a00101> (a com.google.android.exoplayer2.util.ConditionVariable) F/shmanya.photol( 7550): runtime.cc:558] at com.google.android.exoplayer2.source.ExtractorMediaPeriod$ExtractingLoadable.load(ExtractorMediaPeriod.java:859) F/shmanya.photol( 7550): runtime.cc:558] at com.google.android.exoplayer2.upstream.Loader$LoadTask.run(Loader.java:317) F/shmanya.photol( 7550): runtime.cc:558] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) F/shmanya.photol( 7550): runtime.cc:558] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) F/shmanya.photol( 7550): runtime.cc:558] at java.lang.Thread.run(Thread.java:764) F/shmanya.photol( 7550): runtime.cc:558] F/shmanya.photol( 7550): runtime.cc:558] "AudioTrack" prio=10 tid=40 Native F/shmanya.photol( 7550): runtime.cc:558] | group="" sCount=1 dsCount=0 flags=1 obj=0x12f800c0 self=0xd5a2f800 F/shmanya.photol( 7550): runtime.cc:558] | sysTid=8121 nice=-16 cgrp=default sched=0/0 handle=0xb6987970 V/DartMessenger( 7550): Received message from Dart over channel 'flutter.io/videoPlayer' F/shmanya.photol( 7550): runtime.cc:558] | state=S schedstat=( 607505 1770956 2 ) utm=0 stm=0 core=3 HZ=100 F/shmanya.photol( 7550): runtime.cc:558] | stack=0xb688c000-0xb688e000 stackSize=1010KB V/DartMessenger( 7550): Deferring to registered handler to process message. F/shmanya.photol( 7550): runtime.cc:558] | held mutexes= F/shmanya.photol( 7550): runtime.cc:558] kernel: futex_wait_queue_me+0xcb/0x11b F/shmanya.photol( 7550): runtime.cc:558] kernel: futex_wait+0x120/0x25e F/shmanya.photol( 7550): runtime.cc:558] kernel: do_futex+0xbe/0x468 F/shmanya.photol( 7550): runtime.cc:558] kernel: compat_SyS_futex+0xb9/0x13b F/shmanya.photol( 7550): runtime.cc:558] kernel: do_fast_syscall_32+0xd5/0x148 F/shmanya.photol( 7550): runtime.cc:558] kernel: sysenter_flags_fixed+0x8/0x12 F/shmanya.photol( 7550): runtime.cc:558] native: #00 pc 00000b39 [vdso] (__kernel_vsyscall+9) F/shmanya.photol( 7550): runtime.cc:558] native: #01 pc 0001fdf8 /system/lib/libc.so (syscall+40) F/shmanya.photol( 7550): runtime.cc:558] native: #02 pc 00023555 /system/lib/libc.so (__futex_wait_ex(void volatile, bool, int, bool, timespec const)+133) F/shmanya.photol( 7550): runtime.cc:558] native: #03 pc 0008e463 /system/lib/libc.so (pthread_cond_timedwait+115) F/shmanya.photol( 7550): runtime.cc:558] native: #04 pc 00042950 /system/lib/libaudioclient.so (android::AudioTrack::AudioTrackThread::threadLoop()+512) F/shmanya.photol( 7550): runtime.cc:558] native: #05 pc 0000e5ae /system/lib/libutils.so (android::Thread::_threadLoop(void)+222) F/shmanya.photol( 7550): runtime.cc:558] native: #06 pc 000741fb /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void)+171) F/shmanya.photol( 7550): runtime.cc:558] native: #07 pc 0000df76 /system/lib/libutils.so (thread_data_t::trampoline(thread_data_t const)+246) F/shmanya.photol( 7550): runtime.cc:558] native: #08 pc 0008f065 /system/lib/libc.so (pthread_start(void*)+53) F/shmanya.photol( 7550): runtime.cc:558] native: #09 pc 0002485b /system/lib/libc.so (__start_thread+75) F/shmanya.photol( 7550): runtime.cc:558] (no managed stack frames) F/shmanya.photol( 7550): runtime.cc:558] F/shmanya.photol( 7550): runtime.cc:558] "Loader:ExtractorMediaPeriod" prio=10 tid=42 Waiting F/shmanya.photol( 7550): runtime.cc:558] | group="" sCount=1 dsCount=0 flags=1 obj=0x12f80148 self=0xd49b2000 F/shmanya.photol( 7550): runtime.cc:558] | sysTid=8130 nice=0 cgrp=default sched=0/0 handle=0xb57c8970 F/shmanya.photol( 7550): runtime.cc:558] | state=S schedstat=( 40481728 84055295 133 ) utm=2 stm=2 core=3 HZ=100 F/shmanya.photol( 7550): runtime.cc:558] | stack=0xb56c5000-0xb56c7000 stackSize=1042KB F/shmanya.photol( 7550): runtime.cc:558] | held mutexes= F/shmanya.photol( 7550): runtime.cc:558] kernel: futex_wait_queue_me+0xcb/0x11b F/shmanya.photol( 7550): runtime.cc:558] kernel: futex_wait+0x120/0x25e F/shmanya.photol( 7550): runtime.cc:558] kernel: do_futex+0xbe/0x468 F/shmanya.photol( 7550): runtime.cc:558] kernel: compat_SyS_futex+0xb9/0x13b F/shmanya.photol( 7550): runtime.cc:558] kernel: do_fast_syscall_32+0xd5/0x148 F/shmanya.photol( 7550): runtime.cc:558] kernel: sysenter_flags_fixed+0x8/0x12 F/shmanya.photol( 7550): runtime.cc:558] native: #00 pc 00000b37 [vdso] (kernel_vsyscall+7) F/shmanya.photol( 7550): runtime.cc:558] native: #01 pc 0001fdf8 /system/lib/libc.so (syscall+40) F/shmanya.photol( 7550): runtime.cc:558] native: #02 pc 000abbde /system/lib/libart.so (art::ConditionVariable::WaitHoldingLocks(art::Thread)+110) F/shmanya.photol( 7550): runtime.cc:558] native: #03 pc 000abb63 /system/lib/libart.so (art::ConditionVariable::Wait(art::Thread)+35) F/shmanya.photol( 7550): runtime.cc:558] native: #04 pc 0040fd36 /system/lib/libart.so (art::Monitor::Wait(art::Thread, long long, int, bool, art::ThreadState)+630) F/shmanya.photol( 7550): runtime.cc:558] native: #05 pc 00411d65 /system/lib/libart.so (art::Monitor::Wait(art::Thread, art::mirror::Object, long long, int, bool, art::ThreadState)+453) F/shmanya.photol( 7550): runtime.cc:558] native: #06 pc 00431125 /system/lib/libart.so (art::Object_waitJI(_JNIEnv, _jobject, long long, int)+85) F/shmanya.photol( 7550): runtime.cc:558] at java.lang.Object.wait(Native method) F/shmanya.photol( 7550): runtime.cc:558] - waiting on <0x0034eba6> (a java.lang.Object) F/shmanya.photol( 7550): runtime.cc:558] at java.lang.Thread.parkFor$(Thread.java:2137) F/shmanya.photol( 7550): runtime.cc:558] - locked <0x0034eba6> (a java.lang.Object) F/shmanya.photol( 7550): runtime.cc:558] at sun.misc.Unsafe.park(Unsafe.java:358) F/shmanya.photol( 7550): runtime.cc:558] at java.util.concurrent.locks.LockSupport.park(LockSupport.java:190) F/shmanya.photol( 7550): runtime.cc:558] at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2059) F/shmanya.photol( 7550): runtime.cc:558] at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442) F/shmanya.photol( 7550): runtime.cc:558] at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092) F/shmanya.photol( 7550): runtime.cc:558] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152) F/shmanya.photol( 7550): runtime.cc:558] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) F/shmanya.photol( 7550): runtime.cc:558] at java.lang.Thread.run(Thread.java:764) F/shmanya.photol( 7550): runtime.cc:558] F/shmanya.photol( 7550): runtime.cc:558] "Loader:ExtractorMediaPeriod" prio=10 tid=43 Waiting F/shmanya.photol( 7550): runtime.cc:558] | group="" sCount=1 dsCount=0 flags=1 obj=0x12c808c8 self=0xd49b2600 F/shmanya.photol( 7550): runtime.cc:558] | sysTid=8159 nice=0 cgrp=default sched=0/0 handle=0xbaeff970 F/shmanya.photol( 7550): runtime.cc:558] | state=S schedstat=( 24764102 40795739 68 ) utm=1 stm=1 core=3 HZ=100 F/shmanya.photol( 7550): runtime.cc:558] | stack=0xbadfc000-0xbadfe000 stackSize=1042KB F/shmanya.photol( 7550): runtime.cc:558] | held mutexes= F/shmanya.photol( 7550): runtime.cc:558] kernel: futex_wait_queue_me+0xcb/0x11b F/shmanya.photol( 7550): runtime.cc:558] kernel: futex_wait+0x120/0x25e F/shmanya.photol( 7550): runtime.cc:558] kernel: do_futex+0xbe/0x468 F/shmanya.photol( 7550): runtime.cc:558] kernel: compat_SyS_futex+0xb9/0x13b F/shmanya.photol( 7550): runtime.cc:558] kernel: do_fast_syscall_32+0xd5/0x148 F/shmanya.photol( 7550): runtime.cc:558] kernel: sysenter_flags_fixed+0x8/0x12 F/shmanya.photol( 7550): runtime.cc:558] native: #00 pc 00000b37 [vdso] (__kernel_vsyscall+7) F/shmanya.photol( 7550): runtime.cc:558] native: #01 pc 0001fdf8 /system/lib/libc.so (syscall+40) F/shmanya.photol( 7550): runtime.cc:558] native: #02 pc 000abbde /system/lib/libart.so (art::ConditionVariable::WaitHoldingLocks(art::Thread)+110) F/shmanya.photol( 7550): runtime.cc:558] native: #03 pc 000abb63 /system/lib/libart.so (art::ConditionVariable::Wait(art::Thread)+35) F/shmanya.photol( 7550): runtime.cc:558] native: #04 pc 0040fd36 /system/lib/libart.so (art::Monitor::Wait(art::Thread, long long, int, bool, art::ThreadState)+630) F/shmanya.photol( 7550): runtime.cc:558] native: #05 pc 00411d65 /system/lib/libart.so (art::Monitor::Wait(art::Thread, art::mirror::Object, long long, int, bool, art::ThreadState)+453) F/shmanya.photol( 7550): runtime.cc:558] native: #06 pc 004310b2 /system/lib/libart.so (art::Object_wait(_JNIEnv, _jobject)+82) F/shmanya.photol( 7550): runtime.cc:558] at java.lang.Object.wait(Native method) F/shmanya.photol( 7550): runtime.cc:558] - waiting on <0x0eb919e7> (a com.google.android.exoplayer2.util.ConditionVariable) F/shmanya.photol( 7550): runtime.cc:558] at com.google.android.exoplayer2.util.ConditionVariable.block(ConditionVariable.java:58) F/shmanya.photol( 7550): runtime.cc:558] - locked <0x0eb919e7> (a com.google.android.exoplayer2.util.ConditionVariable) F/shmanya.photol( 7550): runtime.cc:558] at com.google.android.exoplayer2.source.ExtractorMediaPeriod$ExtractingLoadable.load(ExtractorMediaPeriod.java:859) F/shmanya.photol( 7550): runtime.cc:558] at com.google.android.exoplayer2.upstream.Loader$LoadTask.run(Loader.java:317) F/shmanya.photol( 7550): runtime.cc:558] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) F/shmanya.photol( 7550): runtime.cc:558] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) F/shmanya.photol( 7550): runtime.cc:558] at java.lang.Thread.run(Thread.java:764) F/shmanya.photol( 7550): runtime.cc:558] F/shmanya.photol( 7550): runtime.cc:558] "AsyncTask #3" prio=10 tid=45 Native F/shmanya.photol( 7550): runtime.cc:558] | group="" sCount=1 dsCount=0 flags=1 obj=0x12d8d2a0 self=0xc9fffa00 F/shmanya.photol( 7550): runtime.cc:558] | sysTid=8194 nice=10 cgrp=default sched=0/0 handle=0xb1f87970 F/shmanya.photol( 7550): runtime.cc:558] | state=R schedstat=( 86091895 30453167 132 ) utm=5 stm=3 core=1 HZ=100 F/shmanya.photol( 7550): runtime.cc:558] | stack=0xb1e84000-0xb1e86000 stackSize=1042KB F/shmanya.photol( 7550): runtime.cc:558] | held mutexes= F/shmanya.photol( 7550): runtime.cc:558] native: #00 pc 0008feaf /system/lib/libc.so (pthread_mutex_lock+31) F/shmanya.photol( 7550): runtime.cc:558] native: #01 pc 00446a75 /data/app/photole.offical.lavishmanya.photole-Y7oGTzQz0T4HVlpd5vXIJA==/lib/x86/libavcodec.so (???) F/shmanya.photol( 7550): runtime.cc:558] at com.arthenica.mobileffmpeg.Config.nativeExecute(Native method) F/shmanya.photol( 7550): runtime.cc:558] at com.arthenica.mobileffmpeg.FFmpeg.execute(FFmpeg.java:98) F/shmanya.photol( 7550): runtime.cc:558] at com.arthenica.flutter.ffmpeg.FlutterFFmpegExecuteAsyncArgumentsTask.doInBackground(FlutterFFmpegExecuteAsyncArgumentsTask.java:54) F/shmanya.photol( 7550): runtime.cc:558] at com.arthenica.flutter.ffmpeg.FlutterFFmpegExecuteAsyncArgumentsTask.doInBackground(FlutterFFmpegExecuteAsyncArgumentsTask.java:38) F/shmanya.photol( 7550): runtime.cc:558] at android.os.AsyncTask$2.call(AsyncTask.java:333) F/shmanya.photol( 7550): runtime.cc:558] at java.util.concurrent.FutureTask.run(FutureTask.java:266) F/shmanya.photol( 7550): runtime.cc:558] at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:245) F/shmanya.photol( 7550): runtime.cc:558] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) F/shmanya.photol( 7550): runtime.cc:558] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) F/shmanya.photol( 7550): runtime.cc:558] at java.lang.Thread.run(Thread.java:764) F/shmanya.photol( 7550): runtime.cc:558] F/shmanya.photol( 7550): runtime.cc:558] Aborting thread: F/shmanya.photol( 7550): runtime.cc:558] "Thread-7" prio=10 tid=44 Native F/shmanya.photol( 7550): runtime.cc:558] | group="" sCount=0 dsCount=0 flags=0 obj=0x12c40000 self=0xcb0a3c00 F/shmanya.photol( 7550): runtime.cc:558] | sysTid=8190 nice=-10 cgrp=default sched=0/0 handle=0xb2085970 F/shmanya.photol( 7550): runtime.cc:558] | state=R schedstat=( 134361269 10631971 196 ) utm=5 stm=8 core=2 HZ=100 F/shmanya.photol( 7550): runtime.cc:558] | stack=0xb1f8a000-0xb1f8c000 stackSize=1010KB F/shmanya.photol( 7550): runtime.cc:558] | held mutexes= "abort lock" F/shmanya.photol( 7550): runtime.cc:558] native: #00 pc 004152f6 /system/lib/libart.so (art::DumpNativeStack(std::1::basic_ostream<char, std::__1::char_traits>&, int, BacktraceMap, char const, art::ArtMethod, void, bool)+198) F/shmanya.photol( 7550): runtime.cc:558] native: #01 pc 0051048e /system/lib/libart.so (art::Thread::DumpStack(std::1::basic_ostream<char, std::1::char_traits>&, bool, BacktraceMap*, bool) const+382) F/shmanya.photol( 7550): runtime.cc:558] native: #02 pc 0050b743 /system/lib/libart.so (art::Thread::Dump(std::__1::basic_ostream<char, std::1::char_traits>&, bool, BacktraceMap, bool) const+83) F/shmanya.photol( 7550): runtime.cc:558] native: #03 pc 004efe1b /system/lib/libart.so (art::AbortState::DumpThread(std::__1::basic_ostream<char, std::__1::char_traits>&, art::Thread) const+59) F/shmanya.photol( 7550): runtime.cc:558] native: #04 pc 004dc5a9 /system/lib/libart.so (art::Runtime::Abort(char const)+409) F/shmanya.photol( 7550): runtime.cc:558] native: #05 pc 005cd833 /system/lib/libart.so (_ZNSt3110function6__funcIPFvPKcENS_9allocatorIS5_EES4EclEOS3+35) F/shmanya.photol( 7550): runtime.cc:558] native: #06 pc 00007ccc /system/lib/libbase.so (android::base::LogMessage::~LogMessage()+828) F/shmanya.photol( 7550): runtime.cc:558] native: #07 pc 0031ab5f /system/lib/libart.so (art::JavaVMExt::JniAbort(char const, char const)+1775) F/shmanya.photol( 7550): runtime.cc:558] native: #08 pc 0031ad21 /system/lib/libart.so (art::JavaVMExt::JniAbortV(char const, char const, char)+113) F/shmanya.photol( 7550): runtime.cc:558] native: #09 pc 000d60f7 /system/lib/libart.so (art::(anonymous namespace)::ScopedCheck::AbortF(char const, ...)+71) F/shmanya.photol( 7550): runtime.cc:558] native: #10 pc 000d4a5e /system/lib/libart.so (art::(anonymous namespace)::ScopedCheck::CheckPossibleHeapValue(art::ScopedObjectAccess&, char, art::(anonymous namespace)::JniValueType)+1230) F/shmanya.photol( 7550): runtime.cc:558] native: #11 pc 000d3bdb /system/lib/libart.so (art::(anonymous namespace)::ScopedCheck::Check(art::ScopedObjectAccess&, bool, char const, art::(anonymous namespace)::JniValueType)+811) F/shmanya.photol( 7550): runtime.cc:558] native: #12 pc 000df8b7 /system/lib/libart.so (art::(anonymous namespace)::CheckJNI::NewPrimitiveArray(char const, _JNIEnv, int, art::Primitive::Type)+903) F/shmanya.photol( 7550): runtime.cc:558] native: #13 pc 000cb68b /system/lib/libart.so (art::(anonymous namespace)::CheckJNI::NewByteArray(_JNIEnv, int)+43) F/shmanya.photol( 7550): runtime.cc:558] native: #14 pc 0000b659 /data/app/photole.offical.lavishmanya.photole-Y7oGTzQz0T4HVlpd5vXIJA==/lib/x86/libmobileffmpeg.so (callbackThreadFunction+585) F/shmanya.photol( 7550): runtime.cc:558] native: #15 pc 0008f065 /system/lib/libc.so (pthread_start(void*)+53) F/shmanya.photol( 7550): runtime.cc:558] native: #16 pc 0002485b /system/lib/libc.so (__start_thread+75) F/shmanya.photol( 7550): runtime.cc:558] (no managed stack frames) F/shmanya.photol( 7550): runtime.cc:558] Pending exception java.lang.RuntimeException: Methods marked with @UiThread must be executed on the main thread. Current thread: Thread-7 F/shmanya.photol( 7550): runtime.cc:558] at void io.flutter.embedding.engine.FlutterJNI.ensureRunningOnMainThread() (FlutterJNI.java:734) F/shmanya.photol( 7550): runtime.cc:558] at void io.flutter.embedding.engine.FlutterJNI.dispatchPlatformMessage(java.lang.String, java.nio.ByteBuffer, int, int) (FlutterJNI.java:626) F/shmanya.photol( 7550): runtime.cc:558] at void io.flutter.embedding.engine.dart.DartMessenger.send(java.lang.String, java.nio.ByteBuffer, io.flutter.plugin.common.BinaryMessenger$BinaryReply) (DartMessenger.java:80) F/shmanya.photol( 7550): runtime.cc:558] at void io.flutter.embedding.engine.dart.DartExecutor.send(java.lang.String, java.nio.ByteBuffer) (DartExecutor.java:172) F/shmanya.photol( 7550): runtime.cc:558] at void io.flutter.view.FlutterNativeView.send(java.lang.String, java.nio.ByteBuffer) (FlutterNativeView.java:144) F/shmanya.photol( 7550): runtime.cc:558] at void io.flutter.plugin.common.EventChannel$IncomingStreamRequestHandler$EventSinkImplementation.success(java.lang.Object) (EventChannel.java:226) F/shmanya.photol( 7550): runtime.cc:558] at void com.arthenica.flutter.ffmpeg.FlutterFFmpegPlugin.emitLogMessage(com.arthenica.mobileffmpeg.LogMessage) (FlutterFFmpegPlugin.java:271) F/shmanya.photol( 7550): runtime.cc:558] at void com.arthenica.flutter.ffmpeg.FlutterFFmpegPlugin$1.apply(com.arthenica.mobileffmpeg.LogMessage) (FlutterFFmpegPlugin.java:171) F/shmanya.photol( 7550): runtime.cc:558] at void com.arthenica.mobileffmpeg.Config.log(int, byte[]) (Config.java:224) F/shmanya.photol( 7550): runtime.cc:558] F/shmanya.photol( 7550): runtime.cc:566] JNI DETECTED ERROR IN APPLICATION: JNI NewByteArray called with pending exception java.lang.RuntimeException: Methods marked with @UiThread must be executed on the main thread. Current thread: Thread-7 F/shmanya.photol( 7550): runtime.cc:566] at void io.flutter.embedding.engine.FlutterJNI.ensureRunningOnMainThread() (FlutterJNI.java:734) F/shmanya.photol( 7550): runtime.cc:566] at void io.flutter.embedding.engine.FlutterJNI.dispatchPlatformMessage(java.lang.String, java.nio.ByteBuffer, int, int) (FlutterJNI.java:626) F/shmanya.photol( 7550): runtime.cc:566] at void io.flutter.embedding.engine.dart.DartMessenger.send(java.lang.String, java.nio.ByteBuffer, io.flutter.plugin.common.BinaryMessenger$BinaryReply) (DartMessenger.java:80) F/shmanya.photol( 7550): runtime.cc:566] at void io.flutter.embedding.engine.dart.DartExecutor.send(java.lang.String, java.nio.ByteBuffer) (DartExecutor.java:172) F/shmanya.photol( 7550): runtime.cc:566] at void io.flutter.view.FlutterNativeView.send(java.lang.String, java.nio.ByteBuffer) (FlutterNativeView.java:144) F/shmanya.photol( 7550): runtime.cc:566] at void io.flutter.plugin.common.EventChannel$IncomingStreamRequestHandler$EventSinkImplementation.success(java.lang.Object) (EventChannel.java:226) F/shmanya.photol( 7550): runtime.cc:566] at void com.arthenica.flutter.ffmpeg.FlutterFFmpegPlugin.emitLogMessage(com.arthenica.mobileffmpeg.LogMessage) (FlutterFFmpegPlugin.java:271) F/shmanya.photol( 7550): runtime.cc:566] at void com.arthenica.flutter.ffmpeg.FlutterFFmpegPlugin$1.apply(com.arthenica.mobileffmpeg.LogMessage) (FlutterFFmpegPlugin.java:171) F/shmanya.photol( 7550): runtime.cc:566] at void com.arthenica.mobileffmpeg.Config.log(int, byte[]) (Config.java:224) F/shmanya.photol( 7550): runtime.cc:566] F/shmanya.photol( 7550): runtime.cc:566] in call to NewByteArray F/shmanya.photol( 7550): runtime.cc:566] "Thread-7" prio=10 tid=44 Runnable F/shmanya.photol( 7550): runtime.cc:566] | group="main" sCount=0 dsCount=0 flags=0 obj=0x12c40000 self=0xcb0a3c00 F/shmanya.photol( 7550): runtime.cc:566] | sysTid=8190 nice=-10 cgrp=default sched=0/0 handle=0xb2085970 F/shmanya.photol( 7550): runtime.cc:566] | state=R schedstat=( 1351140 625245 3 ) utm=0 stm=0 core=2 HZ=100 F/shmanya.photol( 7550): runtime.cc:566] | stack=0xb1f8a000-0xb1f8c000 stackSize=1010KB F/shmanya.photol( 7550): runtime.cc:566] | held mutexes= "mutator lock"(shared held) F/shmanya.photol( 7550): runtime.cc:566] native: #00 pc 004152f6 /system/lib/libart.so (art::DumpNativeStack(std::1::basic_ostream<char, std::1::char_traits>&, int, BacktraceMap, char const, art::ArtMethod, void, bool)+198) F/shmanya.photol( 7550): runtime.cc:566] native: #01 pc 0051048e /system/lib/libart.so (art::Thread::DumpStack(std::__1::basic_ostream<char, std::1::char_traits>&, bool, BacktraceMap, bool) const+382) F/shmanya.photol( 7550): runtime.cc:566] native: #02 pc 0050b743 /system/lib/libart.so (art::Thread::Dump(std::__1::basic_ostream<char, std::__1::char_traits>&, bool, BacktraceMap, bool) const+83) F/shmanya.photol( 7550): runtime.cc:566] native: #03 pc 0031a8b0 /system/lib/libart.so (art::JavaVMExt::JniAbort(char const, char const)+1088) F/shmanya.photol( 7550): runtime.cc:566] native: #04 pc 0031ad21 /system/lib/libart.so (art::JavaVMExt::JniAbortV(char const, char const, char)+113) F/shmanya.photol( 7550): runtime.cc:566] native: #05 pc 000d60f7 /system/lib/libart.so (art::(anonymous namespace)::ScopedCheck::AbortF(char const, ...)+71) F/shmanya.photol( 7550): runtime.cc:566] native: #06 pc 000d4a5e /system/lib/libart.so (art::(anonymous namespace)::ScopedCheck::CheckPossibleHeapValue(art::ScopedObjectAccess&, char, art::(anonymous namespace)::JniValueType)+1230) F/shmanya.photol( 7550): runtime.cc:566] native: #07 pc 000d3bdb /system/lib/libart.so (art::(anonymous namespace)::ScopedCheck::Check(art::ScopedObjectAccess&, bool, char const, art::(anonymous namespace)::JniValueType)+811) F/shmanya.photol( 7550): runtime.cc:566] native: #08 pc 000df8b7 /system/lib/libart.so (art::(anonymous namespace)::CheckJNI::NewPrimitiveArray(char const, _JNIEnv, int, art::Primitive::Type)+903) F/shmanya.photol( 7550): runtime.cc:566] native: #09 pc 000cb68b /system/lib/libart.so (art::(anonymous namespace)::CheckJNI::NewByteArray(_JNIEnv, int)+43) F/shmanya.photol( 7550): runtime.cc:566] native: #10 pc 0000b659 /data/app/photole.offical.lavishmanya.photole-Y7oGTzQz0T4HVlpd5vXIJA==/lib/x86/libmobileffmpeg.so (callbackThreadFunction+585) F/shmanya.photol( 7550): runtime.cc:566] native: #11 pc 0008f065 /system/lib/libc.so (__pthread_start(void)+53) F/shmanya.photol( 7550): runtime.cc:566] native: #12 pc 0002485b /system/lib/libc.so (__start_thread+75) F/shmanya.photol( 7550): runtime.cc:566] (no managed stack frames) F/shmanya.photol( 7550): runtime.cc:566] F/libc ( 7550): Fatal signal 6 (SIGABRT), code -6 (SI_TKILL) in tid 8190 (Thread-7), pid 7550 (shmanya.photole)


Build fingerprint: 'google/sdk_gphone_x86/generic_x86:9/PSR1.180720.075/5124027:user/release-keys' Revision: '0' ABI: 'x86' pid: 7550, tid: 8190, name: Thread-7 >>> photole.offical.lavishmanya.photole <<< signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr -------- Abort message: 'java_vm_ext.cc:542] JNI DETECTED ERROR IN APPLICATION: JNI NewByteArray called with pending exception java.lang.RuntimeException: Methods marked with @UiThread must be executed on the main thread. Current thread: Thread-7' eax 00000000 ebx 00001d7e ecx 00001ffe edx 00000006 edi 00001d7e esi 00000236 ebp 00000e21 esp b20853a8 eip f5fcab39 backtrace:

00 pc 00000b39 [vdso:f5fca000] (__kernel_vsyscall+9)

#01 pc 0001fdf8  /system/lib/libc.so (syscall+40)
#02 pc 00022ed3  /system/lib/libc.so (abort+115)
#03 pc 004dc8a6  /system/lib/libart.so (art::Runtime::Abort(char const*)+1174)
#04 pc 005cd833  /system/lib/libart.so (_ZNSt3__110__function6__funcIPFvPKcENS_9allocatorIS5_EES4_EclEOS3_+35)
#05 pc 00007ccc  /system/lib/libbase.so (android::base::LogMessage::~LogMessage()+828)
#06 pc 0031ab5f  /system/lib/libart.so (art::JavaVMExt::JniAbort(char const*, char const*)+1775)
#07 pc 0031ad21  /system/lib/libart.so (art::JavaVMExt::JniAbortV(char const*, char const*, char*)+113)
#08 pc 000d60f7  /system/lib/libart.so (art::(anonymous namespace)::ScopedCheck::AbortF(char const*, ...)+71)
#09 pc 000d4a5e  /system/lib/libart.so (art::(anonymous namespace)::ScopedCheck::CheckPossibleHeapValue(art::ScopedObjectAccess&, char, art::(anonymous namespace)::JniValueType)+1230)
#10 pc 000d3bdb  /system/lib/libart.so (art::(anonymous namespace)::ScopedCheck::Check(art::ScopedObjectAccess&, bool, char const*, art::(anonymous namespace)::JniValueType*)+811)
#11 pc 000df8b7  /system/lib/libart.so (art::(anonymous namespace)::CheckJNI::NewPrimitiveArray(char const*, _JNIEnv*, int, art::Primitive::Type)+903)
#12 pc 000cb68b  /system/lib/libart.so (art::(anonymous namespace)::CheckJNI::NewByteArray(_JNIEnv*, int)+43)
#13 pc 0000b659  /data/app/photole.offical.lavishmanya.photole-Y7oGTzQz0T4HVlpd5vXIJA==/lib/x86/libmobileffmpeg.so (callbackThreadFunction+585)
#14 pc 0008f065  /system/lib/libc.so (__pthread_start(void*)+53)
#15 pc 0002485b  /system/lib/libc.so (__start_thread+75)

Lost connection to device.

` final FlutterFFmpeg _flutterFFmpeg = new FlutterFFmpeg(); var arguments = [ "-y", "-i", input, "-an", "-r", "12", "-ss", start, "-t", end, "-s", o, output + "/$d-%03d.jpg" ]; _flutterFFmpeg.executeWithArguments(arguments).then((rc) { print(rc.toString());

`

input is video file Here iam extracting images with specific orientation and with particular duration When I execute this method the above is printed and the app is crashing What can I Do?

tanersener commented 5 years ago

What other _flutterFFmpeg functions do you use other than executeWithArguments, did you define log callback or statistics callback functions?

saikarthik952 commented 5 years ago

No i didn't use anything other than this I have upgraded flutter from that point Iam getting the this issue before that i am able to execute pretty fine

By the way, I am using lts with video package

What I can understand is that JNI error and the code which should executed in main thread is running on another thread

tanersener commented 5 years ago

I see that too, but I don't understand the reason. What is the version number of upgraded flutter?

saikarthik952 commented 5 years ago

Latest version 1.5 stable version

tanersener commented 5 years ago

I don't have this error onv1.5.4. Can you try running the test application under the example folder?

[✓] Flutter (Channel stable, v1.5.4-hotfix.2, on Mac OS X 10.14.5 18F132)
[✓] Android toolchain - develop for Android devices (Android SDK version 28.0.3)
[✓] iOS toolchain - develop for iOS devices (Xcode 10.2.1)
[✓] Android Studio (version 3.4)
tanersener commented 5 years ago

I managed to reproduce this issue using Flutter v1.6.3 from beta channel. It looks like something is changing in the new flutter versions. flutter/flutter/issues/32315 includes details of this change. You need to downgrade flutter until a fix is published.

tanersener commented 5 years ago

Issue is fixed in v0.2.2.

saikarthik952 commented 5 years ago

Fixed and working exactly Fine ! Thanks a lot!! really awesome