From 7cbebaf73c65d969cc5c611f76b1e7b0d2e03a01 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C5=81ukasz=20Stelmach?= Date: Mon, 2 Oct 2023 20:22:47 +0200 Subject: [PATCH] WIP add --debug MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: Ie2894d371fbc956f07dbd71632a2f8ed2921b674 Signed-off-by: Łukasz Stelmach --- scripts/tizen/sd_fusing.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/tizen/sd_fusing.py b/scripts/tizen/sd_fusing.py index 17619d3ef3..8a5458b52f 100755 --- a/scripts/tizen/sd_fusing.py +++ b/scripts/tizen/sd_fusing.py @@ -648,6 +648,9 @@ if __name__ == '__main__': help="binary to flash, may be used multiple times") parser.add_argument("--create", action="store_true", help="create the backing file and format the loopback device") + parser.add_argument("--debug", action='store_const', const='DEBUG', + dest='log_level', + help="set log level to DEBUG") parser.add_argument("-d", "--device", required=True, help="device node or loopback backing file") parser.add_argument("--format", action="store_true", -- 2.34.1