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

相关文章
相关标签/搜索