diff --git a/arkui/ace_ets_component_ui/Test.json b/arkui/ace_ets_component_ui/Test.json index e268e4e7e4c5022676bc7ce534ad650b84d71cca..7f152071c433b1c6ec510c38cf75a7a709ffd579 100644 --- a/arkui/ace_ets_component_ui/Test.json +++ b/arkui/ace_ets_component_ui/Test.json @@ -21,8 +21,6 @@ "param set persist.sys.suspend_manager_enabled 0", "reboot", "power-shell wakeup", - "hilog -Q pidoff", - "hilog -b DEBUG", "uinput -T -d 300 600 -m 300 600 300 100 -u 300 100", "power-shell setmode 602" ], diff --git a/arkui/ace_standard/Test.json b/arkui/ace_standard/Test.json index c4cdfe81990df2dc9d9ef2d1429e19118ce5b183..e2a35c1e43ce49920cae86ff6e85c95e314f948d 100644 --- a/arkui/ace_standard/Test.json +++ b/arkui/ace_standard/Test.json @@ -17,7 +17,9 @@ { "type": "ShellKit", "run-command": [ - "hilog -Q pidoff" + "hilog -Q pidoff", + "power-shell wakeup", + "power-shell setmode 602" ] } ]