Skip to content

Commit 1c6e3aa

Browse files
committed
LOCAL ONLY - Record info about the conversion
1 parent 38dee2b commit 1c6e3aa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Gifski/Gifski.swift

+6
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,12 @@ final class Gifski {
134134
]
135135
)
136136

137+
// Locally only!
138+
Crashlytics.record(
139+
key: debugKey,
140+
value: "\(conversion)"
141+
)
142+
137143
Crashlytics.record(
138144
key: "\(debugKey): Is readable?",
139145
value: asset.isReadable

0 commit comments

Comments
 (0)