我正在开发一个android应用程序,有时我收到这个错误,应用程序崩溃,这是日志:
08-01 00:53:47.426 2501-2501/? E/audit: type=1701
audit(1533068627.416:106978): auid=4294967295 uid=10781 gid=10781
ses=4294967295 subj=u:r:untrusted_app:s0:c512,c768 pid=27042
comm="RenderThread" exe="/system/bin/app_process32" sig=6[ 08-01
00:53:47.432 2356: 2356 W/ ]
debuggerd: resuming target 26966我想可能是因为内存泄漏,谁能告诉我它是用来做什么的?
发布于 2018-08-06 18:09:05
我自己找到了解决方案,我在一个片段中有一个查看器和一个地图,这个错误发生在地图中的方法onStop执行时,在this link注释#76关于地图帮助我解决了我的问题。:)
https://stackoverflow.com/questions/51621870
复制相似问题