Ver código fonte

update: 关闭讯飞log

hwh97 5 anos atrás
pai
commit
705bdac1c4
1 arquivos alterados com 1 adições e 1 exclusões
  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];
 }