From 58ff09197ba7427ab144ac21ddccc36ee1f9bc16 Mon Sep 17 00:00:00 2001 From: Yu Shan Date: Fri, 12 May 2023 18:00:59 -0700 Subject: [PATCH] Update the remote access test folder. Update the test folder directory. The previous temp directory is not allowed to be accessed by selinux rule. Test: Manual follow remote access test plan on seahawk. Bug: 272773565 Change-Id: I2b8b05f56560d3d28d0d61e816d345f8d03f59a5 --- .../remoteaccess/hal/default/src/RemoteAccessService.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/automotive/remoteaccess/hal/default/src/RemoteAccessService.cpp b/automotive/remoteaccess/hal/default/src/RemoteAccessService.cpp index dbe8150124..5081ac0a9b 100644 --- a/automotive/remoteaccess/hal/default/src/RemoteAccessService.cpp +++ b/automotive/remoteaccess/hal/default/src/RemoteAccessService.cpp @@ -65,8 +65,7 @@ constexpr char COMMAND_INJECT_TASK[] = "--inject-task"; constexpr char COMMAND_INJECT_TASK_NEXT_REBOOT[] = "--inject-task-next-reboot"; constexpr char COMMAND_STATUS[] = "--status"; -constexpr char DEBUG_TASK_FOLDER[] = "/data/local/tests"; -constexpr char DEBUG_TASK_FILE[] = "/data/local/tests/debugTask"; +constexpr char DEBUG_TASK_FILE[] = "/data/vendor/remoteaccess/debugTask"; std::vector stringToBytes(std::string_view s) { const char* data = s.data();