Return info bundle on DeqpInstrumentation exception.
authorJarkko Pöyry <jpoyry@google.com>
Fri, 9 Jan 2015 20:08:20 +0000 (12:08 -0800)
committerJarkko Pöyry <jpoyry@google.com>
Wed, 21 Jan 2015 20:27:05 +0000 (12:27 -0800)
Change-Id: I1c6ddc85af2d3e832d7dfa7698dd38cceda62cf3

android/package/src/com/drawelements/deqp/testercore/DeqpInstrumentation.java

index 3c0afb9..c12d7f6 100644 (file)
@@ -143,9 +143,8 @@ public class DeqpInstrumentation extends Instrumentation
                        Log.e(LOG_TAG, "Exception", e);
 
                        Bundle info = new Bundle();
-
                        info.putString("Exception", e.getMessage());
-                       finish(1, new Bundle());
+                       finish(1, info);
                }
                finally
                {