android webkit(V8引擎) v8::String 打印方式

v8::Local<v8::String> code = v8ExternalString(source.source()); android

v8::String::Utf8Value str(code); .net

android_printLog(ANDROID_LOG_ERROR, "V8Proxy","v8ExternalString = %s\n", *str); code


記得添加 blog

#if PLATFORM(ANDROID) v8

#include <wtf/text/CString.h>
#endif
get

相關文章
相關標籤/搜索