[Scummvm-git-logs] scummvm master -> 3b3f88cfbf14e18596d6adaf8daf3f34138aa20a

lephilousophe noreply at scummvm.org
Sun Feb 12 19:33:51 UTC 2023


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
3b3f88cfbf ANDROID: Don't override gDebugLevel


Commit: 3b3f88cfbf14e18596d6adaf8daf3f34138aa20a
    https://github.com/scummvm/scummvm/commit/3b3f88cfbf14e18596d6adaf8daf3f34138aa20a
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2023-02-12T20:33:19+01:00

Commit Message:
ANDROID: Don't override gDebugLevel

Changed paths:
    backends/platform/android/android.cpp


diff --git a/backends/platform/android/android.cpp b/backends/platform/android/android.cpp
index d2d5e2b3bf8..4958412bbcf 100644
--- a/backends/platform/android/android.cpp
+++ b/backends/platform/android/android.cpp
@@ -368,11 +368,6 @@ void OSystem_Android::initBackend() {
 
 	_main_thread = pthread_self();
 
-	// TODO Setting debug level to 3, temporarily
-	//      only for catching the level 3 messages from the new (Apr 2021)
-	//      gui-scale (hidpi) code
-	gDebugLevel = 3;
-
 	// Warning: ConfMan.registerDefault() can be used for a Session of ScummVM
 	//          but:
 	//              1. The values will NOT persist to storage




More information about the Scummvm-git-logs mailing list