发现三星手机会出这个log 然后程序崩溃
参考stackoverflow解决了这个问题,我在崩溃的那个fragment的xml的父布局里添加了
android:layerType="software"
问题解决了
http://stackoverflow.com/questions/30600557/android-opengl-crash-on-animation
in AndroidManifest.xml application:
<application android:hardwareAccelerated="false" ...>
in Activity :
getWindow().setFlags(