Exemplo n.º 1
0
 public void WGBuglyLog(eBuglyLogLevel level, string log)
 {
     AndroidConnector.BuglyLog((int)level, log);
 }