Skip to content

[runtime] Only write to NSLog in chunks of max 4096 characters. Fixes maccore#1014. - #4897

Merged
rolfbjarne merged 1 commit into
dotnet:masterfrom
rolfbjarne:issue-maccore-1014
Oct 4, 2018
Merged

[runtime] Only write to NSLog in chunks of max 4096 characters. Fixes maccore#1014.#4897
rolfbjarne merged 1 commit into
dotnet:masterfrom
rolfbjarne:issue-maccore-1014

Conversation

@rolfbjarne

Copy link
Copy Markdown
Member

It seems older iOS versions have a bug where big(ish) chunks of string can
cause it to hang.

Fix this by not writing big strings to NSLog, instead split them up in chunks.

Fixes https://github.com/xamarin/maccore/issues/1014.

… maccore#1014.

It seems older iOS versions have a bug where big(ish) chunks of string can
cause it to hang.

Fix this by not writing big strings to NSLog, instead split them up in chunks.

Fixes xamarin/maccore#1014.
@monojenkins

Copy link
Copy Markdown
Contributor

Build success
Build succeeded
API Diff (from stable)
ℹ️ API Diff (from PR only) (please review changes)
ℹ️ Generator Diff (please review changes)
Test run succeeded

Comment thread runtime/xamarin-support.m
@rolfbjarne
rolfbjarne merged commit bbbb5ba into dotnet:master Oct 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants