An Android app crashed on a Lenovo device running Android 11. The crash was caused by the app attempting to use the WebView component from more than one process simultaneously with the same data directory, which is not supported. This resulted in a runtime exception being thrown when trying to create a service.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
47 views1 page
Mod Menu Crash 2024 01 05-20 48 44
An Android app crashed on a Lenovo device running Android 11. The crash was caused by the app attempting to use the WebView component from more than one process simultaneously with the same data directory, which is not supported. This resulted in a runtime exception being thrown when trying to create a service.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1
************* Crash Head ****************
Time Of Crash : 2024_01_05-20_48_44
Device Manufacturer: LENOVO Device Model : Lenovo TB-J606F Android Version : 11 Android SDK : 30 App VersionName : 2.605.660 App VersionCode : 1558 ************* Crash Head ****************
java.lang.RuntimeException: Unable to create service com.android.support.Launcher:
java.lang.RuntimeException: Using WebView from more than one process at once with the same data directory is not supported. https://crbug.com/558377 : Current process com.roblox.client (pid 27324), lock owner com.roblox.client (pid 25438) doesn't exist! at android.app.ActivityThread.handleCreateService(ActivityThread.java:4212) at android.app.ActivityThread.access$1500(ActivityThread.java:251) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1946) at android.os.Handler.dispatchMessage(Handler.java:106) at android.os.Looper.loop(Looper.java:223) at android.app.ActivityThread.main(ActivityThread.java:7791) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:592) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:952) Caused by: java.lang.RuntimeException: Using WebView from more than one process at once with the same data directory is not supported. https://crbug.com/558377 : Current process com.roblox.client (pid 27324), lock owner com.roblox.client (pid 25438) doesn't exist! at org.chromium.android_webview.AwDataDirLock.b(chromium- TrichromeWebViewGoogle6432.aab-stable-609914433:201) at org.chromium.android_webview.AwBrowserProcess.k(chromium- TrichromeWebViewGoogle6432.aab-stable-609914433:15) at com.android.webview.chromium.M.e(chromium-TrichromeWebViewGoogle6432.aab- stable-609914433:198) at com.android.webview.chromium.M.b(chromium-TrichromeWebViewGoogle6432.aab- stable-609914433:42) at com.android.webview.chromium.M.g(chromium-TrichromeWebViewGoogle6432.aab- stable-609914433:4) at com.android.webview.chromium.WebViewChromiumFactoryProvider.k(chromium- TrichromeWebViewGoogle6432.aab-stable-609914433:8) at com.android.webview.chromium.WebViewChromium.init(chromium- TrichromeWebViewGoogle6432.aab-stable-609914433:97) at android.webkit.WebView.<init>(WebView.java:435) at android.webkit.WebView.<init>(WebView.java:355) at android.webkit.WebView.<init>(WebView.java:337) at android.webkit.WebView.<init>(WebView.java:324) at android.webkit.WebView.<init>(WebView.java:314) at com.android.support.Menu.<init>(Menu.java:176) at com.android.support.Launcher.onCreate(Launcher.java:19) at android.app.ActivityThread.handleCreateService(ActivityThread.java:4200) ... 8 more