Skip to content

Commit f86f6ee

Browse files
committed
feat: update agent.so
1 parent d7c5b6e commit f86f6ee

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ logs
2424
.vscode*
2525
poetry.lock
2626
.pytest.cache
27-
_hypium_api.md
27+
hypium_api*.md
2828
example-dev.py
2929
test*.mp4

hmdriver2/_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ def _init_so_resource(self):
173173

174174
def __get_so_local_path() -> str:
175175
current_path = os.path.realpath(__file__)
176-
return os.path.join(os.path.dirname(current_path), "assets", "agent.so")
176+
return os.path.join(os.path.dirname(current_path), "assets", "uitest_agent_v1.1.0.so")
177177

178178
def __check_device_so_file_exists() -> bool:
179179
"""Check if the agent.so file exists on the device."""
146 KB
Binary file not shown.

0 commit comments

Comments
 (0)