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: misc stubs/additions
This commit is contained in:
@@ -2,11 +2,10 @@ package android.os;
|
||||
public final class Debug {
|
||||
public static class MemoryInfo {
|
||||
}
|
||||
/**
|
||||
* Wait until a debugger attaches. As soon as the debugger attaches,
|
||||
* this returns, so you will need to place a breakpoint after the
|
||||
* waitForDebugger() call if you want to start tracing immediately.
|
||||
*/
|
||||
|
||||
public static void waitForDebugger() {
|
||||
}
|
||||
|
||||
public static class InstructionCount {
|
||||
public InstructionCount() {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user