Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Symbolicate Dart stacktrace on Flutter Android and iOS without debug images from native sdks #2256

Merged
merged 43 commits into from
Sep 9, 2024

Commits on Aug 28, 2024

  1. add symbolication

    buenaflor committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    034d78c View commit details
    Browse the repository at this point in the history
  2. update implementation

    buenaflor committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    db74ff3 View commit details
    Browse the repository at this point in the history
  3. update

    buenaflor committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    e6c1650 View commit details
    Browse the repository at this point in the history
  4. update

    buenaflor committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    05ce21e View commit details
    Browse the repository at this point in the history
  5. update

    buenaflor committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    1e3a44a View commit details
    Browse the repository at this point in the history
  6. update

    buenaflor committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    a1e8aa1 View commit details
    Browse the repository at this point in the history
  7. update

    buenaflor committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    dc02362 View commit details
    Browse the repository at this point in the history
  8. update comment

    buenaflor committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    345d81b View commit details
    Browse the repository at this point in the history
  9. update

    buenaflor committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    a260686 View commit details
    Browse the repository at this point in the history
  10. update

    buenaflor committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    4caf3ad View commit details
    Browse the repository at this point in the history
  11. update

    buenaflor committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    966def4 View commit details
    Browse the repository at this point in the history
  12. fix

    buenaflor committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    a6ffe97 View commit details
    Browse the repository at this point in the history
  13. update

    buenaflor committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    188b0ee View commit details
    Browse the repository at this point in the history
  14. fix tests

    buenaflor committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    ef8ab0a View commit details
    Browse the repository at this point in the history
  15. fix initial value test

    buenaflor committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    558a9dc View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Update comment and test

    buenaflor committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    666b65f View commit details
    Browse the repository at this point in the history
  2. update

    buenaflor committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    621a095 View commit details
    Browse the repository at this point in the history
  3. Update NeedsSymbolication

    buenaflor committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    c3ec5e8 View commit details
    Browse the repository at this point in the history
  4. revert sample

    buenaflor committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    df5d983 View commit details
    Browse the repository at this point in the history
  5. revert

    buenaflor committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    859ac24 View commit details
    Browse the repository at this point in the history
  6. update

    buenaflor committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    cd8b486 View commit details
    Browse the repository at this point in the history
  7. update naming

    buenaflor committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    6369c35 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f7d358e View commit details
    Browse the repository at this point in the history
  9. set stacktrace in hint

    buenaflor committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    db3bf92 View commit details
    Browse the repository at this point in the history
  10. update

    buenaflor committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    07f0b6b View commit details
    Browse the repository at this point in the history
  11. add changelog

    buenaflor committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    775279d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    28e031c View commit details
    Browse the repository at this point in the history
  13. update

    buenaflor committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    88cfa1f View commit details
    Browse the repository at this point in the history
  14. fix test

    buenaflor committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    e10f9b7 View commit details
    Browse the repository at this point in the history
  15. fix test

    buenaflor committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    72c2844 View commit details
    Browse the repository at this point in the history
  16. cache debug image

    buenaflor committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    16ded43 View commit details
    Browse the repository at this point in the history
  17. updaet

    buenaflor committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    09864a7 View commit details
    Browse the repository at this point in the history
  18. update var name

    buenaflor committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    b50b2d8 View commit details
    Browse the repository at this point in the history
  19. updaet

    buenaflor committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    30a12fd View commit details
    Browse the repository at this point in the history
  20. update naming

    buenaflor committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    05044c2 View commit details
    Browse the repository at this point in the history
  21. improve names

    buenaflor committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    d592ffd View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    11ef042 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6dab4d8 View commit details
    Browse the repository at this point in the history
  3. update

    buenaflor committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    22741a3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    465b643 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    45b2e65 View commit details
    Browse the repository at this point in the history
  2. fix analyze

    buenaflor committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    e1d019b View commit details
    Browse the repository at this point in the history
  3. fix analyze

    buenaflor committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    6a5a555 View commit details
    Browse the repository at this point in the history