CompilationMode.None


@RequiresApi(value = 24)
public final class CompilationMode.None extends CompilationMode


No pre-compilation - a compilation profile reset is performed and the entire app will be allowed to Just-In-Time compile as it runs.

Note that later iterations may perform differently if the app is not killed each iteration (such as will StartupMode.COLD), as app code is jitted.

Summary

Public constructors

Public methods

@NonNull String

Public constructors

None

Added in 1.1.0
public None()

Public methods

toString

public @NonNull String toString()