Fix build break introduced by missing parenthesis in camera stress test.
Change-Id: I8da9321a7674dbbe48cc0c214c0b043fbce8eeab
This commit is contained in:
@ -170,7 +170,7 @@ public class CameraStressTest extends ActivityInstrumentationTestCase2<MediaFram
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch (IOException e) {
|
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