안녕하세요.

임베디드 게임을 안드로이드용으로 포팅중인데요
에뮬로 돌릴땐 실행이 잘 되는데
폰에 설치하고 실행하면
바로 에러가 뜨네요 (자주뜨는 unexpected 어쩌구 에러)

그래서 에뮬 실행할때 로그켓 에러메세지를 찾아보니 아래와 같은 에러들이 뜨던데요

======================================================
11-24 06:50:08.396: ERROR/vold(538): Error opening switch name path '/sys/class/switch/test2' (No such file or directory)
11-24 06:50:08.396: ERROR/vold(538): Error bootstrapping switch '/sys/class/switch/test2' (No such file or directory)
11-24 06:50:08.396: ERROR/vold(538): Error opening switch name path '/sys/class/switch/test' (No such file or directory)
11-24 06:50:08.396: ERROR/vold(538): Error bootstrapping switch '/sys/class/switch/test' (No such file or directory)
11-24 06:50:32.965: ERROR/MemoryHeapBase(568): error opening /dev/pmem: No such file or directory
11-24 06:50:32.976: ERROR/SurfaceFlinger(568): Couldn't open /sys/power/wait_for_fb_sleep or /sys/power/wait_for_fb_wake
11-24 06:50:33.076: ERROR/libEGL(568): couldn't load <libhgl.so> library (Cannot load library: load_library[984]: Library 'libhgl.so' not found)
11-24 06:50:34.376: ERROR/libEGL(585): couldn't load <libhgl.so> library (Cannot load library: load_library[984]: Library 'libhgl.so' not found)
11-24 06:50:43.976: ERROR/BatteryService(568): Could not open '/sys/class/power_supply/usb/online'
11-24 06:50:43.985: ERROR/BatteryService(568): Could not open '/sys/class/power_supply/battery/batt_vol'
11-24 06:50:43.985: ERROR/BatteryService(568): Could not open '/sys/class/power_supply/battery/batt_temp'
11-24 06:50:44.856: ERROR/EventHub(568): could not get driver version for /dev/input/mouse0, Not a typewriter
11-24 06:50:44.895: ERROR/EventHub(568): could not get driver version for /dev/input/mice, Not a typewriter
11-24 06:50:45.105: ERROR/System(568): Failure starting core service
11-24 06:50:45.105: ERROR/System(568): java.lang.SecurityException
11-24 06:50:45.105: ERROR/System(568):     at android.os.BinderProxy.transact(Native Method)
11-24 06:50:45.105: ERROR/System(568):     at android.os.ServiceManagerProxy.addService(ServiceManagerNative.java:146)
11-24 06:50:45.105: ERROR/System(568):     at android.os.ServiceManager.addService(ServiceManager.java:72)
11-24 06:50:45.105: ERROR/System(568):     at com.android.server.ServerThread.run(SystemServer.java:162)
11-24 06:50:45.116: ERROR/AndroidRuntime(568): Crash logging skipped, no checkin service
11-24 06:50:47.705: ERROR/LockPatternKeyguardView(568): Failed to bind to GLS while checking for account
11-24 06:50:59.895: ERROR/ActivityThread(618): Failed to find provider info for com.google.settings
11-24 06:50:59.905: ERROR/ActivityThread(618): Failed to find provider info for com.google.settings
11-24 06:51:06.686: ERROR/vold(538): Cannot start volume '/sdcard' (volume is not bound)
11-24 06:51:10.736: ERROR/ApplicationContext(568): Couldn't create directory for SharedPreferences file shared_prefs/wallpaper-hints.xml
11-24 06:51:24.124: ERROR/MediaPlayerService(542): Couldn't open fd for content://settings/system/notification_sound
11-24 06:51:24.175: ERROR/MediaPlayer(568): Unable to to create media player
11-24 06:51:05.267: ERROR/ActivityThread(615): Failed to find provider info for android.server.checkin
11-24 06:51:08.806: ERROR/ActivityThread(615): Failed to find provider info for android.server.checkin
11-24 06:51:09.126: ERROR/ActivityThread(615): Failed to find provider info for android.server.checkin
============================================================

이클립스에서 폰으로 디버깅을 해보니
시작하면 바로 런타임 익셉션이 잡히는데 로그켓에 로그도 안찍히고
원인을 모르겠네요 ㅠㅠ
오류 화면 스샷 첨부했습니다.