mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Before this change, when we encounter an unhandles exception, we see: ``` [00050.147083][37665][67367][klog] ERROR: [ERROR:flutter/shell/common/shell.cc(209)] Dart Error: Unhandled exception: [00050.147087][37665][67367][klog] INFO: UnimplementedError ``` This doesn't help identify the root cause. Adding stack trace will help the cause.