Mohammed Hussain

Results 131 comments of Mohammed Hussain

Introduced bulk action (allow/block) in Apps screen where users can now allow or block apps for the filtered list of apps. https://github.com/celzero/rethink-app/pull/573/commits/6dddc2c44c75563b044f4ff3a76b9d447b0711c8

Fixed the issue, will be part of the next release. The OkHttpClient requires the DNS not to be set in order to use the system DNS. ``` // If unset,...

For android version 30 (11), `ActivityManager#getHistoricalProcessExitReasons` has a predefined set of kill reasons, viz. ``` REASON_ANR = 6; REASON_CRASH = 4; REASON_CRASH_NATIVE = 5; REASON_DEPENDENCY_DIED = 12; REASON_EXCESSIVE_RESOURCE_USAGE = 9;...

Additional logs. ``` 04-15 22:02:13.877 5436 5436 F DEBUG : backtrace: 04-15 22:02:13.877 5436 5436 F DEBUG : #00 pc 00000000000528ac /apex/com.android.runtime/lib64/bionic/libc.so (fdsan_error(char const*, ...)+588) (BuildId: 8d77279a411c99f8bc6edb79c76340fb) 04-15 22:02:13.877 5436...

Application crashed as soon the DNSDetailActivity is launched. The activity launched by _22:02:12.135_, fdsan at _22:02:12.898_ Initial analysis: _fdsan_close_ occurred due to _android.database.CursorWindow_. When the app is trying to access...

One of the possible case where the database corruption can happen is explained in the below link, https://www.fatalerrors.org/a/crash-sqlitedatabase-corruption-exception-file-is-encrypted-or-is-not-a-database.html Adding the `setJournalMode(JournalMode.TRUNCATE)` to the App database builder as suggested. ``` Android...

> > That said, tapping "update available" should update the blocklists or prompt to let you re-download them. May be there's a bug that nothing happens at all when you...

Yes, there are some additional UI changes added with the commit. Will finish those and create a pull request.

Filtering of logs has options to filter out blocked connections as part of V053, Will add the more filters in the later releases.