테스트를 위해 메인 액티비티 하나 와 다이얼로그 액티비티 2개만 넣고 GCM 보내서 띄우면 다이얼로그 액티비티가 떳었는데
어플완성하여 액티비티가 여러개로 늘어난상태에서 GCM보내니까 notification 하고 toast 는 뜨는데 dialog 에서 자꾸 실행 중지 됩니다.
로그 같이 올리겠습니다.
threadid=12; 이부분이 문제인것 같습니다.
12-04 18:11:49.495: V/GCMBaseIntentService(23908): Releasing wakelock
12-04 18:11:49.505: W/dalvikvm(23908): threadid=12: thread exiting with uncaught exception (group=0x41cfe360)
12-04 18:11:49.546: E/AndroidRuntime(23908): FATAL EXCEPTION: IntentService[GCMIntentService-935933486775-1]
12-04 18:11:49.546: E/AndroidRuntime(23908): android.content.ActivityNotFoundException: Unable to find explicit activity class {com.example.dongpro2/android.app.Dialog}; have you declared this activity in your AndroidManifest.xml?
12-04 18:11:49.546: E/AndroidRuntime(23908): at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:1556)