Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ueman/stack_trace_parser
Parses stack traces in various formats
https://github.com/ueman/stack_trace_parser
Last synced: about 1 month ago
JSON representation
Parses stack traces in various formats
- Host: GitHub
- URL: https://github.com/ueman/stack_trace_parser
- Owner: ueman
- License: apache-2.0
- Created: 2022-01-29T15:49:58.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T20:18:19.000Z (11 months ago)
- Last Synced: 2023-12-15T22:14:28.938Z (11 months ago)
- Language: Dart
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Stack Trace Parser
Supports parsing various stack trace formats into nice to work with data structures.
## Usage
```dart
const jvmException = JvmException.parse(javaStackTraceString);
```