XCLogParser icon indicating copy to clipboard operation
XCLogParser copied to clipboard

no detail information when use HTML parser

Open StephenZhang-zh opened this issue 3 years ago • 3 comments

企业微信截图_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

StephenZhang-zh avatar Mar 05 '21 09:03 StephenZhang-zh

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

knchst avatar Mar 05 '21 10:03 knchst

@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 avatar Apr 27 '21 13:04 ecamacho

@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 ?

ecamacho avatar Apr 27 '21 13:04 ecamacho