Crash in Account and security
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 14.6k
- Forks
- 3.2k
- Avg merge
- 12d 11h
- Merged PRs (30d)
- 4
Description
Describe the bug
Open Google account in Android settings, then Account and security, then View details, then crash.
To Reproduce
Steps to reproduce the behavior:
As explained above
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
System
Android Version: 7.1.2
Custom ROM: LineageOS 14.1
Additional context
--------- beginning of system
09-15 03:04:02.886 2364 6713 I ActivityManager: START u0 {act=com.google.android.gms.accountsettings.SECURITY_SETTINGS flg=0x10000000 cmp=com.google.android.gms/org.microg.gms.accountsettings.ui.MainActivity (has extras)} from uid 1000 on display 0
--------- beginning of main
09-15 03:04:03.089 2364 2516 I ActivityManager: Start proc 11425:com.google.android.gms:ui/u0a74 for activity com.google.android.gms/org.microg.gms.accountsettings.ui.MainActivity
09-15 03:04:03.493 2364 2374 I art : Background partial concurrent mark sweep GC freed 21514(1091KB) AllocSpace objects, 9(184KB) LOS objects, 24% free, 12MB/16MB, paused 2.004ms total 328.227ms
09-15 03:04:03.539 11425 11425 I MultiDex: VM with version 2.1.0 has multidex support
09-15 03:04:03.543 11425 11425 I MultiDex: Installing application
09-15 03:04:03.543 11425 11425 I MultiDex: VM has multidex support, MultiDex support library is disabled.
09-15 03:04:03.656 11425 11444 D libEGL : loaded /system/lib/egl/libEGL_mali.so
09-15 03:04:03.688 11425 11444 D libEGL : loaded /system/lib/egl/libGLESv1_CM_mali.so
09-15 03:04:03.779 11425 11444 D libEGL : loaded /system/lib/egl/libGLESv2_mali.so
09-15 03:04:03.828 11425 11425 D AppCompatDelegate: Checking for metadata for AppLocalesMetadataHolderService : Service not found
09-15 03:04:03.847 11425 11425 D AccountSettings: Invoked with com.google.android.gms.accountsettings.SECURITY_SETTINGS and extras Bundle[{account=Account {name=***, type=com.google}}]
09-15 03:04:03.959 11425 11425 W art : Before Android 4.1, method android.graphics.PorterDuffColorFilter androidx.vectordrawable.graphics.drawable.VectorDrawableCompat.updateTintFilter(android.graphics.PorterDuffColorFilter, android.content.res.ColorStateList, android.graphics.PorterDuff$Mode) would have incorrectly overridden the package-private method in android.graphics.drawable.Drawable
09-15 03:04:04.024 11425 11425 W System : ClassLoader referenced unknown path: /system/app/webview/lib/arm
09-15 03:04:04.026 11425 11425 D ApplicationLoaders: ignored Vulkan layer search path /system/app/webview/lib/arm:/system/app/webview/webview.apk!/lib/armeabi-v7a:/system/lib:/vendor/lib for namespace 0x4001a090
09-15 03:04:04.045 11425 11425 I WebViewFactory: Loading com.android.webview version 69.0.3497.109 (code 349710900)
09-15 03:04:04.429 11425 11425 I art : Rejecting re-init on previously-failed class java.lang.Class<com.android.webview.chromium.TracingControllerAdapter>: java.lang.NoClassDefFoundError: Failed resolution of: Landroid/webkit/TracingController;
09-15 03:04:04.429 11425 11425 I art : at java.lang.Class java.lang.Class.classForName!(java.lang.String, boolean, java.lang.ClassLoader) (Class.java:-2)
09-15 03:04:04.429 11425 11425 I art : at java.lang.Class java.lang.Class.forName(java.lang.String, boolean, java.lang.ClassLoader) (Class.java:400)
09-15 03:04:04.429 11425 11425 I art : at java.lang.Class android.webkit.WebViewFactory.getProviderClass() (WebViewFactory.java:349)
09-15 03:04:04.429 11425 11425 I art : at android.webkit.WebViewFactoryProvider android.webkit.WebViewFactory.getProvider() (WebViewFactory.java:194)
09-15 03:04:04.429 11425 11425 I art : at android.webkit.WebViewFactoryProvider android.webkit.WebView.getFactory() (WebView.java:2384)
09-15 03:04:04.429 11425 11425 I art : at void android.webkit.WebView.ensureProviderCreated() (WebView.java:2379)
09-15 03:04:04.429 11425 11425 I art : at void android.webkit.WebView.setOverScrollMode(int) (WebView.java:2438)
09-15 03:04:04.429 11425 11425 I art : at void android.view.View.<init>(android.content.Context) (View.java:4023)
09-15 03:04:04.429 11425 11425 I art : at void android.view.View.<init>(android.content.Context, android.util.AttributeSet, int, int) (View.java:4146)
09-15 03:04:04.429 11425 11425 I art : at void android.view.ViewGroup.<init>(android.content.Context, android.util.AttributeSet, int, int) (ViewGroup.java:579)
09-15 03:04:04.429 11425 11425 I art : at void android.widget.AbsoluteLayout.<init>(android.content.Context, android.util.AttributeSet, int, int) (AbsoluteLayout.java:55)
09-15 03:04:04.429 11425 11425 I art : at void android.webkit.WebView.<init>(android.content.Context, android.util.AttributeSet, int, int, java.util.Map, boolean) (WebView.java:632)
09-15 03:04:04.429 11425 11425 I art : at void android.webkit.WebView.<init>(android.content.Context, android.util.AttributeSet, int, int) (WebView.java:577)
09-15 03:04:04.429 11425 11425 I art : at void android.webkit.WebView.<init>(android.content.Context, android.util.AttributeSet, int) (WebView.java:560)
09-15 03:04:04.429 11425 11425 I art : at void android.webkit.WebView.<init>(android.content.Context, android.util.AttributeSet) (WebView.java:547)
09-15 03:04:04.429 11425 11425 I art : at void android.webkit.WebView.<init>(android.content.Context) (WebView.java:537)
09-15 03:04:04.429 11425 11425 I art : at void org.microg.gms.accountsettings.ui.MainActivity.onCreate(android.os.Bundle) (MainActivity.kt:158)
09-15 03:04:04.429 11425 11425 I art : at void android.app.Activity.performCreate(android.os.Bundle) (Activity.java:6684)
09-15 03:04:04.429 11425 11425 I art : at void android.app.Instrumentation.callActivityOnCreate(android.app.Activity, android.os.Bundle) (Instrumentation.java:1119)
09-15 03:04:04.429 11425 11425 I art : at android.app.Activity android.app.ActivityThread.performLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent) (ActivityThread.java:2637)
09-15 03:04:04.429 11425 11425 I art : at void android.app.ActivityThread.handleLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:2751)
09-15 03:04:04.429 11425 11425 I art : at void android.app.ActivityThread.-wrap12(android.app.ActivityThread, android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:-1)
09-15 03:04:04.429 11425 11425 I art : at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1496)
09-15 03:04:04.429 11425 11425 I art : at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:102)
09-15 03:04:04.429 11425 11425 I art : at void android.os.Looper.loop() (Looper.java:154)
09-15 03:04:04.429 11425 11425 I art : at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6186)
09-15 03:04:04.429 11425 11425 I art : at java.lang.Object java.lang.reflect.Method.invoke!(java.lang.Object, java.lang.Object[]) (Method.java:-2)
09-15 03:04:04.429 11425 11425 I art : at void com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run() (ZygoteInit.java:889)
09-15 03:04:04.429 11425 11425 I art : at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:779)
09-15 03:04:04.429 11425 11425 I art : Caused by: java.lang.ClassNotFoundException: Didn't find class "android.webkit.TracingController" on path: DexPathList[[zip file "/system/app/webview/webview.apk"],nativeLibraryDirectories=[/system/app/webview/lib/arm, /system/app/webview/webview.apk!/lib/armeabi-v7a, /system/lib, /vendor/lib, /system/lib, /vendor/lib]]
09-15 03:04:04.429 11425 11425 I art : at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:56)
09-15 03:04:04.429 11425 11425 I art : at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:380)
09-15 03:04:04.429 11425 11425 I art : at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312)
09-15 03:04:04.429 11425 11425 I art : at java.lang.Class java.lang.Class.classForName!(java.lang.String, boolean, java.lang.ClassLoader) (Class.java:-2)
09-15 03:04:04.429 11425 11425 I art : at java.lang.Class java.lang.Class.forName(java.lang.String, boolean, java.lang.ClassLoader) (Class.java:400)
09-15 03:04:04.429 11425 11425 I art : at java.lang.Class android.webkit.WebViewFactory.getProviderClass() (WebViewFactory.java:349)
09-15 03:04:04.429 11425 11425 I art : at android.webkit.WebViewFactoryProvider android.webkit.WebViewFactory.getProvider() (WebViewFactory.java:194)
09-15 03:04:04.429 11425 11425 I art : at android.webkit.WebViewFactoryProvider android.webkit.WebView.getFactory() (WebView.java:2384)
09-15 03:04:04.429 11425 11425 I art : at void android.webkit.WebView.ensureProviderCreated() (WebView.java:2379)
09-15 03:04:04.429 11425 11425 I art : at void android.webkit.WebView.setOverScrollMode(int) (WebView.java:2438)
09-15 03:04:04.429 11425 11425 I art : at void android.view.View.<init>(android.content.Context) (View.java:4023)
09-15 03:04:04.429 11425 11425 I art : at void android.view.View.<init>(android.content.Context, android.util.AttributeSet, int, int) (View.java:4146)
09-15 03:04:04.429 11425 11425 I art : at void android.view.ViewGroup.<init>(android.content.Context, android.util.AttributeSet, int, int) (ViewGroup.java:579)
09-15 03:04:04.429 11425 11425 I art : at void android.widget.AbsoluteLayout.<init>(android.content.Context, android.util.AttributeSet, int, int) (AbsoluteLayout.java:55)
09-15 03:04:04.429 11425 11425 I art : at void android.webkit.WebView.<init>(android.content.Context, android.util.AttributeSet, int, int, java.util.Map, boolean) (WebView.java:632)
09-15 03:04:04.429 11425 11425 I art : at void android.webkit.WebView.<init>(android.content.Context, android.util.AttributeSet, int, int) (WebView.java:577)
09-15 03:04:04.429 11425 11425 I art : at void android.webkit.WebView.<init>(android.content.Context, android.util.AttributeSet, int) (WebView.java:560)
09-15 03:04:04.429 11425 11425 I art : at void android.webkit.WebView.<init>(android.content.Context, android.util.AttributeSet) (WebView.java:547)
09-15 03:04:04.429 11425 11425 I art : at void android.webkit.WebView.<init>(android.content.Context) (WebView.java:537)
09-15 03:04:04.429 11425 11425 I art : at void org.microg.gms.accountsettings.ui.MainActivity.onCreate(android.os.Bundle) (MainActivity.kt:158)
09-15 03:04:04.429 11425 11425 I art : at void android.app.Activity.performCreate(android.os.Bundle) (Activity.java:6684)
09-15 03:04:04.429 11425 11425 I art : at void android.app.Instrumentation.callActivityOnCreate(android.app.Activity, android.os.Bundle) (Instrumentation.java:1119)
09-15 03:04:04.429 11425 11425 I art : at android.app.Activity android.app.ActivityThread.performLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent) (ActivityThread.java:2637)
09-15 03:04:04.430 11425 11425 I art : at void android.app.ActivityThread.handleLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:2751)
09-15 03:04:04.430 11425 11425 I art : at void android.app.ActivityThread.-wrap12(android.app.ActivityThread, android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:-1)
09-15 03:04:04.430 11425 11425 I art : at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1496)
09-15 03:04:04.430 11425 11425 I art : at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:102)
09-15 03:04:04.430 11425 11425 I art : at void android.os.Looper.loop() (Looper.java:154)
09-15 03:04:04.430 11425 11425 I art : at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6186)
09-15 03:04:04.430 11425 11425 I art : at java.lang.Object java.lang.reflect.Method.invoke!(java.lang.Object, java.lang.Object[]) (Method.java:-2)
09-15 03:04:04.430 11425 11425 I art : at void com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run() (ZygoteInit.java:889)
09-15 03:04:04.430 11425 11425 I art : at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:779)
09-15 03:04:04.430 11425 11425 I art :
09-15 03:04:04.497 11425 11425 I cr_LibraryLoader: Time to load native libraries: 33 ms (timestamps 3953-3986)
09-15 03:04:04.569 11425 11451 E cr_VariationsUtils: Failed reading seed file "/data/user/0/com.google.android.gms/app_webview/variations_seed_new": /data/user/0/com.google.android.gms/app_webview/variations_seed_new (No such file or directory)
09-15 03:04:04.601 11425 11451 W System : ClassLoader referenced unknown path:
09-15 03:04:04.602 11425 11451 W System : ClassLoader referenced unknown path: /system/app/webview/lib/arm
09-15 03:04:04.671 11425 11451 D ApplicationLoaders: ignored Vulkan layer search path /system/app/webview/lib/arm:/system/app/webview/webview.apk!/lib/armeabi-v7a:/system/lib:/vendor/lib for namespace 0x4001a0d0
09-15 03:04:04.690 2364 2548 I ActivityManager: Start proc 11452:com.android.webview:webview_service/u0a92 for service com.android.webview/org.chromium.android_webview.services.VariationsSeedServer
09-15 03:04:04.722 11425 11425 I chromium: [INFO:library_loader_hooks.cc(36)] Chromium logging enabled: level = 0, default verbosity = 0
09-15 03:04:04.728 11425 11425 I cr_LibraryLoader: Expected native library version number "69.0.3497.109", actual native library version number "69.0.3497.109"
09-15 03:04:04.781 11425 11425 I cr_BrowserStartup: Initializing chromium process, singleProcess=true
09-15 03:04:04.790 11452 11452 W System : ClassLoader referenced unknown path: /system/app/webview/lib/arm
09-15 03:04:04.838 11452 11452 I LoadedApk: No resource references to update in package com.android.webview
09-15 03:04:04.861 11452 11466 D libEGL : loaded /system/lib/egl/libEGL_mali.so
09-15 03:04:04.876 11452 11466 D libEGL : loaded /system/lib/egl/libGLESv1_CM_mali.so
09-15 03:04:04.933 11452 11466 D libEGL : loaded /system/lib/egl/libGLESv2_mali.so
09-15 03:04:05.124 11425 11425 I chromium: [INFO:aw_field_trial_creator.cc(54)] First-WebView-Experiment not found
09-15 03:04:05.293 11425 11449 W cr_CrashFileManager: /data/user/0/com.google.android.gms/cache/WebView/Crash Reports does not exist or is not a directory
09-15 03:04:05.638 2364 3136 I ActivityManager: Killing 8750:com.google.process.gapps/u0a172 (adj 906): empty #17
09-15 03:04:05.658 2364 2765 D ActivityManager: cleanUpApplicationRecord -- 8750
09-15 03:04:05.695 11452 11468 W UnsafeUtil: copyMemory is missing from platform - proto runtime falling back to safer methods.
09-15 03:04:05.698 11425 11485 D ProfileManager: Using Serial ***
09-15 03:04:05.722 11425 11488 E : Device driver API match
09-15 03:04:05.722 11425 11488 E : Device driver API version: 29
09-15 03:04:05.722 11425 11488 E : User space API version: 29
09-15 03:04:05.722 11425 11488 E : mali: REVISION=Linux-r3p2-01rel3 BUILD_DATE=Tue Jul 22 19:59:34 KST 2014
09-15 03:04:05.730 11425 11488 I OpenGLRenderer: Initialized EGL, version 1.4
09-15 03:04:05.730 11425 11488 D OpenGLRenderer: Swap behavior 1
09-15 03:04:05.815 2364 2385 I ActivityManager: Displayed com.google.android.gms/org.microg.gms.accountsettings.ui.MainActivity: +2s815ms
09-15 03:04:05.826 11425 11485 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false
09-15 03:04:05.847 11425 11485 W System : ClassLoader referenced unknown path: /system/framework/tcmclient.jar
09-15 03:04:05.879 11425 11485 D GmsHttpFormClient: -- Request --
09-15 03:04:05.879 11425 11485 D GmsHttpFormClient: androidId=***&app=com.google.android.gms&client_sig=***&callerPkg=com.google.android.gms&callerSig=***&device_country=it&Email=***&google_play_services_version=233414000&lang=it_IT&operatorCountry=it&sdk_version=25&service=weblogin%3Acontinue%3Dhttps%253A%252F%252Fmyaccount.google.com%252Fsecurity%253Fhl%253Dit&source=android&system_partition=1&Token=***
09-15 03:04:06.198 11425 11485 D GmsHttpFormClient: -- Response --
09-15 03:04:06.198 11425 11485 D GmsHttpFormClient: Auth=https://accounts.google.com/MergeSession?uberauth=***&source=AndroidWebLogin&args=continue%3Dhttps%253A%252F%252Fmyaccount.google.com%252Fsecurity%253Fhl%253Dit&displayContext=webview
09-15 03:04:06.198 11425 11485 D GmsHttpFormClient: Expiry=0
09-15 03:04:06.198 11425 11485 D GmsHttpFormClient: issueAdvice=auto
09-15 03:04:06.223 11425 11485 D AccountSettingsWebView: Opening https://accounts.google.com/MergeSession?uberauth=***&source=AndroidWebLogin&args=continue%3Dhttps%253A%252F%252Fmyaccount.google.com%252Fsecurity%253Fhl%253Dit&displayContext=webview
09-15 03:04:06.300 11425 11471 E cr_ApiBridge: Failed to init handler: Attempt to invoke virtual method 'java.lang.reflect.Constructor java.lang.Class.getDeclaredConstructor(java.lang.Class[])' on a null object reference
09-15 03:04:06.312 11425 11497 E libEGL : validate_display:99 error 3008 (EGL_BAD_DISPLAY)
09-15 03:04:06.312 11425 11497 E chromium: [ERROR:gl_surface_egl.cc(335)] eglChooseConfig failed with error EGL_BAD_ATTRIBUTE
09-15 03:04:06.613 11425 11497 W VideoCapabilities: Unrecognized profile/level 1/32 for video/mp4v-es
09-15 03:04:06.613 11425 11497 W VideoCapabilities: Unrecognized profile/level 32768/2 for video/mp4v-es
09-15 03:04:06.613 11425 11497 W VideoCapabilities: Unrecognized profile/level 32768/64 for video/mp4v-es
09-15 03:04:06.630 11425 11497 W VideoCapabilities: Unrecognized profile/level 1/32 for video/mp4v-es
09-15 03:04:06.631 11425 11497 W VideoCapabilities: Unrecognized profile/level 32768/2 for video/mp4v-es
09-15 03:04:06.631 11425 11497 W VideoCapabilities: Unrecognized profile/level 32768/64 for video/mp4v-es
09-15 03:04:06.692 11425 11497 I VideoCapabilities: Unsupported profile 4 for video/mp4v-es
09-15 03:04:06.715 11425 11497 W AudioCapabilities: Unsupported mime audio/ac3
09-15 03:04:06.717 11425 11497 W AudioCapabilities: Unsupported mime audio/alac
09-15 03:04:06.720 11425 11497 W AudioCapabilities: Unsupported mime audio/x-ape
09-15 03:04:06.721 11425 11497 W AudioCapabilities: Unsupported mime audio/ffmpeg
09-15 03:04:06.725 11425 11497 W AudioCapabilities: Unsupported mime audio/dts
09-15 03:04:06.733 11425 11497 W AudioCapabilities: Unsupported mime audio/mpeg-L2
09-15 03:04:06.735 11425 11497 W AudioCapabilities: Unsupported mime audio/vnd.rn-realaudio
09-15 03:04:06.736 11425 11497 W AudioCapabilities: Unsupported mime audio/x-ms-wma
09-15 03:04:06.740 11425 11497 W VideoCapabilities: Unsupported mime video/divx
09-15 03:04:06.749 11425 11497 W VideoCapabilities: Unsupported mime video/x-flv
09-15 03:04:06.763 11425 11497 W VideoCapabilities: Unsupported mime video/vnd.rn-realvideo
09-15 03:04:06.767 11425 11497 W VideoCapabilities: Unsupported mime video/vc1
09-15 03:04:06.770 11425 11497 W VideoCapabilities: Unsupported mime video/ffmpeg
09-15 03:04:06.779 11425 11497 W VideoCapabilities: Unsupported mime video/x-ms-wmv
09-15 03:04:06.784 11425 11497 W cr_MediaCodecUtil: HW encoder for video/avc is not available on this device.
09-15 03:04:06.815 11425 11425 D AccountSettingsWebView: Navigating to https://myaccount.google.com/accounts/SetOSID?authuser=0&continue=https%3A%2F%2Fmyaccount.google.com%2Fsecurity%3Fhl%3Dit&osidt=***
09-15 03:04:07.072 11425 11425 D AccountSettingsWebView: Navigating to https://myaccount.google.com/security?hl=it
09-15 03:04:07.085 11425 11497 E chromium: [ERROR:gl_surface_egl.cc(335)] eglChooseConfig failed with error EGL_BAD_ATTRIBUTE
09-15 03:04:08.335 11425 11425 I chromium: [INFO:CONSOLE(0)] "Unrecognized Content-Security-Policy directive 'require-trusted-types-for'.
09-15 03:04:08.335 11425 11425 I chromium: ", source: https://myaccount.google.com/security?hl=it (0)
09-15 03:04:10.646 2364 11489 W DropBoxManagerService: Dropping: system_app_strictmode (10 > 0 bytes)
09-15 03:04:11.991 11425 11425 I chromium: [INFO:CONSOLE(376)] "%c%s", source: https://www.gstatic.com/_/mss/boq-identity/_/js/k=boq-identity.AccountSettingsUi.it.***.es5.O/am=***/d=1/excm=_b,_tp,googleaccountsecurityview/ed=1/dg=0/wt=2/ujg=1/rs=***/m=_b,_tp (376)
09-15 03:04:11.993 11425 11425 I chromium: [INFO:CONSOLE(376)] "%c%s", source: https://www.gstatic.com/_/mss/boq-identity/_/js/k=boq-identity.AccountSettingsUi.it.***.es5.O/am=***/d=1/excm=_b,_tp,googleaccountsecurityview/ed=1/dg=0/wt=2/ujg=1/rs=***/m=_b,_tp (376)
09-15 03:04:13.881 11425 11497 E chromium: [ERROR:texture_manager.cc(3410)] [.RenderWorker-0x5e65f700]GL ERROR :GL_INVALID_ENUM : glTexImage2D: <- error from previous GL command
09-15 03:04:14.033 11425 11497 E chromium: [ERROR:texture_manager.cc(3410)] [.RenderWorker-0x5e65f700]GL ERROR :GL_INVALID_ENUM : glTexImage2D: <- error from previous GL command
09-15 03:04:46.803 11425 11425 D AccountSettingsWebView: Navigating to https://myaccount.google.com/smartlink/security-checkup?continue=https%3A%2F%2Fmyaccount.google.com%2Fsecurity%3Fhl%3Dit
09-15 03:04:46.886 11425 11425 D AccountSettingsWebView: Navigating to intent:#Intent;package=com.google.android.gms;action=com.google.android.gms.accountsettings.action.BROWSE_SETTINGS;S.extra.fallbackUrl=https%3A%2F%2Fmyaccount.google.com%2Fsecurity-checkup%3Fcontinue%3Dhttps%3A%2F%2Fmyaccount.google.com%2Fsecurity%3Fhl%253Dit;S.browser_fallback_url=https%3A%2F%2Fmyaccount.google.com%2Fsecurity-checkup%3Fcontinue%3Dhttps%3A%2F%2Fmyaccount.google.com%2Fsecurity%3Fhl%253Dit;i.extra.screenId=400;B.extra.fallbackAuth=true;S.extra.accountName=***;end
09-15 03:04:46.898 2364 2516 I ActivityManager: START u0 {act=com.google.android.gms.accountsettings.action.BROWSE_SETTINGS pkg=com.google.android.gms cmp=com.google.android.gms/org.microg.gms.accountsettings.ui.LoaderActivity (has extras)} from uid 10074 on display 0
09-15 03:04:47.078 11425 11425 D AccountSettingsLoader: Invoked with com.google.android.gms.accountsettings.action.BROWSE_SETTINGS and extras Bundle[{extra.fallbackAuth=true, extra.fallbackUrl=https://myaccount.google.com/security-checkup?continue=https://myaccount.google.com/security?hl%3Dit, extra.screenId=400, extra.accountName=***, browser_fallback_url=https://myaccount.google.com/security-checkup?continue=https://myaccount.google.com/security?hl%3Dit}]
09-15 03:04:47.122 2364 2765 I ActivityManager: START u0 {act=com.google.android.gms.accountsettings.action.BROWSE_SETTINGS cmp=com.google.android.gms/org.microg.gms.accountsettings.ui.MainActivity (has extras)} from uid 10074 on display 0
09-15 03:04:47.165 11425 11425 W AccountSettingsWebView: Error loading: androidx.webkit.internal.WebResourceErrorImpl@dd81313
09-15 03:04:47.236 11425 11425 W AccountSettingsWebView: Error loading: androidx.webkit.internal.WebResourceErrorImpl@e821950
09-15 03:04:47.261 11425 11425 D AccountSettings: Invoked with com.google.android.gms.accountsettings.action.BROWSE_SETTINGS and extras Bundle[{extra.screenId=400, extra.accountName=***, extra.callingPackageName=null}]
09-15 03:04:47.275 2482 2496 W JavaBinder: BinderProxy is being destroyed but the application did not call unlinkToDeath to unlink all of its death recipients beforehand. Releasing leaked death recipient: com.android.systemui.qs.external.TileLifecycleManager
09-15 03:04:47.288 2482 2498 I art : Background partial concurrent mark sweep GC freed 93839(3MB) AllocSpace objects, 0(0B) LOS objects, 29% free, 9MB/13MB, paused 4.163ms total 147.776ms
09-15 03:04:47.405 11425 11436 W art : Suspending all threads took: 33.976ms
09-15 03:04:47.436 11425 11485 D GmsHttpFormClient: -- Request --
09-15 03:04:47.436 11425 11485 D GmsHttpFormClient: androidId=***&app=com.google.android.gms&client_sig=***&callerPkg=com.google.android.gms&callerSig=***&device_country=it&Email=***&google_play_services_version=233414000&lang=it_IT&operatorCountry=it&sdk_version=25&service=weblogin%3Acontinue%3Dhttps%253A%252F%252Fmyaccount.google.com%252Fsecurity-checkup%252F%253Fhl%253Dit&source=android&system_partition=1&Token=***
09-15 03:04:47.487 11425 11436 I art : Background sticky concurrent mark sweep GC freed 28459(1529KB) AllocSpace objects, 0(0B) LOS objects, 32% free, 3MB/4MB, paused 34.923ms total 188.105ms
09-15 03:04:47.503 11425 11497 E chromium: [ERROR:texture_manager.cc(3410)] [.RenderWorker-0x5e65f700]GL ERROR :GL_INVALID_ENUM : glTexImage2D: <- error from previous GL command
09-15 03:04:47.517 11425 11485 D GmsHttpFormClient: -- Response --
09-15 03:04:47.517 11425 11485 D GmsHttpFormClient: Auth=https://accounts.google.com/MergeSession?uberauth=***&source=AndroidWebLogin&args=continue%3Dhttps%253A%252F%252Fmyaccount.google.com%252Fsecurity-checkup%252F%253Fhl%253Dit&displayContext=webview
09-15 03:04:47.517 11425 11485 D GmsHttpFormClient: Expiry=0
09-15 03:04:47.517 11425 11485 D GmsHttpFormClient: issueAdvice=auto
09-15 03:04:47.548 11425 11485 D AccountSettingsWebView: Opening https://accounts.google.com/MergeSession?uberauth=***&source=AndroidWebLogin&args=continue%3Dhttps%253A%252F%252Fmyaccount.google.com%252Fsecurity-checkup%252F%253Fhl%253Dit&displayContext=webview
09-15 03:04:47.615 2364 2385 I ActivityManager: Displayed com.google.android.gms/org.microg.gms.accountsettings.ui.MainActivity: +392ms (total +693ms)
09-15 03:04:47.757 11425 11425 D AccountSettingsWebView: Navigating to https://myaccount.google.com/accounts/SetOSID?authuser=0&continue=https%3A%2F%2Fmyaccount.google.com%2Fsecurity-checkup%2F%3Fhl%3Dit&osidt=***
09-15 03:04:47.831 11425 11425 D AccountSettingsWebView: Navigating to https://myaccount.google.com/security-checkup/?hl=it
09-15 03:04:47.901 11425 11425 D AndroidRuntime: Shutting down VM
--------- beginning of crash
09-15 03:04:47.902 11425 11425 E AndroidRuntime: FATAL EXCEPTION: main
09-15 03:04:47.902 11425 11425 E AndroidRuntime: Process: com.google.android.gms:ui, PID: 11425
09-15 03:04:47.902 11425 11425 E AndroidRuntime: java.lang.IllegalArgumentException: reasonPhrase can't be empty.
09-15 03:04:47.902 11425 11425 E AndroidRuntime: at android.webkit.WebResourceResponse.setStatusCodeAndReasonPhrase(WebResourceResponse.java:138)
09-15 03:04:47.902 11425 11425 E AndroidRuntime: at android.webkit.WebResourceResponse.<init>(WebResourceResponse.java:76)
09-15 03:04:47.902 11425 11425 E AndroidRuntime: at com.android.webview.chromium.WebViewContentsClientAdapter.onReceivedHttpError(WebViewContentsClientAdapter.java:641)
09-15 03:04:47.902 11425 11425 E AndroidRuntime: at org.chromium.android_webview.AwContentsClientCallbackHelper$MyHandler.handleMessage(AwContentsClientCallbackHelper.java:218)
09-15 03:04:47.902 11425 11425 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:102)
09-15 03:04:47.902 11425 11425 E AndroidRuntime: at android.os.Looper.loop(Looper.java:154)
09-15 03:04:47.902 11425 11425 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:6186)
09-15 03:04:47.902 11425 11425 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
09-15 03:04:47.902 11425 11425 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:889)
09-15 03:04:47.902 11425 11425 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:779)
09-15 03:04:47.955 2364 4919 W ActivityManager: Force finishing activity com.google.android.gms/org.microg.gms.accountsettings.ui.MainActivity
09-15 03:04:47.965 2364 11606 W DropBoxManagerService: Dropping: system_app_crash (1068 > 0 bytes)
09-15 03:04:48.102 2364 5689 I OpenGLRenderer: Initialized EGL, version 1.4
09-15 03:04:48.102 2364 5689 D OpenGLRenderer: Swap behavior 1
09-15 03:04:48.460 2364 2378 W ActivityManager: Activity pause timeout for ActivityRecord{902565b u0 com.google.android.gms/org.microg.gms.accountsettings.ui.MainActivity t20 f}
09-15 03:04:57.962 2364 2378 W ActivityManager: Launch timeout has expired, giving up wake lock!
09-15 03:04:58.747 2364 2378 W ActivityManager: Activity destroy timeout for ActivityRecord{902565b u0 com.google.android.gms/org.microg.gms.accountsettings.ui.MainActivity t20 f}
09-15 03:04:58.765 1984 4317 E BufferQueueProducer: [com.google.android.gms/org.microg.gms.accountsettings.ui.MainActivity] query: BufferQueue has been abandoned
09-15 03:04:58.793 2364 2378 W ActivityManager: Activity destroy timeout for ActivityRecord{3bfbe0c u0 com.google.android.gms/org.microg.gms.accountsettings.ui.LoaderActivity t20 f}
09-15 03:04:58.807 1984 2826 E BufferQueueProducer: [com.google.android.gms/org.microg.gms.accountsettings.ui.MainActivity] query: BufferQueue has been abandoned
09-15 03:04:58.813 1984 2155 E BufferQueueProducer: [com.google.android.gms/org.microg.gms.accountsettings.ui.MainActivity] query: BufferQueue has been abandoned
09-15 03:04:58.815 1984 2017 E BufferQueueProducer: [com.google.android.gms/org.microg.gms.accountsettings.ui.MainActivity] queueBuffer: BufferQueue has been abandoned
09-15 03:04:58.815 11425 11488 E Surface : queueBuffer: error queuing buffer to SurfaceTexture, -19
09-15 03:04:58.815 11425 11488 E [EGL-ERROR]: void __egl_platform_queue_buffer(mali_base_ctx_handle, egl_buffer*):1309: unable to queue buffer (0x5eb68968)
09-15 03:04:58.817 1984 4317 E BufferQueueProducer: [com.google.android.gms/org.microg.gms.accountsettings.ui.MainActivity] dequeueBuffer: BufferQueue has been abandoned
09-15 03:04:58.818 11425 11488 E [EGL-ERROR]: void __egl_platform_dequeue_buffer(egl_surface*):1618: failed to dequeue buffer from native window (0x60354808); err = -19, buf = 0x0,max_allowed_dequeued_buffers 3
09-15 03:04:58.818 1984 2155 E BufferQueueProducer: [com.google.android.gms/org.microg.gms.accountsettings.ui.MainActivity] dequeueBuffer: BufferQueue has been abandoned
09-15 03:04:58.819 11425 11488 E [EGL-ERROR]: void __egl_platform_dequeue_buffer(egl_surface*):1618: failed to dequeue buffer from native window (0x60354808); err = -19, buf = 0x0,max_allowed_dequeued_buffers 3
09-15 03:04:58.822 1984 2017 E BufferQueueProducer: [com.google.android.gms/org.microg.gms.accountsettings.ui.MainActivity] dequeueBuffer: BufferQueue has been abandoned
09-15 03:04:58.823 11425 11488 E [EGL-ERROR]: void __egl_platform_dequeue_buffer(egl_surface*):1618: failed to dequeue buffer from native window (0x60354808); err = -19, buf = 0x0,max_allowed_dequeued_buffers 3
09-15 03:04:58.823 1984 2826 E BufferQueueProducer: [com.google.android.gms/org.microg.gms.accountsettings.ui.MainActivity] dequeueBuffer: BufferQueue has been abandoned
09-15 03:04:58.824 11425 11488 E [EGL-ERROR]: void __egl_platform_dequeue_buffer(egl_surface*):1618: failed to dequeue buffer from native window (0x60354808); err = -19, buf = 0x0,max_allowed_dequeued_buffers 3
09-15 03:04:58.825 1984 4317 E BufferQueueProducer: [com.google.android.gms/org.microg.gms.accountsettings.ui.MainActivity] dequeueBuffer: BufferQueue has been abandoned
09-15 03:04:58.826 11425 11488 E [EGL-ERROR]: void __egl_platform_dequeue_buffer(egl_surface*):1618: failed to dequeue buffer from native window (0x60354808); err = -19, buf = 0x0,max_allowed_dequeued_buffers 3
09-15 03:04:58.826 1984 2019 E BufferQueueProducer: [com.google.android.gms/org.microg.gms.accountsettings.ui.MainActivity] dequeueBuffer: BufferQueue has been abandoned
09-15 03:04:58.827 11425 11488 E [EGL-ERROR]: void __egl_platform_dequeue_buffer(egl_surface*):1618: failed to dequeue buffer from native window (0x60354808); err = -19, buf = 0x0,max_allowed_dequeued_buffers 3
09-15 03:04:58.827 1984 2155 E BufferQueueProducer: [com.google.android.gms/org.microg.gms.accountsettings.ui.MainActivity] dequeueBuffer: BufferQueue has been abandoned
09-15 03:04:58.828 11425 11488 E [EGL-ERROR]: void __egl_platform_dequeue_buffer(egl_surface*):1618: failed to dequeue buffer from native window (0x60354808); err = -19, buf = 0x0,max_allowed_dequeued_buffers 3
09-15 03:04:58.828 1984 2017 E BufferQueueProducer: [com.google.android.gms/org.microg.gms.accountsettings.ui.MainActivity] dequeueBuffer: BufferQueue has been abandoned
09-15 03:04:58.829 11425 11488 E [EGL-ERROR]: void __egl_platform_dequeue_buffer(egl_surface*):1618: failed to dequeue buffer from native window (0x60354808); err = -19, buf = 0x0,max_allowed_dequeued_buffers 3
09-15 03:04:58.829 11425 11488 W OpenGLRenderer: swapBuffers encountered EGL error 12301 on 0x5d315d00, halting rendering...
09-15 03:04:58.866 1984 2826 E BufferQueueProducer: [com.google.android.gms/org.microg.gms.accountsettings.ui.MainActivity] dequeueBuffer: BufferQueue has been abandoned
09-15 03:04:58.869 11425 11488 E [EGL-ERROR]: void __egl_platform_dequeue_buffer(egl_surface*):1618: failed to dequeue buffer from native window (0x60354808); err = -19, buf = 0x0,max_allowed_dequeued_buffers 3
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the account settings flow and inspect org.microg.gms.accountsettings.ui.MainActivity.onCreate at MainActivity.kt:158, where the log shows WebView initialization on Android 7.1.2. Reproduce the crash through Account and security, then verify that opening View details no longer crashes on the reported Android and WebView environment.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, kotlin
- Domain
- mobile-dev
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100