- command = ["modprobe", "ashmem_linux"]
- output = tools.helpers.run.user(args, command, check=False, output_return=True)
- if output:
- logging.error("Failed to load ashmem driver")
- logging.error(output.strip())
+ command = ["modprobe", "-q", "ashmem_linux"]
+ tools.helpers.run.user(args, command, check=False)