Android Studio, logcat cleans after app closes

前端 未结 12 1883
耶瑟儿~
耶瑟儿~ 2020-12-02 06:16

I\'m having a problem with my logcat since update 1.2 Beta for Android Studio. When I run my app it logs everything like it normally did, then I get at the point where my ap

12条回答
  •  执笔经年
    2020-12-02 06:47

    The filter clears the log once the app gets crashed. So select "Edit Filter Configuration" and create your own custom filter with filter name. This will save the log with informations even when the app is crahed.

提交回复
热议问题