LLDebugTool icon indicating copy to clipboard operation
LLDebugTool copied to clipboard

LLDebugTool is a debugging tool for developers and testers that can help you analyze and manipulate data in non-xcode situations.

Results 23 LLDebugTool issues
Sort by recently updated
recently updated
newest added

能否支持展示控制台log

这个能将uiwebview 更换成 wkwebview吗? 现在testflight无法上传。。 或者说如果不需要抓webview的包 能否单独集成其他的~~ 谢谢

+ (LLNetworkStatus)networkStateFromStatebar 连接VPN Tunnel之后,开启飞行模式还是显示网络状态正常,AF也是如此,不知道为什么

Landscape Orientation are not supported

Why are nslog not showing in the logs?

Hi! I think people are shipping this check to production devices and have been the cause of downtime on the CocoaPods website quite a few times. Last year I added...

可以尝试一下下面的方法 unsigned long long totalFreeSpace = 0; if (@available(iOS 11.0, *)) { NSURL *fileURL = [[NSURL alloc] initFileURLWithPath:NSTemporaryDirectory()]; NSDictionary *results = [fileURL resourceValuesForKeys:@[NSURLVolumeAvailableCapacityForImportantUsageKey] error:nil]; totalFreeSpace = [results[NSURLVolumeAvailableCapacityForImportantUsageKey] longLongValue]; }else {...

系统版本:iOS 13.3 具体操作:在同时使用QMUIKit和LLDebugTool两个框架时,调用[[LLDebugTool sharedTool] startWorking]; 程序会循环打印下面的log导致程序崩溃。 +[UIWindow(QMUIUserInterfaceStyleWillChangeNotification) load]_block_invoke_3:49 | QMUILogLevelWarn | UITraitCollection+QMUI | 窗口 : 设置了 overrideUserInterfaceStyle 属性,可能会影响 QMUIUserInterfaceStyleWillChangeNotification 的时机