-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
c: crashStack traces logged to the consoleStack traces logged to the consoleplatform-androidAndroid applications specificallyAndroid applications specificallywaiting for customer responseThe Flutter team cannot make further progress on this issue until the original reporter respondsThe Flutter team cannot make further progress on this issue until the original reporter responds
Description
Issue by kyorohiro
Saturday Oct 17, 2015 at 02:15 GMT
Originally opened as https://github.com/flutter/engine/issues/1655
Following code cause to crash application
[source]
import 'dart:io';
import 'dart:convert';
import 'dart:async';
main() async {
List interfaces = await NetworkInterface.list(
includeLoopback: true, includeLinkLocal: true);
}
Metadata
Metadata
Assignees
Labels
c: crashStack traces logged to the consoleStack traces logged to the consoleplatform-androidAndroid applications specificallyAndroid applications specificallywaiting for customer responseThe Flutter team cannot make further progress on this issue until the original reporter respondsThe Flutter team cannot make further progress on this issue until the original reporter responds