| 6 | |
| 7 | #[derive(Debug)] |
| 8 | pub struct ClassCache { |
| 9 | ffi_handle: GlobalRef, |
| 10 | error_code_exception: GlobalRef, |
| 11 | vpn_service: GlobalRef, |
| 12 | } |
| 13 | |
| 14 | impl ClassCache { |
| 15 | /// Looking up app-specific Java classes from native threads isn't possible, so we cache all the app-specific classes we need. |
nothing calls this directly
no outgoing calls
no test coverage detected