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

Commit 77e3b106 authored by Christine Tsai's avatar Christine Tsai Committed by Android (Google) Code Review
Browse files

Merge "Return false if incorrect event value type"

parents a86a36b1 409468d7
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -650,6 +650,7 @@ bool getDoubleOrLong(const LogEvent& event, const Matcher& matcher, Value& ret)
                    ret.setDouble(value.mValue.double_value);
                    ret.setDouble(value.mValue.double_value);
                    break;
                    break;
                default:
                default:
                    return false;
                    break;
                    break;
            }
            }
            return true;
            return true;