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.
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 theflutter 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.