Searched refs:diagnostics_obj_ (Results 1 – 1 of 1) sorted by relevance
81 : env_(env), diagnostics_obj_(diagnostics_obj) { in JniDiagnostics()107 jclass diagnostics_cls = env_->GetObjectClass(diagnostics_obj_); in Log()110 env_->CallVoidMethod(diagnostics_obj_, mid_, level_value, path, line, message); in Log()115 jobject diagnostics_obj_; member in JniDiagnostics