Fix build break introduced by missing parenthesis in camera stress test.

Change-Id: I8da9321a7674dbbe48cc0c214c0b043fbce8eeab
This commit is contained in:
Jason Noguchi
2012-04-03 17:01:50 -07:00
parent 43562ecf43
commit a784b3dea1

View File

@ -170,7 +170,7 @@ public class CameraStressTest extends ActivityInstrumentationTestCase2<MediaFram
}
}
catch (IOException e) {
Log.v(TAG, "Error closing file: " + e.toString();
Log.v(TAG, "Error closing file: " + e.toString());
}
}
}