보통 캡쳐하는 방식인
View.setDrawingCacheEnabled(true);
View.buildDrawingCache();
Bitmap bitmap = View.getDrawingCache();
이렇게 하면
까만화면만 캡쳐됩니다.
SurfaceView를 캡쳐하는 방법 좀 가르쳐 주세요ㅠ