What "SendbirdChat db setup is not finished yet." error log is represent?

I am seeing the “SendbirdChat db setup is not finished yet.” error logs in debug console. I am not sure what does this means because I am facing new message received and typing event issue in the app. This happens randomly. So I want to know that is that something related or not?


[SDK Version]
com.sendbird.sdk:sendbird-chat:4.19.1

[Reproduction Steps]

  • It showing during the app launch. Only init method has been called.

[Frequency]

  • This log appear every time

[Issue Logs]

2025-04-23 17:29:10.584  7626-7871  SendbirdChat            com.app.hm            D  [17:29:10.583 SendbirdChat:setupLocalCache():562] setupLocalCache
2025-04-23 17:29:10.588  7626-7789  SendbirdChat            com.app.hm            E  [17:29:10.587 SendbirdChat:sendbirdChatMain$sendbird_release():155] SendbirdChat db setup is not finished yet.
2025-04-23 17:29:10.589  7626-7880  SendbirdChat            com.app.hm            I  [17:29:10.588 SendbirdChat:internalInit$lambda-6$lambda-4():513] savedAppId: xxxxxxxxxxx
2025-04-23 17:29:10.591  7626-7789  SendbirdChat            com.app.hm            E  [17:29:10.590 SendbirdChat:sendbirdChatMain$sendbird_release():155] SendbirdChat db setup is not finished yet.

[All Logs]


2025-04-23 17:29:09.919  7626-7789  [DefaultDi...#init:137] com.app.hm            D  Debug - Chat - init called
2025-04-23 17:29:10.276  7626-7789  SendbirdChat            com.app.hm            I  [17:29:10.275 SendbirdChat:internalInit():385] init: InitParams(appId=xxxxxxxxxxx, context=com.app.App@5ddd022, useCaching=true, logLevel=DEBUG, isForeground=false, appVersion=null, localCacheConfig=LocalCacheConfig(sqlCipherConfig=null, maxSize=256, clearOrder=MESSAGE_COLLECTION_ACCESSED_AT, customClearOrderComparator=null, enableAutoResend=true))
2025-04-23 17:29:10.276  7626-7789  SendbirdChat            com.app.hm            D  [17:29:10.276 SendbirdChat:internalInit():402] previous chatMain exists: false
2025-04-23 17:29:10.284  7626-7865  SendbirdChat            com.app.hm            D  [17:29:10.282 SendbirdChat:initConscrypt():549] initConscrypt
2025-04-23 17:29:10.368  7626-7865  SendbirdChat            com.app.hm            D  [17:29:10.367 SendbirdChat:initConscrypt():552] conscrypt inserted at 1
2025-04-23 17:29:10.554  7626-7871  SendbirdChat            com.app.hm            D  [17:29:10.553 EventDispatcher:setOrder():107] setOrder(command: class com.sendbird.android.internal.network.commands.internal.ConnectingCommand, orderedListeners: com.sendbird.android.internal.network.session.SessionManagerImpl@fafcf07
2025-04-23 17:29:10.557  7626-7871  SendbirdChat            com.app.hm            D  [17:29:10.555 EventDispatcher:setOrder():107] setOrder(command: class com.sendbird.android.internal.network.commands.internal.AuthenticatingByApiCommand, orderedListeners: com.sendbird.android.internal.network.session.SessionManagerImpl@fafcf07
2025-04-23 17:29:10.560  7626-7871  SendbirdChat            com.app.hm            D  [17:29:10.559 EventDispatcher:setOrder():107] setOrder(command: class com.sendbird.android.internal.network.commands.internal.ConnectedCommand, orderedListeners: com.sendbird.android.internal.network.session.SessionManagerImpl@fafcf07
2025-04-23 17:29:10.572  7626-7871  SendbirdChat            com.app.hm            D  [17:29:10.564 EventDispatcher:setOrder():107] setOrder(command: class com.sendbird.android.internal.network.commands.internal.AuthenticatedByApiCommand, orderedListeners: com.sendbird.android.internal.network.session.SessionManagerImpl@fafcf07
2025-04-23 17:29:10.579  7626-7871  SendbirdChat            com.app.hm            D  [17:29:10.573 EventDispatcher:setOrder():107] setOrder(command: class com.sendbird.android.internal.network.commands.internal.ReconnectedCommand, orderedListeners: com.sendbird.android.internal.network.session.SessionManagerImpl@fafcf07
2025-04-23 17:29:10.584  7626-7871  SendbirdChat            com.app.hm            D  [17:29:10.583 SendbirdChat:setupLocalCache():562] setupLocalCache
2025-04-23 17:29:10.588  7626-7789  SendbirdChat            com.app.hm            E  [17:29:10.587 SendbirdChat:sendbirdChatMain$sendbird_release():155] SendbirdChat db setup is not finished yet.
2025-04-23 17:29:10.589  7626-7880  SendbirdChat            com.app.hm            I  [17:29:10.588 SendbirdChat:internalInit$lambda-6$lambda-4():513] savedAppId: xxxxxxxxxxx
2025-04-23 17:29:10.591  7626-7789  SendbirdChat            com.app.hm            E  [17:29:10.590 SendbirdChat:sendbirdChatMain$sendbird_release():155] SendbirdChat db setup is not finished yet.
2025-04-23 17:29:10.773  7626-7875  SendbirdChat            com.app.hm            D  [17:29:10.771 StatCollectorManager:sendStatsIfPossible():133] >> sendStatsIfPossible() state: PENDING, statConfig: StatConfig(minStatCount=100, minIntervalSec=86400, maxStatCountPerRequest=1000, lowerThreshold=10, requestDelayRangeSec=180), delayMs: 0
2025-04-23 17:29:11.002  7626-7626  [main;Send...cceed:160] com.app.hm            D  Debug - Chat - init successfully.
2025-04-23 17:29:11.059  7626-7802  [DefaultDi...nnect:176] com.app.hm            D  Debug - Chat - connect called
1 Like