MobileNativeFoundation / XCLogParser

Tool to parse Xcode and xcodebuild logs stored in the xcactivitylog format
Apache License 2.0
1.72k stars 121 forks source link

no detail information when use HTML parser #130

Open StephenZhang-git opened 3 years ago

StephenZhang-git commented 3 years ago
企业微信截图_f08aa286-9e4d-4b1f-877d-8b09381cebc3

just like the pic, cmd is xclogparser parse --project xxx --reporter html --output xxx

my Xcode version is 12.3 xclogparser version: XCLogParser 0.2.26

knchst commented 3 years ago

image

The command execution does not finish, and the memory usage is increasing rapidly. I check the generated HTML, I see the same situation as in @StephenCheung's image

ecamacho commented 3 years ago

@StephenCheung it seems that the JQuery CDN is blocked in your machine. Can you check if you can reach https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css ? One way to get around it is to replace that URL in all the HTML files with an URL that you can reach

ecamacho commented 3 years ago

@knchst that's a lot of memory, we haven't observe it in our logs. Do you have a lot of warnings or other kind of Notes in your Xcode Project? What's the size of the .xcactivitylog ?