summaryrefslogtreecommitdiff
path: root/tools/aapt2/diff/Diff.cpp
diff options
context:
space:
mode:
authorjinho.park <jinho.park@lge.com>2015-05-27 14:44:18 +0900
committerChristopher Tate <ctate@google.com>2015-05-28 18:38:32 -0700
commit1acd32a60b9ec67878302f6d629c5d5e7e2ee813 (patch)
tree0b3e21a2004d832c0dde815209ecf82eea8ec02c /tools/aapt2/diff/Diff.cpp
parentb3af4f43d747d214c834ff824fd3116d4728b817 (diff)
DO NOT MERGE Fix bug regarding the comparator sorts Alarms into increasing time order.
The comparator used variable "when" in IncreasingTimeOrder class. variable "when" means "elapsed time" or "real time"(RTC) and these types have different unit of time. so, I recommend that you use a "whenElapsed" which has the equal unit of time as its default value. Signed-off-by: Jinho Park <jinho.park@lge.com> Cherry-pick from master Change-Id: Ib95531bf235e8fc628a7eda1c24d187c12a9ab3b
Diffstat (limited to 'tools/aapt2/diff/Diff.cpp')
0 files changed, 0 insertions, 0 deletions