簡體   English   中英

我的應用在 Google Play 控制台上的原生崩潰 發布前報告詳細信息

[英]Native crash of my app on Google play console Pre-launch report details

我在 Google Play 的發布前報告詳細信息中有此崩潰。 這里有什么問題? 我該如何解決?

Build fingerprint: 'generic/gce_x86_phone/gce_x86:9/PGR1.190916.001/5877764:userdebug/test-keys'

Revision: '0'
ABI: 'x86'
pid: 7566, tid: 8624, name: 1.ui  >>> com.#########.########### <<<
signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
Abort message: '[FATAL:flutter/lib/ui/semantics/semantics_update_builder.cc(85)] Check failed: transform.data() && SkScalarsAreFinite(*transform.data(), 9). Semantics update transform was not set or not finite.
'
    eax 00000000  ebx 00001d8e  ecx 000021b0  edx 00000006
    edi c4b4d9c8  esi 00000000
    ebp c4b4ce98  esp c4b4cddc  eip eb1debe9
backtrace:
    #00 pc 00000be9  [vdso:eb1de000] (__kernel_vsyscall+9)
    #01 pc 000789ec  /system/lib/libc.so (tgkill+28)
    #02 pc 00092447  /system/lib/libndk_translation.so (ndk_translation::RunHostSpecificSyscallImpl(int, int, int, int, int, int, int)+423)
    #03 pc 0008cb93  /system/lib/libndk_translation.so (ndk_translation::RunKernelSyscall(int, int, int, int, int, int, int)+243)
    #04 pc 00078c42  /system/lib/libndk_translation.so (ndk_translation::SVC(ndk_translation::ProcessState*, ndk_translation::SVC_Args const&)+50)
    #05 pc 00099b0c  /system/lib/libndk_translation.so (ndk_translation::InsnInterpreter::CallInterp(unsigned int, void const*, void const*)+44)
    #06 pc 000b30ec  /system/lib/libndk_translation.so (ndk_translation::SemanticsDecoder::SVC(ndk_translation::SVC_Args const&)+108)
    #07 pc 000ed7cb  /system/lib/libndk_translation.so (ndk_translation::ArmDecoder::TranslateThumbInsn(unsigned short const*)+8891)
    #08 pc 0009b390  /system/lib/libndk_translation.so (ndk_translation::(anonymous namespace)::DecodeInsn(unsigned int, ndk_translation::(anonymous namespace)::ArmInterpreter*, ndk_translation::ProcessState*, ndk_translation::ArmDecoder*)+112)
    #09 pc 0009b5b7  /system/lib/libndk_translation.so (ndk_translation::InterpretTrace(ndk_translation::ProcessState*)+327)
    #10 pc 00079f0d  /system/lib/libndk_translation.so (ndk_translation_HandleNotTranslated+285)
    #11 pc 0018db57  /system/lib/libndk_translation.so

它發生在一個設備(模擬器)中: 在此處輸入圖像描述

這似乎是 flutter 方面的錯誤,有關更多詳細信息,請參閱: https://github.com/flutter/flutter/issues/37396Z5E056C500A1C4B6A7110B50D803/ flutter/issues/1.com

目前我將使用最新的穩定版本發布我的應用程序的更新(按照鏈接中的建議將 minSdkVersion 設置為 29),我通過內部測試進行了嘗試,它通過了,沒有任何崩潰。 這是等待修復此 flutter 錯誤的臨時解決方案。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM