我在啓動我的應用程序時有時會遇到問題。屏幕會不時黑屏,我必須等待10分鐘。我沒有得到一個錯誤消息,並且logcat的這樣說:HistoryRecord的活動空閒超時
08-10 11:45:39.659: WARN/ActivityManager(104): Launch timeout has expired, giving up wake lock!
08-10 11:45:39.736: WARN/ActivityManager(104): Activity idle timeout for HistoryRecord{467060f0 org.ccast.contextproviders.androiddatacollector/.gui.UserInterfaceNew}
你可能在UI線程上做了太多的處理....如果你需要更多的細節,你可能應該提供關於你的應用程序在做什麼的更多信息,如果可能的話甚至可以提供一些代碼。 – Matthieu 2012-11-30 00:45:32
[Launch timeout已過期,放棄喚醒鎖! HistoryRecord的活動空閒超時。這是有些擔心嗎?](http://stackoverflow.com/questions/10031624/launch-timeout-has-expired-giving-up-wake-lock-activity-idle-timeout-for-histo) – Matthieu 2012-11-30 00:45:43