(cherry picked from commit 737fa985ef)
Co-authored-by: Daniel Espino García <larkox@gmail.com>
This commit is contained in:
parent
88a782c23d
commit
84d9976697
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