From 98304662ca833b5d554cf2c1ee212e24065db18a Mon Sep 17 00:00:00 2001 From: SomberNight Date: Tue, 21 Mar 2023 16:34:39 +0000 Subject: [PATCH] android build: default to log_level=2 It is nice to see debug logs for local builds, and also extremely useful to have them on the CI. follow-up https://github.com/spesmilo/electrum/commit/6b9d294a86ca61e24834b152cbd319e61e0eda0e --- contrib/android/buildozer_kivy.spec | 2 +- contrib/android/buildozer_qml.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/android/buildozer_kivy.spec b/contrib/android/buildozer_kivy.spec index 9c78d172d..b40009658 100644 --- a/contrib/android/buildozer_kivy.spec +++ b/contrib/android/buildozer_kivy.spec @@ -212,7 +212,7 @@ p4a.local_recipes = %(source.dir)s/contrib/android/p4a_recipes/ [buildozer] # (int) Log level (0 = error only, 1 = info, 2 = debug (with command output)) -log_level = 1 +log_level = 2 # (str) Path to build output (i.e. .apk, .ipa) storage bin_dir = ./dist diff --git a/contrib/android/buildozer_qml.spec b/contrib/android/buildozer_qml.spec index 26555b334..701fe306e 100644 --- a/contrib/android/buildozer_qml.spec +++ b/contrib/android/buildozer_qml.spec @@ -224,7 +224,7 @@ p4a.bootstrap = qt5 [buildozer] # (int) Log level (0 = error only, 1 = info, 2 = debug (with command output)) -log_level = 1 +log_level = 2 # (str) Path to build output (i.e. .apk, .ipa) storage bin_dir = ./dist