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

Add Troubleshooting Android section #172

Merged
merged 4 commits into from
Jun 20, 2024

Conversation

dangeross
Copy link
Contributor

Fixes #171

Copy link
Contributor

@erdemyerebasmaz erdemyerebasmaz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good overall! Thank you @dangeross

Added some notes on wording, suggested a new heap space value & a section recommendation about when code obfuscation may kick in and cause issues re: JNA library.

src/guide/android_troubleshooting.md Outdated Show resolved Hide resolved
src/guide/android_troubleshooting.md Outdated Show resolved Hide resolved
src/guide/android_troubleshooting.md Outdated Show resolved Hide resolved

Starting with this 1.8.20 release, the Kotlin K2 compiler has a preview version of the serialization plugin. It's recommended for users to upgrade their Kotlin version to at least 1.8.20 or [set up the serialization plugin](https://github.com/Kotlin/kotlinx.serialization?tab=readme-ov-file#setup) on their projects explicitly with older versions.

## JNA library
Copy link
Contributor

@erdemyerebasmaz erdemyerebasmaz Jun 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

JNA library code obfuscation issue may not be apparent until users compile their apps on "release" mode with maximum optimization and minimal footprint size that'll be used when deploying & publishing their app.

I think we should add a warning about this in this section.

@dangeross dangeross force-pushed the savage-android-troubleshooting branch from f0e4d39 to 3fdf938 Compare June 20, 2024 14:17
Co-authored-by: Erdem Yerebasmaz <[email protected]>
Copy link
Contributor

@erdemyerebasmaz erdemyerebasmaz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! 🎉

@dangeross dangeross merged commit d1745c1 into savage-logging Jun 20, 2024
27 of 28 checks passed
@dangeross dangeross deleted the savage-android-troubleshooting branch June 20, 2024 15:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add mandatory configurations for Notification Service extension on Android
2 participants