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

Rethink app crashes after changing language to 'tamil' #1859

Open
RazzoR023 opened this issue Feb 7, 2025 · 4 comments
Open

Rethink app crashes after changing language to 'tamil' #1859

RazzoR023 opened this issue Feb 7, 2025 · 4 comments
Assignees

Comments

@RazzoR023
Copy link

I wanted to see how the app looks with the language changed to Tamil. But once I changed it, the app crashed and I have not been able to open it again. When click on the app icon, I can see the VPN connect being enabled but UI does not load. Clicking again crashes the app and VPN is stopped.

Please let me know if there are any fixes without reinstalling.

@hussainmohd-a hussainmohd-a self-assigned this Feb 7, 2025
@hussainmohd-a
Copy link
Collaborator

@RazzoR023 Thanks for reporting this issue! Could you provide more details, such as your Android version and the app version? This will help us reproduce the issue on our end.

Also if you're comfortable capturing logs, that would be really helpful for debugging.

One potential workaround is to clear the app’s cache and data, which should reset the language settings and might resolve the crash. Let us know if that helps!

@RazzoR023
Copy link
Author

Hey, thanks for replying. I tried clearing just the cache but it only worked after clearing storage.

Phone details :

Google Pixel 8 pro
Android version - 15
Build - AP4A.250105.002
App version - 0.5.5n

I don't know how to capture logs. Can you give a link? I can reproduce it and give you the logs

@hussainmohd-a
Copy link
Collaborator

@RazzoR023 Please perform these steps (putting Rethink in Verbose log level, increasing logcat buffer size to 16MB), then after the crash happens (preferably immediately), capture logs (adb logcat) and email it to me (md at celzero dot com).

# make sure Rethink is at "Verbose" in 
# Configure -> Settings -> Log level
# note the current size; the default is usually 256kb
adb logcat -g

# increase log buffer size to 16mb
adb logcat -G 16M

# see if it switched to 16mb
adb logcat -g

# now, at some later time, when Rethink "freezes", capture logs
adb logcat > /path/to/file

# compress it
gzip -k /path/to/file

# email the gz file to:
# md at celzero dot com

Alternative: If the above is not possible, you can send the bug report captured by the app. You can find the option in Rethink -> About -> Bug report -> send email. Email the files to md at celzero dot com.

@RazzoR023
Copy link
Author

I have sent the logs as requested.

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

No branches or pull requests

2 participants