mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-04 08:08:16 +02:00
Added logging
This commit is contained in:
@@ -2045,6 +2045,11 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
|
||||
updateNetworkState(network, "properties");
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onBlockedStatusChanged(@NonNull Network network, boolean blocked) {
|
||||
EntityLog.log(ServiceSynchronize.this, "Network " + network + " blocked=" + blocked);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onLost(@NonNull Network network) {
|
||||
updateNetworkState(network, "lost");
|
||||
|
||||
Reference in New Issue
Block a user