You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using two wa processes to stress a device in different ways at the same time. One needs to be programmatically turned on and off in response to a condition. Currently how I'm doing that is to start one of the workloads in one wa process, and when the condition is true, start another wa process which runs the other workload until the condition becomes false and I kill the second wa process.
Having two processes seems cause issues where one of the processes tries to execute busybox and triggers an exception:
TargetStableCalledProcessError: Command '...' returned non-zero exit status 126.
STDOUT:
STDERR: /system/bin/sh: /data/local/tmp/bin/busybox: can't execute: Permission denied
I am using two wa processes to stress a device in different ways at the same time. One needs to be programmatically turned on and off in response to a condition. Currently how I'm doing that is to start one of the workloads in one wa process, and when the condition is true, start another wa process which runs the other workload until the condition becomes false and I kill the second wa process.
Having two processes seems cause issues where one of the processes tries to execute busybox and triggers an exception: