Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save tcw165/fd74bdf966f5840270984db05be129fb to your computer and use it in GitHub Desktop.

Select an option

Save tcw165/fd74bdf966f5840270984db05be129fb to your computer and use it in GitHub Desktop.
protected void onDraw(android.graphics.Canvas);
Code:
// Some byte-code is hidden
14: invokevirtual #23 // Method android/graphics/Canvas.save:()I
17: istore_3
18: aload_2
19: astore 4
21: ldc #25 // String test
23: astore 5
25: getstatic #31 // Field java/lang/System.out:Ljava/io/PrintStream;
28: aload 5
30: invokevirtual #37 // Method java/io/PrintStream.println:(Ljava/lang/Object;)V
33: nop
34: aload_2
35: iload_3
36: invokevirtual #41 // Method android/graphics/Canvas.restoreToCount:(I)V
// ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment