The stack is complicated with the involvement of lambda (note that the line number is lost due to obsfucation). What does " access$lambda$12" actually mean and is there a way to locate this in the code without knowing the actual line number?
at com.group.RKGroup.com.my.MyClass access$lambda$12(com.group.RKGroup,int,com.my.PType) (RKGroup.java:43324)
The line number is useless because this stack trace was obsfucated with Proguard.