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