From adc238a97cfbff4405c800994c14e147bc7df2bb Mon Sep 17 00:00:00 2001 From: Yu Shan Emily Lau Date: Fri, 12 Mar 2010 11:51:41 -0800 Subject: [PATCH] Fix the bug that it should write the zero diff to the output file when the actual diff is negative. Change-Id: I5d7c12b0ad9c0286658067cacb7f385626a3107f --- .../performance/MediaPlayerPerformance.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/MediaPlayerPerformance.java b/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/MediaPlayerPerformance.java index a3bbb7447f7aa..8202efd9b2117 100644 --- a/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/MediaPlayerPerformance.java +++ b/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/MediaPlayerPerformance.java @@ -395,10 +395,10 @@ public class MediaPlayerPerformance extends ActivityInstrumentationTestCase