Feature Request - Xcode Log Predicate Capability
See original GitHub issueThe 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:
- Created 4 years ago
- Comments:7 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Added predicate cap: https://github.com/appium/appium-xcuitest-driver/pull/1091
I would rather stick to a common approach for both simulator and real device logging, whenever log filtering system we’d prefer to use