@onekeyfe/react-native-lite-card 1.1.23 → 1.1.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -74,7 +74,7 @@ object MiUtil {
74
74
  "5" -> return PERMISSION_ASK
75
75
  }
76
76
  } catch (e: Exception) {
77
- OneKeyLog.debug("LiteCard", "check nfc permission fail: ${e.message}")
77
+ OneKeyLog.debug("LiteCard", "check nfc permission fail: ${e.message}\n${e.stackTraceToString()}")
78
78
  }
79
79
  return PERMISSION_UNKNOWN
80
80
  }
@@ -86,7 +86,7 @@ object MiUtil {
86
86
  context.startActivity(intent)
87
87
  true
88
88
  } catch (e: Exception) {
89
- OneKeyLog.debug("LiteCard", "open app setting fail: ${e.message}")
89
+ OneKeyLog.debug("LiteCard", "open app setting fail: ${e.message}\n${e.stackTraceToString()}")
90
90
  false
91
91
  }
92
92
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onekeyfe/react-native-lite-card",
3
- "version": "1.1.23",
3
+ "version": "1.1.25",
4
4
  "description": "lite card",
5
5
  "main": "./lib/module/index.js",
6
6
  "types": "./lib/typescript/src/index.d.ts",