-
Notifications
You must be signed in to change notification settings - Fork 327
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
Native bridge #1014
Native bridge #1014
Conversation
Used for getting the native ABI for NativeBridge emulators.
It's been completely deprecated.
May fix tracing Android applications on Chromebooks where the ABI translator cannot deal with libinterceptor.
|
||
// NativeBridgeABI returns the native ABI for the given emulated ABI for the | ||
// device by consulting the ro.dalvik.vm.isa.<emulated_isa>=<native_isa> | ||
// system properties. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this should also say that it returns the passed in ABI if there is no emulation.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
never mind... for some reason GH was showing me out of date information and this PR was still open.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still a good point. Will fix shortly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Leaving it selected after destruction was causing a UI exception on macOS. Bug: b/191637172 Test: Manual
No description provided.