com.github.unidbg.linux.android.LogCatHandler Maven / Gradle / Ivy
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