littleGnAl / glance

An APM(Application Performance Monitoring) library for detecting UI jank in Flutter for mobile (Android/iOS) in production.
https://pub.dev/packages/glance
MIT License
19 stars 0 forks source link

Symbolize the stack trace directly without using the `flutter symbolize` command #61

Open littleGnAl opened 6 days ago

littleGnAl commented 6 days ago

If the --split-debug-info argument is not passed, a symbolized stack trace can be obtained directly. However, glance requires users to pass --split-debug-info and then use the flutter symbolize command to symbolize the stack trace. Allowing direct access to the symbolized stack trace would make it easier for users to upload their stack traces.