Replies: 1 comment
-
Found the solution in Android Studio in the Logcat tool window |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm writing an android plugin, and I would like to see the logs from this plugin or the crash logs at least.
The whole app crashes when I call a certain function in the plugin and it's so hard to debug it
I installed the log plugin, but no luck
Thank you for any help
Info
[✔] Environment
- OS: Mac OS 15.4.1 arm64 (X64)
✔ Xcode Command Line Tools: installed
✔ rustc: 1.86.0 (05f9846f8 2025-03-31)
✔ cargo: 1.86.0 (adf9b6ad1 2025-02-28)
✔ rustup: 1.28.1 (f9edccde0 2025-03-05)
✔ Rust toolchain: stable-aarch64-apple-darwin (default)
- node: 20.12.1
- yarn: 1.22.22
- npm: 10.8.2
- bun: 1.2.6
[-] Packages
- tauri 🦀: 2.5.1
- tauri-build 🦀: 2.2.0
- wry 🦀: 0.51.2
- tao 🦀: 0.33.0
- @tauri-apps/api : 2.5.0
- @tauri-apps/cli : 2.5.0
[-] Plugins
- tauri-plugin-geolocation 🦀: 2.2.4
- @tauri-apps/plugin-geolocation : 2.2.4
- tauri-plugin-opener 🦀: 2.2.6
- @tauri-apps/plugin-opener : 2.2.6
- tauri-plugin-log 🦀: 2.4.0
- @tauri-apps/plugin-log : 2.4.0
[-] App
- build-type: bundle
- CSP: unset
- frontendDist: ../build
- devUrl: http://localhost:1420/
- framework: Svelte
- bundler: Vite
Cheers
Beta Was this translation helpful? Give feedback.
All reactions