Merge pull request #1260 from xloem/debug-loglevel
Pass debug loglevel down through to python for android
This commit is contained in:
commit
b9245f33ab
1 changed files with 3 additions and 0 deletions
|
@ -100,6 +100,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