[Scummvm-git-logs] scummvm branch-2-7 -> 67743660cac7c1d2aaab89eae181c5ac543b44e3

lephilousophe noreply at scummvm.org
Sun Feb 12 19:33:50 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:
67743660ca ANDROID: Don't override gDebugLevel


Commit: 67743660cac7c1d2aaab89eae181c5ac543b44e3
    https://github.com/scummvm/scummvm/commit/67743660cac7c1d2aaab89eae181c5ac543b44e3
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2023-02-12T20:33:28+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