MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/PhysX / printString

Function printString

physx/source/foundation/src/unix/PsUnixPrintString.cpp:42–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40{
41
42void printString(const char* str)
43{
44#if PX_ANDROID
45 __android_log_print(ANDROID_LOG_INFO, "PsPrintString", "%s", str);
46#else
47 puts(str);
48#endif
49}
50
51} // namespace shdfnd
52} // namespace physx

Callers 5

reportErrorMethod · 0.50
operator()Method · 0.50
printFormattedFunction · 0.50
reportErrorMethod · 0.50
initMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected