停止/隐藏 GTMSessionFetcher 日志 SwiftUI
Stop / Hide GTMSessionFetcher Logs SwiftUI
有没有办法在 Xcode 控制台中的日志类型下隐藏和停止打印。
GTMSessionFetcher invoking fetch callbacks, data {length = 2270, bytes = 0x7b227265 73756c74 223a7b22 72657375 ... 52696465 73227d7d }, error (null)
截图
按照以下步骤操作:-
- 打开 Xcode 并找到 GTMSessionFetcher 文件夹
- Select GTMSessionFetcher Class
- 注释 GTMSessionFetcher 日志调试行。
请查看随附的屏幕截图。
有没有办法在 Xcode 控制台中的日志类型下隐藏和停止打印。
GTMSessionFetcher invoking fetch callbacks, data {length = 2270, bytes = 0x7b227265 73756c74 223a7b22 72657375 ... 52696465 73227d7d }, error (null)
截图
按照以下步骤操作:-
- 打开 Xcode 并找到 GTMSessionFetcher 文件夹
- Select GTMSessionFetcher Class
- 注释 GTMSessionFetcher 日志调试行。
请查看随附的屏幕截图。