마스터Q&A 안드로이드는 안드로이드 개발자들의 질문과 답변을 위한 지식 커뮤니티 사이트입니다. 안드로이드펍에서 운영하고 있습니다. [사용법, 운영진]

[안드로이드 9] WebView에서 새창으로 휴대폰인증을 한뒤 앱이 종료

0 추천
WebView에서 새창으로 휴대폰인증을 한뒤 앱이 종료됩니다.

 

안드로이드 8에서는 정상적으로 동작을 하지만

안드로이드 9에서는 아래와 같은 에러와 함께 종료 됩니다.

 

2019-11-27 17:02:23.506 24832-24832/xxx.xxxxxx.xxxxxxxx D/MainActivity: onLoadResource
2019-11-27 17:02:24.290 24832-24832/xxx.xxxxxx.xxxxxxxx D/MainActivity: setWebViewClient
2019-11-27 17:02:24.291 24832-24832/xxx.xxxxxx.xxxxxxxx D/MainActivity: setWebViewClient after : 1
2019-11-27 17:02:24.291 24832-24832/xxx.xxxxxx.xxxxxxxx D/MainActivity: url :

https://nice.checkplus.co.kr/CheckPlusSafeModel/checkplus.cb?m=checkplusSerivce_resultSend
2019-11-27 17:02:24.291 24832-24832/xxx.xxxxxx.xxxxxxxx D/MainActivity: url indexOf: 8
2019-11-27 17:02:24.291 24832-24832/xxx.xxxxxx.xxxxxxxx D/MainActivity: scrollBy
2019-11-27 17:02:24.300 24832-24832/xxx.xxxxxx.xxxxxxxx D/MainActivity: onPageFisnished
2019-11-27 17:02:24.300 24832-24832/xxx.xxxxxx.xxxxxxxx D/MainActivity: onPageFisnished after : 1
2019-11-27 17:02:24.301 24832-24832/xxx.xxxxxx.xxxxxxxx D/MainActivity: newWebView: android.webkit.WebView{21242b9

VFEDHVC.. .F...... 0,0-1080,1985}
2019-11-27 17:02:24.301 24832-24832/xxx.xxxxxx.xxxxxxxx D/MainActivity: newWebView.getVisibility: 0
2019-11-27 17:02:24.312 24832-24832/xxx.xxxxxx.xxxxxxxx D/MainActivity: onLoadResource
2019-11-27 17:02:24.462 24832-24832/xxx.xxxxxx.xxxxxxxx D/MainActivity: onPageStarted
2019-11-27 17:02:24.462 24832-24832/xxx.xxxxxx.xxxxxxxx D/MainActivity: onPageStarted after : 1
2019-11-27 17:02:24.462 24832-24832/xxx.xxxxxx.xxxxxxxx D/MainActivity: onPageStarted url :

https://nice.checkplus.co.kr/CheckPlusSafeModel/checkplus.cb?m=checkplusSerivce_resultSend
2019-11-27 17:02:24.462 24832-24832/xxx.xxxxxx.xxxxxxxx D/MainActivity: onPageStarted view :

https://nice.checkplus.co.kr/CheckPlusSafeModel/checkplus.cb?m=checkplusSerivce_resultSend
2019-11-27 17:02:24.462 24832-24832/xxx.xxxxxx.xxxxxxxx D/MainActivity: onPageStarted view : 0
2019-11-27 17:02:24.462 24832-24832/xxx.xxxxxx.xxxxxxxx D/MainActivity: super.onPageStarted
2019-11-27 17:02:24.462 24832-24832/xxx.xxxxxx.xxxxxxxx D/MainActivity: doUpdateVisitedHistory
2019-11-27 17:02:24.482 24832-24832/xxx.xxxxxx.xxxxxxxx D/MainActivity: onPageCommitVisible
2019-11-27 17:02:24.482 24832-24832/xxx.xxxxxx.xxxxxxxx D/MainActivity: onScaleChanged
2019-11-27 17:02:24.503 24832-24832/xxx.xxxxxx.xxxxxxxx D/MainActivity: onLoadResource
2019-11-27 17:02:24.630 24832-24832/xxx.xxxxxx.xxxxxxxx I/chromium: [INFO:CONSOLE(0)] "A cookie associated with a cross-

site resource at https://www.koswec.or.kr/ was set without the `SameSite` attribute. A future release of Chrome will only deliver

cookies with cross-site requests if they are set with `SameSite=None` and `Secure`. You can review cookies in developer tools under

Application>Storage>Cookies and see more details at https://www.chromestatus.com/feature/5088147346030592 and

https://www.chromestatus.com/feature/5633521622188032.", source: https://nice.checkplus.co.kr/CheckPlusSafeModel/checkplus.cb?

m=checkplusSerivce_resultSend (0)
2019-11-27 17:02:24.807 24832-24832/xxx.xxxxxx.xxxxxxxx D/MainActivity: onPageStarted
2019-11-27 17:02:24.807 24832-24832/xxx.xxxxxx.xxxxxxxx D/MainActivity: onPageStarted after : 1
2019-11-27 17:02:24.808 24832-24832/xxx.xxxxxx.xxxxxxxx D/MainActivity: onPageStarted url :

https://www.koswec.or.kr/nice/checkplusSuccess.do?flag=condoappRegist
2019-11-27 17:02:24.808 24832-24832/xxx.xxxxxx.xxxxxxxx D/MainActivity: onPageStarted view :

https://www.koswec.or.kr/nice/checkplusSuccess.do?flag=condoappRegist
2019-11-27 17:02:24.808 24832-24832/xxx.xxxxxx.xxxxxxxx D/MainActivity: onPageStarted view : 0
2019-11-27 17:02:24.808 24832-24832/xxx.xxxxxx.xxxxxxxx D/MainActivity: super.onPageStarted
2019-11-27 17:02:24.808 24832-24832/xxx.xxxxxx.xxxxxxxx D/MainActivity: doUpdateVisitedHistory
2019-11-27 17:02:24.897 24832-25014/xxx.xxxxxx.xxxxxxxx W/cr_ChildProcessConn: onServiceDisconnected (crash or killed by

oom): pid=25032
2019-11-27 17:02:24.963 24832-24832/xxx.xxxxxx.xxxxxxxx E/chromium: [ERROR:aw_browser_terminator.cc(125)] Renderer

process (25032) crash detected (code 5).
2019-11-27 17:02:24.964 24832-24832/xxx.xxxxxx.xxxxxxxx D/MainActivity: onRenderProcessGone
2019-11-27 17:02:24.966 24832-24832/xxx.xxxxxx.xxxxxxxx A/chromium: [FATAL:crashpad_client_linux.cc(536)] Render process

(25032)'s crash wasn't handled by all associated  webviews, triggering application crash.
    
    
    --------- beginning of crash
2019-11-27 17:02:24.966 24832-24832/xxx.xxxxxx.xxxxxxxx A/libc: Fatal signal 5 (SIGTRAP), code 1 (TRAP_BRKPT), fault addr

0x7142432bb4 in tid 24832 (wecmobileappsec), pid 24832 (wecmobileappsec)
내내씨 (120 포인트) 님이 2019년 11월 27일 질문

답변 달기

· 글에 소스 코드 보기 좋게 넣는 법
· 질문에 대해 추가적인 질문이나 의견이 있으면 답변이 아니라 댓글로 달아주시기 바랍니다.
표시할 이름 (옵션):
개인정보: 당신의 이메일은 이 알림을 보내는데만 사용됩니다.
스팸 차단 검사:
스팸 검사를 다시 받지 않으려면 로그인하거나 혹은 가입 하세요.
...