* commit 'f5693a6a50d2806ef5a4fd30929539e941dfa069': Fix build break introduced by missing parenthesis in camera stress test.
This commit is contained in:
@@ -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());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user