diff options
author | Kyeongkab.Nam <Kyeongkab.Nam@sony.com> | 2019-01-25 17:55:01 +0900 |
---|---|---|
committer | Kyeongkab.Nam <Kyeongkab.Nam@sony.com> | 2020-01-22 11:10:32 +0900 |
commit | b30b38506b51dd3460f02568b6b161f2b9753a73 (patch) | |
tree | 4889d0b8798c8af84ea8c2fd5c89ea97eb29aa21 /tests/DynamicCodeLoggerIntegrationTests/src/cpp/test_executable.cpp | |
parent | cd3676cefd7190f2cd6e4ae4e87de1adf1add393 (diff) |
Fix equals and hashCode APIs on TvTrackInfo
Current hashCode API cares only for mId and it returns same values
even if other member variables are different.
To avoid for returning same values between different TvTrackInfo of
each program, hashCode API should care all variables used on
equals API. Note that mId is defined as unique only in the same
program.
Test: build
Change-Id: I4d72f6ce80141d92f86e548804e1f0257ed6fcfb
Diffstat (limited to 'tests/DynamicCodeLoggerIntegrationTests/src/cpp/test_executable.cpp')
0 files changed, 0 insertions, 0 deletions