We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaf977d commit e8680f5Copy full SHA for e8680f5
iOS_Tips/DarkMode/WorkIssues/APM/APMMonitor/SLAPMLoadTime.m
@@ -36,6 +36,7 @@ + (void)load {
36
37
const char* path = _dyld_get_image_name((unsigned)iImg);
38
NSString *imagePath = [NSString stringWithUTF8String:path];
39
+// NSLog(@"映像 %@",imagePath);
40
41
NSBundle* mainBundle = [NSBundle mainBundle];
42
NSString* bundlePath = [mainBundle bundlePath];
0 commit comments