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

feat(ios): add cli.ignoreLog to ios #13939

Merged
merged 3 commits into from
Jan 10, 2024
Merged

feat(ios): add cli.ignoreLog to ios #13939

merged 3 commits into from
Jan 10, 2024

Conversation

m1ga
Copy link
Contributor

@m1ga m1ga commented Oct 26, 2023

same as #13560 but for iOS.

New key: cli.ignoreLog = []
if one of the lines is in the log line it will be ignored.

Example:

"cli": {
  "ignoreLog": [
    "Too many Flogger logs received before configuration",
    "Counters: exceeded sample count in FrameTime",
    "OpenGLRenderer: Davey!"
  ]
}

@hansemannn hansemannn merged commit eabedaa into master Jan 10, 2024
5 checks passed
@hansemannn hansemannn deleted the iosLogIgnoreLog branch January 10, 2024 18:46
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.

2 participants