-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Closed
Labels
engineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.platform-iosiOS applications specificallyiOS applications specifically
Milestone
Description
It looks like since we stopped forwarding stdout to syslog on iOS, our stdout logging is getting swallowed on iOS.
One very visible manifestation of this is that uncaught Dart exceptions are currently logged using FTL_LOG, which on iOS just logs to stderr. The net result is that uncaught Dart exceptions don't show up anywhere in the logs on iOS.
I have a local patch to FTL that will make FTL_LOG send the logs to syslog on iOS.
Metadata
Metadata
Assignees
Labels
engineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.platform-iosiOS applications specificallyiOS applications specifically