看报错内容貌似是id=1的线程存在uncaught exception,貌似是说存在异常但是没有捕获到,后来发现报这个错误是因为的在
toActivitywithBundle(getApplicationContext(), PatientInfoConfirm.class, selectedDepartmentBundle);
时我自己的bundle即selectedDepartmentBundle是空的,只是声明了她,没有实例化,但它并没有报空指针错误。看来说threadid=1: thread exiting with uncaught exception (group=0x41433438)并不一定是线程的问题,有可能是你的哪个变量是空的,只有引用没实例化,暂时理解到此,记录一下,如有不对,欢迎指正。