안드로이드 개발 질문/답변
(글 수 45,052)
아이덴티티탭(APILevel =7)에서 개발된 앱을 디자이어HD(APILevel=8)에서도 돌아가게 하기위해 변경중인데,
프로그램 인스톨 첫번째 Activity가 시작도 안되고 프로그램이 죽습니다
매니패스트에서 <uses-sdk android:minSdkVersion="7"/>로 설정된 상황에서 소스는 전혀 변경없이 프로그램을 시작했는데.. 문제가 발생됩니다. 아래 내용을 보시고 관련된 내용에 대해서 조언좀 부탁드립니다 ㅜㅜ
첫번째 Activity의 Create 함수는 아래와 같습니다
01-31 11:04:06.591: DEBUG/AndroidRuntime(11872): >>>>>>>>>>>>>> AndroidRuntime START <<<<<<<<<<<<<<
01-31 11:04:06.591: DEBUG/AndroidRuntime(11872): CheckJNI is OFF
01-31 11:04:06.591: DEBUG/dalvikvm(11872): creating instr width table
01-31 11:04:06.622: DEBUG/AndroidRuntime(11872): --- registering native functions ---
01-31 11:04:06.801: DEBUG/AndroidRuntime(11872): Shutting down VM
01-31 11:04:06.801: DEBUG/dalvikvm(11872): Debugger has detached; object registry had 1 entries
01-31 11:04:06.811: INFO/AndroidRuntime(11872): NOTE: attach of thread 'Binder Thread #3' failed
01-31 11:04:06.911: DEBUG/AndroidRuntime(11881): >>>>>>>>>>>>>> AndroidRuntime START <<<<<<<<<<<<<<
01-31 11:04:06.921: DEBUG/AndroidRuntime(11881): CheckJNI is OFF
01-31 11:04:06.921: DEBUG/dalvikvm(11881): creating instr width table
01-31 11:04:06.951: DEBUG/AndroidRuntime(11881): --- registering native functions ---
01-31 11:04:07.131: INFO/ActivityManager(1297): Force stopping package KT.StationControler uid=10151
01-31 11:04:07.131: INFO/ActivityManager(1297): Force finishing activity HistoryRecord{47c714e8 KT.StationControler/.StationControler}
01-31 11:04:07.131: WARN/ActivityManager(1297): Duplicate finish request for HistoryRecord{47c714e8 KT.StationControler/.StationControler}
01-31 11:04:07.131: INFO/ActivityManager(1297): Starting activity: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10000000 cmp=KT.StationControler/.StationControler }
01-31 11:04:07.161: VERBOSE/WindowManager(1297): Remove Window{47d34c78 Starting KT.StationControler paused=false}: mSurface=Surface(name=Starting KT.StationControler, identity=863) mExiting=false isAnimating=false app-animation=null inPendingTransaction=false mDisplayFrozen=false
01-31 11:04:07.171: DEBUG/AndroidRuntime(11881): Shutting down VM
01-31 11:04:07.171: DEBUG/dalvikvm(11881): Debugger has detached; object registry had 1 entries
01-31 11:04:07.171: INFO/ActivityManager(1297): Start proc KT.StationControler for activity KT.StationControler/.StationControler: pid=11888 uid=10151 gids={3003}
01-31 11:04:07.181: INFO/AndroidRuntime(11881): NOTE: attach of thread 'Binder Thread #3' failed
01-31 11:04:07.231: INFO/WindowManager(1297): Setting rotation to 1, animFlags=1
01-31 11:04:07.251: INFO/ActivityManager(1297): Config changed: { scale=1.0 imsi=450/8 loc=ko_KR touch=3 keys=1/1/2 nav=1/1 orien=2 layout=34 uiMode=17 seq=190 skin=com.htc.skin.Metal}
01-31 11:04:07.321: DEBUG/ContactMessageStore(1462): MSG_UPDATE_CONTACTS_TABLE >>
01-31 11:04:07.321: VERBOSE/upgrading(1466): onConfigurationChanged
01-31 11:04:07.341: VERBOSE/upgrading(1466): onConfigurationChanged to call verify locale
01-31 11:04:07.341: INFO/upgrading(1466): verifyLocale status: 0
01-31 11:04:07.341: INFO/upgrading(1466): verifyLocale providerLocale: ko_KR
01-31 11:04:07.361: WARN/ActivityThread(11888): Application KT.StationControler is waiting for the debugger on port 8100...
01-31 11:04:07.371: INFO/System.out(11888): Sending WAIT chunk
01-31 11:04:07.381: INFO/dalvikvm(11888): Debugger is active
01-31 11:04:07.581: INFO/System.out(11888): Debugger has connected
01-31 11:04:07.581: INFO/System.out(11888): waiting for debugger to settle...
01-31 11:04:07.631: DEBUG/ContactMessageStore(1462): query thread cost time >>>0
01-31 11:04:07.631: DEBUG/ContactMessageStore(1462): createTempContactTable() >>>
01-31 11:04:07.721: DEBUG/ContactMessageStore(1462): createTempContactTable() <<<
01-31 11:04:07.721: INFO/Database(1462): sqlite returned: error code = 17, msg = prepared statement aborts at 17: [SELECT _id, recipient_address, message_count, unread_count FROM threads WHERE message_count > 0]
01-31 11:04:07.771: DEBUG/dalvikvm(1462): GC_EXPLICIT freed 3844 objects / 166112 bytes in 44ms
01-31 11:04:07.781: INFO/System.out(11888): waiting for debugger to settle...
01-31 11:04:07.791: DEBUG/ContactMessageStore(1462): cursor count>266
01-31 11:04:07.821: DEBUG/ContactMessageStore(1462): query people time: 97
01-31 11:04:07.841: DEBUG/ContactNameCache(1748): Contactname cache Process invalid
01-31 11:04:07.841: DEBUG/ContactNameCache(1748): MEPHOTO QUERY
01-31 11:04:07.928: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(114)
01-31 11:04:07.984: INFO/System.out(11888): waiting for debugger to settle...
01-31 11:04:08.051: DEBUG/ContactNameCache(1748): NAMECACHE MULTIPLE QUERY
01-31 11:04:08.051: INFO/ContactNameCache(1748): cache invalidate.
01-31 11:04:08.061: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(01057932279)
01-31 11:04:08.091: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(15883284)
01-31 11:04:08.101: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(114)
01-31 11:04:08.161: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(01030407738)
01-31 11:04:08.181: INFO/System.out(11888): waiting for debugger to settle...
01-31 11:04:08.241: DEBUG/dalvikvm(1748): GC_EXPLICIT freed 7236 objects / 312888 bytes in 39ms
01-31 11:04:08.261: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(01028561431)
01-31 11:04:08.281: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(0314294060)
01-31 11:04:08.301: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(15885005)
01-31 11:04:08.331: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(0327433060)
01-31 11:04:08.351: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(0102223449)
01-31 11:04:08.361: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(01050341664)
01-31 11:04:08.381: INFO/System.out(11888): waiting for debugger to settle...
01-31 11:04:08.471: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(01050341664)
01-31 11:04:08.491: DEBUG/dalvikvm(1466): GC_EXPLICIT freed 4431 objects / 198584 bytes in 40ms
01-31 11:04:08.511: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(01066757726)
01-31 11:04:08.571: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(15882588)
01-31 11:04:08.581: INFO/System.out(11888): waiting for debugger to settle...
01-31 11:04:08.631: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(0800302304)
01-31 11:04:08.651: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(15888100)
01-31 11:04:08.782: INFO/System.out(11888): waiting for debugger to settle...
01-31 11:04:08.791: DEBUG/dalvikvm(1462): GC_EXPLICIT freed 5102 objects / 196272 bytes in 47ms
01-31 11:04:08.801: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(15882588)
01-31 11:04:08.811: DEBUG/ContactNameCache(1748): mCachedPhoto size: 40
01-31 11:04:08.821: DEBUG/ContactNameCache(1748): reqeust terminate> Thread[Thread-191,1,main]
01-31 11:04:08.831: DEBUG/ContactNameCache(1748): updateThreadtableNameField> Thread[Thread-192,1,main]
01-31 11:04:08.901: DEBUG/dalvikvm(1748): GC_EXPLICIT freed 5345 objects / 238576 bytes in 44ms
01-31 11:04:08.981: INFO/System.out(11888): waiting for debugger to settle...
01-31 11:04:09.021: DEBUG/ContactNameCache(1748): thread has terminated> Thread[Thread-192,1,main]
01-31 11:04:09.145: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(15888100)
01-31 11:04:09.151: WARN/ActivityManager(1297): Activity destroy timeout for HistoryRecord{47c714e8 KT.StationControler/.StationControler}
01-31 11:04:09.181: INFO/System.out(11888): waiting for debugger to settle...
01-31 11:04:09.382: INFO/System.out(11888): waiting for debugger to settle...
01-31 11:04:09.482: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(01057932279)
01-31 11:04:09.557: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(0327433060)
01-31 11:04:09.581: INFO/System.out(11888): debugger has settled (1393)
01-31 11:04:09.591: VERBOSE/WindowManager(1297): Remove Window{47c0daf8 Waiting For Debugger paused=false}: mSurface=Surface(name=Waiting For Debugger, identity=867) mExiting=false isAnimating=false app-animation=null inPendingTransaction=false mDisplayFrozen=true
01-31 11:04:10.221: DEBUG/dalvikvm(11888): threadid=1: still suspended after undo (sc=1 dc=1 s=Y)
01-31 11:04:10.272: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(01066757726)
01-31 11:04:11.032: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(0314294060)
01-31 11:04:11.131: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(01028561431)
01-31 11:04:11.207: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(0102223449)
01-31 11:04:11.301: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(01030407738)
01-31 11:04:11.396: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(0800302304)
01-31 11:04:11.563: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(15883284)
01-31 11:04:11.630: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(15885005)
01-31 11:04:11.821: DEBUG/ContactMessageStore(1462): notify MmsSms
01-31 11:04:11.821: DEBUG/ContactMessageStore(1462): MSG_UPDATE_CONTACTS_TABLE <<
01-31 11:04:11.821: DEBUG/ConversationList(1748): ContentObserver:onChange foreground> false
01-31 11:04:11.821: DEBUG/Jerry1(1748): onContentChanged, 1111111111111
01-31 11:04:12.257: WARN/WindowManager(1297): App freeze timeout expired.
01-31 11:04:12.257: WARN/WindowManager(1297): Force clearing freeze: AppWindowToken{47dd5588 token=HistoryRecord{478f80a8 KT.StationControler/.StationControler}}
01-31 11:04:14.391: DEBUG/dalvikvm(1297): GC_EXPLICIT freed 7033 objects / 353408 bytes in 128ms
01-31 11:04:16.826: DEBUG/ContactMessageStore(1462): MSG_UPDATE_CONTACTS_TABLE >>
01-31 11:04:16.826: DEBUG/ContactMessageStore(1462): query thread cost time >>>1
01-31 11:04:16.826: DEBUG/ContactMessageStore(1462): createTempContactTable() >>>
01-31 11:04:16.881: DEBUG/ContactMessageStore(1462): createTempContactTable() <<<
01-31 11:04:16.881: INFO/Database(1462): sqlite returned: error code = 17, msg = prepared statement aborts at 17: [SELECT _id, recipient_address, message_count, unread_count FROM threads WHERE message_count > 0]
01-31 11:04:16.951: DEBUG/UsbnetService(1297): BroadcastReceiver::onReceive+
01-31 11:04:16.951: DEBUG/UsbnetService(1297): onReceive BATTERY_CHANGED
01-31 11:04:16.951: DEBUG/UsbnetService(1297): --> pluggedType = 2, mPluggedType = 0, mScreenOff = false
01-31 11:04:16.951: DEBUG/UsbnetService(1297): BroadcastReceiver::onReceive-
01-31 11:04:16.961: ERROR/Tethering(1297): attempting to remove unknown iface (usb0), ignoring
01-31 11:04:16.971: INFO/global(1297): Default buffer size used in BufferedReader constructor. It would be better to be explicit if an 8k-char buffer is required.
01-31 11:04:16.971: INFO/global(1297): Default buffer size used in BufferedReader constructor. It would be better to be explicit if an 8k-char buffer is required.
01-31 11:04:16.971: DEBUG/BatteryService(1297): isUsbConnected() = true
01-31 11:04:16.971: DEBUG/WifiService(1297): ACTION_BATTERY_CHANGED pluggedType: 2
01-31 11:04:16.981: DEBUG/BatteryService(1297): mPlugType = 2
01-31 11:04:16.991: DEBUG/UsbConnectedReceiver(1552): action = psclient.intent.action.usb_status
01-31 11:04:16.991: DEBUG/UsbConnectedReceiver(1552): ACTION_BATTERY_CHANGED
01-31 11:04:16.991: DEBUG/UsbConnectedReceiver(1552): usbCurrentType = 2
01-31 11:04:16.991: DEBUG/UsbConnectedReceiver(1552): Current type is same as previous, return!
01-31 11:04:16.991: DEBUG/ContactMessageStore(1462): cursor count>266
01-31 11:04:17.001: DEBUG/ContactMessageStore(1462): query people time: 120
01-31 11:04:17.011: DEBUG/ContactNameCache(1748): Contactname cache Process invalid
01-31 11:04:17.011: DEBUG/ContactNameCache(1748): MEPHOTO QUERY
01-31 11:04:17.099: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(114)
01-31 11:04:17.141: WARN/ActivityManager(1297): Launch timeout has expired, giving up wake lock!
01-31 11:04:17.211: DEBUG/ContactNameCache(1748): NAMECACHE MULTIPLE QUERY
01-31 11:04:17.211: INFO/ContactNameCache(1748): cache invalidate.
01-31 11:04:17.221: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(01057932279)
01-31 11:04:17.231: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(15883284)
01-31 11:04:17.251: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(114)
01-31 11:04:17.321: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(01030407738)
01-31 11:04:17.351: WARN/ActivityManager(1297): Activity idle timeout for HistoryRecord{478f80a8 KT.StationControler/.StationControler}
01-31 11:04:17.381: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(01028561431)
01-31 11:04:17.401: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(0314294060)
01-31 11:04:17.421: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(15885005)
01-31 11:04:17.441: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(0327433060)
01-31 11:04:17.461: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(0102223449)
01-31 11:04:17.471: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(01050341664)
01-31 11:04:17.551: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(01050341664)
01-31 11:04:17.571: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(01066757726)
01-31 11:04:17.631: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(15882588)
01-31 11:04:17.631: DEBUG/skia(1479): purging 193K from font cache [20 entries]
01-31 11:04:17.681: DEBUG/dalvikvm(1479): JIT code cache reset in 2 ms (1048540 bytes 1/0)
01-31 11:04:17.691: DEBUG/dalvikvm(1479): GC_EXPLICIT freed 2454 objects / 394536 bytes in 55ms
01-31 11:04:17.761: DEBUG/dalvikvm(1748): GC_EXPLICIT freed 5737 objects / 243208 bytes in 64ms
01-31 11:04:17.801: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(0800302304)
01-31 11:04:17.821: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(15888100)
01-31 11:04:17.841: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(15882588)
01-31 11:04:17.921: DEBUG/dalvikvm(1462): GC_EXPLICIT freed 5267 objects / 213848 bytes in 47ms
01-31 11:04:17.981: DEBUG/ContactNameCache(1748): mCachedPhoto size: 40
01-31 11:04:17.981: DEBUG/ContactNameCache(1748): reqeust terminate> Thread[Thread-192,1,main]
01-31 11:04:17.991: DEBUG/ContactNameCache(1748): updateThreadtableNameField> Thread[Thread-193,1,main]
01-31 11:04:18.121: DEBUG/ContactNameCache(1748): thread has terminated> Thread[Thread-193,1,main]
01-31 11:04:18.216: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(15888100)
01-31 11:04:18.540: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(01057932279)
01-31 11:04:18.610: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(0327433060)
01-31 11:04:19.217: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(01066757726)
01-31 11:04:19.899: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(0314294060)
01-31 11:04:19.968: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(01028561431)
01-31 11:04:20.035: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(0102223449)
01-31 11:04:20.133: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(01030407738)
01-31 11:04:20.202: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(0800302304)
01-31 11:04:20.371: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(15883284)
01-31 11:04:20.442: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(15885005)
01-31 11:04:20.631: DEBUG/ConversationList(1748): ContentObserver:onChange foreground> false
01-31 11:04:20.631: DEBUG/Jerry1(1748): onContentChanged, 1111111111111
01-31 11:04:20.631: DEBUG/ContactMessageStore(1462): notify MmsSms
01-31 11:04:20.631: DEBUG/ContactMessageStore(1462): MSG_UPDATE_CONTACTS_TABLE <<
01-31 11:04:27.031: DEBUG/PowerManagerService(1297): New lightsensor value:40, lcdValue:128
01-31 11:04:27.031: DEBUG/PowerManagerService(1297): lightSensorChangedLocked, buttonValue >= 0, mPowerState = 3
01-31 11:04:27.031: DEBUG/lights(1297): set_light_buttons on=16777215
01-31 11:04:27.471: DEBUG/dalvikvm(1790): GC_EXPLICIT freed 600 objects / 27320 bytes in 32ms
01-31 11:04:29.181: INFO/MyHTC(2256): SyncSpePluginFlow - SYNCHING SPECIFIC APP com.htc.recommend.cs.MyDownloadsSyncAdapter
01-31 11:04:29.581: DEBUG/dalvikvm(2256): GC_FOR_MALLOC freed 9377 objects / 712072 bytes in 53ms
01-31 11:04:29.591: DEBUG/NativeCrypto(2256): Freeing OpenSSL session
01-31 11:04:29.714: DEBUG/PowerManagerService(1297): New lightsensor value:160, lcdValue:163
01-31 11:04:29.714: DEBUG/PowerManagerService(1297): lightSensorChangedLocked, buttonValue >= 0, mPowerState = 3
01-31 11:04:29.714: DEBUG/lights(1297): set_light_buttons on=0
01-31 11:04:32.551: DEBUG/dalvikvm(1924): GC_EXPLICIT freed 1469 objects / 75160 bytes in 111ms
01-31 11:04:39.501: DEBUG/dalvikvm(1552): GC_EXPLICIT freed 965 objects / 45192 bytes in 66ms
01-31 11:04:40.811: DEBUG/dalvikvm(1466): GC_EXPLICIT freed 3600 objects / 157320 bytes in 52ms
01-31 11:04:40.831: DEBUG/CSUtil(1672): serverTime = 1291965761022
01-31 11:04:40.841: DEBUG/CSUtil(1672): serverTime = 74161
01-31 11:04:40.841: DEBUG/CSUtil(1672): curGMTTime = 7480846
01-31 11:04:41.311: DEBUG/dalvikvm(1672): GC_FOR_MALLOC freed 17442 objects / 608752 bytes in 43ms
01-31 11:04:48.511: DEBUG/dalvikvm(1993): GC_EXPLICIT freed 532 objects / 26464 bytes in 78ms
01-31 11:04:49.961: INFO/ActivityManager(1297): Start proc com.kiwiple.ovjet.notification for service com.kiwiple.ovjet/.Notification.OvjetNotificationService: pid=11900 uid=10101 gids={3003, 1006, 1015}
01-31 11:04:50.131: DEBUG/dalvikvm(11900): GC_FOR_MALLOC freed 2536 objects / 171456 bytes in 28ms
01-31 11:04:50.141: DEBUG/[NetDataManager](11900): http://push.ovjet.com/api2/getnewmessagecount2.run
01-31 11:04:50.141: DEBUG/[NetDataManager](11900): START-HTTP : http://push.ovjet.com/api2/getnewmessagecount2
01-31 11:04:50.141: INFO/[NetDataManager](11900): Url : http://push.ovjet.com/api2/getnewmessagecount2
01-31 11:04:50.171: DEBUG/[NetDataManager](11900): handler - run
01-31 11:04:50.171: ERROR/[NetDataManager](11900): [NETERROR] 0
01-31 11:04:50.171: INFO/[OvjetNotificationService](11900): New Message Count : 0
01-31 11:04:50.171: INFO/Process(11900): Sending signal. PID: 11900 SIG: 9
01-31 11:04:50.181: INFO/ActivityManager(1297): Process com.kiwiple.ovjet.notification (pid 11900) has died.
01-31 11:04:50.181: WARN/ActivityManager(1297): Scheduling restart of crashed service com.kiwiple.ovjet/.Notification.OvjetNotificationService in 5000ms
01-31 11:04:51.321: DEBUG/dalvikvm(10267): GC_FOR_MALLOC freed 3353 objects / 523816 bytes in 33ms
01-31 11:04:54.521: DEBUG/dalvikvm(2551): GC_EXPLICIT freed 181 objects / 7080 bytes in 87ms
01-31 11:04:59.481: DEBUG/dalvikvm(1665): GC_EXPLICIT freed 7293 objects / 422304 bytes in 53ms
01-31 11:05:06.491: DEBUG/dalvikvm(2502): GC_EXPLICIT freed 221 objects / 12896 bytes in 61ms
01-31 11:05:07.291: DEBUG/MyHTC(2256): CSSyncMaster - SyncAdapter onPerformSync end SyncAdapterThread-1
01-31 11:05:07.311: VERBOSE/SyncManager(1297): runstateidle: nonHTCActiveCount++ :1
01-31 11:05:12.541: DEBUG/dalvikvm(1561): GC_EXPLICIT freed 3563 objects / 175424 bytes in 108ms
프로그램 인스톨 첫번째 Activity가 시작도 안되고 프로그램이 죽습니다
매니패스트에서 <uses-sdk android:minSdkVersion="7"/>로 설정된 상황에서 소스는 전혀 변경없이 프로그램을 시작했는데.. 문제가 발생됩니다. 아래 내용을 보시고 관련된 내용에 대해서 조언좀 부탁드립니다 ㅜㅜ
첫번째 Activity의 Create 함수는 아래와 같습니다
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
ConfInfo.at.add(this);
setContentView(R.layout.main);
InitConfInfoxml();
m_bInitStarting=false;
m_bSucStarting=false;
Button btn = (Button)findViewById(R.id.startbtn);
btn.setOnTouchListener(m_TLStartButton);
Button setupbtn = (Button)findViewById(R.id.setupbtn);
setupbtn.setOnTouchListener(m_TLSetupButton);
Button offbtn = (Button)findViewById(R.id.offbtn);
offbtn.setOnTouchListener(m_TLoffButton);
TextView TimeoutText = (TextView)findViewById(R.id.soundtimeouttext);
// Sound
ConfInfo.SoundTCP = new TcpTelnetClient(ConfInfo.SoundIP, ConfInfo.SoundPort);
int mtimeout=0;
while(!(ConfInfo.SoundTCP.ismLogin()))
{
//Test 코드
/*ConfInfo.SoundTCP.setTimeout(true);
if(true)break;*/
ConfInfo.SoundTCP.TelnetConnect();
if(ConfInfo.SoundTCP.ismConnect())
{
mTreadSound = new Thread(ConfInfo.SoundTCP);
mTreadSound.start();
}
if(mtimeout>2){
ConfInfo.SoundTCP.setTimeout(true);
break;
}
mtimeout++;
try{Thread.sleep(1000);}catch(Exception e){}
}
if(ConfInfo.SoundTCP.isTimeout())
{
TimeoutText.setVisibility(View.VISIBLE);
}else
{
TimeoutText.setVisibility(View.GONE);
}
}디버깅 창에서 실행된 후부터 찍힌 결과는 아래와 같습니다.01-31 11:04:06.591: DEBUG/AndroidRuntime(11872): >>>>>>>>>>>>>> AndroidRuntime START <<<<<<<<<<<<<<
01-31 11:04:06.591: DEBUG/AndroidRuntime(11872): CheckJNI is OFF
01-31 11:04:06.591: DEBUG/dalvikvm(11872): creating instr width table
01-31 11:04:06.622: DEBUG/AndroidRuntime(11872): --- registering native functions ---
01-31 11:04:06.801: DEBUG/AndroidRuntime(11872): Shutting down VM
01-31 11:04:06.801: DEBUG/dalvikvm(11872): Debugger has detached; object registry had 1 entries
01-31 11:04:06.811: INFO/AndroidRuntime(11872): NOTE: attach of thread 'Binder Thread #3' failed
01-31 11:04:06.911: DEBUG/AndroidRuntime(11881): >>>>>>>>>>>>>> AndroidRuntime START <<<<<<<<<<<<<<
01-31 11:04:06.921: DEBUG/AndroidRuntime(11881): CheckJNI is OFF
01-31 11:04:06.921: DEBUG/dalvikvm(11881): creating instr width table
01-31 11:04:06.951: DEBUG/AndroidRuntime(11881): --- registering native functions ---
01-31 11:04:07.131: INFO/ActivityManager(1297): Force stopping package KT.StationControler uid=10151
01-31 11:04:07.131: INFO/ActivityManager(1297): Force finishing activity HistoryRecord{47c714e8 KT.StationControler/.StationControler}
01-31 11:04:07.131: WARN/ActivityManager(1297): Duplicate finish request for HistoryRecord{47c714e8 KT.StationControler/.StationControler}
01-31 11:04:07.131: INFO/ActivityManager(1297): Starting activity: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10000000 cmp=KT.StationControler/.StationControler }
01-31 11:04:07.161: VERBOSE/WindowManager(1297): Remove Window{47d34c78 Starting KT.StationControler paused=false}: mSurface=Surface(name=Starting KT.StationControler, identity=863) mExiting=false isAnimating=false app-animation=null inPendingTransaction=false mDisplayFrozen=false
01-31 11:04:07.171: DEBUG/AndroidRuntime(11881): Shutting down VM
01-31 11:04:07.171: DEBUG/dalvikvm(11881): Debugger has detached; object registry had 1 entries
01-31 11:04:07.171: INFO/ActivityManager(1297): Start proc KT.StationControler for activity KT.StationControler/.StationControler: pid=11888 uid=10151 gids={3003}
01-31 11:04:07.181: INFO/AndroidRuntime(11881): NOTE: attach of thread 'Binder Thread #3' failed
01-31 11:04:07.231: INFO/WindowManager(1297): Setting rotation to 1, animFlags=1
01-31 11:04:07.251: INFO/ActivityManager(1297): Config changed: { scale=1.0 imsi=450/8 loc=ko_KR touch=3 keys=1/1/2 nav=1/1 orien=2 layout=34 uiMode=17 seq=190 skin=com.htc.skin.Metal}
01-31 11:04:07.321: DEBUG/ContactMessageStore(1462): MSG_UPDATE_CONTACTS_TABLE >>
01-31 11:04:07.321: VERBOSE/upgrading(1466): onConfigurationChanged
01-31 11:04:07.341: VERBOSE/upgrading(1466): onConfigurationChanged to call verify locale
01-31 11:04:07.341: INFO/upgrading(1466): verifyLocale status: 0
01-31 11:04:07.341: INFO/upgrading(1466): verifyLocale providerLocale: ko_KR
01-31 11:04:07.361: WARN/ActivityThread(11888): Application KT.StationControler is waiting for the debugger on port 8100...
01-31 11:04:07.371: INFO/System.out(11888): Sending WAIT chunk
01-31 11:04:07.381: INFO/dalvikvm(11888): Debugger is active
01-31 11:04:07.581: INFO/System.out(11888): Debugger has connected
01-31 11:04:07.581: INFO/System.out(11888): waiting for debugger to settle...
01-31 11:04:07.631: DEBUG/ContactMessageStore(1462): query thread cost time >>>0
01-31 11:04:07.631: DEBUG/ContactMessageStore(1462): createTempContactTable() >>>
01-31 11:04:07.721: DEBUG/ContactMessageStore(1462): createTempContactTable() <<<
01-31 11:04:07.721: INFO/Database(1462): sqlite returned: error code = 17, msg = prepared statement aborts at 17: [SELECT _id, recipient_address, message_count, unread_count FROM threads WHERE message_count > 0]
01-31 11:04:07.771: DEBUG/dalvikvm(1462): GC_EXPLICIT freed 3844 objects / 166112 bytes in 44ms
01-31 11:04:07.781: INFO/System.out(11888): waiting for debugger to settle...
01-31 11:04:07.791: DEBUG/ContactMessageStore(1462): cursor count>266
01-31 11:04:07.821: DEBUG/ContactMessageStore(1462): query people time: 97
01-31 11:04:07.841: DEBUG/ContactNameCache(1748): Contactname cache Process invalid
01-31 11:04:07.841: DEBUG/ContactNameCache(1748): MEPHOTO QUERY
01-31 11:04:07.928: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(114)
01-31 11:04:07.984: INFO/System.out(11888): waiting for debugger to settle...
01-31 11:04:08.051: DEBUG/ContactNameCache(1748): NAMECACHE MULTIPLE QUERY
01-31 11:04:08.051: INFO/ContactNameCache(1748): cache invalidate.
01-31 11:04:08.061: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(01057932279)
01-31 11:04:08.091: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(15883284)
01-31 11:04:08.101: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(114)
01-31 11:04:08.161: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(01030407738)
01-31 11:04:08.181: INFO/System.out(11888): waiting for debugger to settle...
01-31 11:04:08.241: DEBUG/dalvikvm(1748): GC_EXPLICIT freed 7236 objects / 312888 bytes in 39ms
01-31 11:04:08.261: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(01028561431)
01-31 11:04:08.281: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(0314294060)
01-31 11:04:08.301: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(15885005)
01-31 11:04:08.331: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(0327433060)
01-31 11:04:08.351: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(0102223449)
01-31 11:04:08.361: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(01050341664)
01-31 11:04:08.381: INFO/System.out(11888): waiting for debugger to settle...
01-31 11:04:08.471: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(01050341664)
01-31 11:04:08.491: DEBUG/dalvikvm(1466): GC_EXPLICIT freed 4431 objects / 198584 bytes in 40ms
01-31 11:04:08.511: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(01066757726)
01-31 11:04:08.571: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(15882588)
01-31 11:04:08.581: INFO/System.out(11888): waiting for debugger to settle...
01-31 11:04:08.631: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(0800302304)
01-31 11:04:08.651: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(15888100)
01-31 11:04:08.782: INFO/System.out(11888): waiting for debugger to settle...
01-31 11:04:08.791: DEBUG/dalvikvm(1462): GC_EXPLICIT freed 5102 objects / 196272 bytes in 47ms
01-31 11:04:08.801: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(15882588)
01-31 11:04:08.811: DEBUG/ContactNameCache(1748): mCachedPhoto size: 40
01-31 11:04:08.821: DEBUG/ContactNameCache(1748): reqeust terminate> Thread[Thread-191,1,main]
01-31 11:04:08.831: DEBUG/ContactNameCache(1748): updateThreadtableNameField> Thread[Thread-192,1,main]
01-31 11:04:08.901: DEBUG/dalvikvm(1748): GC_EXPLICIT freed 5345 objects / 238576 bytes in 44ms
01-31 11:04:08.981: INFO/System.out(11888): waiting for debugger to settle...
01-31 11:04:09.021: DEBUG/ContactNameCache(1748): thread has terminated> Thread[Thread-192,1,main]
01-31 11:04:09.145: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(15888100)
01-31 11:04:09.151: WARN/ActivityManager(1297): Activity destroy timeout for HistoryRecord{47c714e8 KT.StationControler/.StationControler}
01-31 11:04:09.181: INFO/System.out(11888): waiting for debugger to settle...
01-31 11:04:09.382: INFO/System.out(11888): waiting for debugger to settle...
01-31 11:04:09.482: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(01057932279)
01-31 11:04:09.557: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(0327433060)
01-31 11:04:09.581: INFO/System.out(11888): debugger has settled (1393)
01-31 11:04:09.591: VERBOSE/WindowManager(1297): Remove Window{47c0daf8 Waiting For Debugger paused=false}: mSurface=Surface(name=Waiting For Debugger, identity=867) mExiting=false isAnimating=false app-animation=null inPendingTransaction=false mDisplayFrozen=true
01-31 11:04:10.221: DEBUG/dalvikvm(11888): threadid=1: still suspended after undo (sc=1 dc=1 s=Y)
01-31 11:04:10.272: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(01066757726)
01-31 11:04:11.032: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(0314294060)
01-31 11:04:11.131: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(01028561431)
01-31 11:04:11.207: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(0102223449)
01-31 11:04:11.301: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(01030407738)
01-31 11:04:11.396: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(0800302304)
01-31 11:04:11.563: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(15883284)
01-31 11:04:11.630: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(15885005)
01-31 11:04:11.821: DEBUG/ContactMessageStore(1462): notify MmsSms
01-31 11:04:11.821: DEBUG/ContactMessageStore(1462): MSG_UPDATE_CONTACTS_TABLE <<
01-31 11:04:11.821: DEBUG/ConversationList(1748): ContentObserver:onChange foreground> false
01-31 11:04:11.821: DEBUG/Jerry1(1748): onContentChanged, 1111111111111
01-31 11:04:12.257: WARN/WindowManager(1297): App freeze timeout expired.
01-31 11:04:12.257: WARN/WindowManager(1297): Force clearing freeze: AppWindowToken{47dd5588 token=HistoryRecord{478f80a8 KT.StationControler/.StationControler}}
01-31 11:04:14.391: DEBUG/dalvikvm(1297): GC_EXPLICIT freed 7033 objects / 353408 bytes in 128ms
01-31 11:04:16.826: DEBUG/ContactMessageStore(1462): MSG_UPDATE_CONTACTS_TABLE >>
01-31 11:04:16.826: DEBUG/ContactMessageStore(1462): query thread cost time >>>1
01-31 11:04:16.826: DEBUG/ContactMessageStore(1462): createTempContactTable() >>>
01-31 11:04:16.881: DEBUG/ContactMessageStore(1462): createTempContactTable() <<<
01-31 11:04:16.881: INFO/Database(1462): sqlite returned: error code = 17, msg = prepared statement aborts at 17: [SELECT _id, recipient_address, message_count, unread_count FROM threads WHERE message_count > 0]
01-31 11:04:16.951: DEBUG/UsbnetService(1297): BroadcastReceiver::onReceive+
01-31 11:04:16.951: DEBUG/UsbnetService(1297): onReceive BATTERY_CHANGED
01-31 11:04:16.951: DEBUG/UsbnetService(1297): --> pluggedType = 2, mPluggedType = 0, mScreenOff = false
01-31 11:04:16.951: DEBUG/UsbnetService(1297): BroadcastReceiver::onReceive-
01-31 11:04:16.961: ERROR/Tethering(1297): attempting to remove unknown iface (usb0), ignoring
01-31 11:04:16.971: INFO/global(1297): Default buffer size used in BufferedReader constructor. It would be better to be explicit if an 8k-char buffer is required.
01-31 11:04:16.971: INFO/global(1297): Default buffer size used in BufferedReader constructor. It would be better to be explicit if an 8k-char buffer is required.
01-31 11:04:16.971: DEBUG/BatteryService(1297): isUsbConnected() = true
01-31 11:04:16.971: DEBUG/WifiService(1297): ACTION_BATTERY_CHANGED pluggedType: 2
01-31 11:04:16.981: DEBUG/BatteryService(1297): mPlugType = 2
01-31 11:04:16.991: DEBUG/UsbConnectedReceiver(1552): action = psclient.intent.action.usb_status
01-31 11:04:16.991: DEBUG/UsbConnectedReceiver(1552): ACTION_BATTERY_CHANGED
01-31 11:04:16.991: DEBUG/UsbConnectedReceiver(1552): usbCurrentType = 2
01-31 11:04:16.991: DEBUG/UsbConnectedReceiver(1552): Current type is same as previous, return!
01-31 11:04:16.991: DEBUG/ContactMessageStore(1462): cursor count>266
01-31 11:04:17.001: DEBUG/ContactMessageStore(1462): query people time: 120
01-31 11:04:17.011: DEBUG/ContactNameCache(1748): Contactname cache Process invalid
01-31 11:04:17.011: DEBUG/ContactNameCache(1748): MEPHOTO QUERY
01-31 11:04:17.099: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(114)
01-31 11:04:17.141: WARN/ActivityManager(1297): Launch timeout has expired, giving up wake lock!
01-31 11:04:17.211: DEBUG/ContactNameCache(1748): NAMECACHE MULTIPLE QUERY
01-31 11:04:17.211: INFO/ContactNameCache(1748): cache invalidate.
01-31 11:04:17.221: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(01057932279)
01-31 11:04:17.231: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(15883284)
01-31 11:04:17.251: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(114)
01-31 11:04:17.321: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(01030407738)
01-31 11:04:17.351: WARN/ActivityManager(1297): Activity idle timeout for HistoryRecord{478f80a8 KT.StationControler/.StationControler}
01-31 11:04:17.381: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(01028561431)
01-31 11:04:17.401: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(0314294060)
01-31 11:04:17.421: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(15885005)
01-31 11:04:17.441: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(0327433060)
01-31 11:04:17.461: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(0102223449)
01-31 11:04:17.471: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(01050341664)
01-31 11:04:17.551: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(01050341664)
01-31 11:04:17.571: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(01066757726)
01-31 11:04:17.631: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(15882588)
01-31 11:04:17.631: DEBUG/skia(1479): purging 193K from font cache [20 entries]
01-31 11:04:17.681: DEBUG/dalvikvm(1479): JIT code cache reset in 2 ms (1048540 bytes 1/0)
01-31 11:04:17.691: DEBUG/dalvikvm(1479): GC_EXPLICIT freed 2454 objects / 394536 bytes in 55ms
01-31 11:04:17.761: DEBUG/dalvikvm(1748): GC_EXPLICIT freed 5737 objects / 243208 bytes in 64ms
01-31 11:04:17.801: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(0800302304)
01-31 11:04:17.821: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(15888100)
01-31 11:04:17.841: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(15882588)
01-31 11:04:17.921: DEBUG/dalvikvm(1462): GC_EXPLICIT freed 5267 objects / 213848 bytes in 47ms
01-31 11:04:17.981: DEBUG/ContactNameCache(1748): mCachedPhoto size: 40
01-31 11:04:17.981: DEBUG/ContactNameCache(1748): reqeust terminate> Thread[Thread-192,1,main]
01-31 11:04:17.991: DEBUG/ContactNameCache(1748): updateThreadtableNameField> Thread[Thread-193,1,main]
01-31 11:04:18.121: DEBUG/ContactNameCache(1748): thread has terminated> Thread[Thread-193,1,main]
01-31 11:04:18.216: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(15888100)
01-31 11:04:18.540: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(01057932279)
01-31 11:04:18.610: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(0327433060)
01-31 11:04:19.217: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(01066757726)
01-31 11:04:19.899: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(0314294060)
01-31 11:04:19.968: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(01028561431)
01-31 11:04:20.035: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(0102223449)
01-31 11:04:20.133: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(01030407738)
01-31 11:04:20.202: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(0800302304)
01-31 11:04:20.371: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(15883284)
01-31 11:04:20.442: DEBUG/ContactMessageStore(1462): getContactInfo: Can't find in cache(15885005)
01-31 11:04:20.631: DEBUG/ConversationList(1748): ContentObserver:onChange foreground> false
01-31 11:04:20.631: DEBUG/Jerry1(1748): onContentChanged, 1111111111111
01-31 11:04:20.631: DEBUG/ContactMessageStore(1462): notify MmsSms
01-31 11:04:20.631: DEBUG/ContactMessageStore(1462): MSG_UPDATE_CONTACTS_TABLE <<
01-31 11:04:27.031: DEBUG/PowerManagerService(1297): New lightsensor value:40, lcdValue:128
01-31 11:04:27.031: DEBUG/PowerManagerService(1297): lightSensorChangedLocked, buttonValue >= 0, mPowerState = 3
01-31 11:04:27.031: DEBUG/lights(1297): set_light_buttons on=16777215
01-31 11:04:27.471: DEBUG/dalvikvm(1790): GC_EXPLICIT freed 600 objects / 27320 bytes in 32ms
01-31 11:04:29.181: INFO/MyHTC(2256): SyncSpePluginFlow - SYNCHING SPECIFIC APP com.htc.recommend.cs.MyDownloadsSyncAdapter
01-31 11:04:29.581: DEBUG/dalvikvm(2256): GC_FOR_MALLOC freed 9377 objects / 712072 bytes in 53ms
01-31 11:04:29.591: DEBUG/NativeCrypto(2256): Freeing OpenSSL session
01-31 11:04:29.714: DEBUG/PowerManagerService(1297): New lightsensor value:160, lcdValue:163
01-31 11:04:29.714: DEBUG/PowerManagerService(1297): lightSensorChangedLocked, buttonValue >= 0, mPowerState = 3
01-31 11:04:29.714: DEBUG/lights(1297): set_light_buttons on=0
01-31 11:04:32.551: DEBUG/dalvikvm(1924): GC_EXPLICIT freed 1469 objects / 75160 bytes in 111ms
01-31 11:04:39.501: DEBUG/dalvikvm(1552): GC_EXPLICIT freed 965 objects / 45192 bytes in 66ms
01-31 11:04:40.811: DEBUG/dalvikvm(1466): GC_EXPLICIT freed 3600 objects / 157320 bytes in 52ms
01-31 11:04:40.831: DEBUG/CSUtil(1672): serverTime = 1291965761022
01-31 11:04:40.841: DEBUG/CSUtil(1672): serverTime = 74161
01-31 11:04:40.841: DEBUG/CSUtil(1672): curGMTTime = 7480846
01-31 11:04:41.311: DEBUG/dalvikvm(1672): GC_FOR_MALLOC freed 17442 objects / 608752 bytes in 43ms
01-31 11:04:48.511: DEBUG/dalvikvm(1993): GC_EXPLICIT freed 532 objects / 26464 bytes in 78ms
01-31 11:04:49.961: INFO/ActivityManager(1297): Start proc com.kiwiple.ovjet.notification for service com.kiwiple.ovjet/.Notification.OvjetNotificationService: pid=11900 uid=10101 gids={3003, 1006, 1015}
01-31 11:04:50.131: DEBUG/dalvikvm(11900): GC_FOR_MALLOC freed 2536 objects / 171456 bytes in 28ms
01-31 11:04:50.141: DEBUG/[NetDataManager](11900): http://push.ovjet.com/api2/getnewmessagecount2.run
01-31 11:04:50.141: DEBUG/[NetDataManager](11900): START-HTTP : http://push.ovjet.com/api2/getnewmessagecount2
01-31 11:04:50.141: INFO/[NetDataManager](11900): Url : http://push.ovjet.com/api2/getnewmessagecount2
01-31 11:04:50.171: DEBUG/[NetDataManager](11900): handler - run
01-31 11:04:50.171: ERROR/[NetDataManager](11900): [NETERROR] 0
01-31 11:04:50.171: INFO/[OvjetNotificationService](11900): New Message Count : 0
01-31 11:04:50.171: INFO/Process(11900): Sending signal. PID: 11900 SIG: 9
01-31 11:04:50.181: INFO/ActivityManager(1297): Process com.kiwiple.ovjet.notification (pid 11900) has died.
01-31 11:04:50.181: WARN/ActivityManager(1297): Scheduling restart of crashed service com.kiwiple.ovjet/.Notification.OvjetNotificationService in 5000ms
01-31 11:04:51.321: DEBUG/dalvikvm(10267): GC_FOR_MALLOC freed 3353 objects / 523816 bytes in 33ms
01-31 11:04:54.521: DEBUG/dalvikvm(2551): GC_EXPLICIT freed 181 objects / 7080 bytes in 87ms
01-31 11:04:59.481: DEBUG/dalvikvm(1665): GC_EXPLICIT freed 7293 objects / 422304 bytes in 53ms
01-31 11:05:06.491: DEBUG/dalvikvm(2502): GC_EXPLICIT freed 221 objects / 12896 bytes in 61ms
01-31 11:05:07.291: DEBUG/MyHTC(2256): CSSyncMaster - SyncAdapter onPerformSync end SyncAdapterThread-1
01-31 11:05:07.311: VERBOSE/SyncManager(1297): runstateidle: nonHTCActiveCount++ :1
01-31 11:05:12.541: DEBUG/dalvikvm(1561): GC_EXPLICIT freed 3563 objects / 175424 bytes in 108ms




app_name이 너무 길어서 생긴 문제였습니다..
매니패스트파일에서 @string/app_name 구문을 삭제하니 잘동작합니다 ,,,,