Skip to content

FTL_LOG statements not showing up on iOS #11238

@tvolkert

Description

@tvolkert

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.

FYI @abarth @cbracken

Metadata

Metadata

Assignees

Labels

engineflutter/engine related. See also e: labels.platform-iosiOS applications specifically

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions