Post

Replies

Boosts

Views

Activity

Reply to Crash in NSURLCacheDBReader
So I haven't been able to get a local repo, but a small number of test flight users are able to hit it. I'm trying to understand what thread 13 is coming from - nothing in that stack trace appears to come from our app. Perhaps it's from an NSURLSession trying to run in the background? We use Alamofire for most of our http requests, but we also use React Native for a few as well.
Feb ’20
Reply to HTTP Traffic not recording data on iphone
I had been tracing an app deployed via xcode - so that wasn't the problem. "You are currently not able to see traffic of other processes doing networking work on behalf of your app (e.g. WebKit views or video streaming handled by AVFoundation)." That must be the problem I'm having. Hooked into a portion of our app which was doing URLSession request directly and did see the traffic. Thanks for the help. Looking forward to the day when AVFoundation traffic will be observable. This is a big limitation for using instruments to diagnose video streaming apps.
Feb ’22