2015-06-23 26 views
0

A/libc中:致命的信號11(SIGSEGV)在0xe49bba74(代碼= 1),螺紋860我得到錯誤 「致命信號11」 重試運行,並且工作

我收到此訊息點擊RUN時。 如果我等待這個錯誤,那麼我再次點擊RUN,它的工作。 但是我沒有等到錯誤信息點擊運行,我得到這個錯誤信息 但我不知道爲什麼?

有沒有人知道爲什麼?

+0

你使用任何圖書館?如果是這樣,哪一個?此外,您可能需要驗證設備邏輯刪除以獲取有關故障的更多信息。看看這個http://bytesthink.com/blog/?p=133來幫助診斷它。 –

回答

0

我修好了!

舊代碼塊:

String Service_VideoRecordingLooper="VideoRecorderLooper"; //This defined in AndroidManifest.xml <Intent-filter name="VideoRecorderLooper"..> in <Service...> tag. 
startService(new Intent(Service_VideoRecordingLooper)); 

固定代碼塊:

startService(new Intent(this,VideoRecordingLooper.class));