I got the log file and stuck it in chatgpt, this is what is spat out:
From the provided logcat output, it seems the issue stems from Android's SELinux policy enforcement, which denies specific access permissions for the Garmin Connect Mobile app (com.garmin.android.apps.connectmobile). The log repeatedly mentions avc: denied errors, which indicate that the app is trying to access restricted files or resources that the Android OS is blocking.
Key Issues Noticed:
- Permission Denials:
The app is being denied access to various properties, such as userdebug_or_eng_prop, odsign_prop, and build_attestation_prop.
This might indicate that the app is trying to access debug-specific properties or files that are unavailable or restricted on your device's SELinux configuration.
- Untrusted App Context:
The app is running with the untrusted_app context. If you are using a custom ROM like GrapheneOS, enhanced security measures may block some behaviors that Garmin Connect Mobile relies on.
- App Behavior:
It seems the app is unable to proceed with authentication, as the AuthenticationActivity does not complete its intended function
This seems odd considering yourself and other users seem to have to issue with the app :/