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

Log Types #163

Open spydercapriani opened 2 years ago

spydercapriani commented 2 years ago

Details

Opens up the parsing feature to more LogTypes.

Idea behind this approach is to make it easier to parse things like Package logs so as to potentially allow metric collection around dependencies. For example, Package + Build Logs can provide a deeper picture of what developement cycle looks like since package resolution happen before builds take place but aren't necessarily being accounted for.

spydercapriani commented 2 years ago

Example: xclogparser parse --project XCLogParser --reporter json --logs Package

This will parse the latest package resolution log for the project.