Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug Report: Auth0 SDK Fails on Android Emulator with a0.sdk.internal_error.unknown #1001

Closed
6 tasks done
vjo002 opened this issue Nov 25, 2024 · 17 comments
Closed
6 tasks done
Labels
bug This points to a verified bug in the code

Comments

@vjo002
Copy link

vjo002 commented Nov 25, 2024

Checklist

Description

I am using the Auth0 SDK in a React Native application, and the authentication process works fine on both an iPhone simulator and a physical Android device. However, on the Android emulator, the login attempt fails and enters the catch block with the error: I can also confirm the login was successful from Auth0 dashboard logs.

Something went wrong. CAUSE: Received error with code a0.sdk.internal_error.unknown

Code Snippet:

const auth0 = new Auth0({
    domain: AUTH0_DOMAIN,
    clientId: AUTH0_CLIENT_ID,
});

try {
    const authResponse = await auth0.webAuth.authorize({
        scope: 'openid email profile offline_access',
        prompt: 'login',
        audience: MY_AUDIENCE,
    }, { ephemeralSession: true });

    console.log(authResponse);
} catch (e) {
    console.log(e);
}

Environment Details:
React Native Version: 0.70.14
React Version: 18.1.0
OS: macOS 14.7
Android SDK: NDK 22.1.7171670
Xcode: 16.1/16B40
Node Version: 21.6.1
npm Version: 10.2.4
Android Studio Version: 2023.1 AI-231.9392.1.2311.11076708
AVD: API 31 - 12

Reproduction

  1. Initialize the Auth0 instance with the appropriate domain and client ID.
  2. Call the authorize method from webAuth with the specified scopes, prompt, and audience.
  3. Run the app on an Android emulator (tested with the default emulator configuration).
  4. Observe that the login process fails with the error: a0.sdk.internal_error.unknown.

Expected Behavior:
The authorize method should succeed and return an authentication response as expected.

Actual Behavior:
The process fails on the Android emulator with the error: a0.sdk.internal_error.unknown.

Log:

Something went wrong. CAUSE: Received error with code a0.sdk.internal_error.unknown

Additional context

The issue does not occur on the iPhone simulator or on a physical Android device.
The error is consistently reproduced when running on the Android emulator.

Possible Causes / Notes:

  • The issue might be emulator-specific, but it would be useful to investigate if there are any emulator-related settings or configurations that could be causing the Auth0 SDK to fail.
  • The error a0.sdk.internal_error.unknown typically indicates a problem on the SDK side or with the environment (e.g., network issues, API misconfiguration, etc.).

Request for Help:

  • Any guidance on troubleshooting this issue on Android emulators would be appreciated.
  • Is there a specific configuration or setup needed for Auth0 to work correctly on Android emulators?

react-native-auth0 version

3.1.0

React Native version

0.70.14

Expo version

No response

Platform

Android

Platform version(s)

API 31 - 12

@vjo002 vjo002 added the bug This points to a verified bug in the code label Nov 25, 2024
@robertevans1
Copy link

I am seeing this same error on my real android device - my android emulator is able to log in as is my iOS device.

@vjo002
Copy link
Author

vjo002 commented Nov 27, 2024

Hi @robertevans1, could you share your config details and if you're using webAuth. Thanks

@vjo002
Copy link
Author

vjo002 commented Dec 4, 2024

@poovamraj++

@poovamraj
Copy link
Contributor

Hi @vjo002 👋 @pmathew92 @arpit-jn and @brth31 are maintaining this project now. They will get back to you soon on this 😄

@pmathew92
Copy link
Contributor

@vjo002 Thank you for bringing this issue to our notice. We will take a look at it

@vjo002
Copy link
Author

vjo002 commented Jan 14, 2025

Hi @pmathew92, Did you get a chance to look at this issue? Thanks

@poovamraj
Copy link
Contributor

Hey @vjo002 Can you share the exact emulator configuration? There are certain emulators without Chrome (or any other supported browsers) or without Play services that could cause this issue. Can you confirm that this is not the case?

Just to be double sure, can you create a new emulator with Play services and check it for us?

@vjo002
Copy link
Author

vjo002 commented Jan 28, 2025

Thanks @poovamraj,

I've done some further debugging, and it looks like our network is blocking certain elements in the SDK version. I’m not entirely sure what specifically is being blocked, but I’m more than happy to whitelist any relevant URLs if you can provide them.

Also, please note that the iPhone app works fine.

Below is the log from Logcat that might help with debugging on your end.

