src/api-impl: misc stubbing

This commit is contained in:
Mis012
2023-01-09 12:07:57 +01:00
parent eabfaeaeba
commit 4dd31731f9
7 changed files with 53 additions and 3 deletions

View File

@@ -207,7 +207,7 @@ public final class Log {
* @return Whether or not that this is allowed to be logged.
* @throws IllegalArgumentException is thrown if the tag.length() > 23.
*/
public static native boolean isLoggable(String tag, int level);
public static /*native*/ boolean isLoggable(String tag, int level) {return true;} // should be fiiiine?
/*
* Send a {@link #WARN} log message and log the exception.