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

Commit 736fd1ee authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Prevent the problems with HVAC hal from taking down the system ui"

parents 2bddc614 f20aa955
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -147,7 +147,7 @@ public class HvacController {
                return;
                return;
            }
            }
            view.setTemp(mHvacManager.getFloatProperty(id, zone));
            view.setTemp(mHvacManager.getFloatProperty(id, zone));
        } catch (CarNotConnectedException e) {
        } catch (Exception e) {
            view.setTemp(Float.NaN);
            view.setTemp(Float.NaN);
            Log.e(TAG, "Failed to get value from hvac service", e);
            Log.e(TAG, "Failed to get value from hvac service", e);
        }
        }