1*795d594fSAndroid Build Coastguard Worker# JVMTI Agents 2*795d594fSAndroid Build Coastguard Worker 3*795d594fSAndroid Build Coastguard WorkerThis is the collection of various jvmti agents that we have created for debugging or testing the 4*795d594fSAndroid Build Coastguard Workerruntime. Most of these work on both the RI and ART, on both host and device. 5*795d594fSAndroid Build Coastguard Worker 6*795d594fSAndroid Build Coastguard Worker## Agents 7*795d594fSAndroid Build Coastguard Worker 8*795d594fSAndroid Build Coastguard Worker* [libbreakpointlogger](./breakpoint-logger) 9*795d594fSAndroid Build Coastguard Worker* [libdumpjvmti](./dump-jvmti-state) 10*795d594fSAndroid Build Coastguard Worker* [libenablevlog](./enable-vlog) 11*795d594fSAndroid Build Coastguard Worker* [libfieldnull](./field-null-percent) 12*795d594fSAndroid Build Coastguard Worker* [libjitload](./jit-load) 13*795d594fSAndroid Build Coastguard Worker* [liblistextensions](./list-extensions) 14*795d594fSAndroid Build Coastguard Worker* [libforceredefine](./simple-force-redefine) 15*795d594fSAndroid Build Coastguard Worker* [libsimpleprofile](./simple-profile) 16*795d594fSAndroid Build Coastguard Worker* [litifast](./ti-fast) 17*795d594fSAndroid Build Coastguard Worker* [libtitrace](./titrace) 18*795d594fSAndroid Build Coastguard Worker* [libwrapagentproperties](./wrapagentproperties)