Native Global Variable Pattern
data class NativeGlobalVariablePattern(val className: String) : ReferencePattern
Content copied to clipboard
Matches native global variables (also known as jni global gc roots) that reference Java objects. The class name will match against classes, instances and object arrays with a matching class name.