2015年1月27日

android开发:jni下native代码获取毫秒级时间

摘要: #include #define LOG_TAG ""#define LOGD(...) __android_log_print(ANDROID_LOG_DEBUG, LOG_TAG, __VA_ARGS__)struct timeval xTime;int xRet = gettimeofday(... 阅读全文

posted @ 2015-01-27 17:26 VincentEcho 阅读(5646) 评论(1) 推荐(0)

导航