Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message 初めて投稿させていただきます。Ryoと申します。 画像系アプリケーションを作成しているのですが、 稀にOutOfMemoryErrorが発生し、対応に苦慮しております。 =========== public static boolean mRun = true; public static TestImageDraw( String [] FilePaths ) { int i = 0; String FilePath; while(mRun) { FilePath = FilePaths[i]; // 画像処理(後述)