Android Question [Solved] Stopping my app and the when restarting IsFirst = false

JakeBullet70

Well-Known Member
Licensed User
Longtime User
Hi all.

Head scratcher here. I compile my app in release mode, usb debugging on a real device and when it is installed everything is fine and all runs good. If I the close the app and wait a minute or two and restart it. It fails to run properly. I get:

** Activity (activity1) Create, isFirst = false **

In the logs and the app fails. After I close my app the first time I have checked running apps on the device and my app in not there.

upload_2016-9-27_11-52-20.png


I have included the b4a only filtered log and a complete system log in the zip file. I have about 6 hours into this one and I am stumped.

Have to love CatLog on the Android store!
https://play.google.com/store/apps/details?id=com.nolanlawson.logcat&hl=en

Thanks!
 

Attachments

  • logs.zip
    130.5 KB · Views: 130

JakeBullet70

Well-Known Member
Licensed User
Longtime User
Hi Erel.

This one was me being an idiot. I went back and checked the GIT logs and sure enough, I had remarked out some code. Why? No idea as I was working in a class and not the main Activity. AAAahhhhhhhh. I am getting old and my app is getting TOO big!


I use the catLog as it is color coded and has a filter to filter for anything. You can then send emails to yourself. I only use it when I am to stupid to read the IDE logs.
 
Upvote 0
Top