History log of /external/deqp/framework/platform/android/tcuTestLogParserJNI.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
4adc1515f867b26c19c2f7498e9de93a230a234d 24-Oct-2014 Pyry Haulos <phaulos@google.com> Fix JNI usage issues in Android TestLogParser

* Android TestLogParser used CallObjectMethod() on Java methods returning
void, which causes CheckJNI to throw an error. Changed to use correct
CallVoidMethod().

* TestLogListener wrapper was not freeing local jstring references,
which given large parse buffer size could easily lead to ART local
reference table overflow. Fixed by freeing all local references as soon
as the objects are passed to the Java / VM side.

Change-Id: I19811be6fdc0f3d77bc7a0d99d243529031d3b08
/external/deqp/framework/platform/android/tcuTestLogParserJNI.cpp
0d71d061a51cfdcb78b44e10a5c9fac87eb16cf7 30-Sep-2014 Brian Carlstrom <bdc@google.com> Add missing jclass argument to static native methods

Bug: 17691683
Change-Id: Ibfa039ea23ec25ab4974f2c1675d427638c66367
/external/deqp/framework/platform/android/tcuTestLogParserJNI.cpp
3c827367444ee418f129b2c238299f49d3264554 02-Sep-2014 Jarkko Poyry <jpoyry@google.com> Import dEQP.

Import drawElements Quality Program from an internal repository.

Bug: 17388917
Change-Id: Ic109fe4a57e31b2a816113d90fbdf51a43e7abeb
/external/deqp/framework/platform/android/tcuTestLogParserJNI.cpp