Skip to content

Commit a784b3d

Browse files
author
Jason Noguchi
committed
Fix build break introduced by missing parenthesis in camera stress test.
Change-Id: I8da9321a7674dbbe48cc0c214c0b043fbce8eeab
1 parent 43562ec commit a784b3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/CameraStressTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ public void onPictureTaken(byte[] data, Camera camera) {
170170
}
171171
}
172172
catch (IOException e) {
173-
Log.v(TAG, "Error closing file: " + e.toString();
173+
Log.v(TAG, "Error closing file: " + e.toString());
174174
}
175175
}
176176
}

0 commit comments

Comments
 (0)