Explorar o código

Log exception in ContactsImportWork catch block

Signed-off-by: Chris Narkiewicz <hello@ezaquarii.com>
Chris Narkiewicz %!s(int64=5) %!d(string=hai) anos
pai
achega
29cffa4a24

+ 1 - 1
src/main/java/com/nextcloud/client/jobs/ContactsImportWork.kt

@@ -100,7 +100,7 @@ class ContactsImportWork(
                 }
             }
         } catch (e: Exception) {
-            logger.e(TAG, "${e.message}")
+            logger.e(TAG, "${e.message}", e)
         } finally {
             cursor?.close()
         }