diff --git a/packages/app-mobile/root.tsx b/packages/app-mobile/root.tsx index 054c8a6a78..068fac658e 100644 --- a/packages/app-mobile/root.tsx +++ b/packages/app-mobile/root.tsx @@ -489,6 +489,7 @@ async function initialize(dispatch: Function) { await migrateMasterPassword(); if (!Setting.value('clientId')) Setting.setValue('clientId', uuid.create()); + reg.logger().info(`Client ID: ${Setting.value('clientId')}`); if (Setting.value('firstStart')) { let locale = NativeModules.I18nManager.localeIdentifier;