mirror of
https://github.com/openharmony/ark_runtime_core.git
synced 2026-07-14 00:03:56 -04:00
14c9021696
Signed-off-by: wanyanglan <wanyanglan1@huawei.com> Change-Id: I2564094cef9c6c41263e37faf9ffbbec14223dc7
26 lines
464 B
Plaintext
26 lines
464 B
Plaintext
debug {
|
|
options {
|
|
verifier {
|
|
allow {
|
|
undefined-class
|
|
undefined-field
|
|
undefined-type
|
|
undefined-string
|
|
method-access-violation
|
|
field-access-violation
|
|
undefined-method
|
|
error-in-exception-handler
|
|
permanent-runtime-exception
|
|
wrong-subclassing-in-method-args
|
|
}
|
|
}
|
|
}
|
|
allowlist {
|
|
verifier {
|
|
method {
|
|
java.lang.Character::valueOf
|
|
}
|
|
}
|
|
}
|
|
}
|