Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 25d70942 authored by James Dong's avatar James Dong
Browse files

Log the exception cause for better problem analysis

Change-Id: Ia1f81adb6fc3be87098c9399509b68d5daf7f2da
parent bfd4c5fe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -386,8 +386,8 @@ public class MediaRecorderStressTest extends ActivityInstrumentationTestCase2<Me
                output.write(", " + i);
            }
        } catch (Exception e) {
            assertTrue("record and playback", false);
            Log.v(TAG, e.toString());
            assertTrue("record and playback", false);
        }
        output.write("\n\n");
        output.close();