2
0
mirror of https://github.com/KDE/kdeconnect-android synced 2025-08-30 21:55:10 +00:00

Comment verbose logs

This commit is contained in:
Albert Vaca Cintora
2023-04-22 23:37:21 +02:00
parent b1a2257d4d
commit c19019a500

View File

@@ -151,7 +151,7 @@ public class ConnectivityReportPlugin extends Plugin {
serializeSignalStrengths(); serializeSignalStrengths();
device.sendPacket(connectivityInfo); device.sendPacket(connectivityInfo);
Log.i("ConnectivityReport", "signalStrength of #" + subID + " updated to " + level); //Log.i("ConnectivityReport", "signalStrength of #" + subID + " updated to " + level);
} }
@Override @Override
@@ -164,7 +164,7 @@ public class ConnectivityReportPlugin extends Plugin {
serializeSignalStrengths(); serializeSignalStrengths();
device.sendPacket(connectivityInfo); device.sendPacket(connectivityInfo);
Log.i("ConnectivityReport", "networkType of #" + subID + " updated to " + networkTypeToString(networkType)); //Log.i("ConnectivityReport", "networkType of #" + subID + " updated to " + networkTypeToString(networkType));
} }
}; };
} }