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

Commit 8265ce74 authored by Massimo Carli's avatar Massimo Carli Committed by Android (Google) Code Review
Browse files

Merge "Improved OptProp logging" into main

parents 541be125 38e25e85
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -229,9 +229,9 @@ public class OptPropFactory {
                        mValue = VALUE_FALSE;
                    } else {
                        mValue = VALUE_UNSET;
                        Slog.w(TAG, "Error reading the property:" + mPropertyName);
                    }
                } catch (Exception e) {
                    Slog.w(TAG, "Cannot read opt property " + mPropertyName);
                    mValue = VALUE_UNSET;
                }
            }