commit | bc7c99de7a359b5b3700ab33b0dee396d1cfca42 | [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 | 35495fadb19545211f687401a8bc0fa211a76e06 [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