Annotate dump methods with @NeverCompile [2/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: I0e29b2b9302e236a4edad700fbf9ba5ad0074f9e
Loading
Please register or sign in to comment