forked from facebook/redex
-
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: Moving large number of classes to the longtail module caused a crash. The final step of loading secondary dex files was verifying the canary class. https://fburl.com/code/98pp1ymx. This canary class’s initializer (P898179371) caused the demand of longtail classes when voltron and fallback loader wasn’t available. It turned out to be dead which we should delete. Reviewed By: agampe Differential Revision: D51939733 fbshipit-source-id: 26123a1f4202d61e9c090fd5109b5542a8ece4a1
- Loading branch information
1 parent
1d16eca
commit 4f91636
Showing
3 changed files
with
10 additions
and
82 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