-
-
Notifications
You must be signed in to change notification settings - Fork 152
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
VPN always on gets disconnected after some phone idle time #1434
Comments
Crashes can happen due to low memory or bugs in the app. The latter is concerning and needs logs for us to fix it. For the former, turning OFF battery optimization and allowing Rethink to work while in background might help.
Are you technical enough to grab # 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:
# mz at celzero dot com |
Yep, sorry I forget to mention that I am on Pixel 4a and i am running stock OS. Later I'll try to retrieve that log! |
If so, it might be related to #1427
Please do. You can alternatively capture logs from tapping on "Bug report" button at the top of the About page in the app. |
If the issue happens again, please consider sharing logs (don't forget to see the steps above; some of which need to be executed BEFORE you encounter this bug again), and re-open this thread. Thanks. |
To add more details: now it seems to happen only after the phone recovers from "do not disturb" mode. BTW I have sent a log of one of this events. Thanks! |
Hi, on Android 13 and rethinkdns 0.5.5i,
I have setted the VPN as "always on".
Frequently I receive the notification of VPN disconnected 🔑.
Expanding the notification shows a button to launch rethinkdns app again, this fix the connection.
This never happened while activily using the phones, it happens after some time without unlocking the screen.
The text was updated successfully, but these errors were encountered: