App keeps crashing when Android profiler is used

后端 未结 5 1547
孤街浪徒
孤街浪徒 2021-01-31 06:54

My app is doing some location tracking and update database when needed, the app has been running 2 days without having any issue. And now I am trying to use the Android Profiler

5条回答
  •  别跟我提以往
    2021-01-31 07:31

    It perhaps an android studio profile bug. Delete the whole codecache directory in your application data package root path(data/data/pacakge_name/codecache) and retry profile again.

提交回复
热议问题