Signal-Android/app/src/main/java/org/thoughtcrime/securesms/logsubmit
Greyson Parrelli cac841d8e6 Flush logs before trimming to size.
There are situations where we may be hitting our SQLITE_BUSY timeout
when we go to trim. One possibility is that we may have a large ongoing
write when we go to trim.

So, this change just makes sure we're caught up before we go to trim,
which is the simplest thing we can do to address this. It's not a
foolproof solution though, so if we still see it crop up, we'll just
have to re-route all log operations through the single thread we have
setup in the PersistentLogger or something.
2021-10-04 21:49:59 -04:00
..
util Scrub domains from debug logs. 2021-04-19 20:28:54 -04:00
CompleteLogLine.java
LogDataSource.kt Add support for granular conversation data changes. 2021-09-02 21:24:53 -04:00
LogLine.java
LogSection.java Update logging to be size-limited and more performant. 2021-07-23 08:05:28 -04:00
LogSectionBlockedThreads.java
LogSectionCapabilities.java Add Change Number capability and Conversation Update item. 2021-09-08 21:04:06 -04:00
LogSectionConstraints.java Add 'constraints' and 'key preferences' sections to logs. 2021-01-15 11:17:38 -05:00
LogSectionFeatureFlags.java
LogSectionJobs.java
LogSectionKeyPreferences.java Fix crash when submitting a debuglog during registration. 2021-07-26 09:39:03 -04:00
LogSectionLocalMetrics.java Add a system for locally tracking performance on-device. 2021-08-04 10:01:14 -04:00
LogSectionLogcat.java
LogSectionLoggerHeader.java Update logging to be size-limited and more performant. 2021-07-23 08:05:28 -04:00
LogSectionNotifications.java Refactor app settings. 2021-05-12 12:23:00 -04:00
LogSectionPermissions.java
LogSectionPin.java Further simplify storage service syncing. 2021-04-28 16:36:11 -03:00
LogSectionPower.java
LogSectionSystemInfo.java Include additional logging to assist in debugging. 2021-08-05 16:42:32 -03:00
LogSectionThreads.java
LogSectionTrace.java
LogStyleParser.java
SimpleLogLine.java
SubmitDebugLogActivity.java Revert "Replace use of AlertDialog.Builder with MaterialAlertDialogBuilder." 2021-08-30 20:32:41 -04:00
SubmitDebugLogAdapter.java Move logging into a database. 2021-07-21 16:57:03 -04:00
SubmitDebugLogRepository.java Flush logs before trimming to size. 2021-10-04 21:49:59 -04:00
SubmitDebugLogViewModel.java Flush logs before trimming to size. 2021-10-04 21:49:59 -04:00