Stopped Service is Doing Constant Garbage Collection

后端 未结 3 2022
野性不改
野性不改 2020-12-15 17:32

I am developing an application which has many services. When I stop the intent service, all threads and service should be stopped but the UI is hung and the following errors

3条回答
  •  天涯浪人
    2020-12-15 18:09

    Profile your app - I found the cause of my similar problem that way.

    Android Studio: Tools -> Android -> Android Device Monitor

    Select your app and it the top (left) select:

    Start method profiling

    and after some time stop it the see the result.

提交回复
热议问题