We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
使用的版本是 2.1.0.300
报错日志 #00 pc 000000000007066c /apex/com.android.runtime/lib64/bionic/libc.so (abort+160) [arm64-v8a::b91c775ccc9b0556e91bc575a2511cd0] 2 #1 pc 000000000015a818 /data/user_de/0/com.huawei.android.hsf/modules/external/huawei_module_scankit/20400303/arm64-v8a/libscannative.so [arm64-v8a::64838cef879dd4de6c7688779befbf22] 3 #2 pc 000000000015a970 /data/user_de/0/com.huawei.android.hsf/modules/external/huawei_module_scankit/20400303/arm64-v8a/libscannative.so [arm64-v8a::64838cef879dd4de6c7688779befbf22] 4 #3 pc 0000000000157bf4 /data/user_de/0/com.huawei.android.hsf/modules/external/huawei_module_scankit/20400303/arm64-v8a/libscannative.so [arm64-v8a::64838cef879dd4de6c7688779befbf22] 5 #4 pc 00000000001572f8 /data/user_de/0/com.huawei.android.hsf/modules/external/huawei_module_scankit/20400303/arm64-v8a/libscannative.so [arm64-v8a::64838cef879dd4de6c7688779befbf22] 6 #5 pc 0000000000157278 /data/user_de/0/com.huawei.android.hsf/modules/external/huawei_module_scankit/20400303/arm64-v8a/libscannative.so (__cxa_throw+120) [arm64-v8a::64838cef879dd4de6c7688779befbf22] 7 #6 pc 000000000008dafc /data/user_de/0/com.huawei.android.hsf/modules/external/huawei_module_scankit/20400303/arm64-v8a/libscannative.so [arm64-v8a::64838cef879dd4de6c7688779befbf22] 8 #7 pc 0000000000004c90 /system/bin/app_process64 [arm64-v8a::e844be217eb39b34490d3798328d1f12] 9 #8 pc 0000000000000634 [vdso]
bugly上提示 abort program SIG是信号名的通用前缀。ABRT是abort program的缩写。
当操作系统发现不安全的情况时,它能够对这种情况进行更多的控制,必要的话,它能要求进程进行清理工作。在调试造成此信号的底层错误时,并没有什么妙招。 如 cocos2d 或 UIKit 等框架通常会在特定的前提条件没有满足或一些糟糕的情况出现时调用 C 函数 abort (由它来发送此信号)。
The text was updated successfully, but these errors were encountered:
@houweijia 尊敬的开发者,您好, 请升级至2.8.0.300版本,再进行尝试~
Sorry, something went wrong.
No branches or pull requests
使用的版本是 2.1.0.300
报错日志
#00 pc 000000000007066c /apex/com.android.runtime/lib64/bionic/libc.so (abort+160) [arm64-v8a::b91c775ccc9b0556e91bc575a2511cd0]
2
#1 pc 000000000015a818 /data/user_de/0/com.huawei.android.hsf/modules/external/huawei_module_scankit/20400303/arm64-v8a/libscannative.so [arm64-v8a::64838cef879dd4de6c7688779befbf22]
3
#2 pc 000000000015a970 /data/user_de/0/com.huawei.android.hsf/modules/external/huawei_module_scankit/20400303/arm64-v8a/libscannative.so [arm64-v8a::64838cef879dd4de6c7688779befbf22]
4
#3 pc 0000000000157bf4 /data/user_de/0/com.huawei.android.hsf/modules/external/huawei_module_scankit/20400303/arm64-v8a/libscannative.so [arm64-v8a::64838cef879dd4de6c7688779befbf22]
5
#4 pc 00000000001572f8 /data/user_de/0/com.huawei.android.hsf/modules/external/huawei_module_scankit/20400303/arm64-v8a/libscannative.so [arm64-v8a::64838cef879dd4de6c7688779befbf22]
6
#5 pc 0000000000157278 /data/user_de/0/com.huawei.android.hsf/modules/external/huawei_module_scankit/20400303/arm64-v8a/libscannative.so (__cxa_throw+120) [arm64-v8a::64838cef879dd4de6c7688779befbf22]
7
#6 pc 000000000008dafc /data/user_de/0/com.huawei.android.hsf/modules/external/huawei_module_scankit/20400303/arm64-v8a/libscannative.so [arm64-v8a::64838cef879dd4de6c7688779befbf22]
8
#7 pc 0000000000004c90 /system/bin/app_process64 [arm64-v8a::e844be217eb39b34490d3798328d1f12]
9
#8 pc 0000000000000634 [vdso]
bugly上提示
abort program
SIG是信号名的通用前缀。ABRT是abort program的缩写。
当操作系统发现不安全的情况时,它能够对这种情况进行更多的控制,必要的话,它能要求进程进行清理工作。在调试造成此信号的底层错误时,并没有什么妙招。 如 cocos2d 或 UIKit 等框架通常会在特定的前提条件没有满足或一些糟糕的情况出现时调用 C 函数 abort (由它来发送此信号)。
The text was updated successfully, but these errors were encountered: