调试Android程序只走主线程不走子线程

  调试Android程序只走主线程不走子线程调试Android程序只走主线程不走子线程调试Android程序只走主线程不走子线程

启动线程要调用start方法,不要通过run方法调用,你怎么用的