Hi All,
I have a code snippet(part of our product) which is throwing StackOverflowError(only at the customer's instance).
Based on the stack trace, i figured out that onTextChanged method of CCTImageNodeUI.java is called N number of times due to which this exception is caused.
To further analyze this issue, i need to check who is calling onTextChanged method.
I executed a grep command within our product to check the file which is calling this method, but could not find anything.
The comment says that, this method is called whenever the text of the owner object is changed, however i could not understand how to find the owner object.
Please let me know if there is anyway to find out who is calling onTextChanged method.
Thanks in advance,
Asha