There was an error while loading. Please reload this page.
1 parent 3b156c9 commit a8239dbCopy full SHA for a8239db
1 file changed
src/core.ts
@@ -85,11 +85,18 @@ if (!uuid) {
85
PushyModule.setUuid(uuid);
86
}
87
88
-log('uuid: ' + uuid);
89
-
90
export const cInfo = {
91
- rnu: require('../package.json').version,
92
- rn: RNVersion,
93
- os: Platform.OS + ' ' + Platform.Version,
94
- uuid,
+ rnu: require("../package.json").version,
+ rn: RNVersion,
+ os: `${Platform.OS} ${Platform.Version}`,
+ uuid,
95
};
+
+log('bootup status', {
96
+ currentVersionInfo,
97
+ isFirstTime,
98
+ isFirstTimeDebug,
99
+ isDebugChannel,
100
+ cInfo,
101
102
+});
0 commit comments