Ezalor
Ezalor is a io monitor library for Android, it support record all io operations.
Install / Use
/learn @verehu/EzalorREADME
Ezalor
Ezalor is a io monitor library for Android, it support record all io operations. You can get the performance of each io operation.

中文版点击这里
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?
Related Skills
openhue
354.3kControl Philips Hue lights and scenes via the OpenHue CLI.
sag
354.3kElevenLabs text-to-speech with mac-style say UX.
weather
354.3kGet current weather and forecasts via wttr.in or Open-Meteo
casdoor
13.3kAn open-source AI-first Identity and Access Management (IAM) /AI MCP & agent gateway and auth server with web UI supporting OpenClaw, MCP, OAuth, OIDC, SAML, CAS, LDAP, SCIM, WebAuthn, TOTP, MFA, Face ID, Google Workspace, Azure AD
