ranapat / instancefactory

Android java library for keeping instances
The Unlicense
1 stars 0 forks source link

Add info fetching #10

Closed ivaylo-iliev-akelius closed 7 months ago

ivaylo-iliev-akelius commented 7 months ago

Would be great if runtime statistics can be shown.

Example info can include:

ranapat commented 7 months ago

Memory of each instance needs external libraries - it will make things more complicated. And adding static jars inside is not nice also.

Dependency graph is similar - the runtime dependencies need reflections and you cannot even catch the runtime local scoped ones.

So for now will leave those out.