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
fixme-desc: add some stubs
This commit is contained in:
15
src/api-impl/android/os/Debug.java
Normal file
15
src/api-impl/android/os/Debug.java
Normal file
@@ -0,0 +1,15 @@
|
||||
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 class InstructionCount {
|
||||
public InstructionCount() {
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user