am a784b3de
: Fix build break introduced by missing parenthesis in camera stress test.
* commit 'a784b3dea15dd0dfedfe25552b87fbb92a5eea52': 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) {
|
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