You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
src/api-impl: misc stubbing
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user