-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Load view hierarchies only once during processing #98512
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
Conversation
This moves view hierarchy handling into its own file, and changes the java language processor in such a way that it only loads the view hierarchy once. Previously, it would load them twice, once to collect all the window class names, and then a second time to actually deobfuscate it.
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #98512 +/- ##
==========================================
- Coverage 81.18% 81.16% -0.02%
==========================================
Files 8546 8547 +1
Lines 376600 376806 +206
Branches 23961 23961
==========================================
+ Hits 305738 305851 +113
- Misses 70496 70589 +93
Partials 366 366 |
buenaflor
left a comment
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'm not too familiar with the view hierarchy symbolication for Java so I don't think I can comment too much on this PR
loewenheim
left a comment
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.
Looks good!
This moves view hierarchy handling into its own file, and changes the java language processor in such a way that it only loads the view hierarchy once. Previously, it would load them twice, once to collect all the window class names, and then a second time to actually deobfuscate it.
This moves view hierarchy handling into its own file, and changes the java language processor in such a way that it only loads the view hierarchy once.
Previously, it would load them twice, once to collect all the window class names, and then a second time to actually deobfuscate it.