Add additional logging

This commit is contained in:
AsamK 2021-12-29 09:45:59 +01:00
parent fba7a6a75c
commit e3fcc9b3ba
4 changed files with 37 additions and 13 deletions

View file

@ -184,6 +184,11 @@
"name":"java.lang.String",
"allPublicMethods":true}
,
{
"name":"java.lang.Throwable",
"queryAllPublicMethods":true,
"methods":[{"name":"addSuppressed","parameterTypes":["java.lang.Throwable"] }]}
,
{
"name":"java.lang.reflect.Method",
"methods":[{"name":"isDefault","parameterTypes":[] }]}