diag: FlutterError.onError 加 CK_CTX (widget 上下文) 定位 RangeError 来源

This commit is contained in:
2026-08-01 23:35:34 +08:00
parent 048c5a9ff4
commit af8934fe7f
3 changed files with 31 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ void main() {
FlutterError.onError = (details) {
FlutterError.presentError(details);
print('CK_ERROR: ${details.exceptionAsString()}');
print('CK_CTX: ${details.context.toString()}');
print('CK_STACK: ${details.stack}');
};
// Enable configureApp will cause route problem.