crash when create new scenario
utopian-io·@muhammadarif·
0.000 HBDcrash when create new scenario
#### PROJECT INFO repositories : https://github.com/renyuneyun/Easer app name : easer #### EXPECTED BEHAVIOR when a user creates a scenario after the user has set up all of these apps it can save the scenario perfectly #### ACTUAL BEHAVIOR when the user creates a new scenario then the user presses the save button the application will crash and the scenario that has been created can not be saved #### how to reproduce - download easer app - after isntaled finished launch the app - click line 3 in the top right of the app or profile - then select scenario - then click the + `button in the bottom left of the app - after that set all the necessary then click the save button in the top left of the application and look if the application will stop Browser: easer v0.5.9.1 Operating system: android 5.1 idos #### bug recording https://youtu.be/uD8K2sYS2Rc #### logcat file to help developer to fixe it ```FATAL EXCEPTION: main Process: ryey.easer, PID: 20984 java.lang.NumberFormatException: Invalid int: "" at java.lang.Integer.invalidInt(Integer.java:138) at java.lang.Integer.parseInt(Integer.java:358) at java.lang.Integer.parseInt(Integer.java:334) at ryey.easer.plugins.event.k.d.c(Unknown Source) at ryey.easer.plugins.event.k.d.b(Unknown Source) at ryey.easer.core.ui.edit.e.b(Unknown Source) at ryey.easer.core.ui.edit.EventPluginViewPager.d(Unknown Source) at ryey.easer.core.ui.edit.EventPluginViewPager.getEventData(Unknown Source) at ryey.easer.core.ui.edit.EditScenarioActivity.r(Unknown Source) at ryey.easer.core.ui.edit.EditScenarioActivity.o(Unknown Source) at ryey.easer.core.ui.edit.b.p(Unknown Source) at ryey.easer.core.ui.edit.b.onOptionsItemSelected(Unknown Source) at ryey.easer.core.ui.edit.EditScenarioActivity.onOptionsItemSelected(Unknown Source) at android.app.Activity.onMenuItemSelected(Activity.java:2900) at android.support.v4.a.j.onMenuItemSelected(Unknown Source) at android.support.v7.app.e.onMenuItemSelected(Unknown Source) at android.support.v7.view.i.onMenuItemSelected(Unknown Source) at android.support.v7.app.m.a(Unknown Source) at android.support.v7.view.menu.h.a(Unknown Source) at android.support.v7.view.menu.j.b(Unknown Source) at android.support.v7.view.menu.h.a(Unknown Source) at android.support.v7.view.menu.h.a(Unknown Source) at android.support.v7.widget.ActionMenuView.a(Unknown Source) at android.support.v7.view.menu.ActionMenuItemView.onClick(Unknown Source) at android.view.View.performClick(View.java:4791) at android.view.View$PerformClick.run(View.java:19884) at android.os.Handler.handleCallback(Handler.java:739) at android.os.Handler.dispatchMessage(Handler.java:95) at android.os.Looper.loop(Looper.java:135) at android.app.ActivityThread.main(ActivityThread.java:5376) at java.lang.reflect.Method.invoke(Native Method) at java.lang.reflect.Method.invoke(Method.java:372) at com.android.internal.os.Zygote``` #### proof of work done github.com/muhammadarif1