2025-01-28 10:55:27.428 533-680 androidtc system_server D Initializing SystemTextClassifier, type = System
2025-01-28 10:55:27.429 533-680 ClipboardService system_server E Denying clipboard access to com.android.chrome, application is not in focus nor is it a system service for user 0
2025-01-28 10:55:27.437 533-681 ClipboardService system_server E Denying clipboard access to com.android.chrome, application is not in focus nor is it a system service for user 0
2025-01-28 10:55:27.486 28284-28329 EGL_emulation com.app D app_time_stats: avg=6412.27ms min=2307.36ms max=10517.17ms count=2
2025-01-28 10:55:27.665 28284-28354 OAuthManager com.app V Using PKCE authentication flow
2025-01-28 10:55:27.665 28284-28354 OAuthManager com.app D Using the following Authorize URI: https://AUTH0DOMAIN/authorize?scope=openid%20profile%20email%20offline_access&mobileCallbackUrl=CALLBACK_URL
2025-01-28 10:55:27.666 533-2136 ActivityTaskManager system_server I START u0 {flg=0x4000000 cmp=com.app/com.auth0.android.provider.AuthenticationActivity (has extras)} from uid 10150
2025-01-28 10:55:27.667 533-2136 Compatibil...geReporter system_server D Compat change id reported: 174042980; UID 10150; state: DISABLED
2025-01-28 10:55:27.668 533-2136 Compatibil...geReporter system_server D Compat change id reported: 184838306; UID 10150; state: DISABLED
2025-01-28 10:55:27.668 533-2136 Compatibil...geReporter system_server D Compat change id reported: 185004937; UID 10150; state: DISABLED
2025-01-28 10:55:27.673 533-2136 ActivityTaskManager system_server W Tried to set launchTime (0) < mLastActivityLaunchTime (61892866)
2025-01-28 10:55:27.687 28284-28284 TWAProviderPicker com.app D Found TWA provider, finishing search: com.android.chrome
2025-01-28 10:55:27.691 28284-28284 CustomTabsController com.app V Trying to bind the service
2025-01-28 10:55:27.696 28284-28284 CustomTabsController com.app V Bind request result (com.android.chrome): true
2025-01-28 10:55:27.696 28284-28409 CustomTabsController com.app V Trying to bind the service
2025-01-28 10:55:27.697 28284-28409 CustomTabsController com.app V Bind request result (com.android.chrome): true
2025-01-28 10:55:27.705 328-371 goldfish-address-space [email protected] D claimShared: Ask to claim region [0x1e5a50000 0x1e6434000]
2025-01-28 10:55:27.707 328-371 goldfish-address-space [email protected] D claimShared: Ask to claim region [0x1e6434000 0x1e6e18000]
2025-01-28 10:55:27.708 328-371 goldfish-address-space [email protected] D claimShared: Ask to claim region [0x1e2ffc000 0x1e39e0000]
2025-01-28 10:55:27.713 533-552 ActivityTaskManager system_server I Displayed com.app/com.auth0.android.provider.AuthenticationActivity: +47ms
2025-01-28 10:55:27.731 1324-1324 GoogleInpu...hodService com...gle.android.inputmethod.latin I GoogleInputMethodService.onFinishInput():3420
2025-01-28 10:55:27.731 1324-1324 GoogleInpu...hodService com...gle.android.inputmethod.latin I GoogleInputMethodService.onStartInput():2002
2025-01-28 10:55:27.733 1324-1324 DeviceUnlockedTag com...gle.android.inputmethod.latin I DeviceUnlockedTag.notifyDeviceLockStatusChanged():31 Notify device unlocked.
2025-01-28 10:55:27.737 28284-28284 CustomTabsController com.app D CustomTabs Service connected
2025-01-28 10:55:27.743 28284-28409 CustomTabsController com.app D Launching URI. Custom Tabs available: true
2025-01-28 10:55:27.745 533-1008 ActivityTaskManager system_server I START u0 {act=android.intent.action.VIEW dat=https://AUTH0DOMAIN/... pkg=com.android.chrome cmp=com.android.chrome/com.google.android.apps.chrome.IntentDispatcher (has extras)} from uid 10150
2025-01-28 10:55:27.789 533-1008 Compatibil...geReporter system_server D Compat change id reported: 174042980; UID 10107; state: DISABLED
2025-01-28 10:55:27.790 533-1008 Compatibil...geReporter system_server D Compat change id reported: 184838306; UID 10107; state: DISABLED
2025-01-28 10:55:27.790 533-1008 Compatibil...geReporter system_server D Compat change id reported: 185004937; UID 10107; state: DISABLED
2025-01-28 10:55:27.791 533-1008 Compatibil...geReporter system_server D Compat change id reported: 181136395; UID 10107; state: DISABLED
2025-01-28 10:55:27.791 533-1008 Compatibil...geReporter system_server D Compat change id reported: 174042936; UID 10107; state: DISABLED
2025-01-28 10:55:27.798 533-2136 Compatibil...geReporter system_server D Compat change id reported: 135634846; UID 10107; state: DISABLED
2025-01-28 10:55:27.798 533-2136 Compatibil...geReporter system_server D Compat change id reported: 177438394; UID 10107; state: DISABLED
2025-01-28 10:55:27.798 533-2136 Compatibil...geReporter system_server D Compat change id reported: 135772972; UID 10107; state: DISABLED
2025-01-28 10:55:27.798 533-2136 Compatibil...geReporter system_server D Compat change id reported: 135754954; UID 10107; state: ENABLED
2025-01-28 10:55:27.798 533-564 Compatibil...geReporter system_server D Compat change id reported: 143937733; UID 10107; state: ENABLED
2025-01-28 10:55:27.799 314-314 Zygote pid-314 W forkRepeatedly terminated due to non-simple command
2025-01-28 10:55:27.799 314-314 Zygote pid-314 D mbuffer starts with 15, nice name is com.android.chrome_zygote, mEnd = 411, mNext = 192, mLinesLeft = 6, mFd = 5
2025-01-28 10:55:27.804 314-314 Zygote pid-314 D Forked child process 28419
2025-01-28 10:55:27.813 28419-28419 libc pid-28419 I SetHeapTaggingLevel: tag level set to 0
2025-01-28 10:55:27.814 533-564 ZygoteProcess system_server W Got error connecting to zygote, retrying. msg= Connection refused
2025-01-28 10:55:27.865 533-564 AppZygote system_server I Starting application preload.
2025-01-28 10:55:27.867 28419-28419 AppZygoteInit pid-28419 I Beginning application preload for com.android.chrome
2025-01-28 10:55:27.876 27939-27939 cr_CompositorSurfaceMgr com.android.chrome E Transitioning to surface with format : -1
2025-01-28 10:55:27.891 28419-28419 AppZygoteInit pid-28419 I Application preload done
2025-01-28 10:55:27.891 533-564 AppZygote system_server I Application preload done.
2025-01-28 10:55:27.893 28419-28425 d.chrome_zygot pid-28419 W Reducing the number of considered missed Gc histogram windows from 6190 to 100
2025-01-28 10:55:27.898 28419-28419 Zygote pid-28419 D Forked child process 28429
2025-01-28 10:55:27.898 533-564 ActivityManager system_server W Slow operation: 101ms so far, now at startProcess: returned from zygote!
2025-01-28 10:55:27.899 533-564 ActivityManager system_server W Slow operation: 102ms so far, now at startProcess: done updating battery stats
2025-01-28 10:55:27.899 533-564 ActivityManager system_server W Slow operation: 102ms so far, now at startProcess: building log message
2025-01-28 10:55:27.899 533-564 ActivityManager system_server I Start proc 28429:com.android.chrome:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0:0/u0ai0 for {com.android.chrome/org.chromium.content.app.SandboxedProcessService0:0}
2025-01-28 10:55:27.899 533-564 ActivityManager system_server W Slow operation: 102ms so far, now at startProcess: starting to update pids map
2025-01-28 10:55:27.899 533-564 ActivityManager system_server W Slow operation: 102ms so far, now at startProcess: done updating pids map
2025-01-28 10:55:27.899 533-564 ActivityManager system_server W Slow operation: 52ms so far, now at startProcess: asking zygote to start proc
2025-01-28 10:55:27.900 28429-28429 libc pid-28429 E SetHeapTaggingLevel: re-enabling tagging after it was disabled is not supported
2025-01-28 10:55:27.903 314-314 Zygote pid-314 D Forked child process 28435
2025-01-28 10:55:27.904 533-564 ActivityManager system_server W Slow operation: 57ms so far, now at startProcess: returned from zygote!
2025-01-28 10:55:27.904 533-564 ActivityManager system_server W Slow operation: 57ms so far, now at startProcess: done updating battery stats
2025-01-28 10:55:27.904 533-564 ActivityManager system_server W Slow operation: 57ms so far, now at startProcess: building log message
2025-01-28 10:55:27.904 533-564 ActivityManager system_server I Start proc 28435:com.android.chrome:privileged_process0/u0a107 for service {com.android.chrome/org.chromium.content.app.PrivilegedProcessService0}
2025-01-28 10:55:27.904 533-564 ActivityManager system_server W Slow operation: 57ms so far, now at startProcess: starting to update pids map
2025-01-28 10:55:27.904 533-564 ActivityManager system_server W Slow operation: 57ms so far, now at startProcess: done updating pids map
2025-01-28 10:55:27.906 28429-28429 ocessService0: pid-28429 E Not starting debugger since process cannot load the jdwp agent.
2025-01-28 10:55:27.912 27939-28448 libEGL com.android.chrome D loaded /vendor/lib64/egl/libEGL_emulation.so
2025-01-28 10:55:27.913 27939-28448 libEGL com.android.chrome D loaded /vendor/lib64/egl/libGLESv1_CM_emulation.so
2025-01-28 10:55:27.913 28435-28435 ileged_process pid-28435 E Not starting debugger since process cannot load the jdwp agent.
2025-01-28 10:55:27.914 27939-28448 libEGL com.android.chrome D loaded /vendor/lib64/egl/libGLESv2_emulation.so
2025-01-28 10:55:27.916 533-2136 ConnectivityService system_server D requestNetwork for uid/pid:10107/27939 activeRequest: null callbackRequest: 601 [NetworkRequest [ REQUEST id=602, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10107 RequestorUid: 10107 RequestorPkg: com.android.chrome] ]] callback flags: 0 priority: 2147483647
2025-01-28 10:55:27.917 533-644 ConnectivityService system_server D NetReassign [602 : null → 101]
2025-01-28 10:55:27.921 533-644 ConnectivityService system_server D NetReassign [no changes]
2025-01-28 10:55:27.921 28429-28429 Compatibil...geReporter pid-28429 D Compat change id reported: 171979766; UID 90000; state: DISABLED
2025-01-28 10:55:27.923 533-637 WifiNetworkFactory system_server D got request NetworkRequest [ REQUEST id=602, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10107 RequestorUid: 10107 RequestorPkg: com.android.chrome] ]
2025-01-28 10:55:27.924 28435-28435 Compatibil...geReporter pid-28435 D Compat change id reported: 171979766; UID 10107; state: DISABLED
2025-01-28 10:55:27.926 533-637 UntrustedW...orkFactory system_server D got request NetworkRequest [ REQUEST id=602, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10107 RequestorUid: 10107 RequestorPkg: com.android.chrome] ]
2025-01-28 10:55:27.926 533-637 OemPaidWif...orkFactory system_server D got request NetworkRequest [ REQUEST id=602, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10107 RequestorUid: 10107 RequestorPkg: com.android.chrome] ]
2025-01-28 10:55:27.937 28435-28435 GraphicsEnvironment pid-28435 V ANGLE Developer option for 'com.android.chrome' set to: 'default'
2025-01-28 10:55:27.937 28435-28435 GraphicsEnvironment pid-28435 V Neither updatable production driver nor prerelease driver is supported.
2025-01-28 10:55:27.939 28435-28435 NetworkSecurityConfig pid-28435 D Using Network Security Config from resource 0_resource_name_obfuscated debugBuild: false
2025-01-28 10:55:27.940 28429-28429 NetworkSecurityConfig pid-28429 D Using Network Security Config from resource 0_resource_name_obfuscated debugBuild: false
2025-01-28 10:55:27.941 28429-28429 NetworkSecurityConfig pid-28429 D Using Network Security Config from resource 0_resource_name_obfuscated debugBuild: false
2025-01-28 10:55:27.943 28435-28435 NetworkSecurityConfig pid-28435 D Using Network Security Config from resource 0_resource_name_obfuscated debugBuild: false
2025-01-28 10:55:27.946 28429-28429 SystemServiceRegistry pid-28429 W No service published for: uimode
2025-01-28 10:55:27.947 28429-28429 cr_ChildProcessService pid-28429 I Creating new ChildProcessService pid=28429
2025-01-28 10:55:27.950 533-2136 ActivityTaskManager system_server I START u0 {act=android.intent.action.VIEW dat=https://AUTH0DOMAIN/... flg=0x800000 pkg=com.android.chrome cmp=com.android.chrome/org.chromium.chrome.browser.customtabs.CustomTabActivity (has extras)} from uid 10107
2025-01-28 10:55:27.951 28435-28435 cr_ChildProcessService pid-28435 I Creating new ChildProcessService pid=28435
2025-01-28 10:55:27.967 533-3577 ActivityTaskManager system_server W Tried to set launchTime (0) < mLastActivityLaunchTime (61906495)
2025-01-28 10:55:27.971 28429-28461 cr_LibraryLoader pid-28429 I Loaded native library version number "91.0.4472.114"
2025-01-28 10:55:27.971 28429-28461 cr_CachingUmaRecorder pid-28429 I Flushed 1 samples from 1 histograms.
2025-01-28 10:55:27.975 28435-28459 cr_LibraryLoader pid-28435 I Using linker: org.chromium.base.library_loader.ModernLinker
2025-01-28 10:55:27.977 28435-28465 cr_LibraryLoader pid-28435 I Loading monochrome_64
2025-01-28 10:55:27.977 28435-28465 cr_ModernLinker pid-28435 I loadLibraryImplLocked: monochrome_64, relroMode=2
2025-01-28 10:55:27.987 27939-28007 cr_ADCP com.android.chrome I Empty config_id
2025-01-28 10:55:27.988 27939-28007 cr_ADCP com.android.chrome I No customization source found
2025-01-28 10:55:27.992 27939-28007 cr_tabmodel com.android.chrome I Starting to fetch tab list for tab_state72
2025-01-28 10:55:27.994 27939-28007 cr_tabmodel com.android.chrome I State file does not exist.
2025-01-28 10:55:28.059 28435-28465 cr_LibraryLoader pid-28435 I Loaded native library version number "91.0.4472.114"
2025-01-28 10:55:28.060 28435-28465 cr_CachingUmaRecorder pid-28435 I Flushed 3 samples from 3 histograms.
2025-01-28 10:55:28.079 28435-28465 libEGL pid-28435 D loaded /vendor/lib64/egl/libEGL_emulation.so
2025-01-28 10:55:28.080 28435-28465 libEGL pid-28435 D loaded /vendor/lib64/egl/libGLESv1_CM_emulation.so
2025-01-28 10:55:28.081 28435-28465 libEGL pid-28435 D loaded /vendor/lib64/egl/libGLESv2_emulation.so
2025-01-28 10:55:28.084 533-556 Compatibil...geReporter system_server D Compat change id reported: 158002302; UID 10107; state: ENABLED
2025-01-28 10:55:28.084 27939-28437 HostConnection com.android.chrome D createUnique: call
2025-01-28 10:55:28.085 27939-28437 HostConnection com.android.chrome D HostConnection::get() New Host Connection established 0xb400007d899707d0, tid 28437
2025-01-28 10:55:28.086 27939-27939 cr_StartSurfaceConfig com.android.chrome I Recorded Startup.Android.FirstDrawCompletedTime.NoInstant = 105 ms
2025-01-28 10:55:28.086 27939-28437 HostConnection com.android.chrome D HostComposition ext ANDROID_EMU_CHECKSUM_HELPER_v1 ANDROID_EMU_native_sync_v2 ANDROID_EMU_native_sync_v3 ANDROID_EMU_native_sync_v4 ANDROID_EMU_dma_v1 ANDROID_EMU_direct_mem ANDROID_EMU_host_composition_v1 ANDROID_EMU_host_composition_v2 ANDROID_EMU_vulkan ANDROID_EMU_deferred_vulkan_commands ANDROID_EMU_vulkan_null_optional_strings ANDROID_EMU_vulkan_create_resources_with_requirements ANDROID_EMU_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0
2025-01-28 10:55:28.088 179-179 hwservicemanager hwservicemanager I getTransport: Cannot find entry [email protected]::ISurfaceFlingerConfigs/default in either framework or device VINTF manifest.
2025-01-28 10:55:28.088 27939-28437 OpenGLRenderer com.android.chrome W Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without...
2025-01-28 10:55:28.089 27939-28437 OpenGLRenderer com.android.chrome W Failed to initialize 101010-2 format, error = EGL_SUCCESS
2025-01-28 10:55:28.089 27939-28437 EGL_emulation com.android.chrome D eglCreateContext: 0xb400007d89972810: maj 3 min 0 rcv 3
2025-01-28 10:55:28.089 28435-28465 HostConnection pid-28435 D createUnique: call
2025-01-28 10:55:28.090 28435-28465 HostConnection pid-28435 D HostConnection::get() New Host Connection established 0xb400007d8996ae90, tid 28465
2025-01-28 10:55:28.090 27939-28437 EGL_emulation com.android.chrome D eglMakeCurrent: 0xb400007d89972810: ver 3 0 (tinfo 0x7fa47b7080) (first time)
2025-01-28 10:55:28.091 28435-28465 HostConnection pid-28435 D HostComposition ext ANDROID_EMU_CHECKSUM_HELPER_v1 ANDROID_EMU_native_sync_v2 ANDROID_EMU_native_sync_v3 ANDROID_EMU_native_sync_v4 ANDROID_EMU_dma_v1 ANDROID_EMU_direct_mem ANDROID_EMU_host_composition_v1 ANDROID_EMU_host_composition_v2 ANDROID_EMU_vulkan ANDROID_EMU_deferred_vulkan_commands ANDROID_EMU_vulkan_null_optional_strings ANDROID_EMU_vulkan_create_resources_with_requirements ANDROID_EMU_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0
2025-01-28 10:55:28.093 179-179 hwservicemanager hwservicemanager I getTransport: Cannot find entry [email protected]::ISurfaceFlingerConfigs/default in either framework or device VINTF manifest.
2025-01-28 10:55:28.095 28435-28465 EGL_emulation pid-28435 D eglCreateContext: 0xb400007d8996f210: maj 3 min 0 rcv 3
2025-01-28 10:55:28.095 28435-28465 EGL_emulation pid-28435 D eglMakeCurrent: 0xb400007d8996f210: ver 3 0 (tinfo 0x7f9f9fc080) (first time)
2025-01-28 10:55:28.098 352-457 HWComposer surfaceflinger E getSupportedContentTypes: getSupportedContentTypes failed for display 4619827259835644672: Unsupported (8)
2025-01-28 10:55:28.098 179-179 hwservicemanager hwservicemanager I getTransport: Cannot find entry [email protected]::IMapper/default in either framework or device VINTF manifest.
2025-01-28 10:55:28.099 27939-28437 Gralloc4 com.android.chrome I mapper 4.x is not supported
2025-01-28 10:55:28.101 27939-28437 HostConnection com.android.chrome D createUnique: call
2025-01-28 10:55:28.101 27939-28437 HostConnection com.android.chrome D HostConnection::get() New Host Connection established 0xb400007d89973350, tid 28437
2025-01-28 10:55:28.101 27939-28437 goldfish-address-space com.android.chrome D allocate: Ask for block of size 0x100
2025-01-28 10:55:28.101 27939-28437 goldfish-address-space com.android.chrome D allocate: ioctl allocate returned offset 0x1f3ff8000 size 0x8000
2025-01-28 10:55:28.102 179-179 hwservicemanager hwservicemanager I getTransport: Cannot find entry [email protected]::IAllocator/default in either framework or device VINTF manifest.
2025-01-28 10:55:28.103 27939-28437 Gralloc4 com.android.chrome W allocator 4.x is not supported
2025-01-28 10:55:28.106 328-371 goldfish-address-space [email protected] D claimShared: Ask to claim region [0x1e39e0000 0x1e43c4000]
2025-01-28 10:55:28.109 27939-28437 HostConnection com.android.chrome D HostComposition ext ANDROID_EMU_CHECKSUM_HELPER_v1 ANDROID_EMU_native_sync_v2 ANDROID_EMU_native_sync_v3 ANDROID_EMU_native_sync_v4 ANDROID_EMU_dma_v1 ANDROID_EMU_direct_mem ANDROID_EMU_host_composition_v1 ANDROID_EMU_host_composition_v2 ANDROID_EMU_vulkan ANDROID_EMU_deferred_vulkan_commands ANDROID_EMU_vulkan_null_optional_strings ANDROID_EMU_vulkan_create_resources_with_requirements ANDROID_EMU_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0
2025-01-28 10:55:28.127 28435-28465 vulkan pid-28435 D searching for layers in '/data/app/~~7bw4Omye8rpVxWMu3Y9aoQ==/com.android.chrome-E92mU0r5ehkROVCtlLER4A==/lib/arm64'
2025-01-28 10:55:28.127 28435-28465 vulkan pid-28435 D searching for layers in '/data/app/~~7bw4Omye8rpVxWMu3Y9aoQ==/com.android.chrome-E92mU0r5ehkROVCtlLER4A==/Chrome.apk!/lib/arm64-v8a'
2025-01-28 10:55:28.129 328-371 goldfish-address-space [email protected] D claimShared: Ask to claim region [0x1e8b84000 0x1e9568000]
2025-01-28 10:55:28.133 27939-27939 cr_CompositorSurfaceMgr com.android.chrome E Transitioning to surface with format : -1
2025-01-28 10:55:28.136 27939-27939 cr_CompositorSurfaceMgr com.android.chrome E surfaceCreated format : 0
2025-01-28 10:55:28.136 28435-28465 vulkan pid-28435 D searching for layers in '/data/app/~~pRNasK2EftFqHgzxa0NEPA==/com.google.android.trichromelibrary_447211484-tnXkih6ZPpFru96s7XGL-Q==/TrichromeLibrary.apk!/lib/arm64-v8a'
2025-01-28 10:55:28.140 27939-27939 cr_ContextualSearch com.android.chrome I Tap suppression enabled: false
2025-01-28 10:55:28.147 28435-28465 goldfish_vulkan pid-28435 D on_vkEnumerateDeviceExtensionProperties: host has ext semaphore? win32 0 posix 0
2025-01-28 10:55:28.148 28435-28465 goldfish_vulkan pid-28435 D on_vkEnumerateDeviceExtensionProperties: host has ext semaphore? win32 0 posix 0
2025-01-28 10:55:28.148 28435-28465 goldfish_vulkan pid-28435 D on_vkEnumerateDeviceExtensionProperties: host has ext semaphore? win32 0 posix 0
2025-01-28 10:55:28.148 28435-28465 goldfish_vulkan pid-28435 D on_vkEnumerateDeviceExtensionProperties: host has ext semaphore? win32 0 posix 0
2025-01-28 10:55:28.155 533-3577 ConnectivityService system_server D requestNetwork for uid/pid:10107/27939 activeRequest: null callbackRequest: 604 [NetworkRequest [ REQUEST id=605, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10107 RequestorUid: 10107 RequestorPkg: com.android.chrome] ]] callback flags: 0 priority: 2147483647
2025-01-28 10:55:28.155 533-644 ConnectivityService system_server D NetReassign [605 : null → 101]
2025-01-28 10:55:28.156 533-637 WifiNetworkFactory system_server D got request NetworkRequest [ REQUEST id=605, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10107 RequestorUid: 10107 RequestorPkg: com.android.chrome] ]
2025-01-28 10:55:28.156 533-637 UntrustedW...orkFactory system_server D got request NetworkRequest [ REQUEST id=605, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10107 RequestorUid: 10107 RequestorPkg: com.android.chrome] ]
2025-01-28 10:55:28.156 533-637 OemPaidWif...orkFactory system_server D got request NetworkRequest [ REQUEST id=605, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10107 RequestorUid: 10107 RequestorPkg: com.android.chrome] ]
2025-01-28 10:55:28.156 533-644 ConnectivityService system_server D NetReassign [no changes]
2025-01-28 10:55:28.158 28435-28465 goldfish_vulkan pid-28435 D on_vkEnumerateDeviceExtensionProperties: host has ext semaphore? win32 0 posix 0
2025-01-28 10:55:28.159 28435-28465 goldfish_vulkan pid-28435 D on_vkEnumerateDeviceExtensionProperties: host has ext semaphore? win32 0 posix 0
2025-01-28 10:55:28.159 28435-28465 goldfish_vulkan pid-28435 D on_vkEnumerateDeviceExtensionProperties: host has ext semaphore? win32 0 posix 0
2025-01-28 10:55:28.160 28435-28465 goldfish_vulkan pid-28435 D on_vkEnumerateDeviceExtensionProperties: host has ext semaphore? win32 0 posix 0
2025-01-28 10:55:28.160 28435-28465 goldfish_vulkan pid-28435 D on_vkEnumerateDeviceExtensionProperties: host has ext semaphore? win32 0 posix 0
2025-01-28 10:55:28.160 28435-28465 goldfish_vulkan pid-28435 D on_vkEnumerateDeviceExtensionProperties: host has ext semaphore? win32 0 posix 0
2025-01-28 10:55:28.166 28435-28465 EGL_emulation pid-28435 D eglCreateContext: 0xb400007d8996f210: maj 3 min 0 rcv 3
2025-01-28 10:55:28.170 27939-28001 cr_VrCoreVersionChecker com.android.chrome I Unable to find VrCore.
2025-01-28 10:55:28.173 28435-28465 goldfish_vulkan pid-28435 D on_vkEnumerateDeviceExtensionProperties: host has ext semaphore? win32 0 posix 0
2025-01-28 10:55:28.173 28435-28465 goldfish_vulkan pid-28435 D on_vkEnumerateDeviceExtensionProperties: host has ext semaphore? win32 0 posix 0
2025-01-28 10:55:28.173 28435-28465 goldfish_vulkan pid-28435 D on_vkEnumerateDeviceExtensionProperties: host has ext semaphore? win32 0 posix 0
2025-01-28 10:55:28.173 28435-28465 goldfish_vulkan pid-28435 D on_vkEnumerateDeviceExtensionProperties: host has ext semaphore? win32 0 posix 0
2025-01-28 10:55:28.186 533-5323 AutofillIn...estSession system_server W Never received an InlineSuggestionsRequest from the IME for 0@1080842084
2025-01-28 10:55:28.187 861-861 InlineSugg...derService com.google.android.ext.services V handleDestroySuggestionViews called for 0:1080842084
2025-01-28 10:55:28.189 28435-28465 EGL_emulation pid-28435 D eglCreateContext: 0xb400007d8996ddd0: maj 3 min 0 rcv 3
2025-01-28 10:55:28.194 533-3577 ConnectivityService system_server D requestNetwork for uid/pid:10107/27939 activeRequest: null callbackRequest: 607 [NetworkRequest [ REQUEST id=608, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10107 RequestorUid: 10107 RequestorPkg: com.android.chrome] ]] callback flags: 0 priority: 2147483647
2025-01-28 10:55:28.195 533-644 ConnectivityService system_server D NetReassign [608 : null → 101]
2025-01-28 10:55:28.196 533-637 WifiNetworkFactory system_server D got request NetworkRequest [ REQUEST id=608, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10107 RequestorUid: 10107 RequestorPkg: com.android.chrome] ]
2025-01-28 10:55:28.196 533-637 UntrustedW...orkFactory system_server D got request NetworkRequest [ REQUEST id=608, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10107 RequestorUid: 10107 RequestorPkg: com.android.chrome] ]
2025-01-28 10:55:28.196 533-637 OemPaidWif...orkFactory system_server D got request NetworkRequest [ REQUEST id=608, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10107 RequestorUid: 10107 RequestorPkg: com.android.chrome] ]
2025-01-28 10:55:28.196 533-644 ConnectivityService system_server D NetReassign [no changes]
2025-01-28 10:55:28.197 27939-27939 cr_BTSPrefs com.android.chrome E No data found for task id: 53
2025-01-28 10:55:28.197 27939-27939 cr_BkgrdTaskScheduler com.android.chrome E Task cannot be canceled because no data was found instorage or data was invalid
2025-01-28 10:55:28.220 1361-1361 BoundBrokerSvc com.google.android.gms D onBind: Intent { act=com.google.android.gms.safetynet.service.START pkg=com.google.android.gms }
2025-01-28 10:55:28.221 1361-1361 BoundBrokerSvc com.google.android.gms D Loading bound service for intent: Intent { act=com.google.android.gms.safetynet.service.START pkg=com.google.android.gms }
2025-01-28 10:55:28.238 328-371 goldfish-address-space [email protected] D claimShared: Ask to claim region [0x1e6ffc000 0x1e79e0000]
2025-01-28 10:55:28.241 28435-28465 EGL_emulation pid-28435 D eglCreateContext: 0xb400007d8996e9d0: maj 3 min 0 rcv 3
2025-01-28 10:55:28.257 27939-27939 Compatibil...geReporter com.android.chrome D Compat change id reported: 163400105; UID 10107; state: DISABLED
2025-01-28 10:55:28.258 179-179 hwservicemanager hwservicemanager I getTransport: Cannot find entry [email protected]::IMapper/default in either framework or device VINTF manifest.
2025-01-28 10:55:28.258 28435-28465 Gralloc4 pid-28435 I mapper 4.x is not supported
2025-01-28 10:55:28.258 27939-27939 AssistStructure com.android.chrome I Flattened final assist data: 4600 bytes, containing 1 windows, 35 views
2025-01-28 10:55:28.259 28435-28465 HostConnection pid-28435 D createUnique: call
2025-01-28 10:55:28.259 28435-28465 HostConnection pid-28435 D HostConnection::get() New Host Connection established 0xb400007d89971190, tid 28465
2025-01-28 10:55:28.260 28435-28465 goldfish-address-space pid-28435 D allocate: Ask for block of size 0x100
2025-01-28 10:55:28.260 28435-28465 goldfish-address-space pid-28435 D allocate: ioctl allocate returned offset 0x1f3ff8000 size 0x8000
2025-01-28 10:55:28.291 28435-28465 goldfish-address-space pid-28435 D allocate: Ask for block of size 0x1000000
2025-01-28 10:55:28.291 28435-28465 goldfish-address-space pid-28435 D allocate: ioctl allocate returned offset 0x1f2ffc000 size 0x1004000
2025-01-28 10:55:28.303 328-371 goldfish-address-space [email protected] D claimShared: Ask to claim region [0x1eaffc000 0x1eb918000]
2025-01-28 10:55:28.306 28435-28465 HostConnection pid-28435 D HostComposition ext ANDROID_EMU_CHECKSUM_HELPER_v1 ANDROID_EMU_native_sync_v2 ANDROID_EMU_native_sync_v3 ANDROID_EMU_native_sync_v4 ANDROID_EMU_dma_v1 ANDROID_EMU_direct_mem ANDROID_EMU_host_composition_v1 ANDROID_EMU_host_composition_v2 ANDROID_EMU_vulkan ANDROID_EMU_deferred_vulkan_commands ANDROID_EMU_vulkan_null_optional_strings ANDROID_EMU_vulkan_create_resources_with_requirements ANDROID_EMU_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0
2025-01-28 10:55:28.308 328-371 goldfish-address-space [email protected] D claimShared: Ask to claim region [0x1eb918000 0x1ec234000]
2025-01-28 10:55:28.311 328-371 goldfish-address-space [email protected] D claimShared: Ask to claim region [0x1ec234000 0x1ecb50000]
2025-01-28 10:55:28.437 28435-28485 HostConnection com.android.chrome D createUnique: call
2025-01-28 10:55:28.437 28435-28485 HostConnection com.android.chrome D HostConnection::get() New Host Connection established 0xb400007d8996e850, tid 28485
2025-01-28 10:55:28.439 28435-28485 HostConnection com.android.chrome D HostComposition ext ANDROID_EMU_CHECKSUM_HELPER_v1 ANDROID_EMU_native_sync_v2 ANDROID_EMU_native_sync_v3 ANDROID_EMU_native_sync_v4 ANDROID_EMU_dma_v1 ANDROID_EMU_direct_mem ANDROID_EMU_host_composition_v1 ANDROID_EMU_host_composition_v2 ANDROID_EMU_vulkan ANDROID_EMU_deferred_vulkan_commands ANDROID_EMU_vulkan_null_optional_strings ANDROID_EMU_vulkan_create_resources_with_requirements ANDROID_EMU_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0
2025-01-28 10:55:28.447 533-552 ActivityTaskManager system_server I Displayed com.android.chrome/org.chromium.chrome.browser.customtabs.CustomTabActivity: +497ms
2025-01-28 10:55:28.466 1324-1324 GoogleInpu...hodService com...gle.android.inputmethod.latin I GoogleInputMethodService.onFinishInput():3420
2025-01-28 10:55:28.467 714-931 EGL_emulation com.android.systemui D app_time_stats: avg=1480.97ms min=11.96ms max=13200.58ms count=9
2025-01-28 10:55:28.469 714-931 EGL_emulation com.android.systemui D app_time_stats: avg=298.16ms min=11.29ms max=13200.75ms count=47
2025-01-28 10:55:28.470 1324-1324 KeyboardViewController com...gle.android.inputmethod.latin W KeyboardViewController.show():477 Requesting to show sub view with id 2131428268(#0x7f0b03ac) when keyboard HEADER view is not ready to show
2025-01-28 10:55:28.470 1324-1324 GoogleInpu...hodService com...gle.android.inputmethod.latin I GoogleInputMethodService.onStartInput():2002
2025-01-28 10:55:28.470 1324-1324 DeviceUnlockedTag com...gle.android.inputmethod.latin I DeviceUnlockedTag.notifyDeviceLockStatusChanged():31 Notify device unlocked.
2025-01-28 10:55:28.845 1324-1324 GoogleInpu...hodService com...gle.android.inputmethod.latin I GoogleInputMethodService.onStartInput():2002
2025-01-28 10:55:28.845 1324-1324 DeviceUnlockedTag com...gle.android.inputmethod.latin I DeviceUnlockedTag.notifyDeviceLockStatusChanged():31 Notify device unlocked.
2025-01-28 10:55:28.846 1324-1324 SessionManager com...gle.android.inputmethod.latin W SessionManager.beginSession():53 Try to begin an already begun session [INPUT_SESSION], end it first
2025-01-28 10:55:28.883 27939-27939 cr_tabmodel com.android.chrome I Appending tabs being restored to metadata lists, 0, startingNormalCount: 1, startingIncognitoCount: 0
2025-01-28 10:55:28.883 27939-27939 cr_tabmodel com.android.chrome I Serializing tab lists; counts: 1, 0
2025-01-28 10:55:28.885 28284-28353 ReactNativeJNI com.app I Memory warning (pressure level: TRIM_MEMORY_UI_HIDDEN) received by JS VM, ignoring because it's non-severe
2025-01-28 10:55:28.909 27939-28412 cr_BindingManager com.android.chrome I Moderate binding enabled: maxSize=-1
2025-01-28 10:55:30.636 27939-27939 InputMethodManager com.android.chrome D showSoftInput() view=ba0{a4da868 VFE...... .F...... 0,0-1080,2211 aid=33} flags=0 reason=SHOW_SOFT_INPUT
2025-01-28 10:55:30.640 1324-1324 GoogleInpu...hodService com...gle.android.inputmethod.latin I GoogleInputMethodService.onStartInputView():2148
2025-01-28 10:55:30.642 1324-1324 DeviceUnlockedTag com...gle.android.inputmethod.latin I DeviceUnlockedTag.notifyDeviceLockStatusChanged():31 Notify device unlocked.
2025-01-28 10:55:30.643 27939-27939 Compatibil...geReporter com.android.chrome D Compat change id reported: 171228096; UID 10107; state: ENABLED
2025-01-28 10:55:30.661 27939-28437 EGL_emulation com.android.chrome D app_time_stats: avg=120.50ms min=8.65ms max=1776.96ms count=21
2025-01-28 10:55:30.666 328-371 goldfish-address-space [email protected] D claimShared: Ask to claim region [0x1e5a50000 0x1e5bfc000]
2025-01-28 10:55:30.668 28435-28486 HostConnection com.android.chrome D createUnique: call
2025-01-28 10:55:30.668 28435-28486 HostConnection com.android.chrome D HostConnection::get() New Host Connection established 0xb400007d8996da10, tid 28486
2025-01-28 10:55:30.669 328-371 goldfish-address-space [email protected] D claimShared: Ask to claim region [0x1e5bfc000 0x1e5da8000]
2025-01-28 10:55:30.670 328-371 goldfish-address-space [email protected] D claimShared: Ask to claim region [0x1e5da8000 0x1e5f54000]
2025-01-28 10:55:30.670 28435-28486 HostConnection com.android.chrome D HostComposition ext ANDROID_EMU_CHECKSUM_HELPER_v1 ANDROID_EMU_native_sync_v2 ANDROID_EMU_native_sync_v3 ANDROID_EMU_native_sync_v4 ANDROID_EMU_dma_v1 ANDROID_EMU_direct_mem ANDROID_EMU_host_composition_v1 ANDROID_EMU_host_composition_v2 ANDROID_EMU_vulkan ANDROID_EMU_deferred_vulkan_commands ANDROID_EMU_vulkan_null_optional_strings ANDROID_EMU_vulkan_create_resources_with_requirements ANDROID_EMU_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0
2025-01-28 10:55:30.689 1324-1324 KeyboardViewUtil com...gle.android.inputmethod.latin I KeyboardViewUtil.getKeyboardHeightRatio():166 systemKeyboardHeightRatio:1.000000; userKeyboardHeightRatio:1.000000.
2025-01-28 10:55:30.690 1324-1324 AndroidIME com...gle.android.inputmethod.latin I AbstractIme.onActivate():86 LatinIme.onActivate() : EditorInfo = inputType=Email imeActionName=NEXT dump=[inputType=0xd1 imeOptions=0x12000005 privateImeOptions=null actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.android.chrome autofillId=33 fieldId=-1 fieldName=null extras=null hintLocales=null contentMimeTypes=null ], IncognitoMode = false, DeviceLocked = false
2025-01-28 10:55:30.690 1324-1324 Delight5Facilitator com...gle.android.inputmethod.latin I Delight5Facilitator.initializeForIme():718 initializeForIme() : Locale = [en_US], layout = qwerty
2025-01-28 10:55:30.702 1324-1324 VoiceInput...gerWrapper com...gle.android.inputmethod.latin I VoiceInputManagerWrapper.cancelShutdown():54 cancelShutdown()
2025-01-28 10:55:30.702 1324-1324 VoiceInput...gerWrapper com...gle.android.inputmethod.latin I VoiceInputManagerWrapper.syncLanguagePacks():66 syncLanguagePacks()
2025-01-28 10:55:30.703 1324-5128 SpeechFactory com...gle.android.inputmethod.latin I SpeechRecognitionFactory.maybeScheduleAutoPackDownloadForFallback():182 maybeScheduleAutoPackDownloadForFallback()
2025-01-28 10:55:30.703 1324-5128 FallbackOn...onProvider com...gle.android.inputmethod.latin I FallbackOnDeviceRecognitionProvider.maybeScheduleAutoPackDownload():194 maybeScheduleAutoPackDownload() for language tag en-US
2025-01-28 10:55:30.703 1324-1324 LatinIme com...gle.android.inputmethod.latin I LatinIme.updateEnableInlineSuggestionsOnDecoderSideFlags():1293 inline flag updated to:false
2025-01-28 10:55:30.731 1324-1324 KeyboardWrapper com...gle.android.inputmethod.latin I KeyboardWrapper.consumeEvent():287 Skip consuming an event as current keyboard is deactivated (state=0, keyboard existence=true)
2025-01-28 10:55:30.749 1324-1324 KeyboardViewHelper com...gle.android.inputmethod.latin I KeyboardViewHelper.getView():167 Get view with height ratio:1.000000
2025-01-28 10:55:30.759 1324-1324 KeyboardViewUtil com...gle.android.inputmethod.latin I KeyboardViewUtil.calculateMaxKeyboardBodyHeight():62 leave 354 height for app when screen height:2274, header height:116 and isFullscreenMode:false, so the max keyboard body height is:1804
2025-01-28 10:55:30.766 1324-1324 NormalModeController com...gle.android.inputmethod.latin I NormalModeController.getKeyboardBodyViewHolderPaddingBottom():109 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
2025-01-28 10:55:30.768 1324-2109 Delight5Decoder com...gle.android.inputmethod.latin I Delight5DecoderWrapper.setKeyboardLayout():434 setKeyboardLayout()
2025-01-28 10:55:30.768 1324-1324 KeyboardViewUtil com...gle.android.inputmethod.latin I KeyboardViewUtil.calculateMaxKeyboardBodyHeight():62 leave 354 height for app when screen height:2274, header height:116 and isFullscreenMode:false, so the max keyboard body height is:1804
2025-01-28 10:55:30.772 1324-1324 NormalModeController com...gle.android.inputmethod.latin I NormalModeController.getKeyboardBodyViewHolderPaddingBottom():109 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
2025-01-28 10:55:30.772 1324-1324 AndroidIME com...gle.android.inputmethod.latin I KeyboardViewManager.updateKeyboardBodyViewHolderPaddingBottom():513 Set finalPaddingBottom = 0 while keyboardBottomGapFromScreen = 0; navigationHeight = 126
2025-01-28 10:55:30.772 1324-1324 NormalModeController com...gle.android.inputmethod.latin I NormalModeController.getKeyboardBodyViewHolderPaddingBottom():109 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
2025-01-28 10:55:30.773 1324-1324 AndroidIME com...gle.android.inputmethod.latin I KeyboardViewManager.updateKeyboardBodyViewHolderPaddingBottom():513 Set finalPaddingBottom = 0 while keyboardBottomGapFromScreen = 0; navigationHeight = 126
2025-01-28 10:55:30.781 1324-1324 ProactiveS...derManager com...gle.android.inputmethod.latin I ProactiveSuggestionsHolderManager$3.display():213 Requesting to show proactive suggestions: CLIPBOARD PREEMPTIVE_WITH_SUPPRESSION
2025-01-28 10:55:30.787 1324-1324 CurrentMicStatusHolder com...gle.android.inputmethod.latin I CurrentMicStatusHolder.onStartInputView():79 Current Mic status = {MicIconHidden-EmailInputType,}
2025-01-28 10:55:30.787 1324-1324 VoiceImeExtension com...gle.android.inputmethod.latin I VoiceImeExtension.shouldStartVoiceInputAutomatically():354 No private IME option set to start voice input.
2025-01-28 10:55:30.790 1361-1361 BoundBrokerSvc com.google.android.gms D onBind: Intent { act=com.google.firebase.dynamiclinks.service.START pkg=com.google.android.gms }
2025-01-28 10:55:30.790 1361-1361 BoundBrokerSvc com.google.android.gms D Loading bound service for intent: Intent { act=com.google.firebase.dynamiclinks.service.START pkg=com.google.android.gms }
2025-01-28 10:55:30.810 328-371 goldfish-address-space [email protected] D claimShared: Ask to claim region [0x1e5f54000 0x1e68f8000]
2025-01-28 10:55:30.813 1324-1324 NormalModeController com...gle.android.inputmethod.latin I NormalModeController.getKeyboardBodyViewHolderPaddingBottom():109 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
2025-01-28 10:55:30.815 1324-2109 Delight5Decoder com...gle.android.inputmethod.latin I Delight5DecoderWrapper.setKeyboardLayout():434 setKeyboardLayout()
2025-01-28 10:55:30.820 714-931 EGL_emulation com.android.systemui D app_time_stats: avg=261.23ms min=15.39ms max=2220.36ms count=9
2025-01-28 10:55:30.821 1324-1332 putmethod.lati com...gle.android.inputmethod.latin W Reducing the number of considered missed Gc histogram windows from 5432 to 100
2025-01-28 10:55:30.831 328-371 goldfish-address-space [email protected] D claimShared: Ask to claim region [0x1e43c4000 0x1e4d68000]
2025-01-28 10:55:30.837 27939-27939 InsetsController com.android.chrome D show(ime(), fromIme=true)
2025-01-28 10:55:30.851 328-371 goldfish-address-space [email protected] D claimShared: Ask to claim region [0x1e2ffc000 0x1e39a0000]
2025-01-28 10:55:30.877 1361-1361 BoundBrokerSvc com.google.android.gms D onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
2025-01-28 10:55:30.877 1361-1361 BoundBrokerSvc com.google.android.gms D Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
2025-01-28 10:55:30.881 1361-1361 BoundBrokerSvc com.google.android.gms D onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
2025-01-28 10:55:30.884 1361-1361 BoundBrokerSvc com.google.android.gms D onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
2025-01-28 10:55:30.884 1361-1361 BoundBrokerSvc com.google.android.gms D Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
2025-01-28 10:55:30.886 1361-1361 BoundBrokerSvc com.google.android.gms D onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
2025-01-28 10:55:31.699 27939-28437 EGL_emulation com.android.chrome D app_time_stats: avg=254.21ms min=3.70ms max=991.01ms count=4
2025-01-28 10:55:31.718 27939-28437 OpenGLRenderer com.android.chrome D endAllActiveAnimators on 0xb400007e09997d60 (ListView) with handle 0xb400007d199cf510
2025-01-28 10:55:31.718 533-2136 InputManager-JNI system_server W Input channel object 'af90b12 PopupWindow:fba52b9 (client)' was disposed without first being removed with the input manager!
2025-01-28 10:55:31.732 27939-28437 EGL_emulation com.android.chrome D app_time_stats: avg=535.23ms min=188.89ms max=881.58ms count=2
2025-01-28 10:55:31.741 349-492 AudioFlinger audioserver D mixer(0xb40000798b2e0a70) throttle end: throttle time(10)
2025-01-28 10:55:32.208 27939-27939 InputMethodManager com.android.chrome D showSoftInput() view=ba0{a4da868 VFE...... .F...... 0,0-1080,1460 aid=33} flags=0 reason=SHOW_SOFT_INPUT
2025-01-28 10:55:32.208 1324-1324 GoogleInpu...hodService com...gle.android.inputmethod.latin I GoogleInputMethodService.onStartInput():2002
2025-01-28 10:55:32.209 1324-1324 DeviceUnlockedTag com...gle.android.inputmethod.latin I DeviceUnlockedTag.notifyDeviceLockStatusChanged():31 Notify device unlocked.
2025-01-28 10:55:32.209 1324-1324 SessionManager com...gle.android.inputmethod.latin W SessionManager.beginSession():53 Try to begin an already begun session [INPUT_SESSION], end it first
2025-01-28 10:55:32.209 1324-1324 SessionManager com...gle.android.inputmethod.latin W SessionManager.endSession():96 Child session [INPUT_VIEW_SESSION] is not ended while ending session [{TRAINING_CACHE_SESSION=1738022130690, INPUT_SESSION=1738022128846, INPUT_VIEW_SESSION=1738022130641, IME_SESSION=1738022130689}], ending it now.
2025-01-28 10:55:32.209 1324-1324 SessionManager com...gle.android.inputmethod.latin W SessionManager.endSession():96 Child session [IME_SESSION] is not ended while ending session [{TRAINING_CACHE_SESSION=1738022130690, INPUT_SESSION=1738022128846, INPUT_VIEW_SESSION=1738022130641, IME_SESSION=1738022130689}], ending it now.
2025-01-28 10:55:32.209 1324-1324 InlineSugg...Controller com...gle.android.inputmethod.latin I InlineSuggestionCandidateViewController.setInlineSuggestionCandidateImpl():1163 set to inlineSuggestionTextView
2025-01-28 10:55:32.212 1324-1324 KeyboardWrapper com...gle.android.inputmethod.latin I KeyboardWrapper.consumeEvent():287 Skip consuming an event as current keyboard is deactivated (state=0, keyboard existence=true)
2025-01-28 10:55:32.213 1324-1324 VoiceInput...gerWrapper com...gle.android.inputmethod.latin I VoiceInputManagerWrapper.shutdown():76 shutdown()
2025-01-28 10:55:32.213 1324-1324 AndroidIME com...gle.android.inputmethod.latin I AbstractIme.onDeactivate():207 LatinIme.onDeactivate()
2025-01-28 10:55:32.213 1324-1324 SessionManager com...gle.android.inputmethod.latin W SessionManager.endSession():88 Try to end a not begun session [IME_SESSION].
2025-01-28 10:55:32.213 1324-1324 SessionManager com...gle.android.inputmethod.latin E SessionManager.beginSession():60 Try to begin a session [IME_SESSION] whose parent [INPUT_VIEW_SESSION] hasn't begun.
2025-01-28 10:55:32.213 1324-1324 AndroidIME com...gle.android.inputmethod.latin I AbstractIme.onActivate():86 PasswordIme.onActivate() : EditorInfo = inputType=Password imeActionName=GO dump=[inputType=0xe1 imeOptions=0x12000002 privateImeOptions=null actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.android.chrome autofillId=33 fieldId=-1 fieldName=null extras=null hintLocales=null contentMimeTypes=null ], IncognitoMode = false, DeviceLocked = false
2025-01-28 10:55:32.218 1324-1324 KeyboardViewHelper com...gle.android.inputmethod.latin I KeyboardViewHelper.getView():167 Get view with height ratio:1.000000
2025-01-28 10:55:32.224 1324-1324 KeyboardViewUtil com...gle.android.inputmethod.latin I KeyboardViewUtil.calculateMaxKeyboardBodyHeight():62 leave 354 height for app when screen height:2274, header height:116 and isFullscreenMode:false, so the max keyboard body height is:1804
2025-01-28 10:55:32.224 1324-1324 InlineSugg...Controller com...gle.android.inputmethod.latin I InlineSuggestionCandidateViewController.setInlineSuggestionCandidateImpl():1163 set to inlineSuggestionTextView
2025-01-28 10:55:32.225 1324-1324 KeyboardViewUtil com...gle.android.inputmethod.latin I KeyboardViewUtil.calculateMaxKeyboardBodyHeight():62 leave 354 height for app when screen height:2274, header height:116 and isFullscreenMode:false, so the max keyboard body height is:1804
2025-01-28 10:55:32.225 1324-1324 KeyboardViewController com...gle.android.inputmethod.latin I KeyboardViewController.lambda$showSelfAndAncestors$6():594 current view doesn't has the priority android.widget.LinearLayout{fda7133 V.E...... .......D 0,0-1080,116 #7f0b03ac app:id/key_pos_password_header_numbers} to show itself, DEFAULT
2025-01-28 10:55:32.226 1324-1324 GoogleInpu...hodService com...gle.android.inputmethod.latin I GoogleInputMethodService.onStartInputView():2148
2025-01-28 10:55:32.227 1324-1324 DeviceUnlockedTag com...gle.android.inputmethod.latin I DeviceUnlockedTag.notifyDeviceLockStatusChanged():31 Notify device unlocked.
2025-01-28 10:55:32.240 1324-1324 KeyboardViewUtil com...gle.android.inputmethod.latin I KeyboardViewUtil.getKeyboardHeightRatio():166 systemKeyboardHeightRatio:1.000000; userKeyboardHeightRatio:1.000000.
2025-01-28 10:55:32.240 1324-1324 AndroidIME com...gle.android.inputmethod.latin I AbstractIme.onDeactivate():207 PasswordIme.onDeactivate()
2025-01-28 10:55:32.240 1324-1324 AndroidIME com...gle.android.inputmethod.latin I AbstractIme.onActivate():86 PasswordIme.onActivate() : EditorInfo = inputType=Password imeActionName=GO dump=[inputType=0xe1 imeOptions=0x12000002 privateImeOptions=null actionLabel=null actionId=0 initialSelStart=0 initialSelEnd=0 initialCapsMode=0x0 hintText=null label=null packageName=com.android.chrome autofillId=33 fieldId=-1 fieldName=null extras=null hintLocales=null contentMimeTypes=null ], IncognitoMode = false, DeviceLocked = false
2025-01-28 10:55:32.242 1324-1324 KeyboardViewUtil com...gle.android.inputmethod.latin I KeyboardViewUtil.calculateMaxKeyboardBodyHeight():62 leave 354 height for app when screen height:2274, header height:116 and isFullscreenMode:false, so the max keyboard body height is:1804
2025-01-28 10:55:32.242 1324-1324 KeyboardViewUtil com...gle.android.inputmethod.latin I KeyboardViewUtil.calculateMaxKeyboardBodyHeight():62 leave 354 height for app when screen height:2274, header height:116 and isFullscreenMode:false, so the max keyboard body height is:1804
2025-01-28 10:55:32.243 1324-1324 KeyboardViewController com...gle.android.inputmethod.latin I KeyboardViewController.lambda$showSelfAndAncestors$6():594 current view doesn't has the priority android.widget.LinearLayout{fda7133 I.E...... .......D 0,0-1080,116 #7f0b03ac app:id/key_pos_password_header_numbers} to show itself, DEFAULT
2025-01-28 10:55:32.243 1324-1324 NormalModeController com...gle.android.inputmethod.latin I NormalModeController.getKeyboardBodyViewHolderPaddingBottom():109 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
2025-01-28 10:55:32.243 1324-1324 AndroidIME com...gle.android.inputmethod.latin I KeyboardViewManager.updateKeyboardBodyViewHolderPaddingBottom():513 Set finalPaddingBottom = 0 while keyboardBottomGapFromScreen = 0; navigationHeight = 126
2025-01-28 10:55:32.243 1324-1324 NormalModeController com...gle.android.inputmethod.latin I NormalModeController.getKeyboardBodyViewHolderPaddingBottom():109 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1
2025-01-28 10:55:32.244 1324-1324 AndroidIME com...gle.android.inputmethod.latin I KeyboardViewManager.updateKeyboardBodyViewHolderPaddingBottom():513 Set finalPaddingBottom = 0 while keyboardBottomGapFromScreen = 0; navigationHeight = 126
2025-01-28 10:55:32.247 1324-1324 CurrentMicStatusHolder com...gle.android.inputmethod.latin I CurrentMicStatusHolder.onStartInputView():79 Current Mic status = {MicIconHidden-SettingOff,MicIconHidden-PasswordOrNumberOrDateInputType,}
2025-01-28 10:55:32.247 1324-1324 VoiceImeExtension com...gle.android.inputmethod.latin I VoiceImeExtension.shouldStartVoiceInputAutomatically():354 No private IME option set to start voice input.
2025-01-28 10:55:32.248 27939-27939 InsetsController com.android.chrome D show(ime(), fromIme=true)
2025-01-28 10:55:32.249 27939-27939 InsetsController com.android.chrome D show(ime(), fromIme=true)
2025-01-28 10:55:32.257 1361-1361 BoundBrokerSvc com.google.android.gms D onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
2025-01-28 10:55:32.257 1361-1361 BoundBrokerSvc com.google.android.gms D Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
2025-01-28 10:55:32.259 1361-1361 BoundBrokerSvc com.google.android.gms D onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
2025-01-28 10:55:32.261 1361-1361 BoundBrokerSvc com.google.android.gms D onBind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
2025-01-28 10:55:32.262 1361-1361 BoundBrokerSvc com.google.android.gms D Loading bound service for intent: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
2025-01-28 10:55:32.264 1324-2039 EGL_emulation com...gle.android.inputmethod.latin D app_time_stats: avg=118.36ms min=2.97ms max=1233.97ms count=11
2025-01-28 10:55:32.265 1361-1361 BoundBrokerSvc com.google.android.gms D onUnbind: Intent { act=com.google.android.gms.common.BIND_SHARED_PREFS pkg=com.google.android.gms }
2025-01-28 10:55:33.183 27939-28001 cr_omaha com.android.chrome I OmahaBase::generateAndPostRequest(): Sending request to Omaha:

2025-01-28 10:55:33.482 1324-1324 KeyboardViewController com...gle.android.inputmethod.latin I KeyboardViewController.lambda$showSelfAndAncestors$6():594 current view doesn't has the priority android.widget.LinearLayout{fda7133 I.E...... .......D 0,0-1080,116 #7f0b03ac app:id/key_pos_password_header_numbers} to show itself, DEFAULT
2025-01-28 10:55:33.485 1324-2039 EGL_emulation com...gle.android.inputmethod.latin D app_time_stats: avg=404.71ms min=8.11ms max=1170.60ms count=3
2025-01-28 10:55:33.574 27939-28001 cr_omaha com.android.chrome I OmahaBase::generateAndPostRequest(): Received response from Omaha:

2025-01-28 10:55:33.577 27939-28001 cr_omaha com.android.chrome I Request to Server Successful. Timestamp for next request:1738025733577
2025-01-28 10:55:33.587 27939-28001 cr_omaha com.android.chrome I Attempting to schedule next job for: Tue Jan 28 15:55:33 GMT+11:00 2025
2025-01-28 10:55:33.588 27939-27939 cr_omaha com.android.chrome I Scheduled using JobService
2025-01-28 10:55:33.588 27939-27939 cr_BkgrdTaskJS com.android.chrome E Tried finishing non-current BackgroundTask.
2025-01-28 10:55:33.636 1324-1324 KeyboardViewController com...gle.android.inputmethod.latin I KeyboardViewController.lambda$showSelfAndAncestors$6():594 current view doesn't has the priority android.widget.LinearLayout{fda7133 I.E...... .......D 0,0-1080,116 #7f0b03ac app:id/key_pos_password_header_numbers} to show itself, DEFAULT
2025-01-28 10:55:33.819 1324-1324 KeyboardViewController com...gle.android.inputmethod.latin I KeyboardViewController.lambda$showSelfAndAncestors$6():594 current view doesn't has the priority android.widget.LinearLayout{fda7133 I.E...... .......D 0,0-1080,116 #7f0b03ac app:id/key_pos_password_header_numbers} to show itself, DEFAULT
2025-01-28 10:55:33.905 1324-1324 KeyboardViewController com...gle.android.inputmethod.latin I KeyboardViewController.lambda$showSelfAndAncestors$6():594 current view doesn't has the priority android.widget.LinearLayout{fda7133 I.E...... .......D 0,0-1080,116 #7f0b03ac app:id/key_pos_password_header_numbers} to show itself, DEFAULT
2025-01-28 10:55:33.977 1324-1324 KeyboardViewController com...gle.android.inputmethod.latin I KeyboardViewController.lambda$showSelfAndAncestors$6():594 current view doesn't has the priority android.widget.LinearLayout{fda7133 I.E...... .......D 0,0-1080,116 #7f0b03ac app:id/key_pos_password_header_numbers} to show itself, DEFAULT
2025-01-28 10:55:34.101 1324-1324 KeyboardViewController com...gle.android.inputmethod.latin I KeyboardViewController.lambda$showSelfAndAncestors$6():594 current view doesn't has the priority android.widget.LinearLayout{fda7133 I.E...... .......D 0,0-1080,116 #7f0b03ac app:id/key_pos_password_header_numbers} to show itself, DEFAULT
2025-01-28 10:55:34.202 1324-1324 KeyboardViewController com...gle.android.inputmethod.latin I KeyboardViewController.lambda$showSelfAndAncestors$6():594 current view doesn't has the priority android.widget.LinearLayout{fda7133 I.E...... .......D 0,0-1080,116 #7f0b03ac app:id/key_pos_password_header_numbers} to show itself, DEFAULT
2025-01-28 10:55:34.402 1324-1324 KeyboardViewController com...gle.android.inputmethod.latin I KeyboardViewController.lambda$showSelfAndAncestors$6():594 current view doesn't has the priority android.widget.LinearLayout{fda7133 I.E...... .......D 0,0-1080,116 #7f0b03ac app:id/key_pos_password_header_numbers} to show itself, DEFAULT
2025-01-28 10:55:36.980 1324-1324 KeyboardViewController com...gle.android.inputmethod.latin I KeyboardViewController.lambda$showSelfAndAncestors$6():594 current view doesn't has the priority android.widget.LinearLayout{fda7133 I.E...... .......D 0,0-1080,116 #7f0b03ac app:id/key_pos_password_header_numbers} to show itself, DEFAULT
2025-01-28 10:55:37.308 1324-1324 KeyboardViewController com...gle.android.inputmethod.latin I KeyboardViewController.lambda$showSelfAndAncestors$6():594 current view doesn't has the priority android.widget.LinearLayout{fda7133 I.E...... .......D 0,0-1080,116 #7f0b03ac app:id/key_pos_password_header_numbers} to show itself, DEFAULT
2025-01-28 10:55:37.966 714-931 EGL_emulation com.android.systemui D app_time_stats: avg=1055.52ms min=15.76ms max=9368.01ms count=9
2025-01-28 10:55:39.159 27939-27939 cr_BTSPrefs com.android.chrome E No data found for task id: 57
2025-01-28 10:55:39.159 27939-27939 cr_BkgrdTaskScheduler com.android.chrome E Task cannot be canceled because no data was found instorage or data was invalid
2025-01-28 10:55:39.159 27939-27939 cr_BTSPrefs com.android.chrome E No data found for task id: 56
2025-01-28 10:55:39.159 27939-27939 cr_BkgrdTaskScheduler com.android.chrome E Task cannot be canceled because no data was found instorage or data was invalid
2025-01-28 10:55:39.183 1324-1324 GoogleInpu...hodService com...gle.android.inputmethod.latin I GoogleInputMethodService.onFinishInputView():2365
2025-01-28 10:55:39.186 1324-1324 AndroidIME com...gle.android.inputmethod.latin I AbstractIme.onDeactivate():207 PasswordIme.onDeactivate()
2025-01-28 10:55:39.187 1324-1324 GoogleInpu...hodService com...gle.android.inputmethod.latin I GoogleInputMethodService.onStartInput():2002
2025-01-28 10:55:39.187 1324-1324 DeviceUnlockedTag com...gle.android.inputmethod.latin I DeviceUnlockedTag.notifyDeviceLockStatusChanged():31 Notify device unlocked.
2025-01-28 10:55:39.187 1324-1324 SessionManager com...gle.android.inputmethod.latin W SessionManager.beginSession():53 Try to begin an already begun session [INPUT_SESSION], end it first
2025-01-28 10:55:39.198 714-931 EGL_emulation com.android.systemui D app_time_stats: avg=698.16ms min=6.81ms max=8081.52ms count=12
2025-01-28 10:55:39.200 27939-28437 EGL_emulation com.android.chrome D app_time_stats: avg=622.32ms min=5.54ms max=6799.88ms count=12
2025-01-28 10:55:39.205 1324-2039 EGL_emulation com...gle.android.inputmethod.latin D app_time_stats: avg=5720.07ms min=5720.07ms max=5720.07ms count=1
2025-01-28 10:55:39.735 27939-27939 cr_WebApkValidator com.android.chrome E no application info, or metaData retrieved.
2025-01-28 10:55:39.736 533-1945 ActivityTaskManager system_server I START u0 {act=android.intent.action.VIEW cat=[android.intent.category.BROWSABLE] dat=com.app.auth0://AUTH0DOMAIN/android/com.app/callback?PARAMS flg=0x14000000 cmp=com.app/com.auth0.android.provider.RedirectActivity (has extras)} from uid 10107
2025-01-28 10:55:39.755 533-1945 ActivityTaskManager system_server W Tried to set launchTime (0) < mLastActivityLaunchTime (61906367)
2025-01-28 10:55:39.764 27939-27939 cr_tabmodel com.android.chrome I Appending tabs being restored to metadata lists, 0, startingNormalCount: 1, startingIncognitoCount: 0
2025-01-28 10:55:39.764 27939-27939 cr_tabmodel com.android.chrome I Serializing tab lists; counts: 1, 0
2025-01-28 10:55:39.766 533-1007 ActivityTaskManager system_server I START u0 {dat=com.app.auth0://AUTH0DOMAIN/android/com.app/callback?PARAMS flg=0x24000000 cmp=com.app/com.auth0.android.provider.AuthenticationActivity} from uid 10150
2025-01-28 10:55:39.769 328-371 goldfish-address-space [email protected] D claimShared: Ask to claim region [0x1e68f8000 0x1e6f4c000]
2025-01-28 10:55:39.790 533-1008 ActivityTaskManager system_server W Duplicate finish request for r=ActivityRecord{7c89c70 u0 com.app/com.auth0.android.provider.RedirectActivity t72 f}}
2025-01-28 10:55:39.801 28284-28284 OAuthManager com.app D The parsed CallbackURI contains the following parameters: [code, state]
2025-01-28 10:55:39.805 328-371 goldfish-address-space [email protected] D claimShared: Ask to claim region [0x1e4d68000 0x1e53bc000]
2025-01-28 10:55:39.822 328-371 goldfish-address-space [email protected] D claimShared: Ask to claim region [0x1e81a0000 0x1e8b84000]
2025-01-28 10:55:39.824 328-371 goldfish-address-space [email protected] D claimShared: Ask to claim region [0x1e9f4c000 0x1ea930000]
2025-01-28 10:55:39.824 328-371 goldfish-address-space [email protected] D claimShared: Ask to claim region [0x1ecb50000 0x1ed534000]
2025-01-28 10:55:39.833 328-371 goldfish-address-space [email protected] D claimShared: Ask to claim region [0x1ed534000 0x1edf18000]
2025-01-28 10:55:39.834 328-371 goldfish-address-space [email protected] D claimShared: Ask to claim region [0x1edf18000 0x1ee8fc000]
2025-01-28 10:55:39.835 328-371 goldfish-address-space [email protected] D claimShared: Ask to claim region [0x1eeffc000 0x1ef9e0000]
2025-01-28 10:55:39.861 533-1007 ServiceManager system_server W Permission failure: android.permission.HIGH_SAMPLING_RATE_SENSORS from uid=10150 pid=28284
2025-01-28 10:55:39.862 533-1945 ServiceManager system_server W Permission failure: android.permission.HIGH_SAMPLING_RATE_SENSORS from uid=10150 pid=28284
2025-01-28 10:55:39.863 714-728 System com.android.systemui W A resource failed to call close.
2025-01-28 10:55:39.864 714-728 System com.android.systemui W A resource failed to call close.
2025-01-28 10:55:39.864 714-728 System com.android.systemui W A resource failed to call release.
2025-01-28 10:55:39.864 714-728 System com.android.systemui W A resource failed to call close.
2025-01-28 10:55:39.870 714-728 System com.android.systemui W A resource failed to call release.
2025-01-28 10:55:39.871 714-931 EGL_emulation com.android.systemui D app_time_stats: avg=1904.60ms min=1904.60ms max=1904.60ms count=1
2025-01-28 10:55:39.885 1324-1324 GoogleInpu...hodService com...gle.android.inputmethod.latin I GoogleInputMethodService.onFinishInput():3420
2025-01-28 10:55:39.885 1324-1324 GoogleInpu...hodService com...gle.android.inputmethod.latin I GoogleInputMethodService.onStartInput():2002
2025-01-28 10:55:39.885 1324-1324 DeviceUnlockedTag com...gle.android.inputmethod.latin I DeviceUnlockedTag.notifyDeviceLockStatusChanged():31 Notify device unlocked.
2025-01-28 10:55:39.887 28284-28284 CustomTabsController com.app V Trying to unbind the service
2025-01-28 10:55:39.892 533-2136 InputManager-JNI system_server W Input channel object '831f62a com.app/com.auth0.android.provider.AuthenticationActivity (client)' was disposed without first being removed with the input manager!
2025-01-28 10:55:39.902 27939-28412 cr_BindingManager com.android.chrome I onTrimMemory: level=20, size=0
2025-01-28 10:55:39.919 28284-28353 ReactNativeJS com.app I [Error: Something went wrong. CAUSE: Received error with code a0.sdk.internal_error.unknown]
2025-01-28 10:55:39.924 28284-28284 Compatibil...geReporter com.app D Compat change id reported: 171228096; UID 10150; state: ENABLED
2025-01-28 10:55:39.949 328-371 goldfish-address-space [email protected] D claimShared: Ask to claim region [0x1e53bc000 0x1e56f8000]
2025-01-28 10:55:39.952 328-371 goldfish-address-space [email protected] D claimShared: Ask to claim region [0x1e56f8000 0x1e5a34000]
2025-01-28 10:55:39.953 328-371 goldfish-address-space [email protected] D claimShared: Ask to claim region [0x1e5a34000 0x1e5d70000]
2025-01-28 10:55:40.266 533-555 ActivityManager system_server I Killing 27566:com.google.android.gms.ui/u0a102 (adj 965): empty #17
2025-01-28 10:55:40.274 27939-27939 cr_CompositorSurfaceMgr com.android.chrome E surfaceDestroyed format : 4
2025-01-28 10:55:40.276 314-314 Zygote pid-314 I Process 27566 exited due to signal 9 (Killed)
2025-01-28 10:55:40.292 27939-27939 cr_tabmodel com.android.chrome I Appending tabs being restored to metadata lists, 0, startingNormalCount: 1, startingIncognitoCount: 0
2025-01-28 10:55:40.292 27939-27939 cr_tabmodel com.android.chrome I Serializing tab lists; counts: 1, 0
2025-01-28 10:55:40.299 27939-27939 cr_ContextualSearch com.android.chrome W Warning, the 0 state was aborted.
2025-01-28 10:55:40.300 27939-27939 cr_CompositorSurfaceMgr com.android.chrome E SurfaceState : detach from parent : 0
2025-01-28 10:55:40.306 533-1008 ActivityManager system_server I Killing 28429:com.android.chrome:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0:0/u0a107i-9000 (adj 0): isolated not needed
2025-01-28 10:55:40.311 533-565 libprocessgroup system_server I Successfully killed process cgroup uid 10102 pid 27566 in 42ms
2025-01-28 10:55:40.311 533-565 libprocessgroup system_server I Successfully killed process cgroup uid 90000 pid 28429 in 0ms
2025-01-28 10:55:40.315 28419-28419 Zygote com.android.chrome_zygote I Process 28429 exited due to signal 9 (Killed)
2025-01-28 10:55:40.324 533-965 MediaFocusControl system_server I abandonAudioFocus() from uid/pid 10107/27939 clientId=android.media.AudioManager@3a73f2borg.chromium.content.browser.AudioFocusDelegate@9b72f88
2025-01-28 10:55:40.328 533-965 InputManager-JNI system_server W Input channel object '62cdcf2 com.android.chrome/org.chromium.chrome.browser.customtabs.CustomTabActivity (client)' was disposed without first being removed with the input manager!
2025-01-28 10:55:41.537 28284-28329 EGL_emulation com.app D app_time_stats: avg=146.77ms min=2.63ms max=1424.07ms count=10
2025-01-28 10:55:42.281 28284-28329 OpenGLRenderer com.app D endAllActiveAnimators on 0xb400007e099c5b40 (RippleDrawable) with handle 0xb400007d19a04280
2025-01-28 10:55:42.281 533-965 InputManager-JNI system_server W Input channel object '9579b82 com.app/com.app.MainActivity (client)' was disposed without first being removed with the input manager!
2025-01-28 10:55:42.316 1324-1324 GoogleInpu...hodService com...gle.android.inputmethod.latin I GoogleInputMethodService.onFinishInput():3420
2025-01-28 10:55:42.316 1324-1324 GoogleInpu...hodService com...gle.android.inputmethod.latin I GoogleInputMethodService.onStartInput():2002
2025-01-28 10:55:42.316 1324-1324 DeviceUnlockedTag com...gle.android.inputmethod.latin I DeviceUnlockedTag.notifyDeviceLockStatusChanged():31 Notify device unlocked.

@poovamraj
Copy link
Contributor

@vjo002 The callback URL shared through the logs are sensitive, I'd suggest cleaning up the logs.

and it looks like our network is blocking certain elements in the SDK version

Can you send the logs that are pointing you to this?

@vjo002
Copy link
Author

vjo002 commented Jan 29, 2025

Thanks @poovamraj just cleaned up a bit.

That's exactly what I’m trying to pinpoint. The issue doesn't occur outside the secure network, and downgrading to SDK version 2.17.2 works fine within the secure network. It seems like something in SDK version 3.1.0 is causing a conflict with the network.

@poovamraj
Copy link
Contributor

Can you debug using React Native debugger - https://reactnative.dev/docs/debugging

To show us the failing request?

@vjo002
Copy link
Author

vjo002 commented Jan 29, 2025

It uses inapp browser to login so can't see any logs in the debugger. But after logging in successfully it throws

Something went wrong. CAUSE: Received error with code a0.sdk.internal_error.unknown

@poovamraj
Copy link
Contributor

@vjo002 It is even simpler to debug the Chrome Custom Tabs :) You can follow the steps here - https://developer.chrome.com/docs/devtools/remote-debugging

@poovamraj
Copy link
Contributor

Hey @vjo002 anything on this?

@vjo002
Copy link
Author

vjo002 commented Jan 30, 2025

Hi @poovamraj, Thanks for the CCT debugger. Please take a look at the screenshots. Looks like resume request somehow gets canceled every time I login. fyi, Preview and Response tabs are blank

Image

Image

Image

@poovamraj
Copy link
Contributor

This is called outside the SDK as you can see this is something our webpage handles. I will raise this internally with the team. You have raised a ticket with us as well. We will continue to analyze this and respond.

@poovamraj
Copy link
Contributor

Hello @vjo002, we can see that this issue is not related to SDK and since you already have a ticket with Auth0 to look into this, we will continue the conversation there. Feel free to comment here to reopen this ticket if you still consider the issue is on the SDK side.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This points to a verified bug in the code
Projects
None yet
Development

No branches or pull requests

4 participants