commit | 63cddfc13f74d8c3ddb217f2149ee1fbba18f4f1 | [log] [tgz] |
---|---|---|
author | Changyeon Jo <changyeon@google.com> | Sat Oct 12 05:27:34 2019 -0700 |
committer | Changyeon Jo <changyeon@google.com> | Sat Oct 12 05:27:34 2019 -0700 |
tree | a6ce84d584dfbd3458b0b5111deaa057942ba41a | |
parent | c6fa0abf516f32cd12af20e6d61a9266d589bde6 [diff] |
Explictly cast size_t into a long data type This change explictly casts size_t type variables to long data type in ALOG*, to avoid any build error due to inconsistent size_t type declarations between different build targets. Bug: 142545867 Change-Id: I587c7006a6ab69970b3a507a6160b3decd4bfd5a Signed-off-by: Changyeon Jo <changyeon@google.com>