mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-24 10:27:10 +02:00
Mobile: Show client ID in log (#6897)
This commit is contained in:
parent
cf219762c9
commit
50baad3c04
@ -489,6 +489,7 @@ async function initialize(dispatch: Function) {
|
|||||||
await migrateMasterPassword();
|
await migrateMasterPassword();
|
||||||
|
|
||||||
if (!Setting.value('clientId')) Setting.setValue('clientId', uuid.create());
|
if (!Setting.value('clientId')) Setting.setValue('clientId', uuid.create());
|
||||||
|
reg.logger().info(`Client ID: ${Setting.value('clientId')}`);
|
||||||
|
|
||||||
if (Setting.value('firstStart')) {
|
if (Setting.value('firstStart')) {
|
||||||
let locale = NativeModules.I18nManager.localeIdentifier;
|
let locale = NativeModules.I18nManager.localeIdentifier;
|
||||||
|
Loading…
Reference in New Issue
Block a user