mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2026-04-18 16:46:58 -04:00
Enable LWJGL3 debug
This commit is contained in:
@@ -877,6 +877,11 @@ public class MainActivity extends AppCompatActivity implements OnTouchListener,
|
||||
if (!System.getProperty("user.home", "/").equals(Tools.MAIN_PATH)) {
|
||||
forceUserHome(Tools.MAIN_PATH);
|
||||
}
|
||||
|
||||
// Enable LWJGL3 debug
|
||||
System.setProperty("org.lwjgl.util.Debug", "true");
|
||||
System.setProperty("org.lwjgl.util.DebugLoader", "true");
|
||||
|
||||
System.setProperty("org.apache.logging.log4j.level", "INFO");
|
||||
System.setProperty("org.apache.logging.log4j.simplelog.level", "INFO");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user