mirror of
https://github.com/mihonapp/mihon.git
synced 2025-10-23 11:38:55 +02:00
@@ -141,7 +141,9 @@ class GoogleDriveSyncService(context: Context, json: Json, syncPreferences: Sync
|
|||||||
logcat(LogPriority.DEBUG) { "JSON deserialized successfully with kotlinx.serialization" }
|
logcat(LogPriority.DEBUG) { "JSON deserialized successfully with kotlinx.serialization" }
|
||||||
syncData
|
syncData
|
||||||
} catch (e: Exception) {
|
} catch (e: Exception) {
|
||||||
logcat(LogPriority.ERROR) { "Failed to convert json to sync data with kotlinx.serialization: ${e.message}" }
|
logcat(
|
||||||
|
LogPriority.ERROR,
|
||||||
|
) { "Failed to convert json to sync data with kotlinx.serialization: ${e.message}" }
|
||||||
throw Exception(e.message)
|
throw Exception(e.message)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user