Well what I am basically doing is an app which has many activities. I have a few friends with android phones and I gave them the app for testing. However, it sometimes goes into endless cycles and does strange behaviour which I am not able to understand due to their lack of programming experience and inability to dump the logcat in those particular moments.
So what I need to do is to create a static always visible window, probably popup window, that shows in which method is the program now.
So my question would be, which is the best way to achieve this functionality and how to retrieve the current method the App is in (it has several threads).