Pass debug loglevel down through to python for android
This commit is contained in:
parent
3e008a4609
commit
bc5b92e11f
1 changed files with 3 additions and 0 deletions
|
@ -98,6 +98,9 @@ class TargetAndroid(Target):
|
|||
else:
|
||||
self.extra_p4a_args += ' --ignore-setup-py'
|
||||
|
||||
if self.buildozer.log_level >= 2:
|
||||
self.extra_p4a_args += ' --debug'
|
||||
|
||||
self.warn_on_deprecated_tokens()
|
||||
|
||||
def warn_on_deprecated_tokens(self):
|
||||
|
|
Loading…
Reference in a new issue