SIGNAL 11 SIGSEGV 崩溃 Android

SIGNAL 11 SIGSEGV crash Android(SIGNAL 11 SIGSEGV 崩溃 Android)
本文介绍了SIGNAL 11 SIGSEGV 崩溃 Android的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

今天我遇到了一个错误,因为我的 Android 应用程序正在通过 SIGNAL 11.

Today I faced an error due to which my Android application is getting by SIGNAL 11.

此错误通常是由于 Android 内部存储未经授权访问内存区域而发生的.一些可能的场景是 Web 访问、网络通信、服务器图像下载等.我的是浏览器加载url的情况!

This error usually occurs due to unauthorized memory area access by Android internal storage. Some of the possible scenarios are web access, network communication, server image downloading and such. Mine was the case of browser load url!

http://bootloader.wikidot.com/linux:android:crashlog

我需要在扫描二维码后启动浏览器.

I need to launch the browser after a QR code scan.

应用程序一直在流畅地扫描和启动浏览器,但在尝试相同步骤 15-20 次后出现问题..

Application was keep on scanning and launching the browser fluently but the issue occurs after 15-20 attempts of same steps..

我研究了很多,发现它发生在Android Native库中的MEMORY ERROR..通常是当android内部存储系统尝试访问未知的内存区域时.

I researched a lot and found that its the MEMORY ERROR which occurs in Android Native libraries.. usually when an unknown memory area is tried to access by the android internal storage system.

最后我透露,当我在Android应用程序设置部分看到我的应用程序内存使用情况时,我发现缓存已经达到了10 MB..

Finally I revealed that when I saw my application memory usage in the Android application setting section, i found that the cache has been reached to 10 MB..

推荐答案

调用webview.clearCache();webView2.destroyDrawingCache();

这应该可以解决问题.

这篇关于SIGNAL 11 SIGSEGV 崩溃 Android的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

How to target newer versions in .gitlab-ci.yml using auto devops (java 11 instead of 8 and Android 31 instead of 29)(如何在.gitlab-ci.yml中使用自动开发工具(Java 11而不是8,Android 31而不是29)瞄准较新的版本)
Android + coreLibraryDesugaring: which Java 11 APIs can I expect to work?(Android+core LibraryDesugering:我可以期待哪些Java 11API能够工作?)
How to render something in an if statement React Native(如何在If语句中呈现某些内容Reaction Native)
How can I sync two flatList scroll position in react native(如何在本机Reaction中同步两个平面列表滚动位置)
Using Firebase Firestore in offline only mode(在仅脱机模式下使用Firebase FiRestore)
Crash on Google Play Pre-Launch Report: java.lang.NoSuchMethodError(Google Play发布前崩溃报告:java.lang.NoSuchMethodError)