WIP: log full command line of sd_fusing.py
authorŁukasz Stelmach <l.stelmach@samsung.com>
Mon, 2 Oct 2023 09:50:45 +0000 (11:50 +0200)
committerŁukasz Stelmach <l.stelmach@samsung.com>
Mon, 2 Oct 2023 09:50:45 +0000 (11:50 +0200)
Change-Id: I90abf70a6475a3c8eab85e5cb7df7531c42cc688

scripts/tizen/sd_fusing.py

index 602efb0..1435f3c 100755 (executable)
@@ -679,6 +679,7 @@ if __name__ == '__main__':
                         handlers=log_handlers,
                         level=args.log_level.upper())
 
+    logging.debug(" ".join(sys.argv))
     check_args(args)
     check_device(args)