forked from facebook/SoLoader
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: The goal of this diff is detect when the native libraries of the app do not match the device supported ABIs. Main changes: - Added mechanism in SoLoader SoSources to provide the supported ABIs in that SoSource - Added a function in SoLoader.areSoSourcesAbisSupported() to check the SoSource ABIs are supported by the device - Updated FbLoader for showing a notification (and crashing the app explicitly) when the the SoSource ABIs are not supported. That notification opens an activity showing information about the problem Reviewed By: dcolascione Differential Revision: D3185087 fbshipit-source-id: 4f14805810268d8be6e67125ff99a81ceebdce77
- Loading branch information
Angel Gallego Vargas
authored and
Pascal Hartig
committed
Jan 9, 2018
1 parent
60e01b0
commit 7e69d71
Showing
6 changed files
with
75 additions
and
7 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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