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

Commit acc40672 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Log setProfileConnectionPolicy in logcat too"

parents 366e2bde dddb0e83
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;