I'm not very strong in C, but I'm working with the NDK right now and I need help logging address of a variable in hex. I've been using __android_log_print to print generic log messages, but how do I tell C to convert address of a variable to a char array?
| |||
|
feedback
|
|
I never worked with android NDK, but I'm assuming Let's say we have a variable
EDIT: Accepted answer:
| |||||||||
feedback
|
|
I work with Android NDK many times and I have tried before use native logcat.
and than include header in c source files
than makefile look like
| |||
|
feedback
|