Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Hexagon] Download generated artifacts from android device to host #11476

Closed
wants to merge 1 commit into from

Conversation

mehrdadh
Copy link
Member

waiting for #11362 to merge.

cc @csullivan @farshidsp

@github-actions github-actions bot requested a review from csullivan May 26, 2022 20:31
def _copy_artifacts_to_host(self):
# Copy generated artifacts from device to host
if self._host_workspace:
for file in ["tvm_rpc_android.farf", "tvm_rpc_android.log"]:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The farf file only configures fastrpc to forward Hexagon logs to Android's logging facility. There's no need to pull it back off the device.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If the intention is to pull of the debug output from Hexagon, you'll likely need to run logcat in parallel, possibly filtering out extraneous messages from the rest of the system.

@mehrdadh mehrdadh closed this Jun 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants