mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-09-14 15:33:17 +08:00
Ignore another network message
This commit is contained in:
@ -14,6 +14,9 @@ bool shouldIgnorePlatformException(PlatformException ex) {
|
|||||||
if (msg.contains("failed to resolve address for")) {
|
if (msg.contains("failed to resolve address for")) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
if (msg.contains("failed to connect to")) {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
if (msg.contains("No address associated with hostname")) {
|
if (msg.contains("No address associated with hostname")) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user