致命信号 11 (SIGSEGV),代码 1,故障地址 0x48 in tid 21741 (RenderThread) in android in 某些设备的后壳

Fatal signal 11 (SIGSEGV), code 1, fault addr 0x48 in tid 21741 (RenderThread) in android in rear case in some device

致命信号 11 (SIGSEGV),代码 1,tid 21741 (RenderThread) 中的故障地址 0x48 在某些 device.If 的最后情况中发生,任何人都知道请 answer.Due 这个错误 android 应用程序崩溃每 activity。

<activity
        android:name=".HomeActivity"/>

crash

已解决。

只需在 activity

的清单文件中添加:android:hardwareAccelerated="false"
<activity
        android:hardwareAccelerated="false"
        android:name=".HomeActivity"/>

参考: Hardware Acceleration.