commit a79650a231252b9d0bc22bfe18c19b4d92b86987
Author: Leszek Koltunski <leszek@koltunski.pl>
Date:   Wed May 27 12:43:04 2020 +0100

    Report a Crashlytics non-fatal if we fail to compile some shaders.

diff --git a/src/main/java/org/distorted/library/main/DistortedLibrary.java b/src/main/java/org/distorted/library/main/DistortedLibrary.java
index 8fefde1..472276d 100644
--- a/src/main/java/org/distorted/library/main/DistortedLibrary.java
+++ b/src/main/java/org/distorted/library/main/DistortedLibrary.java
@@ -799,6 +799,7 @@ public class DistortedLibrary
       if( renderer.contains("GE8") )
         {
         Log.e("DISTORTED", "You are running this on a PowerVR GE8XXX.\nDue to a buggy compiler OIT rendering will not work");
+        Log.e("DISTORTED", "GLSL Version "+GLES30.glGetString(GLES31.GL_SHADING_LANGUAGE_VERSION));
         }
       }
     }
