include exception details in tool exit displayed when adb call fails#147498
include exception details in tool exit displayed when adb call fails#147498auto-submit[bot] merged 1 commit intoflutter:masterfrom
Conversation
|
In #125971, @DanTup proposes (as an example) including the stack trace, but I feel like this would be pretty noisy to include in a tool exit message. Perhaps we could include the stack trace in a |
It doesn't currently. We could change it, but it does mean there would generally be a lot more output (in normal operation when there are no errors) being sent over to the IDEs to be read/ignored. Is there a way we could include the stack trace info in the call to |
Makes sense.
I think we could augment this conditional (excerpted from the code that handles flutter/packages/flutter_tools/lib/runner.dart Lines 176 to 178 in be0eb72 We could change |
|
I'm also fine to just merge this as-is since this isn't high priority. If you agree, feel free to re-approve |
flutter/flutter@b597dd2...d33bb8f 2024-05-01 [email protected] Add tests for single_activator.0.dart API example. (flutter/flutter#147426) 2024-05-01 [email protected] Added missing code block language in docs (flutter/flutter#147481) 2024-05-01 [email protected] Move docs_test and docs_publish to bringup (flutter/flutter#147645) 2024-05-01 98614782+auto-submit[bot]@users.noreply.github.com Reverts "Fix memory leak in `TabPageSelector` (#147403)" (flutter/flutter#147622) 2024-04-30 [email protected] Revert "add a new PopScope.onPopWithResultInvoke widget to replace Po� (flutter/flutter#147597) 2024-04-30 [email protected] include exception details in tool exit displayed when adb call fails (flutter/flutter#147498) 2024-04-30 [email protected] Fix memory leak in `TabPageSelector` (flutter/flutter#147403) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-packages Please CC [email protected],[email protected],[email protected] on the revert to ensure that a human is aware of the problem. To file a bug in Packages: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
flutter/flutter@b597dd2...d33bb8f 2024-05-01 [email protected] Add tests for single_activator.0.dart API example. (flutter/flutter#147426) 2024-05-01 [email protected] Added missing code block language in docs (flutter/flutter#147481) 2024-05-01 [email protected] Move docs_test and docs_publish to bringup (flutter/flutter#147645) 2024-05-01 98614782+auto-submit[bot]@users.noreply.github.com Reverts "Fix memory leak in `TabPageSelector` (#147403)" (flutter/flutter#147622) 2024-04-30 [email protected] Revert "add a new PopScope.onPopWithResultInvoke widget to replace Po� (flutter/flutter#147597) 2024-04-30 [email protected] include exception details in tool exit displayed when adb call fails (flutter/flutter#147498) 2024-04-30 [email protected] Fix memory leak in `TabPageSelector` (flutter/flutter#147403) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-packages Please CC [email protected],[email protected],[email protected] on the revert to ensure that a human is aware of the problem. To file a bug in Packages: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Fixes #125971
Pre-launch Checklist
///).If you need help, consider asking for advice on the #hackers-new channel on Discord.