Add logs for push errors on android (#8540)
This commit is contained in:
parent
79e90d1a8a
commit
737fa985ef
1 changed files with 2 additions and 0 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in a new issue