mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-07-15 07:56:11 +08:00

Earlier we used to call 'adb logcat' and get all the logs and send those. This didn't work on iOS and we wouldn't get all the logs even in android at times as the logcat buffer can be unreliable. Since now we log all the messages to a file, we can just send that file. The disadvtange is that we only get Dart level logs, and not iOS or Java or NDK or our C libraries logs. I should really dump libgit2 ASAP.