commit | ef378558c4bd5c5ca356535de2dbb2ad17e2b85f | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Tue Nov 18 17:29:46 2014 -0800 |
committer | Andreas Gampe <agampe@google.com> | Wed Nov 19 09:21:12 2014 -0800 |
tree | 7d6396cf0245a289868086d5762bcf84ec7d93c3 | |
parent | 31c6a49c78df9cf45839afdcf5522015f14f659d [diff] |
Frameworks/base: Replace LOG_FATAL_IF in core/jni Do not use LOG_FATAL_IF in JNI setup. This is one-time on startup and important enough to always check. Add a header with common helper definitions. Move to inlined functions instead of macros to clean up the code. Change-Id: Ib12d0eed61b110c45d748e80ec36c563e9dec7e5