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
Loading
Please register or sign in to comment