All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.unidbg.linux.android.LogCatHandler Maven / Gradle / Ivy

There is a newer version: 0.9.8
Show newest version
package com.github.unidbg.linux.android;

public interface LogCatHandler {

    void handleLog(String type, LogCatLevel level, String tag, String text);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy