android: enable full logging if DEBUG build
This commit is contained in:
@@ -307,8 +307,10 @@ if __name__ == '__main__':
|
||||
|
||||
# config is an object passed to the various constructors (wallet, interface, gui)
|
||||
if is_android:
|
||||
from jnius import autoclass
|
||||
build_config = autoclass("org.electrum.electrum.BuildConfig")
|
||||
config_options = {
|
||||
'verbosity': '',
|
||||
'verbosity': '*' if build_config.DEBUG else '',
|
||||
'cmd': 'gui',
|
||||
'gui': 'kivy',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user