Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial implementation of parseCrashes() (#1)
* Initial implementation of parseCrashes(). * Removed identification of hardware platforms. Removed eslint exceptions. Refactored code based on PR comments. * Improved stack trace parsing and added tests for it. * Removed unnecesary loop. * Turned off linter rule @typescript-eslint/no-loop-func * Renamed StackTraceStep to StackFrame * Replaced `StackFrame`'s `pkgLocation` and `srcLocation` for `reference` which is a pointer to a `CrashlogFile.references` entry. * fix stack frames parsing coverage
- Loading branch information