Android崩溃记录持续更新(bugly)

休言女子非英物,夜夜龙泉壁上鸣。这篇文章主要讲述Android崩溃记录持续更新(bugly)相关的知识,希望能为你提供帮助。
1、bugly收集

#00 pc 00000000000f7748 /data/app/com.firereactnaitve-1/lib/arm64/libjsc.so (JSC::AccessCase::propagateTransitions(JSC::SlotVisitor& ) const+16) [arm64-v8a] 2 #01 pc 0000000000143fe8 /data/app/com.firereactnaitve-1/lib/arm64/libjsc.so (JSC::PolymorphicAccess::propagateTransitions(JSC::SlotVisitor& ) const+48) [arm64-v8a] 3 #02 pc 000000000012f0a8 /data/app/com.firereactnaitve-1/lib/arm64/libjsc.so (JSC::CodeBlock::propagateTransitions(JSC::ConcurrentJSLocker const& , JSC::SlotVisitor& )+556) [arm64-v8a] 4 #03 pc 0000000000139484 /data/app/com.firereactnaitve-1/lib/arm64/libjsc.so (JSC::ExecutableToCodeBlockEdge::runConstraint(JSC::ConcurrentJSLocker const& , JSC::VM& , JSC::SlotVisitor& )+40) [arm64-v8a] 5 #04 pc 000000000013900c /data/app/com.firereactnaitve-1/lib/arm64/libjsc.so (JSC::ExecutableToCodeBlockEdge::visitChildren(JSC::JSCell*, JSC::SlotVisitor& )+1044) [arm64-v8a] 6 #05 pc 00000000001fb9c4 /data/app/com.firereactnaitve-1/lib/arm64/libjsc.so (_ZZN3JSC11SlotVisitor5drainEN3WTF13MonotonicTimeEENK3$_3clERNS_14MarkStackArrayE+324) [arm64-v8a] 7 #06 pc 00000000001f8e90 /data/app/com.firereactnaitve-1/lib/arm64/libjsc.so (JSC::SlotVisitor::drain(WTF::MonotonicTime)+132) [arm64-v8a] 8 #07 pc 00000000001f96bc /data/app/com.firereactnaitve-1/lib/arm64/libjsc.so (JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode, WTF::MonotonicTime)+580) [arm64-v8a] 9 #08 pc 00000000001e41a0 /data/app/com.firereactnaitve-1/lib/arm64/libjsc.so (_ZN3WTF17SharedTaskFunctorIFvvEZN3JSC4Heap13runBeginPhaseENS2_11GCConductorEE4$_17E3runEv+580) [arm64-v8a] 10 #09 pc 00000000006171ec /data/app/com.firereactnaitve-1/lib/arm64/libjsc.so (WTF::ParallelHelperClient::runTask(WTF::RefPtr< WTF::SharedTask< void ()> , WTF::DumbPtrTraits< WTF::SharedTask< void ()> > > const& )+40) [arm64-v8a] 11 #10 pc 0000000000617950 /data/app/com.firereactnaitve-1/lib/arm64/libjsc.so (WTF::ParallelHelperPool::Thread::work()+16) [arm64-v8a] 12 #11 pc 000000000060de7c /data/app/com.firereactnaitve-1/lib/arm64/libjsc.so (_ZN3WTF8FunctionIFvvEE15CallableWrapperIZNS_15AutomaticThread5startERKNS_14AbstractLockerEE3$_0E4callEv+376) [arm64-v8a] 13 #12 pc 000000000061b084 /data/app/com.firereactnaitve-1/lib/arm64/libjsc.so (WTF::Thread::entryPoint(WTF::Thread::NewThreadContext*)+212) [arm64-v8a] 14 #13 pc 0000000000646dc8 /data/app/com.firereactnaitve-1/lib/arm64/libjsc.so (WTF::wtfThreadEntryPoint(void*)+4) [arm64-v8a]

【Android崩溃记录持续更新(bugly)】解决:/app/build.gradle中以下部分,去掉"arm64-v8a"
include "armeabi-v7a", "x86" , "arm64-v8a", "x86_64"
改为:include "armeabi-v7a", "x86" ,"x86_64"


    推荐阅读