public void WGBuglyLog(eBuglyLogLevel level, string log)
 {
     AndroidConnector.BuglyLog((int)level, log);
 }