Initial: initial commit
This commit is contained in:
9
core/src/main/golang/trace.c
Normal file
9
core/src/main/golang/trace.c
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "trace.h"
|
||||
|
||||
#if ENABLE_TRACE
|
||||
|
||||
void trace_method_exit(const char **name) {
|
||||
__android_log_print(ANDROID_LOG_VERBOSE, TAG, "TRACE-OUT %s", *name);
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user