Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a538999e authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Log setProfileConnectionPolicy in logcat too" am: acc40672

parents de410b7d acc40672
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -392,6 +392,9 @@ public class DatabaseManager {
            logMetadataChange(data, profileStr + " connection policy changed: "
                                    + oldConnectionPolicy + " -> " + newConnectionPolicy);

            Log.v(TAG, "setProfileConnectionPolicy: device " + device.getAnonymizedAddress()
                    + " profile=" + profileStr + ", connectionPolicy=" + newConnectionPolicy);

            data.setProfileConnectionPolicy(profile, newConnectionPolicy);
            updateDatabase(data);
            return true;