Debug Help? App Not Running

I installed the apk to my phone just by downloading the file, it works on my samsung galaxy s6 but on my older phone it doesn’t. I checked the adb and this is the log I got. 

--------- beginning of /dev/log/system --------- beginning of /dev/log/main D/Corona (22598): Controller.startTimer(): Abort because it hasn't been set! V/Corona (22598): \> Class.forName: network.LuaLoader V/Corona (22598): \< Class.forName: network.LuaLoader V/Corona (22598): Loading via reflection: network.LuaLoader I/Corona (22598): Platform: LGL41C / ARM Neon / 4.4.2 / Adreno (TM) 305 / OpenG L ES 3.0 V@66.0 AU@04.04.02.006.060 (CL@) / 2015.2731 V/Corona (22598): \> Class.forName: plugin.fuse.LuaLoader

I click on the app and it will go black for a second then it will not load. Any solutions?

Thanks in advance!

Edits-

Here is another output log I got from the Monitor, I tried to isolate everywhere where it says my email, or what I used in the com.gmail thing. The name of the app is Tigerbytes Scouting App:

Edit 2: I think the problem might be that my app is being killed because I see that it says it has died and its right next to Activity Manager, but I have no experience debugging so I have no clue.

12-28 17:35:48.553: I/ActivityManager(6331): Timeline: Activity\_launch\_request id:com.gmail.jgabrielscalderon.Tigerbytes\_Scouting\_App time:7682544 12-28 17:35:48.553: I/ActivityManager(752): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.gmail.jgabrielscalderon.Tigerbytes\_Scouting\_App/com.ansca.corona.CoronaActivity bnds=[0,53][120,204]} from pid 6331 12-28 17:35:48.563: D/ActivityManager(752): pauseBackStacks: stack=ActivityStack{42997438 stackId=0, 1 tasks} mResumedActivity=ActivityRecord{429ce180 u0 com.lge.launcher2/.Launcher t3} 12-28 17:35:48.583: D/ActivityManager(752): allPausedActivitiesComplete: r=ActivityRecord{429ce180 u0 com.lge.launcher2/.Launcher t3} state=PAUSING 12-28 17:35:48.583: D/ActivityManager(752): resumeTopActivityLocked: Restarting ActivityRecord{42b2f698 u0 com.gmail.jgabrielscalderon.Tigerbytes\_Scouting\_App/com.ansca.corona.CoronaActivity t155} 12-28 17:35:48.593: I/ActivityManager(752): Start proc com.gmail.jgabrielscalderon.Tigerbytes\_Scouting\_App for activity com.gmail.jgabrielscalderon.Tigerbytes\_Scouting\_App/com.ansca.corona.CoronaActivity: pid=27665 uid=10095 gids={50095, 3003} 12-28 17:35:49.203: I/ActivityManager(752): Displayed com.gmail.jgabrielscalderon.Tigerbytes\_Scouting\_App/com.ansca.corona.CoronaActivity: +612ms 12-28 17:35:49.203: I/ActivityManager(752): Timeline: Activity\_windows\_visible id: ActivityRecord{42b2f698 u0 com.gmail.jgabrielscalderon.Tigerbytes\_Scouting\_App/com.ansca.corona.CoronaActivity t155} time:7683191 12-28 17:35:49.273: I/ActivityManager(27665): Timeline: Activity\_idle id: android.os.BinderProxy@41dd2270 time:7683260 12-28 17:35:49.353: W/ActivityManager(752): Force removing ActivityRecord{42b2f698 u0 com.gmail.jgabrielscalderon.Tigerbytes\_Scouting\_App/com.ansca.corona.CoronaActivity t155}: app died, no saved state 12-28 17:35:49.373: I/WindowState(752): WIN DEATH: Window{42763af0 u0 com.gmail.jgabrielscalderon.Tigerbytes\_Scouting\_App/com.ansca.corona.CoronaActivity} 12-28 17:35:49.373: W/WindowManager(752): Force-removing child win Window{426b4978 u0 SurfaceView} from container Window{42763af0 u0 com.gmail.jgabrielscalderon.Tigerbytes\_Scouting\_App/com.ansca.corona.CoronaActivity} 12-28 17:35:49.383: I/ActivityManager(752): Relaunching to RESUMED ActivityRecord{429ce180 u0 com.lge.launcher2/.Launcher t3} 12-28 17:35:49.383: I/ActivityManager(752): Activity config changed during resume: ActivityRecord{429ce180 u0 com.lge.launcher2/.Launcher t3}, new next: ActivityRecord{429ce180 u0 com.lge.launcher2/.Launcher t3} 12-28 17:35:49.603: I/[LGHome]LGActivityUtil(6331): [LGActivityUtil.java:310:notifyToWeatherWidget()]broadcast to weather widget, intent: Intent { act=com.lge.launcher2.RESUME } 12-28 17:35:49.693: I/ActivityManager(752): Relaunching to RESUMED ActivityRecord{429ce180 u0 com.lge.launcher2/.Launcher t3} 12-28 17:35:50.273: I/[LGHome]LGActivityUtil(6331): [LGActivityUtil.java:310:notifyToWeatherWidget()]broadcast to weather widget, intent: Intent { act=com.lge.launcher2.RESUME } 12-28 17:35:50.383: I/ActivityManager(752): Timeline: Activity\_windows\_visible id: ActivityRecord{429ce180 u0 com.lge.launcher2/.Launcher t3} time:7684377 12-28 17:35:50.473: I/ActivityManager(6331): Timeline: Activity\_idle id: android.os.BinderProxy@41dce5e8 time:7684462 12-28 17:35:50.473: I/ActivityManager(6331): Timeline: Activity\_idle id: android.os.BinderProxy@41dce5e8 time:7684464 12-28 17:35:51.623: I/[LGHome]NumberBadge.LGBroadCastBadge(6331): [LGBroadCastBadge.java:53:updateBadgeIcon()][updateClassList : com.lge.updatecenter.UpdateCenterPrfActivity = 1

Hi Velotrixity,

You should try printing out some debug messages at key points in your code. When you run the app on your old phone and it dies, this will help you isolate down where in your code is the issue on your old phone.

Hi Velotrixity,

You should try printing out some debug messages at key points in your code. When you run the app on your old phone and it dies, this will help you isolate down where in your code is the issue on your old phone.