Commit bfb0b3ba by Kazuyuki Hida

例外発生時の処理を変更

parent 1237a499
......@@ -176,8 +176,8 @@ public class DashboardActivity extends OperationActivity {
}
}
}
} catch(Exception e) {
e.printStackTrace();
} catch (Exception e) {
Logger.e(TAG, e.getLocalizedMessage());
}
}
......
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