通过TestFairy部署Android应用程序时出现异常

时间:2016-05-06 22:09:53

标签: java android multithreading testfairy

我正在使用应用程序,一切都很好。但是,一旦我使用TestFairy部署到测试人员,该应用程序就会在某些方面引发一个很大的例外,我完全不了解。

例外情况如下:

JNI DETECTED ERROR IN APPLICATION: obj == null
    in call to GetLongField
    from void android.graphics.Canvas.nativeDrawBitmapMatrix(long, android.graphics.Bitmap, long, long)
"main" prio=5 tid=1 Runnable
  | group="main" sCount=0 dsCount=0 obj=0x764cc630 self=0x7f98f6fa00
  | sysTid=8849 nice=-11 cgrp=default sched=0/0 handle=0x7f9cf98fc8
  | state=R schedstat=( 0 0 0 ) utm=61 stm=31 core=3 HZ=100
  | stack=0x7fc4c5f000-0x7fc4c61000 stackSize=8MB
  | held mutexes= "mutator lock"(shared held)
  native: #00 pc 000000000048a5b0  /system/lib64/libart.so (art::DumpNativeStack(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, int, BacktraceMap*, char const*, art::ArtMethod*, void*)+200)
  native: #01 pc 0000000000459358  /system/lib64/libart.so (art::Thread::Dump(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, BacktraceMap*) const+224)
  native: #02 pc 000000000030d764  /system/lib64/libart.so (art::JavaVMExt::JniAbort(char const*, char const*)+1004)
  native: #03 pc 000000000030e138  /system/lib64/libart.so (art::JavaVMExt::JniAbortF(char const*, char const*, ...)+224)
  native: #04 pc 000000000034b584  /system/lib64/libart.so (art::JNI::GetLongField(_JNIEnv*, _jobject*, _jfieldID*)+600)
  native: #05 pc 00000000000f6f94  /system/lib64/libandroid_runtime.so (GraphicsJNI::getBitmap(_JNIEnv*, _jobject*)+24)
  native: #06 pc 00000000000f6fac  /system/lib64/libandroid_runtime.so (GraphicsJNI::getSkBitmap(_JNIEnv*, _jobject*, SkBitmap*)+12)
  native: #07 pc 00000000000ec0d8  /system/lib64/libandroid_runtime.so (???)
  native: #08 pc 000000000103445c  /system/framework/arm64/boot.oat (Java_android_graphics_Canvas_nativeDrawBitmapMatrix__JLandroid_graphics_Bitmap_2JJ+176)
  at android.graphics.Canvas.nativeDrawBitmapMatrix(Native method)
  at android.graphics.Canvas.drawBitmap(Canvas.java:1531)
  at com.testfairy.c.f.onDraw(SourceFile:29)
  at android.view.View.draw(View.java:17469)
  at android.view.View.draw(View.java:17381)
  at android.view.ViewGroup.drawChild(ViewGroup.java:3921)
  at android.view.ViewGroup.dispatchDraw(ViewGroup.java:3711)
  at android.view.View.draw(View.java:17472)
  at android.view.View.draw(View.java:17381)
  at android.view.ViewGroup.drawChild(ViewGroup.java:3921)
  at android.view.ViewGroup.dispatchDraw(ViewGroup.java:3711)
  at android.view.View.draw(View.java:17472)
  at android.support.v4.view.ViewPager.draw(ViewPager.java:2336)
  at android.view.View.draw(View.java:17381)
  at android.view.ViewGroup.drawChild(ViewGroup.java:3921)
  at android.view.ViewGroup.dispatchDraw(ViewGroup.java:3711)
  at android.view.View.draw(View.java:17379)
  at android.view.ViewGroup.drawChild(ViewGroup.java:3921)
  at android.view.ViewGroup.dispatchDraw(ViewGroup.java:3711)
  at android.view.View.draw(View.java:17379)
  at android.view.ViewGroup.drawChild(ViewGroup.java:3921)
  at android.view.ViewGroup.dispatchDraw(ViewGroup.java:3711)
  at android.view.View.draw(View.java:17379)
  at android.view.ViewGroup.drawChild(ViewGroup.java:3921)
  at android.view.ViewGroup.dispatchDraw(ViewGroup.java:3711)
  at android.view.View.draw(View.java:17472)
  at com.android.internal.policy.PhoneWindow$DecorView.draw(PhoneWindow.java:3205)
  at com.testfairy.i.a(SourceFile:337)
  at com.testfairy.sdk.aa.run(SourceFile:2902)
  at android.os.Handler.handleCallback(Handler.java:739)
  at android.os.Handler.dispatchMessage(Handler.java:95)
  at android.os.Looper.loop(Looper.java:158)
  at android.app.ActivityThread.main(ActivityThread.java:7224)
  at java.lang.reflect.Method.invoke!(Native method)
  at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1230)
  at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1120)

E/Watchdog: !@Sync 16475 [05-06 23:44:16.903]
Runtime aborting...
Aborting thread:
"main" prio=10 tid=1 Native
  | group="" sCount=0 dsCount=0 obj=0x764cc630 self=0x7f98f6fa00
  | sysTid=8849 nice=-11 cgrp=default sched=0/0 handle=0x7f9cf98fc8
  | state=R schedstat=( 0 0 0 ) utm=62 stm=33 core=0 HZ=100
  | stack=0x7fc4c5f000-0x7fc4c61000 stackSize=8MB
  | held mutexes= "abort lock"
  native: #00 pc 000000000048a5b0  /system/lib64/libart.so (art::DumpNativeStack(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, int, BacktraceMap*, char const*, art::ArtMethod*, void*)+200)
  native: #01 pc 0000000000459358  /system/lib64/libart.so (art::Thread::Dump(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, BacktraceMap*) const+224)
  native: #02 pc 0000000000432648  /system/lib64/libart.so (art::AbortState::DumpThread(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, art::Thread*) const+48)
  native: #03 pc 0000000000432a2c  /system/lib64/libart.so (art::Runtime::Abort()+852)
  native: #04 pc 0000000000136364  /system/lib64/libart.so (art::LogMessage::~LogMessage()+3136)
  native: #05 pc 000000000030db9c  /system/lib64/libart.so (art::JavaVMExt::JniAbort(char const*, char const*)+2084)
  native: #06 pc 000000000030e138  /system/lib64/libart.so (art::JavaVMExt::JniAbortF(char const*, char const*, ...)+224)
  native: #07 pc 000000000034b584  /system/lib64/libart.so (art::JNI::GetLongField(_JNIEnv*, _jobject*, _jfieldID*)+600)
  native: #08 pc 00000000000f6f94  /system/lib64/libandroid_runtime.so (GraphicsJNI::getBitmap(_JNIEnv*, _jobject*)+24)
  native: #09 pc 00000000000f6fac  /system/lib64/libandroid_runtime.so (GraphicsJNI::getSkBitmap(_JNIEnv*, _jobject*, SkBitmap*)+12)
  native: #10 pc 00000000000ec0d8  /system/lib64/libandroid_runtime.so (???)
  native: #11 pc 000000000103445c  /system/framework/arm64/boot.oat (???)
  at android.graphics.Canvas.nativeDrawBitmapMatrix(Native method)
  at android.graphics.Canvas.drawBitmap(Canvas.java:1531)
  at com.testfairy.c.f.onDraw(SourceFile:29)
  at android.view.View.draw(View.java:17469)
  at android.view.View.draw(View.java:17381)
  at android.view.ViewGroup.drawChild(ViewGroup.java:3921)
  at android.view.ViewGroup.dispatchDraw(ViewGroup.java:3711)
  at android.view.View.draw(View.java:17472)
  at android.view.View.draw(View.java:17381)
  at android.view.ViewGroup.drawChild(ViewGroup.java:3921)
  at android.view.ViewGroup.dispatchDraw(ViewGroup.java:3711)
  at android.view.View.draw(View.java:17472)
  at android.support.v4.view.ViewPager.draw(ViewPager.java:2336)
  at android.view.View.draw(View.java:17381)
  at android.view.ViewGroup.drawChild(ViewGroup.java:3921)
  at android.view.ViewGroup.dispatchDraw(ViewGroup.java:3711)
  at android.view.View.draw(View.java:17379)
  at android.view.ViewGroup.drawChild(ViewGroup.java:3921)
  at android.view.ViewGroup.dispatchDraw(ViewGroup.java:3711)
  at android.view.View.draw(View.java:17379)
  at android.view.ViewGroup.drawChild(ViewGroup.java:3921)
  at android.view.ViewGroup.dispatchDraw(ViewGroup.java:3711)
  at android.view.View.draw(View.java:17379)
  at android.view.ViewGroup.drawChild(ViewGroup.java:3921)
  at android.view.ViewGroup.dispatchDraw(ViewGroup.java:3711)
  at android.view.View.draw(View.java:17472)
  at com.android.internal.policy.PhoneWindow$DecorView.draw(PhoneWindow.java:3205)
  at com.testfairy.i.a(SourceFile:337)
  at com.testfairy.sdk.aa.run(SourceFile:2902)
  at android.os.Handler.handleCallback(Handler.java:739)
  at android.os.Handler.dispatchMessage(Handler.java:95)
  at android.os.Looper.loop(Looper.java:158)
  at android.app.ActivityThread.main(ActivityThread.java:7224)
  at java.lang.reflect.Method.invoke!(Native method)
  at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1230)
  at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1120)
