java.util.ConcurrentModificationException: null
java.util.HashMap$HashIterator(HashMap.java:806)
com.cimba.gsr.fragments.SessionsFragment(SessionsFragment.java:233)
com.cimba.gsr.fragments.SessionsFragment$4(SessionsFragment.java:201)
Sometime in log output after a class name there is a Dollor symbol ($) in the message what does that mean? I thought it's the method name or the variable name in the class that caused the exception but in this case it doesn't make sense (SessionsFragment$4 it can't be the name of a method or variable).
so what is it ?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…