boldtrn / graphhopper-maps-capacitor

Capacitor Wrapper for GraphHopper Maps
Apache License 2.0
18 stars 1 forks source link

Fails to start on Android 5 #2

Closed Altonss closed 1 year ago

Altonss commented 2 years ago

When using the version 1.0.1 built by F-Droid, the app fails to start on my android 5.0.2 device.

karussell commented 2 years ago

What does the log / stacktrace say?

Please note that our app is based on capacitor, see the requirements here: https://capacitorjs.com/docs/android

Altonss commented 2 years ago

What does the log / stacktrace say?

I'm sorry I don't know how to get the log/stacktrace :/

karussell commented 2 years ago

You could either use an app or install adb on your desktop.

@boldtrn would it be easy to pipe our logs into a file which users could use instead?

boldtrn commented 2 years ago

@Altonss if you feel comfortable using adb, then this would be the best option. There are also apps that can collect the log files,, but the need to be configured with adb as well, for example this app: https://f-droid.org/en/packages/com.tortel.syslog/

You can also try to create a manual bug report, using the Android Developer Tools (no adb required): https://developer.android.com/studio/debug/bug-report

If you don't want to share this logging file publicly, you can send it to: navi-feedback@graphhopper.com

@karussell I don't think it's possible to collect system logs and store them in a file. We could store our manual in a file as well, but this probably won't cover any uncaught exceptions that we don't manually log.