Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

filter an assertiond log message from ios #3692

Merged
merged 1 commit into from
May 3, 2016

Conversation

devoncarew
Copy link
Member

Filter an assertiond log message from the ios simulator (fix #1989).

@tvolkert @chinmaygarde

@chinmaygarde
Copy link
Member

lgtm

@@ -731,6 +731,11 @@ class _IOSSimulatorLogReader extends DeviceLogReader {
category == 'searchd')
return null;

// assertiond: assertion failed: 15E65 13E230: assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@chinmaygarde what are the numbers in that message? When I search google it shows me results after autocorrecting the long UUID. Is that something relating to our signing?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@devoncarew devoncarew merged commit 0006276 into flutter:master May 3, 2016
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 16, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

assertiond assertion failed when running from Atom into iOS simulator
3 participants