question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Feature Request - Xcode Log Predicate Capability

See original GitHub issue

The problem

Problem: Large volume of iOS Simulator log output using ~showXcodeLog~ showIOSLog

Suggestion: What do you think about an additional Capability that plumbs in a string for a log filter predicate? The current appium-xcuitest-driver log stream does not use the --predicate argument.

Example of noise and log volume removed when using ~showXcodeLog~ showIOSLog cap:

xcrun simctl spawn booted log stream --style=compact --predicate 'process != "locationd" AND process != "DTServiceHub"'

Environment

  • Appium 1.15.0+
  • iOS 13.0+

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
dpgrahamcommented, Oct 5, 2019
0reactions
mykola-mokhnachcommented, Oct 4, 2019

I would rather stick to a common approach for both simulator and real device logging, whenever log filtering system we’d prefer to use

Read more comments on GitHub >

github_iconTop Results From Across the Web

Core Data Programming Guide: Performance
Explains how to manage objects using the Core Data framework.
Read more >
Core Data Predicate - Table View Display Format
let request = NSFetchRequest(entityName: "Profiles") //Add predicate if ... Because I am fetching from two entities, and I need this functionality that I ......
Read more >
Core Data Best Practices - WWDC18 - Videos - Apple Developer
As your app gains more customers and becomes more feature -rich, you may find yourself with new problems to solve. Core Data is...
Read more >
Retrieving Logs from a Customer's Device
We tried to adopt OSLog in past years, but it was really cumbersome to retrieve the logs from customers. Doing a sysdiagnose is...
Read more >
iCloud Fundamentals (Key-Value and Document Storage)
Request Access to iCloud Using Xcode Capabilities ... To submit a product bug or enhancement request, please visit the Bug Reporter page.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found