Skip to content

Commit f499a07

Browse files
Jason NoguchiAndroid Git Automerger
authored andcommitted
am a784b3d: Fix build break introduced by missing parenthesis in camera stress test.
* commit 'a784b3dea15dd0dfedfe25552b87fbb92a5eea52': Fix build break introduced by missing parenthesis in camera stress test.
2 parents 2474814 + a784b3d commit f499a07

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)