+ # This branch is taken if:
+ # - waydroid is not yet initialized
+ # - waydroid is invoked with no command or with log
+ if not os.path.exists(args.log):
+ # The log could have been already created if init was used and failed, if its not the case we use a temporary one
+ args.log = "/tmp/tools.log"