Run window message 'Identical line'

前端 未结 2 1274
难免孤独
难免孤独 2021-01-17 14:32

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
         


        
2条回答
  •  臣服心动
    2021-01-17 15:12

    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).

提交回复
热议问题