bundleRelease 시 카카오 로그인이 안됩니다

문의 시, 사용하시는 SDK 버전 정보와 디벨로퍼스 앱ID를 알려주세요.
@react-native-seoul/kakao-login”: “^5.3.0”,
앱 ID: 979289

현재 가지고 있는 문제는 ./gradlew bundleRelease 를 했을 때 플레이스토어에 배포했을 경우
카카오 로그인이 아예 실패하는 상황입니다.

./gradlew assembleRelease 로 apk 빌드 시에는 잘 작동하여 어디가 문제인지 확인이 어려워 문의드립니다.
감사합니다!

logcat 에러 로그는 이렇습니다.
2024-05-07 08:13:15.171 15807-15807 DecorView com.accuniq.bpc I updateCaptionType: isFloating=false isApplication=true hasWindowDecorCaption=false this=DecorView@c2711ec[]
2024-05-07 08:13:15.171 15807-15807 DecorView com.accuniq.bpc D setCaptionType = 0, this = DecorView@c2711ec[]
2024-05-07 08:13:15.172 15807-15807 DecorView com.accuniq.bpc I getCurrentDensityDpi: from real metrics. densityDpi=450 msg=resources_loaded
2024-05-07 08:13:15.172 15807-15807 DecorView com.accuniq.bpc I setWindowBackground: isPopOver=false color=0 d=android.graphics.drawable.ColorDrawable@2684a
2024-05-07 08:13:15.181 15807-15807 MSHandlerLifeCycle com.accuniq.bpc I check: return. pkg=com.accuniq.bpc parent=null callers=com.android.internal.policy.DecorView.setVisibility:4412 android.app.ActivityThread.handleResumeActivity:5476 android.app.servertransaction.ResumeActivityItem.execute:54 android.app.servertransaction.ActivityTransactionItem.execute:45 android.app.servertransaction.TransactionExecutor.executeLifecycleState:176
2024-05-07 08:13:15.181 15807-15807 MSHandlerLifeCycle com.accuniq.bpc I removeMultiSplitHandler: no exist. decor=DecorView@c2711ec[]
2024-05-07 08:13:15.183 15807-15866 NativeCust…ncyManager com.accuniq.bpc D [NativeCFMS] BpCustomFrequencyManager::BpCustomFrequencyManager()
2024-05-07 08:13:15.187 15807-15807 InsetsController com.accuniq.bpc D onStateChanged: InsetsState: {mDisplayFrame=Rect(0, 0 - 1080, 2316), mDisplayCutout=DisplayCutout{insets=Rect(0, 75 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(692, 0 - 748, 75), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080 displayHeight=2316 physicalDisplayWidth=1440 physicalDisplayHeight=3088 density={2.8125} cutoutSpec={M 0,0 H -10 V 26.66666666666667 H 10 V 0 H 0 Z @dp} rotation={0} scale={1.0} physicalPixelDisplaySizeRatio={1.0}}}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=8, center=Point(8, 8)}, RoundedCorner{position=TopRight, radius=8, center=Point(1072, 8)}, RoundedCorner{position=BottomRight, radius=8, center=Point(1072, 2308)}, RoundedCorner{position=BottomLeft, radius=8, center=Point(8, 2308)}]} mRoundedCornerFrame=Rect(0, 0 - 1080, 2316), mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(956, 0 - 1080, 75) rotation=0}, mSources= { InsetsSource: {mType=ITYPE_STATUS_BAR, mFrame=[0,0][1080,75], mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_NAVIGATION_BAR, mFrame=[0,2181][1080,2316], mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_LEFT_GESTURES, mFrame=[0,0][0,2316], mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_RIGHT_GESTURES, mFrame=[1080,0][1080,2316], mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_TOP_MANDATORY_GESTURES, mFrame=[0,0][1080,109], mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_BOTTOM_MANDATORY_GESTURES, mFrame=[0,2181][1080,2316], mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_LEFT_DISPLAY_CUTOUT, mFrame=[0,0][-100000,2316], mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_TOP_DISPLAY_CUTOUT, mFrame=[0,0][1080,75], mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_RIGHT_DISPLAY_CUTOUT, mFrame=[100000,0][1080,2316], mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_BOTTOM_DISPLAY_CUTOUT, mFrame=[0,100000][1080,2316], mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_TOP_TAPPABLE_ELEMENT, mFrame=[0,0][1080,75], mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_BOTTOM_TAPPABLE_ELEMENT, mFrame=[0,2181][1080,2316], mVisible=true, mInsetsRoundedCornerFrame=false} } host=com.accuniq.bpc/com.kakao.sdk.auth.AuthCodeHandlerActivity from=android.view.ViewRootImpl.setView:1732
2024-05-07 08:13:15.188 15807-15807 ViewRootIm…rActivity] com.accuniq.bpc I setView = com.android.internal.policy.DecorView@c2711ec TM=true
2024-05-07 08:13:15.188 15807-15807 MSHandlerLifeCycle com.accuniq.bpc I removeMultiSplitHandler: no exist. decor=DecorView@c2711ec[AuthCodeHandlerActivity]
2024-05-07 08:13:15.200 15807-15807 ViewRootIm…rActivity] com.accuniq.bpc I performTraversals params={(0,0)(fillxfill) sim={adjust=pan forwardNavigation} ty=BASE_APPLICATION fmt=TRANSPARENT
fl=81810100
pfl=12020040
bhv=DEFAULT
fitSides= naviIconColor=0
sfl=100000}
2024-05-07 08:13:15.200 15807-15807 ViewRootIm…rActivity] com.accuniq.bpc I performTraversals mFirst=true windowShouldResize=true viewVisibilityChanged=false mForceNextWindowRelayout=false params={(0,0)(fillxfill) sim={adjust=pan forwardNavigation} ty=BASE_APPLICATION fmt=TRANSPARENT
fl=81810100
pfl=12020040
bhv=DEFAULT
fitSides= naviIconColor=0
sfl=100000}
2024-05-07 08:13:15.205 15807-15807 InsetsController com.accuniq.bpc D onStateChanged: InsetsState: {mDisplayFrame=Rect(0, 0 - 1080, 2316), mDisplayCutout=DisplayCutout{insets=Rect(0, 75 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(692, 0 - 748, 75), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080 displayHeight=2316 physicalDisplayWidth=1440 physicalDisplayHeight=3088 density={2.8125} cutoutSpec={M 0,0 H -10 V 26.66666666666667 H 10 V 0 H 0 Z @dp} rotation={0} scale={1.0} physicalPixelDisplaySizeRatio={1.0}}}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=8, center=Point(8, 8)}, RoundedCorner{position=TopRight, radius=8, center=Point(1072, 8)}, RoundedCorner{position=BottomRight, radius=8, center=Point(1072, 2308)}, RoundedCorner{position=BottomLeft, radius=8, center=Point(8, 2308)}]} mRoundedCornerFrame=Rect(0, 0 - 1080, 2316), mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(956, 0 - 1080, 75) rotation=0}, mSources= { InsetsSource: {mType=ITYPE_STATUS_BAR, mFrame=[0,0][1080,75], mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_NAVIGATION_BAR, mFrame=[0,2181][1080,2316], mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_LEFT_GESTURES, mFrame=[0,0][0,2316], mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_RIGHT_GESTURES, mFrame=[1080,0][1080,2316], mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_TOP_MANDATORY_GESTURES, mFrame=[0,0][1080,109], mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_BOTTOM_MANDATORY_GESTURES, mFrame=[0,2181][1080,2316], mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_LEFT_DISPLAY_CUTOUT, mFrame=[0,0][-100000,2316], mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_TOP_DISPLAY_CUTOUT, mFrame=[0,0][1080,75], mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_RIGHT_DISPLAY_CUTOUT, mFrame=[100000,0][1080,2316], mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_BOTTOM_DISPLAY_CUTOUT, mFrame=[0,100000][1080,2316], mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_TOP_TAPPABLE_ELEMENT, mFrame=[0,0][1080,75], mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_BOTTOM_TAPPABLE_ELEMENT, mFrame=[0,2181][1080,2316], mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_IME, mFrame=[0,0][0,0], mVisibleFrame=[0,1308][1080,2316], mVisible=false, mInsetsRoundedCornerFrame=false} } host=com.accuniq.bpc/com.kakao.sdk.auth.AuthCodeHandlerActivity from=android.view.ViewRootImpl.relayoutWindow:9802
2024-05-07 08:13:15.206 15807-15807 ViewRootIm…rActivity] com.accuniq.bpc I updateBlastSurfaceIfNeeded mBlastBufferQueue=null isSameSurfaceControl=false
2024-05-07 08:13:15.206 15807-15807 BLASTBufferQueue com.accuniq.bpc I new BLASTBufferQueue, mName= ViewRootImpl@860ab8f[AuthCodeHandlerActivity] mNativeObject= 0xb400006e7e49e3d0 sc.mNativeObject= 0xb400006e0e48c1c0 caller= android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:2909 android.view.ViewRootImpl.relayoutWindow:9847 android.view.ViewRootImpl.performTraversals:3884 android.view.ViewRootImpl.doTraversal:3116 android.view.ViewRootImpl$TraversalRunnable.run:10885 android.view.Choreographer$CallbackRecord.run:1301 android.view.Choreographer$CallbackRecord.run:1309 android.view.Choreographer.doCallbacks:923 android.view.Choreographer.doFrame:852 android.view.Choreographer$FrameDisplayEventReceiver.run:1283
2024-05-07 08:13:15.206 15807-15807 BLASTBufferQueue com.accuniq.bpc I update, w= 1080 h= 2316 mName = ViewRootImpl@860ab8f[AuthCodeHandlerActivity] mNativeObject= 0xb400006e7e49e3d0 sc.mNativeObject= 0xb400006e0e48c1c0 format= -2 caller= android.graphics.BLASTBufferQueue.:84 android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:2909 android.view.ViewRootImpl.relayoutWindow:9847 android.view.ViewRootImpl.performTraversals:3884 android.view.ViewRootImpl.doTraversal:3116 android.view.ViewRootImpl$TraversalRunnable.run:10885
2024-05-07 08:13:15.206 15807-15807 ViewRootIm…rActivity] com.accuniq.bpc I Relayout returned: old=(0,0,1080,2316) new=(0,0,1080,2316) req=(1080,2316)0 dur=6 res=0x3 s={true 0xb400006f0e4a6df0} ch=true seqId=0
2024-05-07 08:13:15.207 15807-15807 ViewRootIm…rActivity] com.accuniq.bpc I mThreadedRenderer.initialize() mSurface={isValid=true 0xb400006f0e4a6df0} hwInitialized=true
2024-05-07 08:13:15.207 15807-15866 OpenGLRenderer com.accuniq.bpc D eglCreateWindowSurface
2024-05-07 08:13:15.208 15807-15807 ViewRootIm…rActivity] com.accuniq.bpc I reportNextDraw android.view.ViewRootImpl.performTraversals:4438 android.view.ViewRootImpl.doTraversal:3116 android.view.ViewRootImpl$TraversalRunnable.run:10885 android.view.Choreographer$CallbackRecord.run:1301 android.view.Choreographer$CallbackRecord.run:1309
2024-05-07 08:13:15.208 15807-15807 ViewRootIm…rActivity] com.accuniq.bpc I Setup new sync id=0
2024-05-07 08:13:15.208 15807-15807 ViewRootIm…rActivity] com.accuniq.bpc I Setting syncFrameCallback
2024-05-07 08:13:15.208 15807-15807 ViewRootIm…rActivity] com.accuniq.bpc I registerCallbacksForSync syncBuffer=false
2024-05-07 08:13:15.210 15807-15892 ViewRootIm…rActivity] com.accuniq.bpc I Received frameDrawingCallback syncResult=0 frameNum=1.
2024-05-07 08:13:15.210 15807-15892 ViewRootIm…rActivity] com.accuniq.bpc I Setting up sync and frameCommitCallback
2024-05-07 08:13:15.211 15807-15866 BLASTBufferQueue com.accuniq.bpc I ViewRootImpl@860ab8f[AuthCodeHandlerActivity]#5 onFrameAvailable the first frame is available
2024-05-07 08:13:15.212 15807-15866 ViewRootIm…rActivity] com.accuniq.bpc I Received frameCommittedCallback lastAttemptedDrawFrameNum=1 didProduceBuffer=true
2024-05-07 08:13:15.212 15807-15866 OpenGLRenderer com.accuniq.bpc D CFMS:: SetUp Pid : 15807 Tid : 15866
2024-05-07 08:13:15.213 15807-15866 Parcel com.accuniq.bpc W Expecting binder but got null!
2024-05-07 08:13:15.213 15807-15807 ViewRootIm…rActivity] com.accuniq.bpc I onSyncComplete
2024-05-07 08:13:15.213 15807-15807 ViewRootIm…rActivity] com.accuniq.bpc I setupSync seqId=0 mSyncId=0 fn=1 caller=android.view.ViewRootImpl$$ExternalSyntheticLambda11.accept:6 android.window.SurfaceSyncer.lambda$setupSync$1$android-window-SurfaceSyncer:128 android.window.SurfaceSyncer$$ExternalSyntheticLambda1.accept:8 android.window.SurfaceSyncer$SyncSet.checkIfSyncIsComplete:382 android.window.SurfaceSyncer$SyncSet.markSyncReady:359 android.window.SurfaceSyncer.markSyncReady:151 android.view.ViewRootImpl.performTraversals:4503
2024-05-07 08:13:15.213 15807-15807 ViewRootIm…rActivity] com.accuniq.bpc I reportDrawFinished seqId=0 mSyncId=-1 fn=1 mSurfaceChangedTransaction=0xb400006e3e4a89d0
2024-05-07 08:13:15.213 15807-15807 ViewRootIm…nActivity] com.accuniq.bpc I MSG_WINDOW_FOCUS_CHANGED 0 0
2024-05-07 08:13:15.246 15807-15807 ViewRootIm…rActivity] com.accuniq.bpc I stopped(true) old = false
2024-05-07 08:13:15.246 15807-15807 ViewRootIm…rActivity] com.accuniq.bpc I WindowStopped on com.accuniq.bpc/com.kakao.sdk.auth.AuthCodeHandlerActivity set to true
2024-05-07 08:13:15.249 15807-15807 MSHandlerLifeCycle com.accuniq.bpc I removeMultiSplitHandler: no exist. decor=DecorView@c2711ec[AuthCodeHandlerActivity]
2024-05-07 08:13:15.256 15807-15866 OpenGLRenderer com.accuniq.bpc D setSurface called with nullptr
2024-05-07 08:13:15.256 15807-15866 OpenGLRenderer com.accuniq.bpc D setSurface() destroyed EGLSurface
2024-05-07 08:13:15.256 15807-15866 OpenGLRenderer com.accuniq.bpc D destroyEglSurface
2024-05-07 08:13:15.257 15807-15807 ViewRootIm…rActivity] com.accuniq.bpc I performTraversals mFirst=false windowShouldResize=false viewVisibilityChanged=true mForceNextWindowRelayout=false params=null
2024-05-07 08:13:15.260 15807-15807 ViewRootIm…rActivity] com.accuniq.bpc I Relayout returned: old=(0,0,1080,2316) new=(0,0,1080,2316) req=(1080,2316)4 dur=3 res=0x2 s={false 0x0} ch=false seqId=0
2024-05-07 08:13:15.261 2348-6243 WindowManager system_server E win=Window{f8461d u0 com.accuniq.bpc/com.kakao.sdk.auth.AuthCodeHandlerActivity} destroySurfaces: appStopped=true cleanupOnResume=false win.mWindowRemovalAllowed=false win.mRemoveOnExit=false win.mViewVisibility=4 caller=com.android.server.wm.ActivityRecord.destroySurfaces:6539 com.android.server.wm.ActivityRecord.destroySurfaces:6520 com.android.server.wm.ActivityRecord.notifyAppStopped:6584 com.android.server.wm.ActivityRecord.activityStopped:7172 com.android.server.wm.ActivityClientController.activityStopped:258 android.app.IActivityClientController$Stub.onTransact:613 com.android.server.wm.ActivityClientController.onTransact:136
2024-05-07 08:13:15.262 15807-15807 ViewRootIm…rActivity] com.accuniq.bpc I handleAppVisibility mAppVisible = true visible = false
2024-05-07 08:13:15.362 15807-15807 InputTransport com.accuniq.bpc D Input channel destroyed: ‘ClientS’, fd=137
2024-05-07 08:13:15.754 15807-15807 ViewRootIm…nActivity] com.accuniq.bpc I handleAppVisibility mAppVisible = true visible = false
2024-05-07 08:13:15.758 15807-15866 OpenGLRenderer com.accuniq.bpc D setSurface called with nullptr
2024-05-07 08:13:15.758 15807-15866 OpenGLRenderer com.accuniq.bpc D setSurface() destroyed EGLSurface
2024-05-07 08:13:15.758 15807-15866 OpenGLRenderer com.accuniq.bpc D destroyEglSurface
2024-05-07 08:13:15.761 15807-15807 ViewRootIm…nActivity] com.accuniq.bpc I performTraversals mFirst=false windowShouldResize=false viewVisibilityChanged=true mForceNextWindowRelayout=false params=null
2024-05-07 08:13:15.774 15807-15807 ViewRootIm…nActivity] com.accuniq.bpc I Relayout returned: old=(0,0,1080,2316) new=(0,0,1080,2316) req=(1080,2316)8 dur=8 res=0x2 s={false 0x0} ch=true seqId=0
2024-05-07 08:13:15.777 15807-15882 ReactNativeJNI com.accuniq.bpc I Memory warning (pressure level: TRIM_MEMORY_UI_HIDDEN) received by JS VM, ignoring because it’s non-severe
2024-05-07 08:13:15.778 15807-15807 ViewRootIm…nActivity] com.accuniq.bpc I stopped(true) old = false
2024-05-07 08:13:15.778 15807-15807 ViewRootIm…nActivity] com.accuniq.bpc I WindowStopped on com.accuniq.bpc/com.accuniq.bpc.MainActivity set to true
2024-05-07 08:13:15.781 15807-15807 MSHandlerLifeCycle com.accuniq.bpc I removeMultiSplitHandler: no exist. decor=DecorView@301f158[MainActivity]
2024-05-07 08:13:15.783 2348-6272 WindowManager system_server E win=Window{7eb97bd u0 com.accuniq.bpc/com.accuniq.bpc.MainActivity} destroySurfaces: appStopped=true cleanupOnResume=false win.mWindowRemovalAllowed=false win.mRemoveOnExit=false win.mViewVisibility=8 caller=com.android.server.wm.ActivityRecord.destroySurfaces:6539 com.android.server.wm.ActivityRecord.destroySurfaces:6520 com.android.server.wm.ActivityRecord.notifyAppStopped:6584 com.android.server.wm.ActivityRecord.activityStopped:7172 com.android.server.wm.ActivityClientController.activityStopped:258 android.app.IActivityClientController$Stub.onTransact:613 com.android.server.wm.ActivityClientController.onTransact:136
2024-05-07 08:13:15.850 15807-15866 OpenGLRenderer com.accuniq.bpc D setSurface called with nullptr
2024-05-07 08:13:17.220 15807-15867 FA com.accuniq.bpc I Application backgrounded at: timestamp_millis: 1715037195217
2024-05-07 08:13:17.355 15807-15807 ViewRootIm…rActivity] com.accuniq.bpc I handleAppVisibility mAppVisible = false visible = true
2024-05-07 08:13:17.356 15807-15807 ViewRootIm…nActivity] com.accuniq.bpc I handleAppVisibility mAppVisible = false visible = true
2024-05-07 08:13:17.358 15807-15807 ViewRootIm…nActivity] com.accuniq.bpc I stopped(false) old = true
2024-05-07 08:13:17.358 15807-15807 ViewRootIm…nActivity] com.accuniq.bpc I WindowStopped on com.accuniq.bpc/com.accuniq.bpc.MainActivity set to false
2024-05-07 08:13:17.361 15807-15807 LS-BLE com.accuniq.bpc E MainActivity >> Start
2024-05-07 08:13:17.364 15807-15807 MSHandlerLifeCycle com.accuniq.bpc I removeMultiSplitHandler: no exist. decor=DecorView@301f158[MainActivity]
2024-05-07 08:13:17.364 15807-15807 ViewRootIm…rActivity] com.accuniq.bpc I stopped(false) old = true
2024-05-07 08:13:17.364 15807-15807 ViewRootIm…rActivity] com.accuniq.bpc I WindowStopped on com.accuniq.bpc/com.kakao.sdk.auth.AuthCodeHandlerActivity set to false
2024-05-07 08:13:17.367 15807-15807 MSHandlerLifeCycle com.accuniq.bpc I removeMultiSplitHandler: no exist. decor=DecorView@c2711ec[AuthCodeHandlerActivity]
2024-05-07 08:13:17.370 15807-15807 ViewRootIm…nActivity] com.accuniq.bpc I performTraversals mFirst=false windowShouldResize=false viewVisibilityChanged=true mForceNextWindowRelayout=false params=null
2024-05-07 08:13:17.374 15807-15807 ViewRootIm…nActivity] com.accuniq.bpc I updateBlastSurfaceIfNeeded mBlastBufferQueue=null isSameSurfaceControl=false
2024-05-07 08:13:17.374 15807-15807 BLASTBufferQueue com.accuniq.bpc I new BLASTBufferQueue, mName= ViewRootImpl@fa51cd[MainActivity] mNativeObject= 0xb400006e7e49be50 sc.mNativeObject= 0xb400006e0e4d8cf0 caller= android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:2909 android.view.ViewRootImpl.relayoutWindow:9847 android.view.ViewRootImpl.performTraversals:3884 android.view.ViewRootImpl.doTraversal:3116 android.view.ViewRootImpl$TraversalRunnable.run:10885 android.view.Choreographer$CallbackRecord.run:1301 android.view.Choreographer$CallbackRecord.run:1309 android.view.Choreographer.doCallbacks:923 android.view.Choreographer.doFrame:852 android.view.Choreographer$FrameDisplayEventReceiver.run:1283
2024-05-07 08:13:17.374 15807-15807 BLASTBufferQueue com.accuniq.bpc I update, w= 1080 h= 2316 mName = ViewRootImpl@fa51cd[MainActivity] mNativeObject= 0xb400006e7e49be50 sc.mNativeObject= 0xb400006e0e4d8cf0 format= -1 caller= android.graphics.BLASTBufferQueue.:84 android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:2909 android.view.ViewRootImpl.relayoutWindow:9847 android.view.ViewRootImpl.performTraversals:3884 android.view.ViewRootImpl.doTraversal:3116 android.view.ViewRootImpl$TraversalRunnable.run:10885
2024-05-07 08:13:17.374 15807-15807 ViewRootIm…nActivity] com.accuniq.bpc I Relayout returned: old=(0,0,1080,2316) new=(0,0,1080,2316) req=(1080,2316)0 dur=4 res=0x3 s={true 0xb400006f0e4af630} ch=true seqId=0
2024-05-07 08:13:17.375 15807-15807 ViewRootIm…nActivity] com.accuniq.bpc I mThreadedRenderer.initialize() mSurface={isValid=true 0xb400006f0e4af630} hwInitialized=true
2024-05-07 08:13:17.375 15807-15866 OpenGLRenderer com.accuniq.bpc D eglCreateWindowSurface
2024-05-07 08:13:17.375 15807-15807 ViewRootIm…nActivity] com.accuniq.bpc I reportNextDraw android.view.ViewRootImpl.performTraversals:4438 android.view.ViewRootImpl.doTraversal:3116 android.view.ViewRootImpl$TraversalRunnable.run:10885 android.view.Choreographer$CallbackRecord.run:1301 android.view.Choreographer$CallbackRecord.run:1309
2024-05-07 08:13:17.375 15807-15807 ViewRootIm…nActivity] com.accuniq.bpc I Setup new sync id=2
2024-05-07 08:13:17.375 15807-15807 ViewRootIm…nActivity] com.accuniq.bpc I Setting syncFrameCallback
2024-05-07 08:13:17.375 15807-15807 ViewRootIm…nActivity] com.accuniq.bpc I registerCallbacksForSync syncBuffer=false
2024-05-07 08:13:17.377 15807-15891 ViewRootIm…nActivity] com.accuniq.bpc I Received frameDrawingCallback syncResult=0 frameNum=1.
2024-05-07 08:13:17.377 15807-15891 ViewRootIm…nActivity] com.accuniq.bpc I Setting up sync and frameCommitCallback
2024-05-07 08:13:17.379 15807-15866 BLASTBufferQueue com.accuniq.bpc I ViewRootImpl@fa51cd[MainActivity]#6 onFrameAvailable the first frame is available
2024-05-07 08:13:17.379 15807-15866 ViewRootIm…nActivity] com.accuniq.bpc I Received frameCommittedCallback lastAttemptedDrawFrameNum=1 didProduceBuffer=true
2024-05-07 08:13:17.380 15807-15807 ViewRootIm…nActivity] com.accuniq.bpc I onSyncComplete
2024-05-07 08:13:17.380 15807-15807 ViewRootIm…nActivity] com.accuniq.bpc I setupSync seqId=0 mSyncId=2 fn=1 caller=android.view.ViewRootImpl$$ExternalSyntheticLambda11.accept:6 android.window.SurfaceSyncer.lambda$setupSync$1$android-window-SurfaceSyncer:128 android.window.SurfaceSyncer$$ExternalSyntheticLambda1.accept:8 android.window.SurfaceSyncer$SyncSet.checkIfSyncIsComplete:382 android.window.SurfaceSyncer$SyncSet.markSyncReady:359 android.window.SurfaceSyncer.markSyncReady:151 android.view.ViewRootImpl.performTraversals:4503
2024-05-07 08:13:17.380 15807-15807 ViewRootIm…rActivity] com.accuniq.bpc I performTraversals mFirst=false windowShouldResize=false viewVisibilityChanged=true mForceNextWindowRelayout=false params=null
2024-05-07 08:13:17.384 15807-15807 ViewRootIm…rActivity] com.accuniq.bpc I updateBlastSurfaceIfNeeded mBlastBufferQueue=null isSameSurfaceControl=false
2024-05-07 08:13:17.384 15807-15807 BLASTBufferQueue com.accuniq.bpc I new BLASTBufferQueue, mName= ViewRootImpl@860ab8f[AuthCodeHandlerActivity] mNativeObject= 0xb400006e7e49d110 sc.mNativeObject= 0xb400006e0e4de180 caller= android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:2909 android.view.ViewRootImpl.relayoutWindow:9847 android.view.ViewRootImpl.performTraversals:3884 android.view.ViewRootImpl.doTraversal:3116 android.view.ViewRootImpl$TraversalRunnable.run:10885 android.view.Choreographer$CallbackRecord.run:1301 android.view.Choreographer$CallbackRecord.run:1309 android.view.Choreographer.doCallbacks:923 android.view.Choreographer.doFrame:852 android.view.Choreographer$FrameDisplayEventReceiver.run:1283
2024-05-07 08:13:17.384 15807-15807 BLASTBufferQueue com.accuniq.bpc I update, w= 1080 h= 2316 mName = ViewRootImpl@860ab8f[AuthCodeHandlerActivity] mNativeObject= 0xb400006e7e49d110 sc.mNativeObject= 0xb400006e0e4de180 format= -2 caller= android.graphics.BLASTBufferQueue.:84 android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:2909 android.view.ViewRootImpl.relayoutWindow:9847 android.view.ViewRootImpl.performTraversals:3884 android.view.ViewRootImpl.doTraversal:3116 android.view.ViewRootImpl$TraversalRunnable.run:10885
2024-05-07 08:13:17.385 15807-15807 ViewRootIm…rActivity] com.accuniq.bpc I Relayout returned: old=(0,0,1080,2316) new=(0,0,1080,2316) req=(1080,2316)0 dur=4 res=0x3 s={true 0xb400006f0e4a07c0} ch=true seqId=0
2024-05-07 08:13:17.385 15807-15807 ViewRootIm…rActivity] com.accuniq.bpc I mThreadedRenderer.initialize() mSurface={isValid=true 0xb400006f0e4a07c0} hwInitialized=true
2024-05-07 08:13:17.385 15807-15866 OpenGLRenderer com.accuniq.bpc D eglCreateWindowSurface
2024-05-07 08:13:17.385 15807-15807 ViewRootIm…rActivity] com.accuniq.bpc I reportNextDraw android.view.ViewRootImpl.performTraversals:4438 android.view.ViewRootImpl.doTraversal:3116 android.view.ViewRootImpl$TraversalRunnable.run:10885 android.view.Choreographer$CallbackRecord.run:1301 android.view.Choreographer$CallbackRecord.run:1309
2024-05-07 08:13:17.385 15807-15807 ViewRootIm…rActivity] com.accuniq.bpc I Setup new sync id=1
2024-05-07 08:13:17.385 15807-15807 ViewRootIm…rActivity] com.accuniq.bpc I Setting syncFrameCallback
2024-05-07 08:13:17.385 15807-15807 ViewRootIm…rActivity] com.accuniq.bpc I registerCallbacksForSync syncBuffer=false
2024-05-07 08:13:17.386 15807-15892 ViewRootIm…rActivity] com.accuniq.bpc I Received frameDrawingCallback syncResult=0 frameNum=1.
2024-05-07 08:13:17.386 15807-15892 ViewRootIm…rActivity] com.accuniq.bpc I Setting up sync and frameCommitCallback
2024-05-07 08:13:17.386 15807-15866 BLASTBufferQueue com.accuniq.bpc I ViewRootImpl@860ab8f[AuthCodeHandlerActivity]#7 onFrameAvailable the first frame is available
2024-05-07 08:13:17.386 15807-15866 ViewRootIm…rActivity] com.accuniq.bpc I Received frameCommittedCallback lastAttemptedDrawFrameNum=1 didProduceBuffer=true
2024-05-07 08:13:17.386 15807-15807 ViewRootIm…rActivity] com.accuniq.bpc I onSyncComplete
2024-05-07 08:13:17.387 15807-15807 ViewRootIm…rActivity] com.accuniq.bpc I setupSync seqId=0 mSyncId=1 fn=1 caller=android.view.ViewRootImpl$$ExternalSyntheticLambda11.accept:6 android.window.SurfaceSyncer.lambda$setupSync$1$android-window-SurfaceSyncer:128 android.window.SurfaceSyncer$$ExternalSyntheticLambda1.accept:8 android.window.SurfaceSyncer$SyncSet.checkIfSyncIsComplete:382 android.window.SurfaceSyncer$SyncSet.markSyncReady:359 android.window.SurfaceSyncer.markSyncReady:151 android.view.ViewRootImpl.performTraversals:4503
2024-05-07 08:13:17.387 15807-15807 ViewRootIm…rActivity] com.accuniq.bpc I reportDrawFinished seqId=0 mSyncId=-1 fn=1 mSurfaceChangedTransaction=0xb400006e3e4a89d0
2024-05-07 08:13:17.387 15807-15807 ViewRootIm…nActivity] com.accuniq.bpc I reportDrawFinished seqId=0 mSyncId=-1 fn=1 mSurfaceChangedTransaction=0xb400006e3e47a7d0
2024-05-07 08:13:17.400 15807-15807 ViewRootIm…nActivity] com.accuniq.bpc I stopped(false) old = false
2024-05-07 08:13:17.402 15807-15807 MSHandlerLifeCycle com.accuniq.bpc I removeMultiSplitHandler: no exist. decor=DecorView@301f158[MainActivity]
2024-05-07 08:13:17.415 15807-15807 ViewRootIm…rActivity] com.accuniq.bpc I stopped(true) old = false
2024-05-07 08:13:17.415 15807-15807 ViewRootIm…rActivity] com.accuniq.bpc I WindowStopped on com.accuniq.bpc/com.kakao.sdk.auth.AuthCodeHandlerActivity set to true
2024-05-07 08:13:17.416 15807-15807 MSHandlerLifeCycle com.accuniq.bpc I removeMultiSplitHandler: no exist. decor=DecorView@c2711ec[AuthCodeHandlerActivity]
2024-05-07 08:13:17.420 15807-15807 MSHandlerLifeCycle com.accuniq.bpc I removeMultiSplitHandler: no exist. decor=DecorView@c2711ec[AuthCodeHandlerActivity]
2024-05-07 08:13:17.421 15807-15866 OpenGLRenderer com.accuniq.bpc D setSurface called with nullptr
2024-05-07 08:13:17.421 15807-15866 OpenGLRenderer com.accuniq.bpc D setSurface() destroyed EGLSurface
2024-05-07 08:13:17.421 15807-15866 OpenGLRenderer com.accuniq.bpc D destroyEglSurface
2024-05-07 08:13:17.421 15807-15807 ViewRootIm…rActivity] com.accuniq.bpc I dispatchDetachedFromWindow
2024-05-07 08:13:17.423 15807-15807 InputTransport com.accuniq.bpc D Input channel destroyed: 'f8461d ', fd=129
2024-05-07 08:13:17.428 15807-15807 ViewRootIm…nActivity] com.accuniq.bpc I MSG_WINDOW_FOCUS_CHANGED 1 0
2024-05-07 08:13:17.428 15807-15807 ViewRootIm…nActivity] com.accuniq.bpc I mThreadedRenderer.initializeIfNeeded()#2 mSurface={isValid=true 0xb400006f0e4af630}
2024-05-07 08:13:17.429 15807-15807 InputMethodManager com.accuniq.bpc D startInputInner - Id : 0
2024-05-07 08:13:17.429 15807-15807 InputMethodManager com.accuniq.bpc I startInputInner - mService.startInputOrWindowGainedFocus

아래 내용 참고 부탁드려요.

Android 키해시 문제 종합 안내 - 릴리즈키해시, 디버그키해시

1개의 좋아요