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

Commit 47e47ea3 authored by Ajay Panicker's avatar Ajay Panicker Committed by android-build-merger
Browse files

Merge "Remove logspam for empty remote device properties" am: e1c09d19 am:...

Merge "Remove logspam for empty remote device properties" am: e1c09d19 am: 1d797773 am: 30933775
am: 4d65d04a

Change-Id: Ibd1a4e08397baf7b90615cd9c2f20d93fd44dbc5
parents 062be866 4d65d04a
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -309,10 +309,7 @@ final class RemoteDevices {
        for (int j = 0; j < types.length; j++) {
            type = types[j];
            val = values[j];
            if (val.length <= 0)
                errorLog("devicePropertyChangedCallback: bdDevice: " + bdDevice
                        + ", value is empty for type: " + type);
            else {
            if (val.length > 0) {
                synchronized(mObject) {
                    debugLog("Property type: " + type);
                    switch (type) {