Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Simplify log forwarding on iOS, Android#3726

Merged
cbracken merged 1 commit into
flutter-team-archive:masterfrom
cbracken:ios-logging-pre
Jun 2, 2017
Merged

Simplify log forwarding on iOS, Android#3726
cbracken merged 1 commit into
flutter-team-archive:masterfrom
cbracken:ios-logging-pre

Conversation

@cbracken

@cbracken cbracken commented Jun 2, 2017

Copy link
Copy Markdown
Contributor

Eliminates logging to stdout on Android -- now using __android_log_print
only.

Eliminates logging to syslog on iOS -- now writing to stdout with the
existing ASL redirection (from platform_mac.mm) only. syslog() wasn't
ever picked up in logs.

This patch is a pre-factoring change to reduce the change introduced in
the followup, which switches (iOS) engine logging to a flutter-specific
mechanism.

Eliminates logging to stdout on Android -- now using __android_log_print
only.

Eliminates logging to syslog on iOS -- now writing to stdout with the
existing ASL redirection (from platform_mac.mm) only. syslog() wasn't
ever picked up in logs.

This patch is a pre-factoring change before swapping out iOS engine
logging to a flutter-specific mechanism.
@cbracken cbracken merged commit dcfcc92 into flutter-team-archive:master Jun 2, 2017
@cbracken cbracken deleted the ios-logging-pre branch June 2, 2017 16:32
@cbracken

cbracken commented Jun 2, 2017

Copy link
Copy Markdown
Contributor Author

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Development

Successfully merging this pull request may close these issues.

3 participants