122123124125126127128129
} catch (Exception e) { // e.printStackTrace(); throw new ActivityException( e ); } }
113114115116117118119120
engine.call( getProcess(), context ); } catch (InvalidMotionException e) { throw new ActivityException( e ); } }
engine.spawn( getProcess(), context ); } catch (InvalidMotionException e) { throw new ActivityException( e ); } }