Advertisement
Guest User

Untitled

a guest
Aug 2nd, 2015
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.91 KB | None | 0 0
  1. index : 0
  2. Class Name : dalvik.system.VMStack
  3. File Name : VMStack.java
  4. Line Number : -2
  5. Method Name : getThreadStackTrace
  6. isNativeMethod : true
  7. toString() : dalvik.system.VMStack.getThreadStackTrace(Native Method)
  8.  
  9.  
  10. index : 1
  11. Class Name : java.lang.Thread
  12. File Name : Thread.java
  13. Line Number : 579
  14. Method Name : getStackTrace
  15. isNativeMethod : false
  16. toString() : java.lang.Thread.getStackTrace(Thread.java:579)
  17.  
  18.  
  19. index : 2
  20. Class Name : me.yeojoy.test.MainActivity
  21. File Name : MainActivity.java
  22. Line Number : 53
  23. Method Name : show
  24. isNativeMethod : false
  25. toString() : me.yeojoy.test.MainActivity.show(MainActivity.java:53)
  26.  
  27.  
  28. index : 3
  29. Class Name : me.yeojoy.test.MainActivity
  30. File Name : MainActivity.java
  31. Line Number : 20
  32. Method Name : onCreate
  33. isNativeMethod : false
  34. toString() : me.yeojoy.test.MainActivity.onCreate(MainActivity.java:20)
  35.  
  36.  
  37. index : 4
  38. Class Name : android.app.Activity
  39. File Name : Activity.java
  40. Line Number : 5133
  41. Method Name : performCreate
  42. isNativeMethod : false
  43. toString() : android.app.Activity.performCreate(Activity.java:5133)
  44.  
  45.  
  46. index : 5
  47. Class Name : android.app.Instrumentation
  48. File Name : Instrumentation.java
  49. Line Number : 1087
  50. Method Name : callActivityOnCreate
  51. isNativeMethod : false
  52. toString() : android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087)
  53.  
  54.  
  55. index : 6
  56. Class Name : android.app.ActivityThread
  57. File Name : ActivityThread.java
  58. Line Number : 2175
  59. Method Name : performLaunchActivity
  60. isNativeMethod : false
  61. toString() : android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2175)
  62.  
  63.  
  64. index : 7
  65. Class Name : android.app.ActivityThread
  66. File Name : ActivityThread.java
  67. Line Number : 2261
  68. Method Name : handleLaunchActivity
  69. isNativeMethod : false
  70. toString() : android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2261)
  71.  
  72.  
  73. index : 8
  74. Class Name : android.app.ActivityThread
  75. File Name : ActivityThread.java
  76. Line Number : 141
  77. Method Name : access$600
  78. isNativeMethod : false
  79. toString() : android.app.ActivityThread.access$600(ActivityThread.java:141)
  80.  
  81.  
  82. index : 9
  83. Class Name : android.app.ActivityThread$H
  84. File Name : ActivityThread.java
  85. Line Number : 1256
  86. Method Name : handleMessage
  87. isNativeMethod : false
  88. toString() : android.app.ActivityThread$H.handleMessage(ActivityThread.java:1256)
  89.  
  90.  
  91. index : 10
  92. Class Name : android.os.Handler
  93. File Name : Handler.java
  94. Line Number : 99
  95. Method Name : dispatchMessage
  96. isNativeMethod : false
  97. toString() : android.os.Handler.dispatchMessage(Handler.java:99)
  98.  
  99.  
  100. index : 11
  101. Class Name : android.os.Looper
  102. File Name : Looper.java
  103. Line Number : 137
  104. Method Name : loop
  105. isNativeMethod : false
  106. toString() : android.os.Looper.loop(Looper.java:137)
  107.  
  108.  
  109. index : 12
  110. Class Name : android.app.ActivityThread
  111. File Name : ActivityThread.java
  112. Line Number : 5103
  113. Method Name : main
  114. isNativeMethod : false
  115. toString() : android.app.ActivityThread.main(ActivityThread.java:5103)
  116.  
  117.  
  118. index : 13
  119. Class Name : java.lang.reflect.Method
  120. File Name : Method.java
  121. Line Number : -2
  122. Method Name : invokeNative
  123. isNativeMethod : true
  124. toString() : java.lang.reflect.Method.invokeNative(Native Method)
  125.  
  126.  
  127. index : 14
  128. Class Name : java.lang.reflect.Method
  129. File Name : Method.java
  130. Line Number : 525
  131. Method Name : invoke
  132. isNativeMethod : false
  133. toString() : java.lang.reflect.Method.invoke(Method.java:525)
  134.  
  135.  
  136. index : 15
  137. Class Name : com.android.internal.os.ZygoteInit$MethodAndArgsCaller
  138. File Name : ZygoteInit.java
  139. Line Number : 737
  140. Method Name : run
  141. isNativeMethod : false
  142. toString() : com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
  143.  
  144.  
  145. index : 16
  146. Class Name : com.android.internal.os.ZygoteInit
  147. File Name : ZygoteInit.java
  148. Line Number : 553
  149. Method Name : main
  150. isNativeMethod : false
  151. toString() : com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
  152.  
  153.  
  154. index : 17
  155. Class Name : dalvik.system.NativeStart
  156. File Name : NativeStart.java
  157. Line Number : -2
  158. Method Name : main
  159. isNative
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement