Is there an easy way to follow the app execution flow?
The best thing would be writing messages directly to aiStarter console, is it possible? I work on Ubuntu.
If not, is there another way to follow the app execution flow? I'd like to have printed somewhere something like
Procedure foo() started with parameters "one", "two", "three"
Procedure foo() finished
Procedure bar() started
--- txt_String1 = "this is string 1"
--- txt_String2 = "this is string 2"
Procedure bar() finished
I don't want to use adb or Android log, I need something which is easily accessible.
I tried to use Notifier.ShowAlert() but the pop-ups open one over the other so all what what I get is the flow reversed (from the last pop-up to the first one).
Ciao,
Max
