Debugging Hollywood on Android

Discuss any general programming issues here
Post Reply
gerograph
Posts: 74
Joined: Thu Mar 04, 2010 9:38 pm

Debugging Hollywood on Android

Post by gerograph »

My App runs quiet well on Win/Amiga etc...however when using an Android Applet on my phone things donnot work like they should. My App gets suddenly closed by Hollywood, without a readable warning...what is the best way to hunt those bugs?
plouf
Posts: 698
Joined: Sun Feb 04, 2018 11:51 pm
Location: Athens,Greece

Re: Debugging Hollywood on Android

Post by plouf »

have you disable error handling wtih ExitOnError(false) ?

should report something normally
Christos
gerograph
Posts: 74
Joined: Thu Mar 04, 2010 9:38 pm

Re: Debugging Hollywood on Android

Post by gerograph »

I have got nothing....
amyren
Posts: 435
Joined: Thu May 02, 2019 11:53 am

Re: Debugging Hollywood on Android

Post by amyren »

Try to strip down your app into a minimum just to get something running.
If you have a small code and it still just quits, you could post it here.
If it runs, then add more code bit by bit until you find the part that cause the issue.

Or you could make your app create a text file and make it write debugging info into it. Then check the file after a crash and see what parts have been written to the file and where it stopped to write to the file.
gerograph
Posts: 74
Joined: Thu Mar 04, 2010 9:38 pm

Re: Debugging Hollywood on Android

Post by gerograph »

have you disable error handling wtih ExitOnError(false) ?
should report something normally
Nope, I'll try that.... Thanx for that hint...
Or you could make your app create a text file and make it write debugging info into it.
That is/was my plan B, in case there is no other solution...

let me see, I'll report back!
gerograph
Posts: 74
Joined: Thu Mar 04, 2010 9:38 pm

Re: Debugging Hollywood on Android

Post by gerograph »

Exit on error just comes up for 1/4 oa a second

"Hollywood wurde beendet"'
App Information
App schließen

=> Hollywood has been closed - App Information - Close App

that doesn't help, I think I'll shift towards a debug file...
Post Reply