[Scummvm-tracker] [ScummVM :: Bugs] #15374: ANDROID: Log Debug level is reset when force closing the app

ScummVM :: Bugs trac at scummvm.org
Sat Nov 2 15:44:24 UTC 2024


#15374: ANDROID: Log Debug level is reset when force closing the app
-----------------------+----------------------------
Reporter:  antoniou79  |       Owner:  (none)
    Type:  defect      |      Status:  new
Priority:  normal      |   Component:  Port: Android
 Version:              |  Resolution:
Keywords:              |        Game:
-----------------------+----------------------------
Comment (by lephilousophe):

 The gDebugLevel variable is a global variable.
 The libscummvm.so library is loaded when ScummVM class is initialized but
 it is never unloaded as this is not really possible in Java.
 When we press the quit button, the native thread is shut and the activity
 closed but the process (with libscummvm.so loaded) is kept alive for
 future launches.
 Hence, the gDebugLevel variable keeps its value.
-- 
Ticket URL: <https://bugs.scummvm.org/ticket/15374#comment:3>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM


More information about the Scummvm-tracker mailing list