Merge "Log the exception cause for better problem analysis"

This commit is contained in:
James Dong
2010-12-06 17:50:20 -08:00
committed by Android (Google) Code Review

View File

@@ -386,8 +386,8 @@ public class MediaRecorderStressTest extends ActivityInstrumentationTestCase2<Me
output.write(", " + i);
}
} catch (Exception e) {
Log.v(TAG, e.toString());
assertTrue("record and playback", false);
Log.v(TAG, e.toString());
}
output.write("\n\n");
output.close();