Explorar el Código

update: 关闭讯飞log

hwh97 hace 5 años
padre
commit
705bdac1c4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      ios/Classes/SpeechPlugin.m

+ 1 - 1
ios/Classes/SpeechPlugin.m

@@ -22,7 +22,7 @@
     _channel = [FlutterMethodChannel
                 methodChannelWithName:@"speech_plugin"
                 binaryMessenger:[registrar messenger]];
-    [IFlySetting setLogFile:LVL_ALL];
+//     [IFlySetting setLogFile:LVL_ALL];
     SpeechPlugin* instance = [[SpeechPlugin alloc] init];
     [registrar addMethodCallDelegate:instance channel: _channel];
 }