I've commented out all code in activity_pause, and left only "Log("Activity_Pause: " & PausedAt)"
That runs fine, I get an error message popping up while it closes, nothing shows in the unfiltered logs about which sub it's in. It's driving me nuts cause it neuters all of my code after that
The error message pops up as the activity closes, and the program continues on its merry way. But the panels I make in the activity I switch to won't respond to touch events
There was another thread with a similar issue. It turned out that the error was printed from one of the libraries. However the error didn't affect the program.
Hard to say what causes this message. Try to reproduce it in a new project. It is also possible that this message has nothing to do with the other activity events.