Skip to content

Commit

Permalink
LOCAL ONLY - Record info about the conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Jan 30, 2020
1 parent 38dee2b commit 1c6e3aa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Gifski/Gifski.swift
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,12 @@ final class Gifski {
]
)

// Locally only!
Crashlytics.record(
key: debugKey,
value: "\(conversion)"
)

Crashlytics.record(
key: "\(debugKey): Is readable?",
value: asset.isReadable
Expand Down

0 comments on commit 1c6e3aa

Please sign in to comment.