Advertisement
Guest User

Untitled

a guest
Oct 29th, 2012
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.26 KB | None | 0 0
  1. // Compiled from StrictMode.java (version 1.5 : 49.0, super bit)
  2. public final class android.os.StrictMode {
  3.  
  4. // Method descriptor #13 ()V
  5. // Stack: 3, Locals: 1
  6. StrictMode();
  7. 0 aload_0 [this]
  8. 1 invokespecial java.lang.Object() [1]
  9. 4 new java.lang.RuntimeException [2]
  10. 7 dup
  11. 8 ldc <String "Stub!"> [3]
  12. 10 invokespecial java.lang.RuntimeException(java.lang.String) [4]
  13. 13 athrow
  14. Line numbers:
  15. [pc: 0, line: 54]
  16. Local variable table:
  17. [pc: 0, pc: 14] local: this index: 0 type: android.os.StrictMode
  18.  
  19. // Method descriptor #20 (Landroid/os/StrictMode$ThreadPolicy;)V
  20. // Stack: 3, Locals: 1
  21. public static void setThreadPolicy(android.os.StrictMode.ThreadPolicy policy);
  22. 0 new java.lang.RuntimeException [2]
  23. 3 dup
  24. 4 ldc <String "Stub!"> [3]
  25. 6 invokespecial java.lang.RuntimeException(java.lang.String) [4]
  26. 9 athrow
  27. Line numbers:
  28. [pc: 0, line: 55]
  29. Local variable table:
  30. [pc: 0, pc: 10] local: policy index: 0 type: android.os.StrictMode.ThreadPolicy
  31.  
  32. // Method descriptor #24 ()Landroid/os/StrictMode$ThreadPolicy;
  33. // Stack: 3, Locals: 0
  34. public static android.os.StrictMode.ThreadPolicy getThreadPolicy();
  35. 0 new java.lang.RuntimeException [2]
  36. 3 dup
  37. 4 ldc <String "Stub!"> [3]
  38. 6 invokespecial java.lang.RuntimeException(java.lang.String) [4]
  39. 9 athrow
  40. Line numbers:
  41. [pc: 0, line: 56]
  42.  
  43. // Method descriptor #24 ()Landroid/os/StrictMode$ThreadPolicy;
  44. // Stack: 3, Locals: 0
  45. public static android.os.StrictMode.ThreadPolicy allowThreadDiskWrites();
  46. 0 new java.lang.RuntimeException [2]
  47. 3 dup
  48. 4 ldc <String "Stub!"> [3]
  49. 6 invokespecial java.lang.RuntimeException(java.lang.String) [4]
  50. 9 athrow
  51. Line numbers:
  52. [pc: 0, line: 57]
  53.  
  54. // Method descriptor #24 ()Landroid/os/StrictMode$ThreadPolicy;
  55. // Stack: 3, Locals: 0
  56. public static android.os.StrictMode.ThreadPolicy allowThreadDiskReads();
  57. 0 new java.lang.RuntimeException [2]
  58. 3 dup
  59. 4 ldc <String "Stub!"> [3]
  60. 6 invokespecial java.lang.RuntimeException(java.lang.String) [4]
  61. 9 athrow
  62. Line numbers:
  63. [pc: 0, line: 58]
  64.  
  65. // Method descriptor #28 (Landroid/os/StrictMode$VmPolicy;)V
  66. // Stack: 3, Locals: 1
  67. public static void setVmPolicy(android.os.StrictMode.VmPolicy policy);
  68. 0 new java.lang.RuntimeException [2]
  69. 3 dup
  70. 4 ldc <String "Stub!"> [3]
  71. 6 invokespecial java.lang.RuntimeException(java.lang.String) [4]
  72. 9 athrow
  73. Line numbers:
  74. [pc: 0, line: 59]
  75. Local variable table:
  76. [pc: 0, pc: 10] local: policy index: 0 type: android.os.StrictMode.VmPolicy
  77.  
  78. // Method descriptor #31 ()Landroid/os/StrictMode$VmPolicy;
  79. // Stack: 3, Locals: 0
  80. public static android.os.StrictMode.VmPolicy getVmPolicy();
  81. 0 new java.lang.RuntimeException [2]
  82. 3 dup
  83. 4 ldc <String "Stub!"> [3]
  84. 6 invokespecial java.lang.RuntimeException(java.lang.String) [4]
  85. 9 athrow
  86. Line numbers:
  87. [pc: 0, line: 60]
  88.  
  89. // Method descriptor #13 ()V
  90. // Stack: 3, Locals: 0
  91. public static void enableDefaults();
  92. 0 new java.lang.RuntimeException [2]
  93. 3 dup
  94. 4 ldc <String "Stub!"> [3]
  95. 6 invokespecial java.lang.RuntimeException(java.lang.String) [4]
  96. 9 athrow
  97. Line numbers:
  98. [pc: 0, line: 61]
  99.  
  100. // Method descriptor #34 (Ljava/lang/String;)V
  101. // Stack: 3, Locals: 1
  102. public static void noteSlowCall(java.lang.String name);
  103. 0 new java.lang.RuntimeException [2]
  104. 3 dup
  105. 4 ldc <String "Stub!"> [3]
  106. 6 invokespecial java.lang.RuntimeException(java.lang.String) [4]
  107. 9 athrow
  108. Line numbers:
  109. [pc: 0, line: 62]
  110. Local variable table:
  111. [pc: 0, pc: 10] local: name index: 0 type: java.lang.String
  112.  
  113. Inner classes:
  114. [inner class info: #7 android/os/StrictMode$VmPolicy, outer class info: #5 android/os/StrictMode
  115. inner name: #8 VmPolicy, accessflags: 25 public static final],
  116. [inner class info: #10 android/os/StrictMode$ThreadPolicy, outer class info: #5 android/os/StrictMode
  117. inner name: #11 ThreadPolicy, accessflags: 25 public static final]
  118. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement