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

Commit 97fdd7dc authored by James Dong's avatar James Dong Committed by Android (Google) Code Review
Browse files

Merge "Log the exception cause for better problem analysis"

parents 7458091f 25d70942
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();