Should I be concerned about the following message in the Run window? :
I/chatty ( 7764): uid=10079(com.homemy.myapp) Thread-67 identical 24 lines
>
After two hours of debugging I can tell you not to underestimate that message. In my case, printing a dynamic value in a cycle, I got that message. I only found out after that I had a looping cycle. In fact, when I debugged the first cycle where I printed a string, there was an anomaly, that is, it stopped randomly without reason. This made me understand that it was the instructions already executed that created this anomaly even before I passed from the cause (loop of second cycle).