You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Memory leak is caused by some of internal error handlers because java.lang.StackTraceElement and related data structures are using most of the heap. Do you need java heap dump ? It is a huge file.
I suspect SDK error handler because my handler is trivial and I am using logging library in many other applications:
Actual Behavior
Memory leak is caused by some of internal error handlers because java.lang.StackTraceElement and related data structures are using most of the heap. Do you need java heap dump ? It is a huge file.
I suspect SDK error handler because my handler is trivial and I am using logging library in many other applications:
Expected Behavior
Versions
The text was updated successfully, but these errors were encountered: