| Package | Description |
|---|---|
| qilin |
| Modifier and Type | Field and Description |
|---|---|
CoreConfig.ClinitMode |
CoreConfig.CorePTAConfiguration.clinitMode
Clinit loading mode: APP: A debug mode for testing which load only the minimum <clinit>
of classes needed.
|
| Modifier and Type | Method and Description |
|---|---|
static CoreConfig.ClinitMode |
CoreConfig.ClinitMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoreConfig.ClinitMode[] |
CoreConfig.ClinitMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2024 Soot OSS. All rights reserved.