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

Fix AAR size not being reported correctly #5875

Merged
merged 19 commits into from
Apr 9, 2018
Merged

Fix AAR size not being reported correctly #5875

merged 19 commits into from
Apr 9, 2018

Conversation

cmelchior
Copy link
Contributor

@cmelchior cmelchior commented Apr 4, 2018

10 steps back and 11 forward.

After a lot of detours I discovered that Zaki added a small optimization which meant that if PbuildTargetABIs was set to to the empty string, all ABI's where being filtered, resulting in only metrics for the Java code being sent to the server (which also explains why only a a few hundred kb was being reported for the full AAR).

To fix this, we now only set PbuildTargetABIs if it has a value.

@cmelchior cmelchior self-assigned this Apr 4, 2018
@cmelchior cmelchior requested a review from nhachicha April 6, 2018 20:04
@cmelchior cmelchior merged commit 6c6b625 into master Apr 9, 2018
@cmelchior cmelchior deleted the cm/fix-metrics branch April 9, 2018 08:35
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 15, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants