public IRouterComponent onPluginLoaded(Context context, IRouterComponent iRouterComponent, ISGPluginInfo iSGPluginInfo, String str, Object... objArr) {
this.d = iRouterComponent;
this.b = context;
this.c = iSGPluginInfo;
this.a = new HashMap();
new b().a(this.a, this);
try {
System.loadLibrary(str);
a.b("Inside SecurityGuardAVMPPlugin.initialize");
return iRouterComponent;
} catch (Throwable th) {
a.a(th.toString());
throw new SecException(103);
}
}
在看别人的源码的时候看到这个函数,这个函数在loadlibray的时候 没有native 函数?这是为啥呢?
在loadlibray的时候 没有native 函数 是啥意思?