Last active
November 4, 2018 06:16
-
-
Save tcw165/fd74bdf966f5840270984db05be129fb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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