Dumping all threads without appropriate locks held: thread list lock mutator lock
All threads:
DALVIK THREADS (37):

... here seem to come all threads but this is the only one with a reference to my code

"AsyncTask #1" prio=10 tid=35 Sleeping
  | group="" sCount=1 dsCount=0 obj=0x12c8aa00 self=0x7f92d9c000
  | sysTid=9161 nice=10 cgrp=bg_non_interactive sched=0/0 handle=0x7f6773f440
  | state=S schedstat=( 0 0 0 ) utm=0 stm=1 core=2 HZ=100
  | stack=0x7f6763d000-0x7f6763f000 stackSize=1037KB
  | held mutexes=
  kernel: (couldn't read /proc/self/task/9161/stack)
  native: #00 pc 000000000001c0dc  /system/lib64/libc.so (syscall+28)
  native: #01 pc 00000000001397f4  /system/lib64/libart.so (art::ConditionVariable::Wait(art::Thread*)+136)
  native: #02 pc 000000000039604c  /system/lib64/libart.so (art::Monitor::Wait(art::Thread*, long, int, bool, art::ThreadState)+1648)
  native: #03 pc 0000000000396170  /system/lib64/libart.so (art::Monitor::Wait(art::Thread*, art::mirror::Object*, long, int, bool, art::ThreadState)+244)
  native: #04 pc 0000000000028504  /system/framework/arm64/boot.oat (Java_java_lang_Thread_sleep__Ljava_lang_Object_2JI+168)
  at java.lang.Thread.sleep!(Native method)
  - sleeping on <0x0ae371dc> (a java.lang.Object)
  at java.lang.Thread.sleep(Thread.java:1031)
  - locked <0x0ae371dc> (a java.lang.Object)
  at java.lang.Thread.sleep(Thread.java:985)
  at my.app.main.StoryViewActivity$PictureProgress.doInBackground(StoryViewActivity.java:332)
  at my.app.main.StoryViewActivity$PictureProgress.doInBackground(StoryViewActivity.java:310)
  at android.os.AsyncTask$2.call(AsyncTask.java:295)
  at java.util.concurrent.FutureTask.run(FutureTask.java:237)
  at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:234)
  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1113)
  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:588)
  at java.lang.Thread.run(Thread.java:818)

  

AsyncTask#1&#34; prio = 10 tid = 35睡觉

是唯一一个引用我的代码的人:

  at my.app.main.StoryViewActivity$PictureProgress.doInBackground(StoryViewActivity.java:332)
  at my.app.main.StoryViewActivity$PictureProgress.doInBackground(StoryViewActivity.java:310)

它指向这段代码(简化):

private class PictureProgress extends AsyncTask<Void, Integer, Void> {
    @Override
    protected Void doInBackground(Void... params) {
        while (!isCancelled() && progress <= C.STORY_PICTURE_DISPLAY_TIME) {
            work...
            try {
                    Thread.sleep(5); /* it points to this line */
                } catch (InterruptedException ignored) {
            }
        }
        return null;

}
参考行号的

是代码:

  

的Thread.sleep(5); / *为什么这会失败? * /

现在再次,如果我在构建版本和发布版本中通过Android Studio部署应用程序,这样运行完全正常。 但是我把它上传到了TestFairy,并且每次都突然崩溃了!

此外,相同的Thread.sleep(5)代码在应用程序的另一个点工作! (使用TestFairy)

我很困惑,希望有人可以帮助我!

提前致谢并对不起长的异常代码表示歉意。 所有线程的完整例外是1000行:)

grAPPfruit

1 个答案:

答案 0 :(得分:1)

这是来自TestFairy的Gil。

我们在Android 5.0.1上看到过此次崩溃,这也是这种情况吗?操作系统中似乎存在一个错误,我们无法修复。

但是,好消息是,我们最近推出了Android SDK,如果您转到http://docs.testfairy.com/Android/Integrating_Android_SDK.html并按照其中的说明操作,您应该会在几分钟内启动并运行。