Commit f9578464 by Jeong Gilmo

#33721 手書きパレット機能の追加

- Log出力整理
parent 07fe9846
......@@ -283,7 +283,6 @@ public class PhotoEditActivity extends Dialog {
bitmap.compress(Bitmap.CompressFormat.JPEG, quality, os);
os.flush();
os.close();
Logger.e(TAG,path+"Saved.");
bitmap.recycle();
} catch (Exception e) {
e.printStackTrace();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment