-
-
Save yeojoy/9d2c94bdf7e3b07dc83e to your computer and use it in GitHub Desktop.
StackTraceElement 내용
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
index : 0 | |
Class Name : dalvik.system.VMStack | |
File Name : VMStack.java | |
Line Number : -2 | |
Method Name : getThreadStackTrace | |
isNativeMethod : true | |
toString() : dalvik.system.VMStack.getThreadStackTrace(Native Method) | |
index : 1 | |
Class Name : java.lang.Thread | |
File Name : Thread.java | |
Line Number : 579 | |
Method Name : getStackTrace | |
isNativeMethod : false | |
toString() : java.lang.Thread.getStackTrace(Thread.java:579) | |
index : 2 | |
Class Name : me.yeojoy.test.MainActivity | |
File Name : MainActivity.java | |
Line Number : 53 | |
Method Name : show | |
isNativeMethod : false | |
toString() : me.yeojoy.test.MainActivity.show(MainActivity.java:53) | |
index : 3 | |
Class Name : me.yeojoy.test.MainActivity | |
File Name : MainActivity.java | |
Line Number : 20 | |
Method Name : onCreate | |
isNativeMethod : false | |
toString() : me.yeojoy.test.MainActivity.onCreate(MainActivity.java:20) | |
index : 4 | |
Class Name : android.app.Activity | |
File Name : Activity.java | |
Line Number : 5133 | |
Method Name : performCreate | |
isNativeMethod : false | |
toString() : android.app.Activity.performCreate(Activity.java:5133) | |
index : 5 | |
Class Name : android.app.Instrumentation | |
File Name : Instrumentation.java | |
Line Number : 1087 | |
Method Name : callActivityOnCreate | |
isNativeMethod : false | |
toString() : android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087) | |
index : 6 | |
Class Name : android.app.ActivityThread | |
File Name : ActivityThread.java | |
Line Number : 2175 | |
Method Name : performLaunchActivity | |
isNativeMethod : false | |
toString() : android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2175) | |
index : 7 | |
Class Name : android.app.ActivityThread | |
File Name : ActivityThread.java | |
Line Number : 2261 | |
Method Name : handleLaunchActivity | |
isNativeMethod : false | |
toString() : android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2261) | |
index : 8 | |
Class Name : android.app.ActivityThread | |
File Name : ActivityThread.java | |
Line Number : 141 | |
Method Name : access$600 | |
isNativeMethod : false | |
toString() : android.app.ActivityThread.access$600(ActivityThread.java:141) | |
index : 9 | |
Class Name : android.app.ActivityThread$H | |
File Name : ActivityThread.java | |
Line Number : 1256 | |
Method Name : handleMessage | |
isNativeMethod : false | |
toString() : android.app.ActivityThread$H.handleMessage(ActivityThread.java:1256) | |
index : 10 | |
Class Name : android.os.Handler | |
File Name : Handler.java | |
Line Number : 99 | |
Method Name : dispatchMessage | |
isNativeMethod : false | |
toString() : android.os.Handler.dispatchMessage(Handler.java:99) | |
index : 11 | |
Class Name : android.os.Looper | |
File Name : Looper.java | |
Line Number : 137 | |
Method Name : loop | |
isNativeMethod : false | |
toString() : android.os.Looper.loop(Looper.java:137) | |
index : 12 | |
Class Name : android.app.ActivityThread | |
File Name : ActivityThread.java | |
Line Number : 5103 | |
Method Name : main | |
isNativeMethod : false | |
toString() : android.app.ActivityThread.main(ActivityThread.java:5103) | |
index : 13 | |
Class Name : java.lang.reflect.Method | |
File Name : Method.java | |
Line Number : -2 | |
Method Name : invokeNative | |
isNativeMethod : true | |
toString() : java.lang.reflect.Method.invokeNative(Native Method) | |
index : 14 | |
Class Name : java.lang.reflect.Method | |
File Name : Method.java | |
Line Number : 525 | |
Method Name : invoke | |
isNativeMethod : false | |
toString() : java.lang.reflect.Method.invoke(Method.java:525) | |
index : 15 | |
Class Name : com.android.internal.os.ZygoteInit$MethodAndArgsCaller | |
File Name : ZygoteInit.java | |
Line Number : 737 | |
Method Name : run | |
isNativeMethod : false | |
toString() : com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737) | |
index : 16 | |
Class Name : com.android.internal.os.ZygoteInit | |
File Name : ZygoteInit.java | |
Line Number : 553 | |
Method Name : main | |
isNativeMethod : false | |
toString() : com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553) | |
index : 17 | |
Class Name : dalvik.system.NativeStart | |
File Name : NativeStart.java | |
Line Number : -2 | |
Method Name : main | |
isNative |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment