简体   繁体   中英

android studio figuring out stack trace

Im making an app in android, and it crashes when I do a certain thing ( I know what makes it crash but i dont know why and how to solve it), So I think i need to read the stack trace but I dont know a lot about it.

as far as I know you are supposed to run with debug and the stack trace is in the logcat but the stack trace there, is not the current one and I dont know wich part is about the crash help please Thank You.

I see this piece red everytime it crashes is this the one?

 10-08 21:08:08.501 26243-26546/? E/WindowState: getStack: Window{11f9ccba 
 u0 d0 com.redot.puzzle3/com.redot.puzzle3.MainActivity} couldn't find 
  taskId=1199 
Callers=com.android.server.wm.WindowState.getDisplayContent:1059 
com.android.server.wm.WindowState.isDefaultDisplay:1778 
 com.android.server.wm.WindowState.getMultiWindowStyleLw:2363 

在此处输入图片说明

Choose the first one and open you manifest see what happens

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM