Skip to content

otiasj/AndroidMemoryLogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Android Memory Logger

Purpose

Graph your android application memory usage in real time.

This library helps finding memory leaks. You should test run your application using this library, to quickly locate leaks. Then use DDMS and memory dumps to identify the origin of the leak and fix it.

Usage

Add the following permission to your manifest (Don't forget to remove it before releasing your app!)

<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />

Import this library as an Android project library, or add the jar file to your project's libs directory

In your application just call :

 Memory.getInstance().enableWidget(getApplicationContext()).start(1000, "test");

ScreenShot

ScreenShot

ScreenShot

Credits :

This library is using GraphView

About

Graph your android application memory usage in real time

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages