android-activityrecord

Activity Idle Timeout for ActivityRecord

拥有回忆 提交于 2020-01-12 14:29:30
问题 So I have a strange problem, and I'm not entirely sure what all information I should provide, but I'll do my best -- just let me know if I need to add more info. I'm having an issue that when I finish my Activity and return to the previous Activity (or launch it with a new Intent -- the problem seems to be centered on finishing the Activity ) the UI performance drops drastically for about six or seven seconds, then returns to normal. From LogCat , this warning appears consistently: 07-11 22

Activity Idle Timeout for ActivityRecord

独自空忆成欢 提交于 2019-12-04 03:03:21
So I have a strange problem, and I'm not entirely sure what all information I should provide, but I'll do my best -- just let me know if I need to add more info. I'm having an issue that when I finish my Activity and return to the previous Activity (or launch it with a new Intent -- the problem seems to be centered on finishing the Activity ) the UI performance drops drastically for about six or seven seconds, then returns to normal. From LogCat , this warning appears consistently: 07-11 22:09:42.594: W/ActivityManager(292): Launch timeout has expired, giving up wake lock! 07-11 22:09:42.601: