HistoryRecord 的活动暂停超时

发布于 2024-11-30 13:29:02 字数 513 浏览 0 评论 0原文

当我开始主要活动时,我会检查首选项是否已设置。如果没有,我将开始偏好活动。在 android 1.6 上,没问题,但从下一个版本开始,我将为 HistoryRecord 设置此超时:

*08-19 22:21:18.705: WARN/ActivityManager(55): HistoryRecord 的活动暂停超时{4508b3f0 com.cartrafficlive /.view.ShowMap} *

public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.show_map);

loadPreferences();

if (depAdd.equals("") || arrAdd.equals(""))
    startActivity(new Intent(this, Preferences.class));

loadMap();
}

When I start my main activity I will check if the preferences are setted. If not I will start the preferences activity. On android 1.6 all right, but from the next versions I'm taking this timeout for HistoryRecord:

*08-19 22:21:18.705: WARN/ActivityManager(55): Activity pause timeout for HistoryRecord{4508b3f0 com.cartrafficlive/.view.ShowMap}
*

public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.show_map);

loadPreferences();

if (depAdd.equals("") || arrAdd.equals(""))
    startActivity(new Intent(this, Preferences.class));

loadMap();
}

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

旧瑾黎汐 2024-12-07 13:29:02

我收到此消息可能是因为我的模拟器速度太慢,并且应用程序花费了太多时间来显示活动。

Probably I’m getting this message because my emulator is too slow and the app is taking too much time to show the activity.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文