tauri-apps / tauri-apps/plugins-workspace
File selector dialog crashes on Fire OS
- Dominant language
- Rust
- Stars
- 1.8k
- Forks
- 602
- Avg merge
- 4d 14h
- Merged PRs (30d)
- 9
Description
The [API example](https://github.com/tauri-apps/plugins-workspace/tree/v2/examples/api) crashes after selecting a file on a Kindle 7 running Fire OS (which is based on Android 11 (API level 30), WebView 132.0.6834.209).
These are the complete logcat logs since starting the app until where it crashes:
```
---------------------------- PROCESS STARTED (14435) for package com.tauri.api ----------------------------
2025-06-03 12:53:51.633 14435-14451 System com.tauri.api W A resource failed to call close.
2025-06-03 12:53:52.262 14435-14435 NetworkSecurityConfig com.tauri.api D No Network Security Config specified, using platform default
2025-06-03 12:53:52.262 14435-14435 NetworkSecurityConfig com.tauri.api D No Network Security Config specified, using platform default
2025-06-03 12:53:52.707 14435-14435 AppCompatDelegate com.tauri.api D Checking for metadata for AppLocalesMetadataHolderService : Service not found
2025-06-03 12:53:52.903 14435-14435 com.tauri.api com.tauri.api W Accessing hidden method Landroid/view/View;->computeFitSystemWindows(Landroid/graphics/Rect;Landroid/graphics/Rect;)Z (greylist, reflection, allowed)
2025-06-03 12:53:52.905 14435-14435 com.tauri.api com.tauri.api W Accessing hidden method Landroid/view/ViewGroup;->makeOptionalFitsSystemWindows()V (greylist, reflection, allowed)
2025-06-03 12:53:52.964 14435-14435 Tauri/Plugin com.tauri.api V Tauri plugin: pluginId: path, command: getDataDir
2025-06-03 12:53:52.968 14435-14435 Tauri/Plugin com.tauri.api V Tauri plugin: pluginId: path, command: getResourcesDir
2025-06-03 12:53:52.971 14435-14435 Tauri/Plugin com.tauri.api V Tauri plugin: pluginId: path, command: getDataDir
2025-06-03 12:53:52.973 14435-14435 Tauri/Plugin com.tauri.api V Tauri plugin: pluginId: path, command: getConfigDir
2025-06-03 12:53:53.026 14435-14460 com.tauri.api com.tauri.api I Could not find corresponding native window for surface
2025-06-03 12:53:53.051 14435-14460 ion com.tauri.api E ioctl c0044901 failed with code -1: Invalid argument
2025-06-03 12:53:53.093 14435-14435 Tauri/Plugin com.tauri.api V Tauri plugin: pluginId: path, command: getCacheDir
2025-06-03 12:53:53.407 14435-14435 WebViewFactory com.tauri.api I Loading com.amazon.webview.chromium version 132.amazon-webview-v132-6834.6834.209.26 (code 61142064)
2025-06-03 12:53:53.429 14435-14435 com.tauri.api com.tauri.api I The ClassLoaderContext is a special shared library.
2025-06-03 12:53:53.471 14435-14435 webviewchromiumloader com.tauri.api E Failed to open relro file /data/misc/shared_relro/libwebviewchromium32.relro: No such file or directory
2025-06-03 12:53:53.471 14435-14435 WebViewLibraryLoader com.tauri.api W failed to load with relro file, proceeding without
2025-06-03 12:53:53.512 14435-14435 cr_WVCFactoryProvider com.tauri.api I version=132.0.6834.209 (61142064) minSdkVersion=26 isBundle=false multiprocess=true packageId=2
2025-06-03 12:53:53.555 14435-14485 chromium com.tauri.api E [0603/125353.555656:ERROR:variations_seed_loader.cc(39)] Seed missing signature.
2025-06-03 12:53:53.556 14435-14463 RustStdoutStderr com.tauri.api I [0603/125353.555656:ERROR:variations_seed_loader.cc(39)] Seed missing signature.
2025-06-03 12:53:53.556 14435-14485 chromium com.tauri.api I [0603/125353.556249:INFO:variations_seed_loader.cc(68)] Failed to open file for reading.: No such file or directory (2)
2025-06-03 12:53:53.556 14435-14463 RustStdoutStderr com.tauri.api I [0603/125353.556249:INFO:variations_seed_loader.cc(68)] Failed to open file for reading.: No such file or directory (2)
2025-06-03 12:53:53.558 14435-14435 cr_AWVDeploymentClient com.tauri.api I AWV - Tablet arcus server file will be used
2025-06-03 12:53:53.558 14435-14435 cr_AWVDeploymentClient com.tauri.api I connectRemote
2025-06-03 12:53:53.568 14435-14435 cr_AWVDeploymentClient com.tauri.api I bindService status: true
2025-06-03 12:53:53.589 14435-14435 cr_AWVDeploymentClient com.tauri.api E Chromium Version = v132 key doesn't exist. So, default version config will be used.
2025-06-03 12:53:53.590 14435-14435 cr_AWVDeploymentClient com.tauri.api I set-engine-options-allow-list can be enabled on device tablet
2025-06-03 12:53:53.590 14435-14435 cr_AWVDeploymentClient com.tauri.api I remove-text-selection-handle-keyboard can be enabled on device tablet
2025-06-03 12:53:53.590 14435-14435 cr_AWVDeploymentClient com.tauri.api I disable-download can't be enabled on device other than mm
2025-06-03 12:53:53.590 14435-14435 cr_AWVDeploymentClient com.tauri.api I enable-loose-resolution-check-for-h264-hw-decoder can be enabled on device tablet
2025-06-03 12:53:53.590 14435-14435 cr_AWVDeploymentClient com.tauri.api I enable-swap-width-height-for-h264-hw-decoder can be enabled on device tablet
2025-06-03 12:53:53.590 14435-14435 cr_AWVDeploymentClient com.tauri.api I disable-webview-sandboxed-renderer can be enabled on device tablet
2025-06-03 12:53:53.591 14435-14435 cr_AWVDeploymentClient com.tauri.api I enable-directboot-mode can be enabled on device tablet
2025-06-03 12:53:53.591 14435-14435 cr_AWVDeploymentClient com.tauri.api E Default device config doesn't exist
2025-06-03 12:53:53.593 14435-14435 cr_AWVDeploymentClient com.tauri.api E Chromium Version = v132 key doesn't exist. So, default version config will be used.
2025-06-03 12:53:53.593 14435-14435 cr_AWVDeploymentClient com.tauri.api E Default device config doesn't exist
2025-06-03 12:53:53.599 14435-14435 com.tauri.api com.tauri.api W Accessing hidden method Landroid/os/Trace;->setAppTracingAllowed(Z)V (greylist, reflection, allowed)
2025-06-03 12:53:53.600 14435-14435 WebViewExt...ryProvider com.tauri.api I Invoke SetAppTracingAllowed true
2025-06-03 12:53:53.635 14435-14435 cr_LibraryLoader com.tauri.api I Successfully loaded native library
2025-06-03 12:53:53.637 14435-14435 cr_CachingUmaRecorder com.tauri.api I Flushed 5 samples from 5 histograms, 0 samples were dropped.
2025-06-03 12:53:53.644 14435-14435 cr_CombinedPProvider com.tauri.api I #registerProvider() provider:org.chromium.android_webview.policy.AwPolicyProvider@89854ef isPolicyCacheEnabled:false policyProvidersSize:0
2025-06-03 12:53:53.647 14435-14435 cr_PolicyProvider com.tauri.api I #setManagerAndSource() 0
2025-06-03 12:53:53.673 14435-14435 cr_CombinedPProvider com.tauri.api I #linkNativeInternal() 1
2025-06-03 12:53:53.675 14435-14435 cr_AppResProvider com.tauri.api I #getApplicationRestrictionsFromUserManager() Bundle[EMPTY_PARCEL]
2025-06-03 12:53:53.675 14435-14435 cr_PolicyProvider com.tauri.api I #notifySettingsAvailable() 0
2025-06-03 12:53:53.676 14435-14435 cr_CombinedPProvider com.tauri.api I #onSettingsAvailable() 0
2025-06-03 12:53:53.676 14435-14435 cr_CombinedPProvider com.tauri.api I #flushPolicies()
2025-06-03 12:53:53.705 14435-14435 TetheringManager com.tauri.api I registerTetheringEventCallback:com.tauri.api
2025-06-03 12:53:53.758 14435-14516 chromium com.tauri.api E [ERROR:simple_file_enumerator.cc(21)] opendir /data/user/0/com.tauri.api/cache/WebView/Default/HTTP Cache/Code Cache/js: No such file or directory (2)
2025-06-03 12:53:53.758 14435-14516 chromium com.tauri.api E [ERROR:simple_index_file.cc(620)] Could not reconstruct index from disk
2025-06-03 12:53:53.758 14435-14463 RustStdoutStderr com.tauri.api I [ERROR:simple_file_enumerator.cc(21)] opendir /data/user/0/com.tauri.api/cache/WebView/Default/HTTP Cache/Code Cache/js: No such file or directory (2)
2025-06-03 12:53:53.758 14435-14463 RustStdoutStderr com.tauri.api I [ERROR:simple_index_file.cc(620)] Could not reconstruct index from disk
2025-06-03 12:53:53.765 14435-14520 chromium com.tauri.api E [ERROR:simple_file_enumerator.cc(21)] opendir /data/user/0/com.tauri.api/cache/WebView/Default/HTTP Cache/Code Cache/wasm: No such file or directory (2)
2025-06-03 12:53:53.765 14435-14520 chromium com.tauri.api E [ERROR:simple_index_file.cc(620)] Could not reconstruct index from disk
2025-06-03 12:53:53.765 14435-14463 RustStdoutStderr com.tauri.api I [ERROR:simple_file_enumerator.cc(21)] opendir /data/user/0/com.tauri.api/cache/WebView/Default/HTTP Cache/Code Cache/wasm: No such file or directory (2)
2025-06-03 12:53:53.765 14435-14463 RustStdoutStderr com.tauri.api I [ERROR:simple_index_file.cc(620)] Could not reconstruct index from disk
2025-06-03 12:53:54.122 14435-14435 Tauri/Notification com.tauri.api D Notification received: null
2025-06-03 12:53:54.122 14435-14435 Tauri/Notification com.tauri.api D Activity started without notification attached
2025-06-03 12:53:54.125 14435-14435 NFC com.tauri.api V this device does not have NFC support
2025-06-03 12:53:54.137 14435-14435 cr_AWVDeploymentClient com.tauri.api I onServiceConnected
2025-06-03 12:53:54.142 14435-14531 CameraManagerGlobal com.tauri.api I Connecting to camera service
2025-06-03 12:53:54.252 14435-14536 chromium com.tauri.api W [WARNING:viz_main_impl.cc(85)] VizNullHypothesis is disabled (not a warning)
2025-06-03 12:53:54.253 14435-14463 RustStdoutStderr com.tauri.api I [WARNING:viz_main_impl.cc(85)] VizNullHypothesis is disabled (not a warning)
2025-06-03 12:53:54.265 14435-14513 cr_media com.tauri.api W getBluetoothAdapter() requires BLUETOOTH permission
2025-06-03 12:53:54.265 14435-14513 cr_media com.tauri.api W registerBluetoothIntentsIfNeeded: Requires BLUETOOTH permission
2025-06-03 12:53:54.303 14435-14435 cr_AWVDeploymentClient com.tauri.api E Chromium Version = v132 key doesn't exist. So, default version config will be used.
2025-06-03 12:53:54.303 14435-14435 cr_AWVDeploymentClient com.tauri.api I set-engine-options-allow-list can be enabled on device tablet
2025-06-03 12:53:54.304 14435-14435 cr_AWVDeploymentClient com.tauri.api I remove-text-selection-handle-keyboard can be enabled on device tablet
2025-06-03 12:53:54.304 14435-14435 cr_AWVDeploymentClient com.tauri.api I disable-download can't be enabled on device other than mm
2025-06-03 12:53:54.304 14435-14435 cr_AWVDeploymentClient com.tauri.api I enable-loose-resolution-check-for-h264-hw-decoder can be enabled on device tablet
2025-06-03 12:53:54.304 14435-14435 cr_AWVDeploymentClient com.tauri.api I enable-swap-width-height-for-h264-hw-decoder can be enabled on device tablet
2025-06-03 12:53:54.304 14435-14435 cr_AWVDeploymentClient com.tauri.api I disable-webview-sandboxed-renderer can be enabled on device tablet
2025-06-03 12:53:54.304 14435-14435 cr_AWVDeploymentClient com.tauri.api I enable-directboot-mode can be enabled on device tablet
2025-06-03 12:53:54.304 14435-14435 cr_AWVDeploymentClient com.tauri.api E Default device config doesn't exist
2025-06-03 12:53:54.305 14435-14435 cr_AWVDeploymentClient com.tauri.api E Chromium Version = v132 key doesn't exist. So, default version config will be used.
2025-06-03 12:53:54.305 14435-14435 cr_AWVDeploymentClient com.tauri.api E Default device config doesn't exist
2025-06-03 12:53:54.305 14435-14435 WebViewExtAmazonConfig com.tauri.api I Appending switch hide-keyboard-on-ime-go
2025-06-03 12:53:54.305 14435-14435 WebViewExtAmazonConfig com.tauri.api I Saving renderer process switch key=hide-keyboard-on-ime-go value=
2025-06-03 12:53:54.306 14435-14435 WebViewExtAmazonConfig com.tauri.api I Appending switch remove-text-selection-handle-keyboard
2025-06-03 12:53:54.306 14435-14435 WebViewExtAmazonConfig com.tauri.api I Saving renderer process switch key=remove-text-selection-handle-keyboard value=
2025-06-03 12:53:54.306 14435-14435 WebViewExtAmazonConfig com.tauri.api I Appending switch enable-loose-resolution-check-for-h264-hw-decoder
2025-06-03 12:53:54.306 14435-14435 WebViewExtAmazonConfig com.tauri.api I Saving renderer process switch key=enable-loose-resolution-check-for-h264-hw-decoder value=
2025-06-03 12:53:54.306 14435-14435 WebViewExtAmazonConfig com.tauri.api I Appending switch set-engine-options-allow-list with value --enable-awv-mode,--enable-system-key-events-processing,--disable-audio-focus-handling,--enable-devtools-experiments
2025-06-03 12:53:54.306 14435-14435 WebViewExtAmazonConfig com.tauri.api I Saving renderer process switch key=set-engine-options-allow-list value=--enable-awv-mode,--enable-system-key-events-processing,--disable-audio-focus-handling,--enable-devtools-experiments
2025-06-03 12:53:54.309 14435-14435 cr_AWVDeploymentClient com.tauri.api I disconnectRemote
2025-06-03 12:53:54.483 14435-14521 MediaCodecDenylistVCB com.tauri.api D __call_should_reset_media_codec_list: 0xd88328e0
2025-06-03 12:53:54.487 14435-14521 MediaCodecDenylistVCB com.tauri.api D getMediaCodecDenylist, response reason 0
2025-06-03 12:53:54.633 14435-14521 AudioCapabilities com.tauri.api W Unsupported mime audio/mpeg-L2
2025-06-03 12:53:54.635 14435-14521 VideoCapabilities com.tauri.api W Unsupported mime image/vnd.android.heic
2025-06-03 12:53:54.659 14435-14521 VideoCapabilities com.tauri.api W Unrecognized profile/level 1/32 for video/mp4v-es
2025-06-03 12:53:54.659 14435-14521 VideoCapabilities com.tauri.api W Unrecognized profile/level 32768/2 for video/mp4v-es
2025-06-03 12:53:54.659 14435-14521 VideoCapabilities com.tauri.api W Unrecognized profile/level 32768/64 for video/mp4v-es
2025-06-03 12:53:54.682 14435-14521 VideoCapabilities com.tauri.api W Unrecognized profile/level 1/32 for video/mp4v-es
2025-06-03 12:53:54.794 14435-14435 Tauri/Console com.tauri.api D File: http://tauri.localhost/@vite/client - Line 789 - Msg: [vite] connecting...
2025-06-03 12:53:54.828 14435-14449 com.tauri.api com.tauri.api I Background concurrent copying GC freed 20618(1294KB) AllocSpace objects, 9(400KB) LOS objects, 49% free, 3559KB/7118KB, paused 524us total 103.430ms
2025-06-03 12:53:54.888 14435-14435 Tauri/Console com.tauri.api I File: http://tauri.localhost/@vite/client - Line 823 - Msg: [vite] Direct websocket connection fallback. Check out https://vite.dev/config/server-options.html#server-hmr to remove the previous connection error.
2025-06-03 12:53:54.890 14435-14435 Tauri/Console com.tauri.api D File: http://tauri.localhost/@vite/client - Line 912 - Msg: [vite] connected.
2025-06-03 12:53:56.416 14435-14460 GPUAUX com.tauri.api E [AUX]GuiExtAuxCheckAuxPath:589: Null anb
2025-06-03 12:53:56.416 14435-14460 chatty com.tauri.api I uid=10217(com.tauri.api) RenderThread identical 3 lines
2025-06-03 12:53:56.424 14435-14460 GPUAUX com.tauri.api E [AUX]GuiExtAuxCheckAuxPath:589: Null anb
2025-06-03 12:53:56.465 14435-14460 GPUAUX com.tauri.api E [AUX]GuiExtAuxCheckAuxPath:589: Null anb
2025-06-03 12:53:56.465 14435-14460 chatty com.tauri.api I uid=10217(com.tauri.api) RenderThread identical 3 lines
2025-06-03 12:53:56.465 14435-14460 GPUAUX com.tauri.api E [AUX]GuiExtAuxCheckAuxPath:589: Null anb
2025-06-03 12:53:56.633 14435-14435 Tauri/Plugin com.tauri.api V Tauri plugin: pluginId: notification, command: checkPermissions
2025-06-03 12:53:56.641 14435-14460 GPUAUX com.tauri.api E [AUX]GuiExtAuxCheckAuxPath:589: Null anb
2025-06-03 12:53:56.675 14435-14435 Tauri/Console com.tauri.api E File: http://tauri.localhost/src/App.svelte - Line 291 - Msg: Uncaught (in promise) Window API not available on mobile
2025-06-03 12:53:56.705 14435-14460 GPUAUX com.tauri.api E [AUX]GuiExtAuxCheckAuxPath:589: Null anb
2025-06-03 12:53:56.706 14435-14460 GPUAUX com.tauri.api E [AUX]GuiExtAuxCheckAuxPath:589: Null anb
2025-06-03 12:53:57.937 14435-14435 com.tauri.api com.tauri.api W Accessing hidden method Landroid/view/MotionEvent;->getEventTimeNano()J (greylist, reflection, allowed)
2025-06-03 12:54:00.792 14435-14460 GPUAUX com.tauri.api E [AUX]GuiExtAuxCheckAuxPath:589: Null anb
2025-06-03 12:54:00.798 14435-14460 GPUAUX com.tauri.api E [AUX]GuiExtAuxCheckAuxPath:589: Null anb
2025-06-03 12:54:01.850 14435-14460 GPUAUX com.tauri.api E [AUX]GuiExtAuxCheckAuxPath:589: Null anb
2025-06-03 12:54:01.871 14435-14460 chatty com.tauri.api I uid=10217(com.tauri.api) RenderThread identical 12 lines
2025-06-03 12:54:01.871 14435-14460 GPUAUX com.tauri.api E [AUX]GuiExtAuxCheckAuxPath:589: Null anb
2025-06-03 12:54:01.988 14435-14460 GPUAUX com.tauri.api E [AUX]GuiExtAuxCheckAuxPath:589: Null anb
2025-06-03 12:54:01.989 14435-14460 chatty com.tauri.api I uid=10217(com.tauri.api) RenderThread identical 2 lines
2025-06-03 12:54:01.990 14435-14460 GPUAUX com.tauri.api E [AUX]GuiExtAuxCheckAuxPath:589: Null anb
2025-06-03 12:54:02.119 14435-14460 GPUAUX com.tauri.api E [AUX]GuiExtAuxCheckAuxPath:589: Null anb
2025-06-03 12:54:02.709 14435-14460 GPUAUX com.tauri.api E [AUX]GuiExtAuxCheckAuxPath:589: Null anb
2025-06-03 12:54:02.724 14435-14460 GPUAUX com.tauri.api E [AUX]GuiExtAuxCheckAuxPath:589: Null anb
2025-06-03 12:54:02.751 14435-14460 GPUAUX com.tauri.api E [AUX]GuiExtAuxCheckAuxPath:589: Null anb
2025-06-03 12:54:02.818 14435-14460 GPUAUX com.tauri.api E [AUX]GuiExtAuxCheckAuxPath:589: Null anb
2025-06-03 12:54:02.818 14435-14460 GPUAUX com.tauri.api E [AUX]GuiExtAuxCheckAuxPath:589: Null anb
2025-06-03 12:54:02.827 14435-14460 GPUAUX com.tauri.api E [AUX]GuiExtAuxCheckAuxPath:589: Null anb
2025-06-03 12:54:02.865 14435-14460 GPUAUX com.tauri.api E [AUX]GuiExtAuxCheckAuxPath:589: Null anb
2025-06-03 12:54:02.875 14435-14460 GPUAUX com.tauri.api E [AUX]GuiExtAuxCheckAuxPath:589: Null anb
2025-06-03 12:54:02.927 14435-14460 GPUAUX com.tauri.api E [AUX]GuiExtAuxCheckAuxPath:589: Null anb
2025-06-03 12:54:02.966 14435-14460 GPUAUX com.tauri.api E [AUX]GuiExtAuxCheckAuxPath:589: Null anb
2025-06-03 12:54:03.014 14435-14460 GPUAUX com.tauri.api E [AUX]GuiExtAuxCheckAuxPath:589: Null anb
2025-06-03 12:54:03.034 14435-14460 GPUAUX com.tauri.api E [AUX]GuiExtAuxCheckAuxPath:589: Null anb
2025-06-03 12:54:03.061 14435-14460 GPUAUX com.tauri.api E [AUX]GuiExtAuxCheckAuxPath:589: Null anb
2025-06-03 12:54:03.083 14435-14460 GPUAUX com.tauri.api E [AUX]GuiExtAuxCheckAuxPath:589: Null anb
2025-06-03 12:54:03.135 14435-14460 GPUAUX com.tauri.api E [AUX]GuiExtAuxCheckAuxPath:589: Null anb
2025-06-03 12:54:03.170 14435-14460 GPUAUX com.tauri.api E [AUX]GuiExtAuxCheckAuxPath:589: Null anb
2025-06-03 12:54:03.198 14435-14460 GPUAUX com.tauri.api E [AUX]GuiExtAuxCheckAuxPath:589: Null anb
2025-06-03 12:54:03.541 14435-14460 GPUAUX com.tauri.api E [AUX]GuiExtAuxCheckAuxPath:589: Null anb
2025-06-03 12:54:03.671 14435-14460 GPUAUX com.tauri.api E [AUX]GuiExtAuxCheckAuxPath:589: Null anb
2025-06-03 12:54:03.672 14435-14460 chatty com.tauri.api I uid=10217(com.tauri.api) RenderThread identical 10 lines
2025-06-03 12:54:03.679 14435-14460 GPUAUX com.tauri.api E [AUX]GuiExtAuxCheckAuxPath:589: Null anb
2025-06-03 12:54:03.722 14435-14460 GPUAUX com.tauri.api E [AUX]GuiExtAuxCheckAuxPath:589: Null anb
2025-06-03 12:54:03.723 14435-14460 GPUAUX com.tauri.api E [AUX]GuiExtAuxCheckAuxPath:589: Null anb
2025-06-03 12:54:03.764 14435-14460 GPUAUX com.tauri.api E [AUX]GuiExtAuxCheckAuxPath:589: Null anb
2025-06-03 12:54:03.766 14435-14460 GPUAUX com.tauri.api E [AUX]GuiExtAuxCheckAuxPath:589: Null anb
2025-06-03 12:54:03.886 14435-14460 GPUAUX com.tauri.api E [AUX]GuiExtAuxCheckAuxPath:589: Null anb
2025-06-03 12:54:03.887 14435-14460 chatty com.tauri.api I uid=10217(com.tauri.api) RenderThread identical 3 lines
2025-06-03 12:54:03.887 14435-14460 GPUAUX com.tauri.api E [AUX]GuiExtAuxCheckAuxPath:589: Null anb
2025-06-03 12:54:03.964 14435-14460 GPUAUX com.tauri.api E [AUX]GuiExtAuxCheckAuxPath:589: Null anb
2025-06-03 12:54:07.643 14435-14460 GPUAUX com.tauri.api E [AUX]GuiExtAuxCheckAuxPath:589: Null anb
2025-06-03 12:54:07.644 14435-14460 GPUAUX com.tauri.api E [AUX]GuiExtAuxCheckAuxPath:589: Null anb
2025-06-03 12:54:09.292 14435-14460 GPUAUX com.tauri.api E [AUX]GuiExtAuxCheckAuxPath:589: Null anb
2025-06-03 12:54:09.292 14435-14460 GPUAUX com.tauri.api E [AUX]GuiExtAuxCheckAuxPath:589: Null anb
2025-06-03 12:54:09.363 14435-14435 Tauri/Plugin com.tauri.api V Tauri plugin: pluginId: dialog, command: showFilePicker
2025-06-03 12:54:09.415 14435-14435 NFC com.tauri.api I onPause
2025-06-03 12:54:09.465 14435-14460 GPUAUX com.tauri.api E [AUX]GuiExtAuxCheckAuxPath:589: Null anb
2025-06-03 12:54:09.465 14435-14460 GPUAUX com.tauri.api E [AUX]GuiExtAuxCheckAuxPath:589: Null anb
2025-06-03 12:54:10.068 14435-14460 com.tauri.api com.tauri.api I Could not find corresponding native window for surface
2025-06-03 12:54:16.412 14435-14435 Tauri/Plugin com.tauri.api V Tauri plugin: pluginId: path, command: getDataDir
2025-06-03 12:54:16.466 14435-14435 Tauri/Plugin com.tauri.api V Tauri plugin: pluginId: path, command: getResourcesDir
2025-06-03 12:54:16.469 14435-14435 Tauri/Plugin com.tauri.api V Tauri plugin: pluginId: path, command: getDataDir
2025-06-03 12:54:16.473 14435-14435 Tauri/Plugin com.tauri.api V Tauri plugin: pluginId: path, command: getConfigDir
2025-06-03 12:54:16.492 14435-14654 RustStdoutStderr com.tauri.api I
2025-06-03 12:54:16.492 14435-14654 RustStdoutStderr com.tauri.api I thread '' panicked at examples/api/src-tauri/src/lib.rs:166:10:
2025-06-03 12:54:16.492 14435-14654 RustStdoutStderr com.tauri.api I error while building tauri application: PluginInitialization("log", "attempted to set a logger after the logging system was already initialized")
2025-06-03 12:54:16.492 14435-14654 RustStdoutStderr com.tauri.api I note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2025-06-03 12:54:16.492 14435-14654 RustStdoutStderr com.tauri.api I attempt to unwind out of `rust` with err: Any { .. }
2025-06-03 12:54:17.221 14435-14654 RustStdoutStderr com.tauri.api I [0603/125417.220443:ERROR:elf_dynamic_array_reader.h(64)] tag not found
2025-06-03 12:54:17.221 14435-14654 RustStdoutStderr com.tauri.api I [0603/125417.221665:ERROR:elf_dynamic_array_reader.h(64)] tag not found
2025-06-03 12:54:17.715 14435-14655 libc com.tauri.api A Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 14655 (com.tauri.api), pid 14435 (com.tauri.api)
2025-06-03 12:54:17.837 14674-14674 DEBUG pid-14674 A pid: 14435, tid: 14655, oom: 0, name: com.tauri.api >>> com.tauri.api <<<
2025-06-03 12:54:18.311 14674-14674 DEBUG pid-14674 A #01 pc 01144653 /data/app/~~EXQY3lLHRkTq8Q_G9v-HPA==/com.tauri.api-fLU7bVVW9yyH-S5Y4NJMmg==/base.apk (offset 0xe378000) (std::sys::pal::unix::abort_internal::had7cb2f2653b879e+4)
2025-06-03 12:54:18.311 14674-14674 DEBUG pid-14674 A #02 pc 0113fc9b /data/app/~~EXQY3lLHRkTq8Q_G9v-HPA==/com.tauri.api-fLU7bVVW9yyH-S5Y4NJMmg==/base.apk (offset 0xe378000) (std::process::abort::heaa60b94cb60319e+4)
2025-06-03 12:54:18.311 14674-14674 DEBUG pid-14674 A #03 pc 005f413f /data/app/~~EXQY3lLHRkTq8Q_G9v-HPA==/com.tauri.api-fLU7bVVW9yyH-S5Y4NJMmg==/base.apk (offset 0xe378000) (api_lib::stop_unwind::h2ae0d99f6f3e089c+86)
2025-06-03 12:54:18.311 14674-14674 DEBUG pid-14674 A #04 pc 007b6b23 /data/app/~~EXQY3lLHRkTq8Q_G9v-HPA==/com.tauri.api-fLU7bVVW9yyH-S5Y4NJMmg==/base.apk (offset 0xe378000) (api_lib::_start_app::h165f89919e58380f+2)
2025-06-03 12:54:18.311 14674-14674 DEBUG pid-14674 A #05 pc 00d74e9b /data/app/~~EXQY3lLHRkTq8Q_G9v-HPA==/com.tauri.api-fLU7bVVW9yyH-S5Y4NJMmg==/base.apk (offset 0xe378000) (tao::platform_impl::platform::ndk_glue::create::_$u7b$$u7b$closure$u7d$$u7d$::h07f666fcdcc70d24+466)
2025-06-03 12:54:18.311 14674-14674 DEBUG pid-14674 A #06 pc 00d71f4f /data/app/~~EXQY3lLHRkTq8Q_G9v-HPA==/com.tauri.api-fLU7bVVW9yyH-S5Y4NJMmg==/base.apk (offset 0xe378000) (std::sys::backtrace::__rust_begin_short_backtrace::h6fc6033c67a27c4b+8)
2025-06-03 12:54:18.312 14674-14674 DEBUG pid-14674 A #07 pc 00d718f1 /data/app/~~EXQY3lLHRkTq8Q_G9v-HPA==/com.tauri.api-fLU7bVVW9yyH-S5Y4NJMmg==/base.apk (offset 0xe378000) (std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h6dd8634ebd4188e1+66)
2025-06-03 12:54:18.312 14674-14674 DEBUG pid-14674 A #08 pc 00d76101 /data/app/~~EXQY3lLHRkTq8Q_G9v-HPA==/com.tauri.api-fLU7bVVW9yyH-S5Y4NJMmg==/base.apk (offset 0xe378000) (_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h3a7d7809fcafdcf1+18)
2025-06-03 12:54:18.312 14674-14674 DEBUG pid-14674 A #09 pc 00d72261 /data/app/~~EXQY3lLHRkTq8Q_G9v-HPA==/com.tauri.api-fLU7bVVW9yyH-S5Y4NJMmg==/base.apk (offset 0xe378000) (std::panicking::try::do_call::h9f50ecb1858a4382+24)
2025-06-03 12:54:18.312 14674-14674 DEBUG pid-14674 A #10 pc 00d71c53 /data/app/~~EXQY3lLHRkTq8Q_G9v-HPA==/com.tauri.api-fLU7bVVW9yyH-S5Y4NJMmg==/base.apk (offset 0xe378000) (__rust_try+12)
2025-06-03 12:54:18.312 14674-14674 DEBUG pid-14674 A #11 pc 00d71355 /data/app/~~EXQY3lLHRkTq8Q_G9v-HPA==/com.tauri.api-fLU7bVVW9yyH-S5Y4NJMmg==/base.apk (offset 0xe378000) (std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::h2432f232a23ad7e0+436)
2025-06-03 12:54:18.312 14674-14674 DEBUG pid-14674 A #12 pc 00d7301b /data/app/~~EXQY3lLHRkTq8Q_G9v-HPA==/com.tauri.api-fLU7bVVW9yyH-S5Y4NJMmg==/base.apk (offset 0xe378000) (core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h7e7ff203e012a713+6)
2025-06-03 12:54:18.312 14674-14674 DEBUG pid-14674 A #13 pc 011439df /data/app/~~EXQY3lLHRkTq8Q_G9v-HPA==/com.tauri.api-fLU7bVVW9yyH-S5Y4NJMmg==/base.apk (offset 0xe378000) (std::sys::pal::unix::thread::Thread::new::thread_start::h456e11df891ca064+18)
---------------------------- PROCESS STARTED (14676) for package com.tauri.api ----------------------------
---------------------------- PROCESS ENDED (14676) for package com.tauri.api ----------------------------
---------------------------- PROCESS ENDED (14435) for package com.tauri.api ----------------------------
```
Please let me know if you need any other information.
Thanks!
Contributor guide
Assessment
This issue has not been assessed yet.