log command the debug issues

melamoud

Active Member
Licensed User
Longtime User
hi,

having trouble debugging my service/app it get killed and i'm not sure why (I do have StartServiceAt running at my destroyService sub but I do not think it is working. for now I'm trying to reprodcue it with debug ...

Do youhave any idea's ?

While doing this, I'm playing a bit with the log command and I have two questions
1. how do I change the activity name from B4A to something else in the log ?
2. all logs are with Info tag (like log.i(...) is there a way to log error / warn... etc ?

thanks
 

melamoud

Active Member
Licensed User
Longtime User
logs

I tried to, but the problem happen after a long time of usage and maybe load on the phone, so I could not reproduce (yet) while in debug mode near my PC

I'm using a software to record logs for a long time so the next time it will happen I'm for sure going to have the logs, (until now when it happened I would not find any relevant logs but it might be time issue, since the logs are getting truncated quickly on Android)
 
Upvote 0
Top