Issue
I have a simple espresso test, which requires to open my app switch tabs and click on a RecyclerView's row, which opens a WebView. The WebView opens properly, with the whole content, but then it throws this error.
Logcat:
2019-08-07 15:35:50.409 18902-18902/com.myProject.ui E/chromium: [ERROR:filesystem_posix.cc(89)] stat /data/user/0/com.myProject.ui/cache/WebView/Crashpad: No such file or directory (2) 2019-08-07 15:35:50.409 18902-18902/com.myProject.ui E/chromium: [ERROR:filesystem_posix.cc(62)] mkdir /data/user/0/com.myProject.ui/cache/WebView/Crashpad: No such file or directory (2)
Any idea why this happens?
Solution
Thanks for suggestions, in order for my test to run successfully, i had to close the webView before finishing the tests. So i get no longer this error, neither "test instrumentation process crashed". I hope this answer might help others.
Answered By - Panduru Ionut
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.