我收到错误“致命信号11”再次尝试运行,它的工作原理

时间:2015-06-23 17:03:17

标签: android

  

A / libc:致命信号11(SIGSEGV)位于0xe49bba74(代码= 1),线程860

单击“运行”时出现此错误消息。 如果我等待这个错误,那么我再次点击RUN,它的工作。 但是,我没有等待错误消息单击RUN,我收到此错误消息 但我不知道为什么?

有人知道为什么吗?

1 个答案:

答案 0 :(得分: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));