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
api-impl: use liblog for android.util.Log; use Log.v for debugging prints and Log.w for stub tracing
This commit is contained in:
@@ -364,11 +364,5 @@ public final class Log {
|
||||
/**
|
||||
* @hide
|
||||
*/
|
||||
public static /*native*/ int
|
||||
println_native(int bufID,
|
||||
int priority, String tag, String msg) {
|
||||
String out = String.format("`¯´[%d][%d] [%s] : %s", bufID, priority, tag, msg);
|
||||
System.out.println(out);
|
||||
return out.getBytes().length;
|
||||
}
|
||||
public static native int println_native(int bufID, int priority, String tag, String msg);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user