RE: Android ANR (App not responding | Jacque was right :-)

2023-09-14 Thread Ralph DiMola via use-livecode
It should be there. It's not in the tools folder it's in the "platform-tools" folder. Clear the logcat before you go to practice then after you get home after a hang/crash do the logcat. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message-

RE: Android ANR (App not responding | Jacque was right :-)

2023-09-14 Thread Ralph DiMola via use-livecode
I was thinking that if it's indeed a hang it would show how far the app activation proceeded before the hang. Maybe that would help/confirm that this is indeed a hang or crash. Just a thought Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message

RE: Android ANR (App not responding | Jacque was right :-)

2023-09-14 Thread J. Landman Gay via use-livecode
He's not crashing, it's a hang. I can't remember if logcat shows those. My guess is that it's a memory problem since he's running a very old version of Android with not much RAM, and restarting the app may force retained apps to release RAM. But a log can't hurt at any rate. Klaus, remove all

Re: Android ANR (App not responding | Jacque was right :-)

2023-09-14 Thread Klaus major-k via use-livecode
Hi Ralph, > Am 14.09.2023 um 19:43 schrieb Ralph DiMola via use-livecode > : > > Klaus, > > You need to get it using a command prompt via USB. Connect device. Open > command prompt. In the android SDK platform-tools folder... Steps: > > 1) Clear the log > 2) Get you app to crash > 3) Get a log

RE: Android ANR (App not responding | Jacque was right :-)

2023-09-14 Thread Ralph DiMola via use-livecode
Klaus, You need to get it using a command prompt via USB. Connect device. Open command prompt. In the android SDK platform-tools folder... Steps: 1) Clear the log 2) Get you app to crash 3) Get a log ADB commands below: ADB logcat -c Now run your app till crash ADB logcat The log can be piped

Re: Android ANR (App not responding | Jacque was right :-)

2023-09-14 Thread Klaus major-k via use-livecode
Hi Ralph, > Am 14.09.2023 um 19:20 schrieb Ralph DiMola via use-livecode > : > > Klaus, > > Get a logcat after a crash and where can I possibly find one on my tablet? > and see if Panos can glean anything useful from > it. It helped me once identifying and getting a crash fix implemented. >

RE: Android ANR (App not responding | Jacque was right :-)

2023-09-14 Thread Ralph DiMola via use-livecode
Klaus, Get a logcat after a crash and see if Panos can glean anything useful from it. It helped me once identifying and getting a crash fix implemented. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-liv

Android ANR (App not responding | Jacque was right :-)

2023-09-14 Thread Klaus major-k via use-livecode
Hi all, yesterday it* happened again! *Around one of twenty times I start my app on my Samsung tablet, I get a black screen. I started the tablet, opened my app -> OK quit the app and started again -> OK quit the app and started again -> OK quit the app and attached my USB footswitch started th

Android ANR (App not responding | Jacque was right :-)

2023-09-14 Thread Klaus major-k via use-livecode
Hi all, yesterday it* happened again! *Around one of twenty times I start my app on my Samsung tablet, I get a black screen. I started the tablet, opened my app -> OK quit the app and started again -> OK quit the app and started again -> OK quit the app and attached my USB footswitch started th