mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-07-22 06:08:54 -04:00
debugging and cleanup
This commit is contained in:
parent
604ec9cfdd
commit
d460a0388c
69 changed files with 2306 additions and 790 deletions
|
@ -112,7 +112,7 @@ class CallbackPrinter extends LoggyPrinter {
|
|||
void onLog(LogRecord record) {
|
||||
final out = record.pretty().replaceAll('\uFFFD', '');
|
||||
|
||||
if (Platform.isAndroid) {
|
||||
if (!kIsWeb && Platform.isAndroid) {
|
||||
debugPrint(out);
|
||||
} else {
|
||||
debugPrintSynchronously(out);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue