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