有人试过在art模式下调用jni成功吗?

如题…2.2.3引擎版本…在没掉JNI之前一切正常…调用JNI后就闪退了…求高手解答

LOG如下:
01-22 12:58:00.106: A/art(17321): art/runtime/check_jni.cc:64] JNI DETECTED ERROR IN APPLICATION: input is not valid Modified UTF-8: illegal continuation byte 0xce
01-22 12:58:00.106: A/art(17321): art/runtime/check_jni.cc:64] string: ‘???’
01-22 12:58:00.106: A/art(17321): art/runtime/check_jni.cc:64] in call to NewStringUTF
01-22 12:58:00.106: A/art(17321): art/runtime/check_jni.cc:64] from void org.cocos2dx.lib.Cocos2dxRenderer.nativeRender()
01-22 12:58:00.106: A/art(17321): art/runtime/check_jni.cc:64] “GLThread 572” prio=5 tid=14 Runnable
01-22 12:58:00.106: A/art(17321): art/runtime/check_jni.cc:64] | group=“main” sCount=0 dsCount=0 obj=0x65631010 self=0x44392ab0
01-22 12:58:00.106: A/art(17321): art/runtime/check_jni.cc:64] | sysTid=17350 nice=0 cgrp=apps sched=0/0 handle=0x486e7008
01-22 12:58:00.106: A/art(17321): art/runtime/check_jni.cc:64] | state=R schedstat=( 0 0 0 ) utm=562 stm=179 core=1 HZ=100
01-22 12:58:00.106: A/art(17321): art/runtime/check_jni.cc:64] | stack=0x486e9000-0x486ed000 stackSize=1040KB
01-22 12:58:00.106: A/art(17321): art/runtime/check_jni.cc:64] native: art::thread::DumpStack(std::ostream&) const+87 (libart.so)
01-22 12:58:00.106: A/art(17321): art/runtime/check_jni.cc:64] native: ??? (libart.so)
01-22 12:58:00.106: A/art(17321): art/runtime/check_jni.cc:64] native: art::JniAbortF(char const*, char const*, …)+51 (libart.so)
01-22 12:58:00.106: A/art(17321): art/runtime/check_jni.cc:64] native: ??? (libart.so)
01-22 12:58:00.106: A/art(17321): art/runtime/check_jni.cc:64] native: ??? (libart.so)
01-22 12:58:00.106: A/art(17321): art/runtime/check_jni.cc:64] native: ??? (libart.so)
01-22 12:58:00.106: A/art(17321): art/runtime/check_jni.cc:64] native: cocos2d::BitmapDC::getBitmapFromJavaShadowStroke(char const*, int, int, cocos2d::CCImage::ETextAlign, char const*, float, float, float, float, bool, float, float, float, float, bool, float, float, float, float)+143 (libcocos2dlua.so)
01-22 12:58:00.106: A/art(17321): art/runtime/check_jni.cc:64] native: cocos2d::CCImage::initWithStringShadowStroke(char const*, int, int, cocos2d::CCImage::ETextAlign, char const*, int, float, float, float, bool, float, float, float, float, bool, float, float, float, float)+103 (libcocos2dlua.so)
01-22 12:58:00.106: A/art(17321): art/runtime/check_jni.cc:64] native: cocos2d::CCTexture2D::initWithString(char const*, cocos2d::_ccFontDefinition*)+427 (libcocos2dlua.so)
01-22 12:58:00.106: A/art(17321): art/runtime/check_jni.cc:64] native: cocos2d::CCLabelTTF::updateTexture()+41 (libcocos2dlua.so)
01-22 12:58:00.106: A/art(17321): art/runtime/check_jni.cc:64] native: cocos2d::CCLabelTTF::setString(char const*)+87 (libcocos2dlua.so)
01-22 12:58:00.106: A/art(17321): art/runtime/check_jni.cc:64] native: cocos2d::CCLabelTTF::initWithString(char const*, char const*, float, cocos2d::CCSize const&, cocos2d::CCTextAlignment, cocos2d::CCVerticalTextAlignment)+123 (libcocos2dlua.so)
01-22 12:58:00.106: A/art(17321): art/runtime/check_jni.cc:64] native: cocos2d::CCLabelTTF::create(char const*, char const*, float, cocos2d::CCSize const&, cocos2d::CCTextAlignment, cocos2d::CCVerticalTextAlignment)+47 (libcocos2dlua.so)
01-22 12:58:00.106: A/art(17321): art/runtime/check_jni.cc:64] native: cocos2d::CCLabelTTF::create(char const*, char const*, float)+13 (libcocos2dlua.so)
01-22 12:58:00.106: A/art(17321): art/runtime/check_jni.cc:64] native: PlayerGun::showCurGunName(char const*)+67 (libcocos2dlua.so)
01-22 12:58:00.106: A/art(17321): art/runtime/check_jni.cc:64] native: PlayerGun::runGunAnimationByType(int)+737 (libcocos2dlua.so)
01-22 12:58:00.106: A/art(17321): art/runtime/check_jni.cc:64] native: PlayerGun::switchWeapon(int)+15 (libcocos2dlua.so)
01-22 12:58:00.106: A/art(17321): art/runtime/check_jni.cc:64] native: PlayerGun::initPlayerGun()+627 (libcocos2dlua.so)
01-22 12:58:00.106: A/art(17321): art/runtime/check_jni.cc:64] native: PlayerGun::createPlayerGun()+113 (libcocos2dlua.so)
01-22 12:58:00.106: A/art(17321): art/runtime/check_jni.cc:64] native: PlayerContainer::initGamePlayer()+45 (libcocos2dlua.so)
01-22 12:58:00.106: A/art(17321): art/runtime/check_jni.cc:64] native: GameTutorialLayer::initGamePlayer()+11 (libcocos2dlua.so)
01-22 12:58:00.106: A/art(17321): art/runtime/check_jni.cc:64] native: UIBaseLayer::init()+43 (libcocos2dlua.so)
01-22 12:58:00.106: A/art(17321): art/runtime/check_jni.cc:64] native: GameLayer::init()+247 (libcocos2dlua.so)
01-22 12:58:00.106: A/art(17321): art/runtime/check_jni.cc:64] native: GameTutorialLayer::init()+1 (libcocos2dlua.so)
01-22 12:58:00.106: A/art(17321): art/runtime/check_jni.cc:64] native: GameTutorialLayer::create()+23 (libcocos2dlua.so)
01-22 12:58:00.116: A/art(17321): art/runtime/check_jni.cc:64] native: GameLayer::shareGameLayer()+43 (libcocos2dlua.so)
01-22 12:58:00.116: A/art(17321): art/runtime/check_jni.cc:64] native: ??? (libcocos2dlua.so)
01-22 12:58:00.116: A/art(17321): art/runtime/check_jni.cc:64] native: ??? (libcocos2dlua.so)
01-22 12:58:00.116: A/art(17321): art/runtime/check_jni.cc:64] native: ??? (libcocos2dlua.so)
01-22 12:58:00.116: A/art(17321): art/runtime/check_jni.cc:64] native: ??? (libcocos2dlua.so)
01-22 12:58:00.116: A/art(17321): art/runtime/check_jni.cc:64] native: ??? (libcocos2dlua.so)
01-22 12:58:00.116: A/art(17321): art/runtime/check_jni.cc:64] native: ??? (libcocos2dlua.so)
01-22 12:58:00.116: A/art(17321): art/runtime/check_jni.cc:64] at org.cocos2dx.lib.Cocos2dxRenderer.nativeRender(Native method)
01-22 12:58:00.116: A/art(17321): art/runtime/check_jni.cc:64] at org.cocos2dx.lib.Cocos2dxRenderer.onDrawFrame(Cocos2dxRenderer.java:94)
01-22 12:58:00.116: A/art(17321): art/runtime/check_jni.cc:64] at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1523)
01-22 12:58:00.116: A/art(17321): art/runtime/check_jni.cc:64] at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1240)
01-22 12:58:00.116: A/art(17321): art/runtime/check_jni.cc:64]
01-22 12:58:00.676: A/art(17321): art/runtime/runtime.cc:203] Runtime aborting…
01-22 12:58:00.676: A/art(17321): art/runtime/runtime.cc:203] Aborting thread:
01-22 12:58:00.676: A/art(17321): art/runtime/runtime.cc:203] “GLThread 572” prio=5 tid=14 Runnable
01-22 12:58:00.676: A/art(17321): art/runtime/runtime.cc:203] | group=“main” sCount=0 dsCount=0 obj=0x65631010 self=0x44392ab0
01-22 12:58:00.676: A/art(17321): art/runtime/runtime.cc:203] | sysTid=17350 nice=0 cgrp=apps sched=0/0 handle=0x486e7008
01-22 12:58:00.676: A/art(17321): art/runtime/runtime.cc:203] | state=R schedstat=( 0 0 0 ) utm=581 stm=181 core=0 HZ=100
01-22 12:58:00.676: A/art(17321): art/runtime/runtime.cc:203] | stack=0x486e9000-0x486ed000 stackSize=1040KB
01-22 12:58:00.676: A/art(17321): art/runtime/runtime.cc:203] native: art::thread::DumpStack(std::ostream&) const+87 (libart.so)
01-22 12:58:00.676: A/art(17321): art/runtime/runtime.cc:203] native: ??? (libart.so)
01-22 12:58:00.676: A/art(17321): art/runtime/runtime.cc:203] native: art::Runtime::Abort()+79 (libart.so)
01-22 12:58:00.676: A/art(17321): art/runtime/runtime.cc:203] native: art::LogMessage::~LogMessage()+505 (libart.so)
01-22 12:58:00.676: A/art(17321): art/runtime/runtime.cc:203] native: ??? (libart.so)
01-22 12:58:00.676: A/art(17321): art/runtime/runtime.cc:203] native: art::JniAbortF(char const*, char const*, …)+51 (libart.so)
01-22 12:58:00.676: A/art(17321): art/runtime/runtime.cc:203] native: ??? (libart.so)
01-22 12:58:00.676: A/art(17321): art/runtime/runtime.cc:203] native: ??? (libart.so)
01-22 12:58:00.676: A/art(17321): art/runtime/runtime.cc:203] native: ??? (libart.so)
01-22 12:58:00.676: A/art(17321): art/runtime/runtime.cc:203] native: cocos2d::BitmapDC::getBitmapFromJavaShadowStroke(char const*, int, int, cocos2d::CCImage::ETextAlign, char const*, float, float, float, float, bool, float, float, float, float, bool, float, float, float, float)+143 (libcocos2dlua.so)
01-22 12:58:00.676: A/art(17321): art/runtime/runtime.cc:203] native: cocos2d::CCImage::initWithStringShadowStroke(char const*, int, int, cocos2d::CCImage::ETextAlign, char const*, int, float, float, float, bool, float, float, float, float, bool, float, float, float, float)+103 (libcocos2dlua.so)
01-22 12:58:00.676: A/art(17321): art/runtime/runtime.cc:203] native: cocos2d::CCTexture2D::initWithString(char const*, cocos2d::_ccFontDefinition*)+427 (libcocos2dlua.so)
01-22 12:58:00.676: A/art(17321): art/runtime/runtime.cc:203] native: cocos2d::CCLabelTTF::updateTexture()+41 (libcocos2dlua.so)
01-22 12:58:00.676: A/art(17321): art/runtime/runtime.cc:203] native: cocos2d::CCLabelTTF::setString(char const*)+87 (libcocos2dlua.so)
01-22 12:58:00.676: A/art(17321): art/runtime/runtime.cc:203] native: cocos2d::CCLabelTTF::initWithString(char const*, char const*, float, cocos2d::CCSize const&, cocos2d::CCTextAlignment, cocos2d::CCVerticalTextAlignment)+123 (libcocos2dlua.so)
01-22 12:58:00.676: A/art(17321): art/runtime/runtime.cc:203] native: cocos2d::CCLabelTTF::create(char const*, char const*, float, cocos2d::CCSize const&, cocos2d::CCTextAlignment, cocos2d::CCVerticalTextAlignment)+47 (libcocos2dlua.so)
01-22 12:58:00.676: A/art(17321): art/runtime/runtime.cc:203] native: cocos2d::CCLabelTTF::create(char const*, char const*, float)+13 (libcocos2dlua.so)
01-22 12:58:00.676: A/art(17321): art/runtime/runtime.cc:203] native: PlayerGun::showCurGunName(char const*)+67 (libcocos2dlua.so)
01-22 12:58:00.676: A/art(17321): art/runtime/runtime.cc:203] native: PlayerGun::runGunAnimationByType(int)+737 (libcocos2dlua.so)
01-22 12:58:00.676: A/art(17321): art/runtime/runtime.cc:203] native: PlayerGun::switchWeapon(int)+15 (libcocos2dlua.so)
01-22 12:58:00.676: A/art(17321): art/runtime/runtime.cc:203] native: PlayerGun::initPlayerGun()+627 (libcocos2dlua.so)
01-22 12:58:00.676: A/art(17321): art/runtime/runtime.cc:203] native: PlayerGun::createPlayerGun()+113 (libcocos2dlua.so)
01-22 12:58:00.676: A/art(17321): art/runtime/runtime.cc:203] native: PlayerContainer::initGamePlayer()+45 (libcocos2dlua.so)
01-22 12:58:00.676: A/art(17321): art/runtime/runtime.cc:203] native: GameTutorialLayer::initGamePlayer()+11 (libcocos2dlua.so)
01-22 12:58:00.676: A/art(17321): art/runtime/runtime.cc:203] native: UIBaseLayer::init()+43 (libcocos2dlua.so)
01-22 12:58:00.676: A/art(17321): art/runtime/runtime.cc:203] native: GameLayer::init()+247 (libcocos2dlua.so)
01-22 12:58:00.676: A/art(17321): art/runtime/runtime.cc:203] native: GameTutorialLayer::init()+1 (libcocos2dlua.so)
01-22 12:58:00.676: A/art(17321): art/runtime/runtime.cc:203] native: GameTutorialLayer::create()+23 (libcocos2dlua.so)
01-22 12:58:00.676: A/art(17321): art/runtime/runtime.cc:203] native: GameLayer::shareGameLayer()+43 (libcocos2dlua.so)
01-22 12:58:00.676: A/art(17321): art/runtime/runtime.cc:203] native: ??? (libcocos2dlua.so)
01-22 12:58:00.676: A/art(17321): art/runtime/runtime.cc:203] native: ??? (libcocos2dlua.so)
01-22 12:58:00.676: A/art(17321): art/runtime/runtime.cc:203] native: ??? (libcocos2dlua.so)
01-22 12:58:00.676: A/art(17321): art/runtime/runtime.cc:203] at org.cocos2dx.lib.Cocos2dxRenderer.nativeRender(Native method)
01-22 12:58:00.676: A/art(17321): art/runtime/runtime.cc:203] at org.cocos2dx.lib.Cocos2dxRenderer.onDrawFrame(Cocos2dxRenderer.java:94)
01-22 12:58:00.676: A/art(17321): art/runtime/runtime.cc:203] at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1523)
01-22 12:58:00.676: A/art(17321): art/runtime/runtime.cc:203] at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1240)
01-22 12:58:00.676: A/art(17321): art/runtime/runtime.cc:203] Dumping all threads without appropriate locks held: thread list lock mutator lock
01-22 12:58:00.676: A/art(17321): art/runtime/runtime.cc:203] All threads:
01-22 12:58:00.676: A/art(17321): art/runtime/runtime.cc:203] DALVIK THREADS (18):
01-22 12:58:00.676: A/art(17321): art/runtime/runtime.cc:203] “main” prio=5 tid=1 Native
01-22 12:58:00.676: A/art(17321): art/runtime/runtime.cc:203] | group=“main” sCount=0 dsCount=0 obj=0x650c0d50 self=0x416b1fb0
01-22 12:58:00.676: A/art(17321): art/runtime/runtime.cc:203] | sysTid=17321 nice=0 cgrp=apps sched=0/0 handle=0x40100154
01-22 12:58:00.676: A/art(17321): art/runtime/runtime.cc:203] | state=S schedstat=( 0 0 0 ) utm=11 stm=9 core=0 HZ=100
01-22 12:58:00.676: A/art(17321): art/runtime/runtime.cc:203] | stack=0xbe306000-0xbe30a000 stackSize=8MB
01-22 12:58:00.676: A/art(17321): art/runtime/runtime.cc:203] native: android::Looper::pollOnce(int, int*, int*, void**)+92 (libutils.so)
01-22 12:58:00.676: A/art(17321): art/runtime/runtime.cc:203] native: android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22 (libandroid_runtime.so)
01-22 12:58:00.676: A/art(17321): art/runtime/runtime.cc:203] native: oatexec+18337356 (system@framework@boot.oat)
01-22 12:58:00.676: A/art(17321): art/runtime/runtime.cc:203] at android.os.MessageQueue.nativePollOnce(Native method)
01-22 12:58:00.676: A/art(17321): art/runtime/runtime.cc:203] at android.os.MessageQueue.next(MessageQueue.java:138)
01-22 12:58:00.676: A/art(17321): art/runtime/runtime.cc:203] at android.os.Looper.loop(Looper.java:123)
01-22 12:58:00.676: A/art(17321): art/runtime/runtime.cc:203] at android.app.ActivityThread.main(ActivityThread.java:5034)
01-22 12:58:00.676: A/art(17321): art/runtime/runtime.cc:203] at java.lang.reflect.Method.invoke(Native method)
01-22 12:58:00.676: A/art(17321): art/runtime/runtime.cc:203] at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:807)
01-22 12:58:00.676: A/art(17321): art/runtime/runtime.cc:203] at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:623)
01-22 12:58:00.676: A/art(17321): art/runtime/runtime.cc:203]
01-22 12:58:00.676: A/art(17321): art/runtime/runtime.cc:203] “Thread pool worker 0” prio=5 tid=2 Native (still starting up)
01-22 12:58:00.676: A/art(17321): art/runtime/runtime.cc:203] | group="" sCount=0 dsCount=0 obj=0x00000000 self=0x41780da8
01-22 12:58:00.676: A/art(17321): art/runtime/runtime.cc:203] | sysTid=17324 nice=0 cgrp=apps sched=0/0 handle=0x4174aaf8
01-22 12:58:00.676: A/art(17321): art/runtime/runtime.cc:203] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=1 HZ=100
01-22 12:58:00.676: A/art(17321): art/runtime/runtime.cc:203] | stack=0x4416d000-0x44171000 stackSize=1024KB
01-22 12:58:00.676: A/art(17321): art/runtime/runtime.cc:203] native: ??? ()
01-22 12:58:00.676: A/art(17321): art/runtime/runtime.cc:203] (no managed stack frames)
01-22 12:58:00.676: A/art(17321): art/runtime/runtime.cc:203]
01-22 12:58:00.686: A/art(17321): art/runtime/runtime.cc:203] “Thread pool worker 2” prio=5 tid=3 Native (still starting up)
01-22 12:58:00.686: A/art(17321): art/runtime/runtime.cc:203] | group="" sCount=0 dsCount=0 obj=0x00000000 self=0x4174b110
01-22 12:58:00.686: A/art(17321): art/runtime/runtime.cc:203] | sysTid=17327 nice=0 cgrp=apps sched=0/0 handle=0x45dae688
01-22 12:58:00.686: A/art(17321): art/runtime/runtime.cc:203] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0 HZ=100
01-22 12:58:00.686: A/art(17321): art/runtime/runtime.cc:203] | stack=0x47529000-0x4752d000 stackSize=1024KB
01-22 12:58:00.686: A/art(17321): art/runtime/runtime.cc:203] native: ??? ()
01-22 12:58:00.686: A/art(17321): art/runtime/runtime.cc:203] (no managed stack frames)
01-22 12:58:00.686: A/art(17321): art/runtime/runtime.cc:203]
01-22 12:58:00.686: A/art(17321): art/runtime/runtime.cc:203] “Thread pool worker 1” prio=5 tid=4 Native (still starting up)
01-22 12:58:00.686: A/art(17321): art/runtime/runtime.cc:203] | group="" sCount=0 dsCount=0 obj=0x00000000 self=0x41759ba8
01-22 12:58:00.686: A/art(17321): art/runtime/runtime.cc:203] | sysTid=17326 nice=0 cgrp=apps sched=0/0 handle=0x41740410
01-22 12:58:00.686: A/art(17321): art/runtime/runtime.cc:203] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0 HZ=100
01-22 12:58:00.686: A/art(17321): art/runtime/runtime.cc:203] | stack=0x4426d000-0x44271000 stackSize=1024KB
01-22 12:58:00.686: A/art(17321): art/runtime/runtime.cc:203] native: ??? ()
01-22 12:58:00.686: A/art(17321): art/runtime/runtime.cc:203] (no managed stack frames)
01-22 12:58:00.686: A/art(17321): art/runtime/runtime.cc:203]
01-22 12:58:00.686: A/art(17321): art/runtime/runtime.cc:203] “Signal Catcher” daemon prio=5 tid=5 WaitingInMainSignalCatcherLoop
01-22 12:58:00.686: A/art(17321): art/runtime/runtime.cc:203] | group=“system” sCount=0 dsCount=0 obj=0x655f8790 self=0x4174bb98
01-22 12:58:00.686: A/art(17321): art/runtime/runtime.cc:203] | sysTid=17329 nice=0 cgrp=apps sched=0/0 handle=0x4174b950
01-22 12:58:00.686: A/art(17321): art/runtime/runtime.cc:203] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0 HZ=100
01-22 12:58:00.686: A/art(17321): art/runtime/runtime.cc:203] | stack=0x47629000-0x4762d000 stackSize=1016KB
01-22 12:58:00.686: A/art(17321): art/runtime/runtime.cc:203] native: ??? (libart.so)
01-22 12:58:00.686: A/art(17321): art/runtime/runtime.cc:203] native: art::SignalCatcher::WaitForSignal(art::Thread*, art::SignalSet&)+46 (libart.so)
01-22 12:58:00.686: A/art(17321): art/runtime/runtime.cc:203] native: art::SignalCatcher::Run(void*)+176 (libart.so)
01-22 12:58:00.686: A/art(17321): art/runtime/runtime.cc:203] native: __thread_entry+72 (libc.so)
01-22 12:58:00.686: A/art(17321): art/runtime/runtime.cc:203] native: pthread_create+240 (libc.so)
01-22 12:58:00.686: A/art(17321): art/runtime/runtime.cc:203] (no managed stack frames)
01-22 12:58:00.686: A/art(17321): art/runtime/runtime.cc:203]
01-22 12:58:00.686: A/art(17321): art/runtime/runtime.cc:203] “JDWP” daemon prio=5 tid=6 WaitingInMainDebuggerLoop
01-22 12:58:00.686: A/art(17321): art/runtime/runtime.cc:203] | group=“system” sCount=0 dsCount=0 obj=0x655f88c8 self=0x4175a3d0
01-22 12:58:00.686: A/art(17321): art/runtime/runtime.cc:203] | sysTid=17331 nice=0 cgrp=apps sched=0/0 handle=0x4175a188
01-22 12:58:00.686: A/art(17321): art/runtime/runtime.cc:203] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0 HZ=100
01-22 12:58:00.686: A/art(17321): art/runtime/runtime.cc:203] | stack=0x47727000-0x4772b000 stackSize=1016KB
01-22 12:58:00.686: A/art(17321): art/runtime/runtime.cc:203] native: art::JDWP::JdwpState::Run()+378 (libart.so)
01-22 12:58:00.686: A/art(17321): art/runtime/runtime.cc:203] native: ??? (libart.so)
01-22 12:58:00.686: A/art(17321): art/runtime/runtime.cc:203] native: __thread_entry+72 (libc.so)
01-22 12:58:00.686: A/art(17321): art/runtime/runtime.cc:203] native: pthread_create+240 (libc.so)
01-22 12:58:00.686: A/art(17321): art/runtime/runtime.cc:203] (no managed stack frames)
01-22 12:58:00.686: A/art(17321): art/runtime/runtime.cc:203]
01-22 12:58:00.686: A/art(17321): art/runtime/runtime.cc:203] “ReferenceQueueDaemon” daemon prio=5 tid=7 Waiting
01-22 12:58:00.686: A/art(17321): art/runtime/runtime.cc:203] | group=“system” sCount=0 dsCount=0 obj=0x655f8968 self=0x4175ac60
01-22 12:58:00.686: A/art(17321): art/runtime/runtime.cc:203] | sysTid=17332 nice=0 cgrp=apps sched=0/0 handle=0x470d10d8
01-22 12:58:00.686: A/art(17321): art/runtime/runtime.cc:203] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0 HZ=100
01-22 12:58:00.686: A/art(17321): art/runtime/runtime.cc:203] | stack=0x47825000-0x47829000 stackSize=1040KB
01-22 12:58:00.686: A/art(17321): art/runtime/runtime.cc:203] native: (no native stack frames for thread 17332)
01-22 12:58:00.686: A/art(17321): art/runtime/runtime.cc:203] at java.lang.Object.wait(Native method)
01-22 12:58:00.686: A/art(17321): art/runtime/runtime.cc:203] - waiting on <0x600c2760> (a java.lang.Class<java.lang.ref.ReferenceQueue>)
01-22 12:58:00.686: A/art(17321): art/runtime/runtime.cc:203] at java.lang.Daemons$ReferenceQueueDaemon.run(Daemons.java:133)
01-22 12:58:00.686: A/art(17321): art/runtime/runtime.cc:203] - locked <0x600c2760> (a java.lang.Class<java.lang.ref.ReferenceQueue>)
01-22 12:58:00.686: A/art(17321): art/runtime/runtime.cc:203] at java.lang.Thread.run(Thread.java:811)
01-22 12:58:00.686: A/art(17321): art/runtime/runtime.cc:203]
01-22 12:58:00.686: A/art(17321): art/runtime/runtime.cc:203] “FinalizerDaemon” daemon prio=5 tid=8 Waiting
01-22 12:58:00.686: A/art(17321): art/runtime/runtime.cc:203] | group=“system” sCount=0 dsCount=0 obj=0x655f42b0 self=0x470d1930
01-22 12:58:00.686: A/art(17321): art/runtime/runtime.cc:203] | sysTid=17333 nice=0 cgrp=apps sched=0/0 handle=0x470d1c98
01-22 12:58:00.686: A/art(17321): art/runtime/runtime.cc:203] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0 HZ=100
01-22 12:58:00.686: A/art(17321): art/runtime/runtime.cc:203] | stack=0x47929000-0x4792d000 stackSize=1040KB
01-22 12:58:00.686: A/art(17321): art/runtime/runtime.cc:203] native: (no native stack frames for thread 17333)
01-22 12:58:00.686: A/art(17321): art/runtime/runtime.cc:203] at java.lang.Object.wait(Native method)
01-22 12:58:00.686: A/art(17321): art/runtime/runtime.cc:203] - waiting on <0x60b47a50> (a java.lang.ref.ReferenceQueue)
01-22 12:58:00.686: A/art(17321): art/runtime/runtime.cc:203] at java.lang.Object.wait(Object.java:411)
01-22 12:58:00.686: A/art(17321): art/runtime/runtime.cc:203] at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:102)
01-22 12:58:00.686: A/art(17321): art/runtime/runtime.cc:203] - locked <0x60b47a50> (a java.lang.ref.ReferenceQueue)
01-22 12:58:00.686: A/art(17321): art/runtime/runtime.cc:203] at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:73)
01-22 12:58:00.686: A/art(17321): art/runtime/runtime.cc:203] at java.lang.Daemons$FinalizerDaemon.run(Daemons.java:173)
01-22 12:58:00.686: A/art(17321): art/runtime/runtime.cc:203] at java.lang.Thread.run(Thread.java:811)
01-22 12:58:00.686: A/art(17321): art/runtime/runtime.cc:203]
01-22 12:58:00.686: A/art(17321): art/runtime/runtime.cc:203] “HeapTrimmerDaemon” daemon prio=5 tid=9 Waiting
01-22 12:58:00.686: A/art(17321): art/runtime/runtime.cc:203] | group=“system” sCount=0 dsCount=0 obj=0x655f6610 self=0x470d2b48
01-22 12:58:00.686: A/art(17321): art/runtime/runtime.cc:203] | sysTid=17335 nice=0 cgrp=apps sched=0/0 handle=0x470d2ee8
01-22 12:58:00.686: A/art(17321): art/runtime/runtime.cc:203] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=1 HZ=100
01-22 12:58:00.686: A/art(17321): art/runtime/runtime.cc:203] | stack=0x47b31000-0x47b35000 stackSize=1040KB
01-22 12:58:00.686: A/art(17321): art/runtime/runtime.cc:203] native: (no native stack frames for thread 17335)
01-22 12:58:00.686: A/art(17321): art/runtime/runtime.cc:203] at java.lang.Object.wait(Native method)
01-22 12:58:00.686: A/art(17321): art/runtime/runtime.cc:203] - waiting on <0x60b4f438> (a java.lang.Daemons$HeapTrimmerDaemon)
01-22 12:58:00.686: A/art(17321): art/runtime/runtime.cc:203] at java.lang.Daemons$HeapTrimmerDaemon.run(Daemons.java:299)
01-22 12:58:00.686: A/art(17321): art/runtime/runtime.cc:203] - locked <0x60b4f438> (a java.lang.Daemons$HeapTrimmerDaemon)
01-22 12:58:00.686: A/art(17321): art/runtime/runtime.cc:203] at java.lang.Thread.run(Thread.java:811)
01-22 12:58:00.686: A/art(17321): art/runtime/runtime.cc:203]
01-22 12:58:00.686: A/art(17321): art/runtime/runtime.cc:203] “FinalizerWatchdogDaemon” daemon prio=5 tid=10 Waiting
01-22 12:58:00.686: A/art(17321): art/runtime/runtime.cc:203] | group=“system” sCount=0 dsCount=0 obj=0x655f5460 self=0x470d2560
01-22 12:58:00.686: A/art(17321): art/runtime/runtime.cc:203] | sysTid=17334 nice=0 cgrp=apps sched=0/0 handle=0x470d2900
01-22 12:58:00.686: A/art(17321): art/runtime/runtime.cc:203] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=1 HZ=100
01-22 12:58:00.686: A/art(17321): art/runtime/runtime.cc:203] | stack=0x47a2d000-0x47a31000 stackSize=1040KB
01-22 12:58:00.686: A/art(17321): art/runtime/runtime.cc:203] native: (no native stack frames for thread 17334)
01-22 12:58:00.686: A/art(17321): art/runtime/runtime.cc:203] at java.lang.Object.wait(Native method)
01-22 12:58:00.686: A/art(17321): art/runtime/runtime.cc:203] - waiting on <0x60b4f418> (a java.lang.Daemons$FinalizerWatchdogDaemon)
01-22 12:58:00.686: A/art(17321): art/runtime/runtime.cc:203] at java.lang.Daemons$FinalizerWatchdogDaemon.waitForObject(Daemons.java:233)
01-22 12:58:00.686: A/art(17321): art/runtime/runtime.cc:203] - locked <0x60b4f418> (a java.lang.Daemons$FinalizerWatchdogDaemon)
01-22 12:58:00.686: A/art(17321): art/runtime/runtime.cc:203] at java.lang.Daemons$FinalizerWatchdogDaemon.run(Daemons.java:210)
01-22 12:58:00.696: A/art(17321): art/runtime/runtime.cc:203] at java.lang.Thread.run(Thread.java:811)
01-22 12:58:00.696: A/art(17321): art/runtime/runtime.cc:203]
01-22 12:58:00.696: A/art(17321): art/runtime/runtime.cc:203] “GCDaemon” daemon prio=5 tid=11 Waiting
01-22 12:58:00.696: A/art(17321): art/runtime/runtime.cc:203] | group=“system” sCount=0 dsCount=0 obj=0x655f7818 self=0x470d3e30
01-22 12:58:00.696: A/art(17321): art/runtime/runtime.cc:203] | sysTid=17336 nice=0 cgrp=apps sched=0/0 handle=0x470d41d0
01-22 12:58:00.696: A/art(17321): art/runtime/runtime.cc:203] | state=S schedstat=( 0 0 0 ) utm=1 stm=1 core=1 HZ=100
01-22 12:58:00.696: A/art(17321): art/runtime/runtime.cc:203] | stack=0x47c35000-0x47c39000 stackSize=1040KB
01-22 12:58:00.696: A/art(17321): art/runtime/runtime.cc:203] native: (no native stack frames for thread 17336)
01-22 12:58:00.696: A/art(17321): art/runtime/runtime.cc:203] at java.lang.Object.wait(Native method)
01-22 12:58:00.696: A/art(17321): art/runtime/runtime.cc:203] - waiting on <0x60b4f428> (a java.lang.Daemons$GCDaemon)
01-22 12:58:00.696: A/art(17321): art/runtime/runtime.cc:203] at java.lang.Daemons$GCDaemon.run(Daemons.java:330)
01-22 12:58:00.696: A/art(17321): art/runtime/runtime.cc:203] - locked <0x60b4f428> (a java.lang.Daemons$GCDaemon)
01-22 12:58:00.696: A/art(17321): art/runtime/runtime.cc:203] at java.lang.Thread.run(Thread.java:811)
01-22 12:58:00.696: A/art(17321): art/runtime/runtime.cc:203]
01-22 12:58:00.696: A/art(17321): art/runtime/runtime.cc:203] “Binder_1” prio=5 tid=12 Native
01-22 12:58:00.696: A/art(17321): art/runtime/runtime.cc:203] | group=“main” sCount=0 dsCount=0 obj=0x65606660 self=0x470d4fd8
01-22 12:58:00.696: A/art(17321): art/runtime/runtime.cc:203] | sysTid=17337 nice=0 cgrp=apps sched=0/0 handle=0x470d4d90
01-22 12:58:00.696: A/art(17321): art/runtime/runtime.cc:203] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=1 HZ=100
01-22 12:58:00.696: A/art(17321): art/runtime/runtime.cc:203] | stack=0x47e37000-0x47e3b000 stackSize=1016KB
01-22 12:58:00.696: A/art(17321): art/runtime/runtime.cc:203] native: android::IPCThreadState::talkWithDriver(bool)+140 (libbinder.so)
01-22 12:58:00.696: A/art(17321): art/runtime/runtime.cc:203] native: android::IPCThreadState::getAndExecuteCommand()+6 (libbinder.so)
01-22 12:58:00.696: A/art(17321): art/runtime/runtime.cc:203] native: android::IPCThreadState::joinThreadPool(bool)+48 (libbinder.so)
01-22 12:58:00.696: A/art(17321): art/runtime/runtime.cc:203] native: ??? (libbinder.so)
01-22 12:58:00.696: A/art(17321): art/runtime/runtime.cc:203] native: android::thread::_threadLoop(void*)+216 (libutils.so)
01-22 12:58:00.696: A/art(17321): art/runtime/runtime.cc:203] native: android::AndroidRuntime::javaThreadShell(void*)+68 (libandroid_runtime.so)
01-22 12:58:00.696: A/art(17321): art/runtime/runtime.cc:203] native: ??? (libutils.so)
01-22 12:58:00.696: A/art(17321): art/runtime/runtime.cc:203] native: __thread_entry+72 (libc.so)
01-22 12:58:00.696: A/art(17321): art/runtime/runtime.cc:203] native: pthread_create+240 (libc.so)
01-22 12:58:00.696: A/art(17321): art/runtime/runtime.cc:203] (no managed stack frames)
01-22 12:58:00.696: A/art(17321): art/runtime/runtime.cc:203]
01-22 12:58:00.696: A/art(17321): art/runtime/runtime.cc:203] “Binder_2” prio=5 tid=13 Native
01-22 12:58:00.696: A/art(17321): art/runtime/runtime.cc:203] | group=“main” sCount=0 dsCount=0 obj=0x65607410 self=0x470d6730
01-22 12:58:00.696: A/art(17321): art/runtime/runtime.cc:203] | sysTid=17338 nice=0 cgrp=apps sched=0/0 handle=0x470d5d00
01-22 12:58:00.696: A/art(17321): art/runtime/runtime.cc:203] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=1 HZ=100
01-22 12:58:00.696: A/art(17321): art/runtime/runtime.cc:203] | stack=0x47f35000-0x47f39000 stackSize=1016KB
01-22 12:58:00.696: A/art(17321): art/runtime/runtime.cc:203] native: android::IPCThreadState::talkWithDriver(bool)+140 (libbinder.so)
01-22 12:58:00.696: A/art(17321): art/runtime/runtime.cc:203] native: android::IPCThreadState::getAndExecuteCommand()+6 (libbinder.so)
01-22 12:58:00.696: A/art(17321): art/runtime/runtime.cc:203] native: android::IPCThreadState::joinThreadPool(bool)+48 (libbinder.so)
01-22 12:58:00.696: A/art(17321): art/runtime/runtime.cc:203] native: ??? (libbinder.so)
01-22 12:58:00.696: A/art(17321): art/runtime/runtime.cc:203] native: android::thread::_threadLoop(void*)+216 (libutils.so)
01-22 12:58:00.696: A/art(17321): art/runtime/runtime.cc:203] native: android::AndroidRuntime::javaThreadShell(void*)+68 (libandroid_runtime.so)
01-22 12:58:00.696: A/art(17321): art/runtime/runtime.cc:203] native: ??? (libutils.so)
01-22 12:58:00.696: A/art(17321): art/runtime/runtime.cc:203] native: __thread_entry+72 (libc.so)
01-22 12:58:00.696: A/art(17321): art/runtime/runtime.cc:203] native: pthread_create+240 (libc.so)
01-22 12:58:00.696: A/art(17321): art/runtime/runtime.cc:203] (no managed stack frames)
01-22 12:58:00.696: A/art(17321): art/runtime/runtime.cc:203]
01-22 12:58:00.696: A/art(17321): art/runtime/runtime.cc:203] “GLThread 572” prio=5 tid=14 Native
01-22 12:58:00.696: A/art(17321): art/runtime/runtime.cc:203] | group=“main” sCount=0 dsCount=0 obj=0x65631010 self=0x44392ab0
01-22 12:58:00.696: A/art(17321): art/runtime/runtime.cc:203] | sysTid=17350 nice=0 cgrp=apps sched=0/0 handle=0x486e7008
01-22 12:58:00.696: A/art(17321): art/runtime/runtime.cc:203] | state=R schedstat=( 0 0 0 ) utm=595 stm=195 core=0 HZ=100
01-22 12:58:00.696: A/art(17321): art/runtime/runtime.cc:203] | stack=0x486e9000-0x486ed000 stackSize=1040KB
01-22 12:58:00.696: A/art(17321): art/runtime/runtime.cc:203] native: art::thread::DumpStack(std::ostream&) const+87 (libart.so)
01-22 12:58:00.696: A/art(17321): art/runtime/runtime.cc:203] native: art::ThreadList::DumpLocked(std::ostream&)+67 (libart.so)
01-22 12:58:00.696: A/art(17321): art/runtime/runtime.cc:203] native: ??? (libart.so)
01-22 12:58:00.696: A/art(17321): art/runtime/runtime.cc:203] native: art::Runtime::Abort()+79 (libart.so)
01-22 12:58:00.696: A/art(17321): art/runtime/runtime.cc:203] native: art::LogMessage::~LogMessage()+505 (libart.so)
01-22 12:58:00.696: A/art(17321): art/runtime/runtime.cc:203] native: ??? (libart.so)
01-22 12:58:00.696: A/art(17321): art/runtime/runtime.cc:203] native: art::JniAbortF(char const*, char const*, …)+51 (libart.so)
01-22 12:58:00.696: A/art(17321): art/runtime/runtime.cc:203] native: ??? (libart.so)
01-22 12:58:00.696: A/art(17321): art/runtime/runtime.cc:203] native: ??? (libart.so)
01-22 12:58:00.696: A/art(17321): art/runtime/runtime.cc:203] native: ??? (libart.so)
01-22 12:58:00.696: A/art(17321): art/runtime/runtime.cc:203] native: cocos2d::BitmapDC::getBitmapFromJavaShadowStroke(char const*, int, int, cocos2d::CCImage::ETextAlign, char const*, float, float, float, float, bool, float, float, float, float, bool, float, float, float, float)+143 (libcocos2dlua.so)
01-22 12:58:00.696: A/art(17321): art/runtime/runtime.cc:203] native: cocos2d::CCImage::initWithStringShadowStroke(char const*, int, int, cocos2d::CCImage::ETextAlign, char const*, int, float, float, float, bool, float, float, float, float, bool, float, float, float, float)+103 (libcocos2dlua.so)
01-22 12:58:00.696: A/art(17321): art/runtime/runtime.cc:203] native: cocos2d::CCTexture2D::initWithString(char const*, cocos2d::_ccFontDefinition*)+427 (libcocos2dlua.so)
01-22 12:58:00.696: A/art(17321): art/runtime/runtime.cc:203] native: cocos2d::CCLabelTTF::updateTexture()+41 (libcocos2dlua.so)
01-22 12:58:00.696: A/art(17321): art/runtime/runtime.cc:203] native: cocos2d::CCLabelTTF::setString(char const*)+87 (libcocos2dlua.so)
01-22 12:58:00.696: A/art(17321): art/runtime/runtime.cc:203] native: cocos2d::CCLabelTTF::initWithString(char const*, char const*, float, cocos2d::CCSize const&, cocos2d::CCTextAlignment, cocos2d::CCVerticalTextAlignment)+123 (libcocos2dlua.so)
01-22 12:58:00.696: A/art(17321): art/runtime/runtime.cc:203] native: cocos2d::CCLabelTTF::create(char const*, char const*, float, cocos2d::CCSize const&, cocos2d::CCTextAlignment, cocos2d::CCVerticalTextAlignment)+47 (libcocos2dlua.so)
01-22 12:58:00.696: A/art(17321): art/runtime/runtime.cc:203] native: cocos2d::CCLabelTTF::create(char const*, char const*, float)+13 (libcocos2dlua.so)
01-22 12:58:00.696: A/art(17321): art/runtime/runtime.cc:203] native: PlayerGun::showCurGunName(char const*)+67 (libcocos2dlua.so)
01-22 12:58:00.696: A/art(17321): art/runtime/runtime.cc:203] native: PlayerGun::runGunAnimationByType(int)+737 (libcocos2dlua.so)
01-22 12:58:00.696: A/art(17321): art/runtime/runtime.cc:203] native: PlayerGun::switchWeapon(int)+15 (libcocos2dlua.so)
01-22 12:58:00.696: A/art(17321): art/runtime/runtime.cc:203] native: PlayerGun::initPlayerGun()+627 (libcocos2dlua.so)
01-22 12:58:00.696: A/art(17321): art/runtime/runtime.cc:203] native: PlayerGun::createPlayerGun()+113 (libcocos2dlua.so)
01-22 12:58:00.696: A/art(17321): art/runtime/runtime.cc:203] native: PlayerContainer::initGamePlayer()+45 (libcocos2dlua.so)
01-22 12:58:00.696: A/art(17321): art/runtime/runtime.cc:203] native: GameTutorialLayer::initGamePlayer()+11 (libcocos2dlua.so)
01-22 12:58:00.696: A/art(17321): art/runtime/runtime.cc:203] native: UIBaseLayer::init()+43 (libcocos2dlua.so)
01-22 12:58:00.696: A/art(17321): art/runtime/runtime.cc:203] native: GameLayer::init()+247 (libcocos2dlua.so)
01-22 12:58:00.696: A/art(17321): art/runtime/runtime.cc:203] native: GameTutorialLayer::init()+1 (libcocos2dlua.so)
01-22 12:58:00.696: A/art(17321): art/runtime/runtime.cc:203] native: GameTutorialLayer::create()+23 (libcocos2dlua.so)
01-22 12:58:00.696: A/art(17321): art/runtime/runtime.cc:203] native: GameLayer::shareGameLayer()+43 (libcocos2dlua.so)
01-22 12:58:00.696: A/art(17321): art/runtime/runtime.cc:203] native: ??? (libcocos2dlua.so)
01-22 12:58:00.696: A/art(17321): art/runtime/runtime.cc:203] native: ??? (libcocos2dlua.so)
01-22 12:58:00.696: A/art(17321): art/runtime/runtime.cc:203] at org.cocos2dx.lib.Cocos2dxRenderer.nativeRender(Native method)
01-22 12:58:00.696: A/art(17321): art/runtime/runtime.cc:203] at org.cocos2dx.lib.Cocos2dxRenderer.onDrawFrame(Cocos2dxRenderer.java:94)
01-22 12:58:00.696: A/art(17321): art/runtime/runtime.cc:203] at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1523)
01-22 12:58:00.696: A/art(17321): art/runtime/runtime.cc:203] at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1240)
01-22 12:58:00.696: A/art(17321): art/runtime/runtime.cc:203]
01-22 12:58:00.696: A/art(17321): art/runtime/runtime.cc:203] “SoundPool” prio=5 tid=15 Native
01-22 12:58:00.706: A/art(17321): art/runtime/runtime.cc:203] | group=“main” sCount=0 dsCount=0 obj=0x6563d610 self=0x487ee498
01-22 12:58:00.706: A/art(17321): art/runtime/runtime.cc:203] | sysTid=17351 nice=0 cgrp=apps sched=0/0 handle=0x487ee008
01-22 12:58:00.706: A/art(17321): art/runtime/runtime.cc:203] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=1 HZ=100
01-22 12:58:00.706: A/art(17321): art/runtime/runtime.cc:203] | stack=0x48901000-0x48905000 stackSize=1016KB
01-22 12:58:00.706: A/art(17321): art/runtime/runtime.cc:203] native: __pthread_cond_timedwait+64 (libc.so)
01-22 12:58:00.706: A/art(17321): art/runtime/runtime.cc:203] native: android::SoundPool::run()+20 (libmedia.so)
01-22 12:58:00.706: A/art(17321): art/runtime/runtime.cc:203] native: android::AndroidRuntime::javaThreadShell(void*)+68 (libandroid_runtime.so)
01-22 12:58:00.706: A/art(17321): art/runtime/runtime.cc:203] native: ??? (libutils.so)
01-22 12:58:00.706: A/art(17321): art/runtime/runtime.cc:203] native: __thread_entry+72 (libc.so)
01-22 12:58:00.706: A/art(17321): art/runtime/runtime.cc:203] native: pthread_create+240 (libc.so)
01-22 12:58:00.706: A/art(17321): art/runtime/runtime.cc:203] (no managed stack frames)
01-22 12:58:00.706: A/art(17321): art/runtime/runtime.cc:203]
01-22 12:58:00.706: A/art(17321): art/runtime/runtime.cc:203] “SoundPoolThread” prio=5 tid=16 Native
01-22 12:58:00.706: A/art(17321): art/runtime/runtime.cc:203] | group=“main” sCount=0 dsCount=0 obj=0x6563d808 self=0x487eedd8
01-22 12:58:00.706: A/art(17321): art/runtime/runtime.cc:203] | sysTid=17352 nice=0 cgrp=apps sched=0/0 handle=0x487ee250
01-22 12:58:00.706: A/art(17321): art/runtime/runtime.cc:203] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=1 HZ=100
01-22 12:58:00.706: A/art(17321): art/runtime/runtime.cc:203] | stack=0x48a01000-0x48a05000 stackSize=1016KB
01-22 12:58:00.706: A/art(17321): art/runtime/runtime.cc:203] native: __pthread_cond_timedwait+64 (libc.so)
01-22 12:58:00.706: A/art(17321): art/runtime/runtime.cc:203] native: ??? (libmedia.so)
01-22 12:58:00.706: A/art(17321): art/runtime/runtime.cc:203] native: android::SoundPoolThread::read()+16 (libmedia.so)
01-22 12:58:00.706: A/art(17321): art/runtime/runtime.cc:203] native: android::SoundPoolThread::run()+14 (libmedia.so)
01-22 12:58:00.706: A/art(17321): art/runtime/runtime.cc:203] native: android::AndroidRuntime::javaThreadShell(void*)+68 (libandroid_runtime.so)
01-22 12:58:00.706: A/art(17321): art/runtime/runtime.cc:203] native: ??? (libutils.so)
01-22 12:58:00.706: A/art(17321): art/runtime/runtime.cc:203] native: __thread_entry+72 (libc.so)
01-22 12:58:00.706: A/art(17321): art/runtime/runtime.cc:203] native: pthread_create+240 (libc.so)
01-22 12:58:00.706: A/art(17321): art/runtime/runtime.cc:203] (no managed stack frames)
01-22 12:58:00.706: A/art(17321): art/runtime/runtime.cc:203]
01-22 12:58:00.706: A/art(17321): art/runtime/runtime.cc:203] “AsyncTask #1” prio=5 tid=17 Waiting
01-22 12:58:00.706: A/art(17321): art/runtime/runtime.cc:203] | group=“main” sCount=0 dsCount=0 obj=0x656475d8 self=0x487f27e8
01-22 12:58:00.706: A/art(17321): art/runtime/runtime.cc:203] | sysTid=17354 nice=0 cgrp=apps sched=0/0 handle=0x487f2b08
01-22 12:58:00.706: A/art(17321): art/runtime/runtime.cc:203] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=3 HZ=100
01-22 12:58:00.706: A/art(17321): art/runtime/runtime.cc:203] | stack=0x48b01000-0x48b05000 stackSize=1040KB
01-22 12:58:00.706: A/art(17321): art/runtime/runtime.cc:203] native: (no native stack frames for thread 17354)
01-22 12:58:00.706: A/art(17321): art/runtime/runtime.cc:203] at java.lang.Object.wait(Native method)
01-22 12:58:00.706: A/art(17321): art/runtime/runtime.cc:203] - waiting on <0x656476b0> (a java.lang.Object)
01-22 12:58:00.706: A/art(17321): art/runtime/runtime.cc:203] at java.lang.Thread.parkFor(Thread.java:1199)
01-22 12:58:00.706: A/art(17321): art/runtime/runtime.cc:203] - locked <0x656476b0> (a java.lang.Object)
01-22 12:58:00.706: A/art(17321): art/runtime/runtime.cc:203] at sun.misc.Unsafe.park(Unsafe.java:313)
01-22 12:58:00.706: A/art(17321): art/runtime/runtime.cc:203] at java.util.concurrent.locks.LockSupport.park(LockSupport.java:157)
01-22 12:58:00.706: A/art(17321): art/runtime/runtime.cc:203] at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2017)
01-22 12:58:00.706: A/art(17321): art/runtime/runtime.cc:203] at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:410)
01-22 12:58:00.706: A/art(17321): art/runtime/runtime.cc:203] at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1035)
01-22 12:58:00.706: A/art(17321): art/runtime/runtime.cc:203] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1097)
01-22 12:58:00.706: A/art(17321): art/runtime/runtime.cc:203] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
01-22 12:58:00.706: A/art(17321): art/runtime/runtime.cc:203] at java.lang.Thread.run(Thread.java:811)
01-22 12:58:00.706: A/art(17321): art/runtime/runtime.cc:203]
01-22 12:58:00.706: A/art(17321): art/runtime/runtime.cc:203] “AsyncTask #2” prio=5 tid=18 Waiting
01-22 12:58:00.706: A/art(17321): art/runtime/runtime.cc:203] | group=“main” sCount=0 dsCount=0 obj=0x656484a8 self=0x488f4510
01-22 12:58:00.706: A/art(17321): art/runtime/runtime.cc:203] | sysTid=17355 nice=0 cgrp=apps sched=0/0 handle=0x488f4790
01-22 12:58:00.706: A/art(17321): art/runtime/runtime.cc:203] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=3 HZ=100
01-22 12:58:00.706: A/art(17321): art/runtime/runtime.cc:203] | stack=0x48c07000-0x48c0b000 stackSize=1040KB
01-22 12:58:00.706: A/art(17321): art/runtime/runtime.cc:203] native: (no native stack frames for thread 17355)
01-22 12:58:00.706: A/art(17321): art/runtime/runtime.cc:203] at java.lang.Object.wait(Native method)
01-22 12:58:00.706: A/art(17321): art/runtime/runtime.cc:203] - waiting on <0x65648580> (a java.lang.Object)
01-22 12:58:00.706: A/art(17321): art/runtime/runtime.cc:203] at java.lang.Thread.parkFor(Thread.java:1199)
01-22 12:58:00.706: A/art(17321): art/runtime/runtime.cc:203] - locked <0x65648580> (a java.lang.Object)
01-22 12:58:00.706: A/art(17321): art/runtime/runtime.cc:203] at sun.misc.Unsafe.park(Unsafe.java:313)
01-22 12:58:00.706: A/art(17321): art/runtime/runtime.cc:203] at java.util.concurrent.locks.LockSupport.park(LockSupport.java:157)
01-22 12:58:00.706: A/art(17321): art/runtime/runtime.cc:203] at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2017)
01-22 12:58:00.706: A/art(17321): art/runtime/runtime.cc:203] at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:410)
01-22 12:58:00.706: A/art(17321): art/runtime/runtime.cc:203] at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1035)
01-22 12:58:00.706: A/art(17321): art/runtime/runtime.cc:203] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1097)
01-22 12:58:00.706: A/art(17321): art/runtime/runtime.cc:203] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
01-22 12:58:00.706: A/art(17321): art/runtime/runtime.cc:203] at java.lang.Thread.run(Thread.java:811)
01-22 12:58:00.706: A/art(17321): art/runtime/runtime.cc:203]
01-22 12:58:00.706: A/art(17321): art/runtime/runtime.cc:203]
01-22 12:58:00.706: A/libc(17321): Fatal signal 6 (SIGABRT) at 0x000043a9 (code=-6), thread 17350 (GLThread 572)

同样问题,如何破?

破了吗?楼主

非法的UTF-8导致的,可以判断下