microshow / RxFFmpeg

🔥💥RxFFmpeg 是基于 ( FFmpeg 4.0 + X264 + mp3lame + fdk-aac + opencore-amr + openssl ) 编译的适用于 Android 平台的音视频编辑、视频剪辑的快速处理框架,包含以下功能:视频拼接,转码,压缩,裁剪,片头片尾,分离音视频,变速,添加静态贴纸和gif动态贴纸,添加字幕,添加滤镜,添加背景音乐,加速减速视频,倒放音视频,音频裁剪,变声,混音,图片合成视频,视频解码图片,抖音首页,视频播放器及支持 OpenSSL https 等主流特色功能
4.42k stars 746 forks source link

使用 getMediaInfo() 时如果视频信息中有非法字符会直接崩溃,无法catch #220

Open equationl opened 3 years ago

equationl commented 3 years ago

log如下:

2020-12-20 15:20:15.820 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: java_vm_ext.cc:570] JNI DETECTED ERROR IN APPLICATION: input is not valid Modified UTF-8: illegal continuation byte 0xde 2020-12-20 15:20:15.820 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: java_vm_ext.cc:570] string: 'title=�޼���Ӱ-bbs.wujidy.com;author=�޼���Ӱ-bbs.wujidy.com;ASMRuleBook=#($Bandwidth >= 0),Stream0Bandwidth = 64082, Stream1Bandwidth = 1135918;;Audiences=Easy RealMedia Tool's Audience;;audioMode=music;Creation Date=4/11/2011 0:16:52;Description=This File is Created by Easy RealMedia Tools@!;Email=rick@redcheek.net;Generated By=Easy RealMedia Tools V1.8x;HomeWeb=http://redcheek.net;Keywords=;Modification Date=4/11/2011 0:16:52;videoMode=normal;url=/storage/emulated/0/Android/data/com.xunlei.downloadprovider/files/ThunderDownload/[电影天堂www.dy2018.net]出租车司机BD中英双字.rmvb;iformat_name=rm;iformat_long_name=(null);bit_rate=1209.746000 kbs;duration=6830380.000000 ms;filesize=52.18 MB;protocol_whitelist=file,crypto;protocol_blacklist=(null);max_ts_probe=50;max_interleave_delta=10000000;max_picture_buffer=3041280 Bytes;videostream_codecpar_codec_type=video;videostream_avcodocname=rv40;videostream_profilestring=(null);videostream_codec_fourcc=RV40;pix_fmt_name= 2020-12-20 15:20:15.820 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: java_vm_ext.cc:570] input: '0x74 0x69 0x74 0x6c 0x65 0x3d 0xce <0xde> 0xbc 0xab 0xb5 0xe7 0xd3 0xb0 0x2d 0x62 0x62 0x73 0x2e 0x77 0x75 0x6a 0x69 0x64 0x79 0x2e 0x63 0x6f 0x6d 0x3b 0x61 0x75 0x74 0x68 0x6f 0x72 0x3d 0xce 0xde 0xbc 0xab 0xb5 0xe7 0xd3 0xb0 0x2d 0x62 0x62 0x73 0x2e 0x77 0x75 0x6a 0x69 0x64 0x79 0x2e 0x63 0x6f 0x6d 0x3b 0x41 0x53 0x4d 0x52 0x75 0x6c 0x65 0x42 0x6f 0x6f 0x6b 0x3d 0x23 0x28 0x24 0x42 0x61 0x6e 0x64 0x77 0x69 0x64 0x74 0x68 0x20 0x3e 0x3d 0x20 0x30 0x29 0x2c 0x53 0x74 0x72 0x65 0x61 0x6d 0x30 0x42 0x61 0x6e 0x64 0x77 0x69 0x64 0x74 0x68 0x20 0x3d 0x20 0x36 0x34 0x30 0x38 0x32 0x2c 0x20 0x53 0x74 0x72 0x65 0x61 0x6d 0x31 0x42 0x61 0x6e 0x64 0x77 0x69 0x64 0x74 0x68 0x20 0x3d 0x20 0x31 0x31 0x33 0x35 0x39 0x31 0x38 0x3b 0x3b 0x41 0x75 0x64 0x69 0x65 0x6e 0x63 0x65 0x73 0x3d 0x45 0x61 0x73 0x79 0x20 0x52 0x65 0x61 0x6c 0x4d 0x65 0x64 0x69 0x61 0x20 0x54 0x6f 0x6f 0x6c 0x27 0x73 0x20 0x41 0x75 0x64 0x69 0x65 0x6e 0x63 0x65 0x3b 0x3b 0x61 0x75 0x64 0x69 0x6f 0x4d 0x6f 0x64 0x65 0x3d 2020-12-20 15:20:15.820 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: java_vm_ext.cc:570] in call to NewStringUTF 2020-12-20 15:20:15.820 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: java_vm_ext.cc:570] from java.lang.String io.microshow.rxffmpeg.RxFFmpegInvoke.getMediaInfo(java.lang.String) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] Runtime aborting... 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] Dumping all threads without mutator lock held 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] All threads: 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] DALVIK THREADS (19): 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] "main" prio=10 tid=1 Runnable 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] | group="" sCount=0 dsCount=0 flags=0 obj=0x74ba9b28 self=0xf395ce00 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] | sysTid=22577 nice=-10 cgrp=default sched=0/0 handle=0xf3eb2dc0 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] | state=R schedstat=( 2138712391 467552252 3741 ) utm=180 stm=33 core=7 HZ=100 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] | stack=0xff6ab000-0xff6ad000 stackSize=8192KB 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] | held mutexes= "abort lock" "mutator lock"(shared held) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #00 pc 00308bb3 /apex/com.android.runtime/lib/libart.so (art::DumpNativeStack(std::1::basic_ostream<char, std::__1::char_traits>&, int, BacktraceMap, char const, art::ArtMethod, void, bool)+78) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #01 pc 003b8fdb /apex/com.android.runtime/lib/libart.so (art::Thread::DumpStack(std::1::basic_ostream<char, std::1::char_traits>&, bool, BacktraceMap*, bool) const+362) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #02 pc 003b55ab /apex/com.android.runtime/lib/libart.so (art::Thread::Dump(std::__1::basic_ostream<char, std::1::char_traits>&, bool, BacktraceMap, bool) const+34) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #03 pc 003cf593 /apex/com.android.runtime/lib/libart.so (art::DumpCheckpoint::Run(art::Thread)+618) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #04 pc 003c9c0b /apex/com.android.runtime/lib/libart.so (art::ThreadList::RunCheckpoint(art::Closure, art::Closure)+298) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #05 pc 003c9311 /apex/com.android.runtime/lib/libart.so (art::ThreadList::Dump(std::1::basic_ostream<char, std::__1::char_traits>&, bool)+1452) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #06 pc 00384953 /apex/com.android.runtime/lib/libart.so (art::Runtime::Abort(char const)+1118) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #07 pc 000084b5 /system/lib/libbase.so (android::base::LogMessage::~LogMessage()+396) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #08 pc 0028e25b /apex/com.android.runtime/lib/libart.so (art::JavaVMExt::JniAbort(char const, char const)+1242) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #09 pc 0028e3f7 /apex/com.android.runtime/lib/libart.so (art::JavaVMExt::JniAbortV(char const, char const*, std::va_list)+62) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #10 pc 002837b9 /apex/com.android.runtime/lib/libart.so (art::(anonymous namespace)::ScopedCheck::AbortF(char const, ...)+40) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #11 pc 002836e3 /apex/com.android.runtime/lib/libart.so (art::(anonymous namespace)::ScopedCheck::CheckNonHeapValue(char, art::(anonymous namespace)::JniValueType)+946) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #12 pc 00281cc5 /apex/com.android.runtime/lib/libart.so (art::(anonymous namespace)::ScopedCheck::Check(art::ScopedObjectAccess&, bool, char const, art::(anonymous namespace)::JniValueType)+652) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #13 pc 0027956d /apex/com.android.runtime/lib/libart.so (art::(anonymous namespace)::CheckJNI::NewStringUTF(_JNIEnv, char const)+528) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] at io.microshow.rxffmpeg.RxFFmpegInvoke.getMediaInfo(Native method) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] at com.equationl.videoshotpro.activity.PlayerActivity.lambda$initVideoPlayer$3$PlayerActivity(PlayerActivity.java:173) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] at com.equationl.videoshotpro.activity.-$$Lambda$PlayerActivity$DYs41F9yZqepAl1evh2jwPTTbTc.onError(lambda:-1) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] at com.equationl.videoshotpro.player.StandardVideoPlayer.onError(StandardVideoPlayer.java:381) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] at com.shuyu.gsyvideoplayer.GSYVideoBaseManager$5.run(GSYVideoBaseManager.java:305) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] at android.os.Handler.handleCallback(Handler.java:914) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] at android.os.Handler.dispatchMessage(Handler.java:100) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] at android.os.Looper.loop(Looper.java:239) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] at android.app.ActivityThread.main(ActivityThread.java:7604) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] at java.lang.reflect.Method.invoke(Native method) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:539) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:953) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] "Jit thread pool worker thread 0" prio=5 tid=2 Native 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] | group="" sCount=1 dsCount=0 flags=1 obj=0x130402f0 self=0xe0500000 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] | sysTid=22583 nice=0 cgrp=default sched=0/0 handle=0xe0405d90 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] | state=S schedstat=( 573914743 127986830 801 ) utm=44 stm=13 core=4 HZ=100 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] | stack=0xe0307000-0xe0309000 stackSize=1023KB 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] | held mutexes= 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] kernel: (couldn't read /proc/self/task/22583/stack) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #00 pc 0005c994 /apex/com.android.runtime/lib/bionic/libc.so (syscall+28) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #01 pc 000e58f1 /apex/com.android.runtime/lib/libart.so (art::ConditionVariable::WaitHoldingLocks(art::Thread)+88) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #02 pc 003d089f /apex/com.android.runtime/lib/libart.so (art::ThreadPool::GetTask(art::Thread)+170) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #03 pc 003d0021 /apex/com.android.runtime/lib/libart.so (art::ThreadPoolWorker::Run()+72) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #04 pc 003cfc71 /apex/com.android.runtime/lib/libart.so (art::ThreadPoolWorker::Callback(void)+88) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #05 pc 000accfd /apex/com.android.runtime/lib/bionic/libc.so (pthread_start(void*)+20) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #06 pc 00062e99 /apex/com.android.runtime/lib/bionic/libc.so (__start_thread+30) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] (no managed stack frames) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] "Signal Catcher" prio=5 tid=6 WaitingInMainSignalCatcherLoop 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] | group="" sCount=1 dsCount=0 flags=1 obj=0x13040368 self=0xe0527800 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] | sysTid=22588 nice=0 cgrp=default sched=0/0 handle=0xe0301230 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] | state=S schedstat=( 104635 0 1 ) utm=0 stm=0 core=6 HZ=100 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] | stack=0xe0206000-0xe0208000 stackSize=1008KB 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] | held mutexes= 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] kernel: (couldn't read /proc/self/task/22588/stack) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #00 pc 0009cc20 /apex/com.android.runtime/lib/bionic/libc.so (rt_sigtimedwait+12) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #01 pc 0006a81f /apex/com.android.runtime/lib/bionic/libc.so (sigwait+42) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #02 pc 003a0ccf /apex/com.android.runtime/lib/libart.so (art::SignalCatcher::WaitForSignal(art::Thread, art::SignalSet&)+182) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #03 pc 0039feb7 /apex/com.android.runtime/lib/libart.so (art::SignalCatcher::Run(void)+190) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #04 pc 000accfd /apex/com.android.runtime/lib/bionic/libc.so (pthread_start(void*)+20) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #05 pc 00062e99 /apex/com.android.runtime/lib/bionic/libc.so (__start_thread+30) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] (no managed stack frames) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] "ADB-JDWP Connection Control Thread" prio=5 tid=8 WaitingInMainDebuggerLoop 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] | group="" sCount=1 dsCount=0 flags=1 obj=0x130403e0 self=0xe0536400 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] | sysTid=22589 nice=0 cgrp=default sched=0/0 handle=0xe0200230 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] | state=S schedstat=( 1634427 558230 11 ) utm=0 stm=0 core=5 HZ=100 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] | stack=0xe0105000-0xe0107000 stackSize=1008KB 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] | held mutexes= 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] kernel: (couldn't read /proc/self/task/22589/stack) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #00 pc 0009ca80 /apex/com.android.runtime/lib/bionic/libc.so (ppoll+20) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #01 pc 00068f17 /apex/com.android.runtime/lib/bionic/libc.so (poll+54) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #02 pc 000071af /apex/com.android.runtime/lib/libadbconnection.so (adbconnection::AdbConnectionState::RunPollLoop(art::Thread)+618) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #03 pc 00005c3b /apex/com.android.runtime/lib/libadbconnection.so (adbconnection::CallbackFunction(void)+802) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #04 pc 000accfd /apex/com.android.runtime/lib/bionic/libc.so (pthread_start(void)+20) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #05 pc 00062e99 /apex/com.android.runtime/lib/bionic/libc.so (__start_thread+30) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] (no managed stack frames) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] "HeapTaskDaemon" prio=5 tid=9 WaitingForTaskProcessor 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] | group="" sCount=1 dsCount=0 flags=1 obj=0x13040ba0 self=0xebd18400 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] | sysTid=22590 nice=4 cgrp=default sched=0/0 handle=0xc8e59230 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] | state=S schedstat=( 148758170 1843021 37 ) utm=12 stm=2 core=2 HZ=100 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] | stack=0xc8d56000-0xc8d58000 stackSize=1040KB 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] | held mutexes= 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] kernel: (couldn't read /proc/self/task/22590/stack) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #00 pc 0005c994 /apex/com.android.runtime/lib/bionic/libc.so (syscall+28) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #01 pc 000e58f1 /apex/com.android.runtime/lib/libart.so (art::ConditionVariable::WaitHoldingLocks(art::Thread)+88) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #02 pc 001d74b1 /apex/com.android.runtime/lib/libart.so (art::gc::TaskProcessor::GetTask(art::Thread)+300) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #03 pc 001d7b15 /apex/com.android.runtime/lib/libart.so (art::gc::TaskProcessor::RunAllTasks(art::Thread)+48) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] at dalvik.system.VMRuntime.runHeapTasks(Native method) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] at java.lang.Daemons$HeapTaskDaemon.runInternal(Daemons.java:525) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] at java.lang.Daemons$Daemon.run(Daemons.java:139) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] at java.lang.Thread.run(Thread.java:919) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] "FinalizerDaemon" prio=5 tid=10 Waiting 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] | group="" sCount=1 dsCount=0 flags=1 obj=0x13040458 self=0xd8d22000 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] | sysTid=22592 nice=4 cgrp=default sched=0/0 handle=0xc8c47230 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] | state=S schedstat=( 5237394 1695574 10 ) utm=0 stm=0 core=1 HZ=100 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] | stack=0xc8b44000-0xc8b46000 stackSize=1040KB 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] | held mutexes= 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] kernel: (couldn't read /proc/self/task/22592/stack) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #00 pc 0005c994 /apex/com.android.runtime/lib/bionic/libc.so (syscall+28) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #01 pc 000e58f1 /apex/com.android.runtime/lib/libart.so (art::ConditionVariable::WaitHoldingLocks(art::Thread)+88) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #02 pc 00305215 /apex/com.android.runtime/lib/libart.so (art::Monitor::Wait(art::Thread, long long, int, bool, art::ThreadState)+684) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #03 pc 0030687b /apex/com.android.runtime/lib/libart.so (art::Monitor::Wait(art::Thread, art::ObjPtr, long long, int, bool, art::ThreadState)+186) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #04 pc 0031b559 /apex/com.android.runtime/lib/libart.so (art::Object_waitJI(_JNIEnv, _jobject, long long, int)+36) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] at java.lang.Object.wait(Native method) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] - waiting on <0x025ca3aa> (a java.lang.Object) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] at java.lang.Object.wait(Object.java:442) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:190) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] - locked <0x025ca3aa> (a java.lang.Object) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:211) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] at java.lang.Daemons$FinalizerDaemon.runInternal(Daemons.java:273) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] at java.lang.Daemons$Daemon.run(Daemons.java:139) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] at java.lang.Thread.run(Thread.java:919) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] "FinalizerWatchdogDaemon" prio=5 tid=11 Sleeping 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] | group="" sCount=1 dsCount=0 flags=1 obj=0x130404d0 self=0xd8e11000 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] | sysTid=22593 nice=4 cgrp=default sched=0/0 handle=0xc8b3e230 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] | state=S schedstat=( 329480 1256406 4 ) utm=0 stm=0 core=5 HZ=100 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] | stack=0xc8a3b000-0xc8a3d000 stackSize=1040KB 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] | held mutexes= 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] kernel: (couldn't read /proc/self/task/22593/stack) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #00 pc 0005c998 /apex/com.android.runtime/lib/bionic/libc.so (syscall+32) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #01 pc 000e5c1f /apex/com.android.runtime/lib/libart.so (art::ConditionVariable::TimedWait(art::Thread, long long, int)+110) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #02 pc 00305229 /apex/com.android.runtime/lib/libart.so (art::Monitor::Wait(art::Thread, long long, int, bool, art::ThreadState)+704) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #03 pc 0030687b /apex/com.android.runtime/lib/libart.so (art::Monitor::Wait(art::Thread, art::ObjPtr, long long, int, bool, art::ThreadState)+186) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #04 pc 003200eb /apex/com.android.runtime/lib/libart.so (art::Thread_sleep(_JNIEnv, _jclass, _jobject, long long, int)+54) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] at java.lang.Thread.sleep(Native method) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] - sleeping on <0x0acbab9b> (a java.lang.Object) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] at java.lang.Thread.sleep(Thread.java:440) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] - locked <0x0acbab9b> (a java.lang.Object) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] at java.lang.Thread.sleep(Thread.java:356) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] at java.lang.Daemons$FinalizerWatchdogDaemon.sleepForMillis(Daemons.java:385) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] at java.lang.Daemons$FinalizerWatchdogDaemon.waitForFinalization(Daemons.java:413) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] at java.lang.Daemons$FinalizerWatchdogDaemon.runInternal(Daemons.java:325) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] at java.lang.Daemons$Daemon.run(Daemons.java:139) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] at java.lang.Thread.run(Thread.java:919) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] "ReferenceQueueDaemon" prio=5 tid=12 Waiting 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] | group="" sCount=1 dsCount=0 flags=1 obj=0x13040550 self=0xebd19200 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] | sysTid=22591 nice=4 cgrp=default sched=0/0 handle=0xc8d50230 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] | state=S schedstat=( 2974793 1950572 11 ) utm=0 stm=0 core=0 HZ=100 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] | stack=0xc8c4d000-0xc8c4f000 stackSize=1040KB 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] | held mutexes= 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] kernel: (couldn't read /proc/self/task/22591/stack) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #00 pc 0005c994 /apex/com.android.runtime/lib/bionic/libc.so (syscall+28) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #01 pc 000e58f1 /apex/com.android.runtime/lib/libart.so (art::ConditionVariable::WaitHoldingLocks(art::Thread)+88) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #02 pc 00305215 /apex/com.android.runtime/lib/libart.so (art::Monitor::Wait(art::Thread, long long, int, bool, art::ThreadState)+684) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #03 pc 0030687b /apex/com.android.runtime/lib/libart.so (art::Monitor::Wait(art::Thread, art::ObjPtr, long long, int, bool, art::ThreadState)+186) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #04 pc 0031b559 /apex/com.android.runtime/lib/libart.so (art::Object_waitJI(_JNIEnv, _jobject, long long, int)+36) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] at java.lang.Object.wait(Native method) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] - waiting on <0x0be37b38> (a java.lang.Class) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] at java.lang.Object.wait(Object.java:442) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] at java.lang.Object.wait(Object.java:568) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] at java.lang.Daemons$ReferenceQueueDaemon.runInternal(Daemons.java:217) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] - locked <0x0be37b38> (a java.lang.Class) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] at java.lang.Daemons$Daemon.run(Daemons.java:139) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] at java.lang.Thread.run(Thread.java:919) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] "Binder:22577_1" prio=5 tid=13 Native 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] | group="" sCount=1 dsCount=0 flags=1 obj=0x130405c8 self=0xd8e19c00 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] | sysTid=22594 nice=0 cgrp=default sched=0/0 handle=0xc8937230 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] | state=S schedstat=( 5039638 7500573 27 ) utm=0 stm=0 core=1 HZ=100 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] | stack=0xc883c000-0xc883e000 stackSize=1008KB 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] | held mutexes= 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] kernel: (couldn't read /proc/self/task/22594/stack) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #00 pc 0009c9e4 /apex/com.android.runtime/lib/bionic/libc.so (ioctl+8) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #01 pc 000679c9 /apex/com.android.runtime/lib/bionic/libc.so (ioctl+28) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #02 pc 0003b567 /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+206) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #03 pc 0003b6bf /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+10) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #04 pc 0003be17 /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+38) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #05 pc 00054f75 /system/lib/libbinder.so (android::PoolThread::threadLoop()+12) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #06 pc 0000d997 /system/lib/libutils.so (android::Thread::_threadLoop(void)+210) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #07 pc 00089f7d /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void)+88) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #08 pc 000accfd /apex/com.android.runtime/lib/bionic/libc.so (pthread_start(void*)+20) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #09 pc 00062e99 /apex/com.android.runtime/lib/bionic/libc.so (start_thread+30) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] (no managed stack frames) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] "Binder:22577_2" prio=5 tid=14 Native 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] | group="" sCount=1 dsCount=0 flags=1 obj=0x13040640 self=0xe0549000 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] | sysTid=22595 nice=0 cgrp=default sched=0/0 handle=0xc8836230 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] | state=S schedstat=( 7655626 1397500 16 ) utm=0 stm=0 core=1 HZ=100 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] | stack=0xc873b000-0xc873d000 stackSize=1008KB 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] | held mutexes= 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] kernel: (couldn't read /proc/self/task/22595/stack) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #00 pc 0009c9e4 /apex/com.android.runtime/lib/bionic/libc.so (ioctl+8) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #01 pc 000679c9 /apex/com.android.runtime/lib/bionic/libc.so (ioctl+28) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #02 pc 0003b567 /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+206) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #03 pc 0003b6bf /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+10) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #04 pc 0003be17 /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+38) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #05 pc 00054f75 /system/lib/libbinder.so (android::PoolThread::threadLoop()+12) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #06 pc 0000d997 /system/lib/libutils.so (android::Thread::_threadLoop(void)+210) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #07 pc 00089f7d /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void)+88) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #08 pc 000accfd /apex/com.android.runtime/lib/bionic/libc.so (pthread_start(void)+20) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #09 pc 00062e99 /apex/com.android.runtime/lib/bionic/libc.so (start_thread+30) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] (no managed stack frames) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] "Binder:22577_3" prio=5 tid=15 Native 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] | group="" sCount=1 dsCount=0 flags=1 obj=0x130406b8 self=0xd8e22800 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] | sysTid=22597 nice=0 cgrp=default sched=0/0 handle=0xc8735230 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] | state=S schedstat=( 14642603 10138020 38 ) utm=1 stm=0 core=1 HZ=100 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] | stack=0xc863a000-0xc863c000 stackSize=1008KB 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] | held mutexes= 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] kernel: (couldn't read /proc/self/task/22597/stack) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #00 pc 0009c9e4 /apex/com.android.runtime/lib/bionic/libc.so (ioctl+8) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #01 pc 000679c9 /apex/com.android.runtime/lib/bionic/libc.so (ioctl+28) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #02 pc 0003b567 /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+206) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #03 pc 0003b6bf /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+10) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #04 pc 0003be17 /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+38) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #05 pc 00054f75 /system/lib/libbinder.so (android::PoolThread::threadLoop()+12) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #06 pc 0000d997 /system/lib/libutils.so (android::Thread::_threadLoop(void)+210) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #07 pc 00089f7d /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void)+88) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #08 pc 000accfd /apex/com.android.runtime/lib/bionic/libc.so (__pthread_start(void)+20) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #09 pc 00062e99 /apex/com.android.runtime/lib/bionic/libc.so (start_thread+30) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] (no managed stack frames) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] "Profile Saver" prio=5 tid=16 Native 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] | group="" sCount=1 dsCount=0 flags=1 obj=0x13040730 self=0xe0551c00 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] | sysTid=22608 nice=9 cgrp=default sched=0/0 handle=0xc714b230 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] | state=S schedstat=( 24181980 8281041 50 ) utm=2 stm=0 core=2 HZ=100 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] | stack=0xc7050000-0xc7052000 stackSize=1008KB 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] | held mutexes= 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] kernel: (couldn't read /proc/self/task/22608/stack) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #00 pc 0005c998 /apex/com.android.runtime/lib/bionic/libc.so (syscall+32) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #01 pc 000e5c1f /apex/com.android.runtime/lib/libart.so (art::ConditionVariable::TimedWait(art::Thread, long long, int)+110) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #02 pc 00267a2d /apex/com.android.runtime/lib/libart.so (art::ProfileSaver::Run()+804) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #03 pc 0026a94b /apex/com.android.runtime/lib/libart.so (art::ProfileSaver::RunProfileSaverThread(void)+50) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #04 pc 000accfd /apex/com.android.runtime/lib/bionic/libc.so (__pthread_start(void*)+20) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #05 pc 00062e99 /apex/com.android.runtime/lib/bionic/libc.so (start_thread+30) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] (no managed stack frames) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] "RenderThread" prio=10 tid=17 Native 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] | group="" sCount=1 dsCount=0 flags=1 obj=0x130407a8 self=0xd8e13a00 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] | sysTid=22609 nice=-10 cgrp=default sched=0/0 handle=0xc6f86230 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] | state=S schedstat=( 798648394 158990190 2873 ) utm=49 stm=30 core=5 HZ=100 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] | stack=0xc6e8b000-0xc6e8d000 stackSize=1008KB 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] | held mutexes= 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] kernel: (couldn't read /proc/self/task/22609/stack) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #00 pc 0009c8a8 /apex/com.android.runtime/lib/bionic/libc.so (epoll_pwait+20) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #01 pc 0006bac1 /apex/com.android.runtime/lib/bionic/libc.so (epoll_wait+16) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #02 pc 00010817 /system/lib/libutils.so (android::Looper::pollInner(int)+210) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #03 pc 000106c7 /system/lib/libutils.so (android::Looper::pollOnce(int, int, int, void*)+30) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #04 pc 0020b073 /system/lib/libhwui.so (android::uirenderer::ThreadBase::waitForWork()+86) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #05 pc 0020af97 /system/lib/libhwui.so (android::uirenderer::renderthread::RenderThread::threadLoop()+46) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #06 pc 0000d997 /system/lib/libutils.so (android::Thread::_threadLoop(void)+210) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #07 pc 000accfd /apex/com.android.runtime/lib/bionic/libc.so (__pthread_start(void*)+20) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #08 pc 00062e99 /apex/com.android.runtime/lib/bionic/libc.so (start_thread+30) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] (no managed stack frames) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] "Binder:interceptor" prio=7 tid=18 Native 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] | group="" sCount=1 dsCount=0 flags=1 obj=0x13040820 self=0xd8e11e00 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] | sysTid=22612 nice=-4 cgrp=default sched=0/0 handle=0xc6885230 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] | state=S schedstat=( 40921565 2161927 48 ) utm=3 stm=0 core=6 HZ=100 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] | stack=0xc6782000-0xc6784000 stackSize=1040KB 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] | held mutexes= 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] kernel: (couldn't read /proc/self/task/22612/stack) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #00 pc 0009c8a8 /apex/com.android.runtime/lib/bionic/libc.so (epoll_pwait+20) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #01 pc 0006bac1 /apex/com.android.runtime/lib/bionic/libc.so (epoll_wait+16) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #02 pc 00010817 /system/lib/libutils.so (android::Looper::pollInner(int)+210) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #03 pc 000106c7 /system/lib/libutils.so (android::Looper::pollOnce(int, int, int, void*)+30) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #04 pc 000ddc63 /system/lib/libandroid_runtime.so (android::android_os_MessageQueue_nativePollOnce(_JNIEnv, _jobject*, long long, int)+26) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] at android.os.MessageQueue.nativePollOnce(Native method) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] at android.os.MessageQueue.next(MessageQueue.java:345) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] at android.os.Looper.loop(Looper.java:194) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] at android.os.HandlerThread.run(HandlerThread.java:67) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] "hwuiTask0" prio=6 tid=20 Native 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] | group="" sCount=1 dsCount=0 flags=1 obj=0x13040950 self=0xd8c56c00 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] | sysTid=22625 nice=-2 cgrp=default sched=0/0 handle=0xc440d230 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] | state=S schedstat=( 11826560 3079582 82 ) utm=1 stm=0 core=4 HZ=100 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] | stack=0xc4312000-0xc4314000 stackSize=1008KB 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] | held mutexes= 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] kernel: (couldn't read /proc/self/task/22625/stack) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #00 pc 0005c994 /apex/com.android.runtime/lib/bionic/libc.so (syscall+28) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #01 pc 00062261 /apex/com.android.runtime/lib/bionic/libc.so (futex_wait_ex(void volatile, bool, int, bool, timespec const)+92) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #02 pc 000ac411 /apex/com.android.runtime/lib/bionic/libc.so (pthread_cond_wait+32) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #03 pc 0004ed35 /system/lib/libc++.so (std::1::condition_variable::wait(std::__1::unique_lock<std::1::mutex>&)+8) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #04 pc 0026d315 /system/lib/libhwui.so (android::uirenderer::CommonPool::workerLoop()+60) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #05 pc 0026d263 /system/lib/libhwui.so (_ZNSt3114thread_proxyINS_5tupleIJNS_10unique_ptrINS_15thread_structENS_14default_deleteIS3_EEEEZN7android10uirenderer10CommonPoolC1EvE3$0EEEEEPvSC+94) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #06 pc 000accfd /apex/com.android.runtime/lib/bionic/libc.so (pthread_start(void)+20) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #07 pc 00062e99 /apex/com.android.runtime/lib/bionic/libc.so (__start_thread+30) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] (no managed stack frames) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] "hwuiTask1" prio=6 tid=21 Native 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] | group="" sCount=1 dsCount=0 flags=1 obj=0x130409c8 self=0xc66ae400 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] | sysTid=22626 nice=-2 cgrp=default sched=0/0 handle=0xc430c230 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] | state=S schedstat=( 12473332 3156146 86 ) utm=1 stm=0 core=4 HZ=100 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] | stack=0xc4211000-0xc4213000 stackSize=1008KB 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] | held mutexes= 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] kernel: (couldn't read /proc/self/task/22626/stack) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #00 pc 0005c994 /apex/com.android.runtime/lib/bionic/libc.so (syscall+28) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #01 pc 00062261 /apex/com.android.runtime/lib/bionic/libc.so (__futex_wait_ex(void volatile, bool, int, bool, timespec const)+92) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #02 pc 000ac411 /apex/com.android.runtime/lib/bionic/libc.so (pthread_cond_wait+32) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #03 pc 0004ed35 /system/lib/libc++.so (std::1::condition_variable::wait(std::__1::unique_lock<std::1::mutex>&)+8) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #04 pc 0026d315 /system/lib/libhwui.so (android::uirenderer::CommonPool::workerLoop()+60) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #05 pc 0026d263 /system/lib/libhwui.so (_ZNSt3114thread_proxyINS_5tupleIJNS_10unique_ptrINS_15thread_structENS_14default_deleteIS3_EEEEZN7android10uirenderer10CommonPoolC1EvE3$0EEEEEPvSC+94) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #06 pc 000accfd /apex/com.android.runtime/lib/bionic/libc.so (pthread_start(void)+20) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #07 pc 00062e99 /apex/com.android.runtime/lib/bionic/libc.so (__start_thread+30) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] (no managed stack frames) 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] "queued-work-looper" prio=6 tid=25 Native 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] | group="" sCount=1 dsCount=0 flags=1 obj=0x13040a40 self=0xd8c02200 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] | sysTid=22649 nice=-2 cgrp=default sched=0/0 handle=0xb8117230 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] | state=S schedstat=( 549948 20990 1 ) utm=0 stm=0 core=0 HZ=100 2020-12-20 15:20:16.222 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] | stack=0xb8014000-0xb8016000 stackSize=1040KB 2020-12-20 15:20:16.223 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] | held mutexes= 2020-12-20 15:20:16.223 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] kernel: (couldn't read /proc/self/task/22649/stack) 2020-12-20 15:20:16.223 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #00 pc 0009c8a8 /apex/com.android.runtime/lib/bionic/libc.so (__epoll_pwait+20) 2020-12-20 15:20:16.223 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #01 pc 0006bac1 /apex/com.android.runtime/lib/bionic/libc.so (epoll_wait+16) 2020-12-20 15:20:16.223 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #02 pc 00010817 /system/lib/libutils.so (android::Looper::pollInner(int)+210) 2020-12-20 15:20:16.223 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #03 pc 000106c7 /system/lib/libutils.so (android::Looper::pollOnce(int, int, int, void*)+30) 2020-12-20 15:20:16.223 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #04 pc 000ddc63 /system/lib/libandroid_runtime.so (android::android_os_MessageQueue_nativePollOnce(_JNIEnv, _jobject*, long long, int)+26) 2020-12-20 15:20:16.223 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] at android.os.MessageQueue.nativePollOnce(Native method) 2020-12-20 15:20:16.223 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] at android.os.MessageQueue.next(MessageQueue.java:345) 2020-12-20 15:20:16.223 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] at android.os.Looper.loop(Looper.java:194) 2020-12-20 15:20:16.223 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] at android.os.HandlerThread.run(HandlerThread.java:67) 2020-12-20 15:20:16.223 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] 2020-12-20 15:20:16.223 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] "Binder:22577_4" prio=5 tid=3 Native 2020-12-20 15:20:16.223 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] | group="" sCount=1 dsCount=0 flags=1 obj=0x13040b28 self=0xf395dc00 2020-12-20 15:20:16.223 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] | sysTid=22743 nice=0 cgrp=default sched=0/0 handle=0xc5db0230 2020-12-20 15:20:16.223 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] | state=S schedstat=( 9632031 13400783 49 ) utm=0 stm=0 core=7 HZ=100 2020-12-20 15:20:16.223 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] | stack=0xc5cb5000-0xc5cb7000 stackSize=1008KB 2020-12-20 15:20:16.223 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] (no managed stack frames) 2020-12-20 15:20:16.223 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: runtime.cc:705] native: #74 pc 000023bd /system/bin/app_process32 (main+880) 2020-12-20 15:20:16.224 22577-22577/com.equationl.videoshotpro A/libc: Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 22577 (nl.videoshotpro), pid 22577 (nl.videoshotpro)

原视频信息如下: image

suiyuanchen commented 3 years ago

我也遇到了同样的错误

microshow commented 3 years ago

可以修改名字在处理

suiyuanchen commented 3 years ago

在线获取的没法修改名字的