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

Add --local option to parse Android output. #51

Merged
merged 3 commits into from
Apr 4, 2023

Conversation

makotokato
Copy link
Member

Actually, fix-stacks can resolve stack address when binary is in local machine. So we cannot use it for Android's unresolved stack due to remote. So I would like to add this support using new option (--local).

Usages

adb logcat | fix-stacks --local /path/to/objdir/dist/bin

README.md Outdated Show resolved Hide resolved
Copy link
Collaborator

@mstange mstange left a comment

Choose a reason for hiding this comment

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

Oh, I appear to have merge rights in this repo! I didn't realize that.

This patch looks good to me. I'll commit my suggestion and merge it.

It occurred to me that this functionality can not only be used for remote-to-local remapping, but also for local-to-local remapping, for example if the symbols have moved. So the term "fallback directory" might also have been appropriate. But let's go with the "local" terminology for now.

@mstange mstange merged commit 1fb1bcc into mozilla:main Apr 4, 2023
@makotokato makotokato deleted the android branch July 10, 2023 07:00
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.

None yet

2 participants