lorenzofiamingo / swiftui-cached-async-image

CachedAsyncImage is the simplest way to add cache to your AsyncImage.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[boringssl] boringssl_metrics_log_metric_block_invoke(151) Failed to log metrics

Djibs opened this issue · comments

commented

Hello

Every time an image is loaded I have this message appearing in the Xcode logs.

If it is already cached, the message will not appear.

DJIBS 2022-02-24 à 18 56 36

This warning is generated in this system method:

let (data, response) = try await data(for: request, delegate: controller)

I cannot do anything about this. Anyway this is not happening on physical devices.

commented

okay, thank you