You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried below command but it isn't returning with any symbolicated trace.
dart pub global run symbolizer:symbolize https://github.com/flutter/flutter/issues/147517#issue-2268919040 "flutter#3.19.0 arm64 release force android"
Flutter issue in question: flutter/flutter#147517 which does have backtrace keyword followed by some entries.
However, If I try with an old issue, it comes back with proper traces:
dart pub global run symbolizer:symbolize https://github.com/flutter/flutter/issues/117764#issuecomment-1367245384 "flutter#3.3.10 arm64 release force android"
Not sure what am I missing or the issue for which I am trying to get symbolicated data, doesn't have enough details or is not in proper format for the bot ?
Appreciate any help on this.
The text was updated successfully, but these errors were encountered:
I tried below command but it isn't returning with any symbolicated trace.
dart pub global run symbolizer:symbolize https://github.com/flutter/flutter/issues/147517#issue-2268919040 "flutter#3.19.0 arm64 release force android"
Flutter issue in question: flutter/flutter#147517 which does have
backtrace
keyword followed by some entries.However, If I try with an old issue, it comes back with proper traces:
dart pub global run symbolizer:symbolize https://github.com/flutter/flutter/issues/117764#issuecomment-1367245384 "flutter#3.3.10 arm64 release force android"
Not sure what am I missing or the issue for which I am trying to get symbolicated data, doesn't have enough details or is not in proper format for the bot ?
Appreciate any help on this.
The text was updated successfully, but these errors were encountered: