| commit | 5e57f64c1b6e0e1ecae0fd64758df49cf26ef7aa | [log] [tgz] |
|---|---|---|
| author | Kevin Jeon <kevinjeon@google.com> | Tue Jan 25 22:45:02 2022 +0000 |
| committer | Kevin Jeon <kevinjeon@google.com> | Thu Feb 10 19:59:33 2022 +0000 |
| tree | 57f0c2e4b531e7f44c8cbc11378007bd09b3e0ce | |
| parent | 7f7d6185b77f77550d5051306c2bb82d450d18ec [diff] |
Annotate dump methods with @NeverCompile [5/5]
This change annotates dump/debug methods in services.odex that are
larger than 10000 bytes with NeverCompile so that they will not be
compiled. This results in an overall ~1% decrease in the size of
services.odex.
Bug: 215417388
Test: Build and check that these methods are not called during boot or
app startup.
Change-Id: Ic14b273a66a30ad63ba9a82c0b45fac9beb7589a