Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix crashes in Webview Browser during MonkeyTest
Getting below crash when running monkey test-: 1) java.lang.RuntimeException: StrictMode ThreadPolicy violation Caused by: android.os.strictmode.DiskReadViolation 2) java.lang.RuntimeException: StrictMode ThreadPolicy violation Caused by: android.os.strictmode.UnbufferedIoViolation Allow DiskRead and UnbufferedIo in StrictMode builder. Tracked-On: OAM-123134 Signed-off-by: Salini Venate <[email protected]> Signed-off-by: Xu Bing <[email protected]>
- Loading branch information