diff --git a/android/app/src/main/java/com/mattermost/helpers/PushNotificationDataHelper.kt b/android/app/src/main/java/com/mattermost/helpers/PushNotificationDataHelper.kt index b5f83233a..9a030bd82 100644 --- a/android/app/src/main/java/com/mattermost/helpers/PushNotificationDataHelper.kt +++ b/android/app/src/main/java/com/mattermost/helpers/PushNotificationDataHelper.kt @@ -115,6 +115,8 @@ class PushNotificationDataRunnable { } } catch (e: Exception) { e.printStackTrace() + val eMessage = e.message ?: "Error with no message" + TurboLog.e("ReactNative", "Error processing push notification error=$eMessage") } finally { db?.close() TurboLog.i("ReactNative", "DONE fetching notification data")