SkillAgentSearch skills...

Ezalor

Ezalor is a io monitor library for Android, it support record all io operations.

Install / Use

/learn @verehu/Ezalor
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Ezalor

License platform API PRs Welcome Code Climate

Ezalor is a io monitor library for Android, it support record all io operations. You can get the performance of each io operation.

Ezalor

中文版点击这里

Getting started

Add dependencies by adding the following lines to your app/build.gradle.

dependencies {
    //ezalor lib
   compile 'com.wellerv.ezalor:ezalor:0.1.0'
}

Then you should init the ezalor in your application.

public class SampleApplication extends Application {
    @Override
    public void onCreate() {
        super.onCreate();

        Ezalor.get().init(this);
    }
}

Given that it is just a tool for your application, I recommend that it be used for the debug version.

Export Data

Ezalor now supports excel export via EzalorTools.

Known Issues

Before you initialize ezalor, the application must have sdcard write permission.

Support

Any problem?

  1. Learn more from sample
  2. Submit issues
  3. Contact me for help by email

Related Skills

View on GitHub
GitHub Stars67
CategoryCustomer
Updated1y ago
Forks5

Languages

Java

Security Score

80/100

Audited on Aug 6, 2024

No findings