Skip to content

Commit e8680f5

Browse files
committed
笔记
1 parent aaf977d commit e8680f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

iOS_Tips/DarkMode/WorkIssues/APM/APMMonitor/SLAPMLoadTime.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ + (void)load {
3636

3737
const char* path = _dyld_get_image_name((unsigned)iImg);
3838
NSString *imagePath = [NSString stringWithUTF8String:path];
39+
// NSLog(@"映像 %@",imagePath);
3940

4041
NSBundle* mainBundle = [NSBundle mainBundle];
4142
NSString* bundlePath = [mainBundle bundlePath];

0 commit comments

Comments
 (0)