mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-05-13 11:42:17 -04:00
more log work
This commit is contained in:
parent
9c1d780d93
commit
39b0262d0e
35 changed files with 906 additions and 606 deletions
|
@ -110,7 +110,8 @@ class CallbackPrinter extends LoggyPrinter {
|
|||
|
||||
@override
|
||||
void onLog(LogRecord record) {
|
||||
final out = record.pretty();
|
||||
final out = record.pretty().replaceAll('\uFFFD', '');
|
||||
|
||||
if (Platform.isAndroid) {
|
||||
debugPrint(out);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue