Skip to content

Commit a8239db

Browse files
committed
debug bootup status
1 parent 3b156c9 commit a8239db

1 file changed

Lines changed: 13 additions & 6 deletions

File tree

src/core.ts

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,18 @@ if (!uuid) {
8585
PushyModule.setUuid(uuid);
8686
}
8787

88-
log('uuid: ' + uuid);
89-
9088
export const cInfo = {
91-
rnu: require('../package.json').version,
92-
rn: RNVersion,
93-
os: Platform.OS + ' ' + Platform.Version,
94-
uuid,
89+
rnu: require("../package.json").version,
90+
rn: RNVersion,
91+
os: `${Platform.OS} ${Platform.Version}`,
92+
uuid,
9593
};
94+
95+
log('bootup status', {
96+
currentVersionInfo,
97+
isFirstTime,
98+
isFirstTimeDebug,
99+
isDebugChannel,
100+
cInfo,
101+
uuid,
102+
});

0 commit comments

Comments
 (0)