* Bring GUI Table Process support with arg fields & process label from Chromium.
* Enhance GenericEvents to show this process label info if available.
* Add Android Package table
* Add rowcount logging for Perfetto sql queries.
* Slightly better Unit Tests for new tables by building tables as well (data not processed yet)
* Add support for Android Logcat txt based parsing. This is because Perfetto doesn't support kernel boot tracing at all, nor post-kernel start boot tracing until Android 13. Like other txt based log support - this gives free support for relative timestamps, measuring time between events, etc. Also can group by component Tag, Priority, PID, or TID
* Add support for parsing boot duration info & utfoffset.txt hint file if the trace is not being opened in the same timezone it was captured in
* Changes for 1.2 release which can now include Perfetto support. Also compatible with public Store Windows Performance Analyzer Preview which supports 1.0 RC SDK. Rev version to 1.2 and standardize package version, AssemblyVersion, and FileVersion into just 1 version.
A few small changes before I merge the Perfetto branch into develop.
Changed path for Perfetto plugin in build pipeline
Updated main README to include Perfetto information
Restructured and added more Perfetto unit tests