Kaydet (Commit) b0a9c3c7 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Log a bit more information in codeSnippet()

Change-Id: Ifecfd55ed7f6a48f1cfea8182a40e8568dfc4780
üst 4dba6f58
......@@ -484,10 +484,7 @@ namespace
int index = functionIndex*nVtableOffsets*2 + vtableOffset*2 + bHasHiddenParam;
unsigned char *result = ((unsigned char *) &codeSnippets) + codeSnippets[index];
SAL_INFO( "bridges.ios",
"codeSnippet: [" <<
functionIndex << "," << vtableOffset << "," << bHasHiddenParam << "]=" <<
(void *) result);
SAL_INFO( "bridges.ios", "codeSnippet: [" << functionIndex << "," << vtableOffset << "," << (int)bHasHiddenParam << "]=" << (void *) result << " (" << std::hex << ((int*)result)[0] << "," << ((int*)result)[1] << "," << ((int*)result)[2] << "," << ((int*)result)[3] << ")");
return result;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment