Explorar o código

update: 关闭讯飞log

hwh97 %!s(int64=5) %!d(string=hai) anos
pai
achega
705bdac1c4
Modificáronse 1 ficheiros con 1 adicións e 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];
 }