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
The reason will be displayed to describe this comment to others. Learn more.
I tested this on macOS (M2 Silicon, ARM) and Windows 11 (x86), and it works perfectly.
By the way, it might be a good idea to include version information for the .so file, which was removed in this commit.
I tested this on macOS (M2 Silicon, ARM) and Windows 11 (x86), and it works perfectly. By the way, it might be a good idea to include version information for the .so file, which was removed in this commit.
I also successfully ran it on the Windows 11 (x86) emulator without any issues. Thanks to the author!
I tested this on macOS (M2 Silicon, ARM) and Windows 11 (x86), and it works perfectly. By the way, it might be a good idea to include version information for the .so file, which was removed in this commit.
In my opinion, only the latest version of the .so is needed. The version of the .so can be obtained using the following command. cat agent.so | grep -a 'UITEST_AGENT_LIBRARY'
The key term is: "UITEST_AGENT_LIBRARY"
Alternatively, a separate .txt file can be used to record the current version of the .so file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
close #34