Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Android]Release crash "s.propTypes.style" #5655

Closed
Richard-Cao opened this issue Feb 1, 2016 · 21 comments
Closed

[Android]Release crash "s.propTypes.style" #5655

Richard-Cao opened this issue Feb 1, 2016 · 21 comments
Labels
Resolution: Locked This issue was locked by the bot.

Comments

@Richard-Cao
Copy link

02-01 13:16:40.650 12399-12424/? E/ReactNativeJS: undefined is not an object (evaluating 's.propTypes.style')
02-01 13:16:40.670 12399-12425/? E/AndroidRuntime: FATAL EXCEPTION: mqt_native_modules
                                                   Process: com.reading, PID: 12399
                                                   com.facebook.react.modules.core.JavascriptException: <unknown>
                                                       index.android.bundle:18:31918
                                                   r
                                                       index.android.bundle:1:575
                                                   n
                                                       index.android.bundle:1:241
                                                   <unknown>
                                                       index.android.bundle:18:16832
                                                   r
                                                       index.android.bundle:1:575
                                                   n
                                                       index.android.bundle:1:241
                                                   <unknown>
                                                       index.android.bundle:18:15861
                                                   r
                                                       index.android.bundle:1:575
                                                   n
                                                       index.android.bundle:1:241
                                                   <unknown>
                                                       index.android.bundle:18:14713
                                                   r
                                                       index.android.bundle:1:575
                                                   n
                                                       index.android.bundle:1:241
                                                   <unknown>
                                                       index.android.bundle:18:13643
                                                   r
                                                       index.android.bundle:1:575
                                                   n
                                                       index.android.bundle:1:241
                                                   <unknown>
                                                       index.android.bundle:17:26122
                                                   r
                                                       index.android.bundle:1:575
                                                   n
                                                       index.android.bundle:1:241
                                                   <unknown>
                                                       index.android.bundle:1:11742
                                                   r
                                                       index.android.bundle:1:575
                                                   r
                                                       index.android.bundle:1:304
                                                   n
                                                       index.android.bundle:1:241
                                                   <unknown>
                                                       global code@index.android.bundle:19:25326
02-01 13:16:40.730 12399-12424/? E/ReactNativeJS: Module AppRegistry is not a registered callable module.

I found s.propTypes.style in index.android.bundle here:

g=o.createClass({displayName:"ScrollableTabView",statics:{DefaultTabBar:f},propTypes:{tabBarPosition:d.oneOf(["top","bottom"]),initialPage:d.number,page:d.number,onChangeTab:d.func,onScroll:d.func,renderTabBar:d.any,style:s.propTypes.style}

but debug is right, release crash.
why?

react-native version: 0.19.0
used: react-native-scrollable-tab-view

@facebook-github-bot
Copy link
Contributor

Hey Richard-Cao, thanks for reporting this issue!

React Native, as you've probably heard, is getting really popular and truth is we're getting a bit overwhelmed by the activity surrounding it. There are just too many issues for us to manage properly.

  • If you don't know how to do something or something is not working as you expect but not sure it's a bug, please ask on StackOverflow with the tag react-native or for more real time interactions, ask on Discord in the #react-native channel.
  • If this is a feature request or a bug that you would like to be fixed, please report it on Product Pains. It has a ranking feature that lets us focus on the most important issues the community is experiencing.
  • We welcome clear issues and PRs that are ready for in-depth discussion. Please provide screenshots where appropriate and always mention the version of React Native you're using. Thank you for your contributions!

@Richard-Cao
Copy link
Author

please help……

@Richard-Cao
Copy link
Author

I remove react-native-scrollable-tab-view and release apk but still crash, it report another crash with undefined is not an object (evaluating 'u.propTypes.style')

whatever, I think this is react-native 0.19.0's bug, when release apk

@Richard-Cao
Copy link
Author

I go back to 0.18.0, not crash.
This is 0.19.0 bug for Android release!

@AntiHate
Copy link

AntiHate commented Feb 1, 2016

+1

RN: 0.19.0

App crashes on release build, debug release works fine.

E/ReactNativeJS( 4528): undefined is not an object (evaluating 'h.propTypes.style')
E/ReactNativeJS( 4528): Module AppRegistry is not a registered callable module.

It works on RN 0.18.1

@AntiHate
Copy link

AntiHate commented Feb 1, 2016

I manage to fix it by setting proguard to false in release build.

@Richard-Cao to fix it make this change in you app build.gradle

def enableProguardInReleaseBuilds = false

@janicduplessis
Copy link
Contributor

I can confirm I have the same issue too. Like @AntiHate said disabling proguard is a workaround.

@kristjanmik
Copy link

@janicduplessis It is not a workaround since you would never publish an app without running it through some obfuscation

@janicduplessis
Copy link
Contributor

@kristjanmik As a temporary workaround is what I meant.

@Richard-Cao
Copy link
Author

I think if publish app, should def enableProguardInReleaseBuilds = true

@danleveille
Copy link

👍 +1

Had to use the proguard workaround.

@mhagmajer
Copy link

+1

@janicduplessis
Copy link
Contributor

I found the problem, ReactProp and ReactPropGroup were moved to the annotations package and the proguard file was not updated accordingly.

To fix it you can change

-keepclassmembers class *  { @com.facebook.react.uimanager.ReactProp <methods>; }
-keepclassmembers class *  { @com.facebook.react.uimanager.ReactPropGroup <methods>; }

for

-keepclassmembers class *  { @com.facebook.react.uimanager.annotations.ReactProp <methods>; }
-keepclassmembers class *  { @com.facebook.react.uimanager.annotations.ReactPropGroup <methods>; }

in your proguard-rules.pro line 45-46

I'll submit a PR to fix the templates.

@kristjanmik
Copy link

Awesome @janicduplessis, it solved the props problem. Are you running into this problem as well with a fresh project + minification + proguard with -dontobfuscate commented out. Here is a dump:

02-03 12:13:18.399  5159  6910 I ActivityManager: Start proc 17279:com.awesomeproject/u0a128 for activity com.awesomeproject/.MainActivity
02-03 12:13:18.453  5159 10900 I ActivityManager: Config changes=480 {1.0 ?mcc?mnc en_US ldltr sw411dp w683dp h387dp 560dpi nrml land finger -keyb/v/h -nav/h s.58}
02-03 12:13:18.566 17279 17297 F art     : art/runtime/java_vm_ext.cc:410] JNI DETECTED ERROR IN APPLICATION: fid == null
02-03 12:13:18.566 17279 17297 F art     : art/runtime/java_vm_ext.cc:410]     in call to GetStaticObjectField
02-03 12:13:18.566 17279 17297 F art     : art/runtime/java_vm_ext.cc:410]     from java.lang.String java.lang.Runtime.nativeLoad(java.lang.String, java.lang.ClassLoader, java.lang.String)
02-03 12:13:18.566 17279 17297 F art     : art/runtime/java_vm_ext.cc:410] "AsyncTask #1" prio=5 tid=9 Runnable
02-03 12:13:18.566 17279 17297 F art     : art/runtime/java_vm_ext.cc:410]   | group="main" sCount=0 dsCount=0 obj=0x12dd6820 self=0xed2f6300
02-03 12:13:18.566 17279 17297 F art     : art/runtime/java_vm_ext.cc:410]   | sysTid=17297 nice=10 cgrp=bg_non_interactive sched=0/0 handle=0xef7a8930
02-03 12:13:18.566 17279 17297 F art     : art/runtime/java_vm_ext.cc:410]   | state=R schedstat=( 29549731 2411613 115 ) utm=2 stm=0 core=2 HZ=100
02-03 12:13:18.566 17279 17297 F art     : art/runtime/java_vm_ext.cc:410]   | stack=0xef6a6000-0xef6a8000 stackSize=1038KB
02-03 12:13:18.566 17279 17297 F art     : art/runtime/java_vm_ext.cc:410]   | held mutexes= "mutator lock"(shared held)
02-03 12:13:18.566 17279 17297 F art     : art/runtime/java_vm_ext.cc:410]   native: #00 pc 0035a55f  /system/lib/libart.so (art::DumpNativeStack(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, int, char const*, art::ArtMethod*, void*)+126)
02-03 12:13:18.566 17279 17297 F art     : art/runtime/java_vm_ext.cc:410]   native: #01 pc 0033b0e7  /system/lib/libart.so (art::Thread::Dump(std::__1::basic_ostream<char, std::__1::char_traits<char> >&) const+138)
02-03 12:13:18.566 17279 17297 F art     : art/runtime/java_vm_ext.cc:410]   native: #02 pc 0024dfcb  /system/lib/libart.so (art::JavaVMExt::JniAbort(char const*, char const*)+750)
02-03 12:13:18.566 17279 17297 F art     : art/runtime/java_vm_ext.cc:410]   native: #03 pc 0024e6d3  /system/lib/libart.so (art::JavaVMExt::JniAbortF(char const*, char const*, ...)+62)
02-03 12:13:18.566 17279 17297 F art     : art/runtime/java_vm_ext.cc:410]   native: #04 pc 0026f303  /system/lib/libart.so (art::JNI::GetStaticObjectField(_JNIEnv*, _jclass*, _jfieldID*)+410)
02-03 12:13:18.566 17279 17297 F art     : art/runtime/java_vm_ext.cc:410]   native: #05 pc 0000b8b1  /data/app/com.awesomeproject-1/lib/arm/libreactnativejni.so (???)
02-03 12:13:18.566 17279 17297 F art     : art/runtime/java_vm_ext.cc:410]   native: #06 pc 00010a17  /data/app/com.awesomeproject-1/lib/arm/libreactnativejni.so (???)
02-03 12:13:18.566 17279 17297 F art     : art/runtime/java_vm_ext.cc:410]   native: #07 pc 00006aed  /data/app/com.awesomeproject-1/lib/arm/libfbjni.so (facebook::jni::initialize(_JavaVM*, void (*)())+228)
02-03 12:13:18.567 17279 17297 F art     : art/runtime/java_vm_ext.cc:410]   native: #08 pc 0024eba7  /system/lib/libart.so (art::JavaVMExt::LoadNativeLibrary(_JNIEnv*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, _jobject*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >*)+1190)
02-03 12:13:18.567 17279 17297 F art     : art/runtime/java_vm_ext.cc:410]   native: #09 pc 002c02eb  /system/lib/libart.so (art::Runtime_nativeLoad(_JNIEnv*, _jclass*, _jstring*, _jobject*, _jstring*)+178)
02-03 12:13:18.567 17279 17297 F art     : art/runtime/java_vm_ext.cc:410]   native: #10 pc 00212105  /data/dalvik-cache/arm/system@framework@boot.oat (Java_java_lang_Runtime_nativeLoad__Ljava_lang_String_2Ljava_lang_ClassLoader_2Ljava_lang_String_2+144)
02-03 12:13:18.567 17279 17297 F art     : art/runtime/java_vm_ext.cc:410]   at java.lang.Runtime.nativeLoad(Native method)
02-03 12:13:18.567 17279 17297 F art     : art/runtime/java_vm_ext.cc:410]   at java.lang.Runtime.doLoad(Runtime.java:435)
02-03 12:13:18.567 17279 17297 F art     : art/runtime/java_vm_ext.cc:410]   - locked <0x0b2b81d6> (a java.lang.Runtime)
02-03 12:13:18.567 17279 17297 F art     : art/runtime/java_vm_ext.cc:410]   at java.lang.Runtime.load(Runtime.java:330)
02-03 12:13:18.567 17279 17297 F art     : art/runtime/java_vm_ext.cc:410]   at java.lang.System.load(System.java:1069)
02-03 12:13:18.567 17279 17297 F art     : art/runtime/java_vm_ext.cc:410]   at com.facebook.m.c.a(unavailable:-1)
02-03 12:13:18.567 17279 17297 F art     : art/runtime/java_vm_ext.cc:410]   at com.facebook.m.h.a(unavailable:-1)
02-03 12:13:18.567 17279 17297 F art     : art/runtime/java_vm_ext.cc:410]   at com.facebook.m.h.a(unavailable:-1)
02-03 12:13:18.567 17279 17297 F art     : art/runtime/java_vm_ext.cc:410]   - locked <0x0499ac57> (a java.lang.Class<com.facebook.m.h>)
02-03 12:13:18.567 17279 17297 F art     : art/runtime/java_vm_ext.cc:410]   at com.facebook.react.bridge.JSCJavaScriptExecutor.<clinit>(unavailable:-1)
02-03 12:13:18.567 17279 17297 F art     : art/runtime/java_vm_ext.cc:410]   at com.facebook.react.bridge.ai.a(unavailable:-1)
02-03 12:13:18.567 17279 17297 F art     : art/runtime/java_vm_ext.cc:410]   at com.facebook.react.v.a(unavailable:-1)
02-03 12:13:18.567 17279 17297 F art     : art/runtime/java_vm_ext.cc:410]   at com.facebook.react.v.doInBackground(unavailable:-1)
02-03 12:13:18.567 17279 17297 F art     : art/runtime/java_vm_ext.cc:410]   at android.os.AsyncTask$2.call(AsyncTask.java:295)
02-03 12:13:18.567 17279 17297 F art     : art/runtime/java_vm_ext.cc:410]   at java.util.concurrent.FutureTask.run(FutureTask.java:237)
02-03 12:13:18.567 17279 17297 F art     : art/runtime/java_vm_ext.cc:410]   at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:234)
02-03 12:13:18.567 17279 17297 F art     : art/runtime/java_vm_ext.cc:410]   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1113)
02-03 12:13:18.567 17279 17297 F art     : art/runtime/java_vm_ext.cc:410]   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:588)
02-03 12:13:18.567 17279 17297 F art     : art/runtime/java_vm_ext.cc:410]   at java.lang.Thread.run(Thread.java:818)
02-03 12:13:18.567 17279 17297 F art     : art/runtime/java_vm_ext.cc:410]
02-03 12:13:18.569 17279 17306 I OpenGLRenderer: Initialized EGL, version 1.4
02-03 12:13:18.728 17279 17297 F art     : art/runtime/runtime.cc:366] Runtime aborting...
02-03 12:13:18.729 17279 17297 F art     : art/runtime/runtime.cc:366] Aborting thread:
02-03 12:13:18.729 17279 17297 F art     : art/runtime/runtime.cc:366] "AsyncTask #1" prio=4 tid=9 Native
02-03 12:13:18.729 17279 17297 F art     : art/runtime/runtime.cc:366]   | group="" sCount=0 dsCount=0 obj=0x12dd6820 self=0xed2f6300
02-03 12:13:18.729 17279 17297 F art     : art/runtime/runtime.cc:366]   | sysTid=17297 nice=10 cgrp=bg_non_interactive sched=0/0 handle=0xef7a8930
02-03 12:13:18.729 17279 17297 F art     : art/runtime/runtime.cc:366]   | state=R schedstat=( 48820255 2542341 123 ) utm=3 stm=1 core=1 HZ=100
02-03 12:13:18.729 17279 17297 F art     : art/runtime/runtime.cc:366]   | stack=0xef6a6000-0xef6a8000 stackSize=1038KB
02-03 12:13:18.729 17279 17297 F art     : art/runtime/runtime.cc:366]   | held mutexes= "abort lock"
02-03 12:13:18.729 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #00 pc 0035a55f  /system/lib/libart.so (art::DumpNativeStack(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, int, char const*, art::ArtMethod*, void*)+126)
02-03 12:13:18.729 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #01 pc 0033b0e7  /system/lib/libart.so (art::Thread::Dump(std::__1::basic_ostream<char, std::__1::char_traits<char> >&) const+138)
02-03 12:13:18.729 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #02 pc 0031f455  /system/lib/libart.so (art::AbortState::DumpThread(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, art::Thread*) const+20)
02-03 12:13:18.729 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #03 pc 0031f6d1  /system/lib/libart.so (art::Runtime::Abort()+540)
02-03 12:13:18.729 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #04 pc 000f3969  /system/lib/libart.so (art::LogMessage::~LogMessage()+2092)
02-03 12:13:18.729 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #05 pc 0024e2d5  /system/lib/libart.so (art::JavaVMExt::JniAbort(char const*, char const*)+1528)
02-03 12:13:18.729 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #06 pc 0024e6d3  /system/lib/libart.so (art::JavaVMExt::JniAbortF(char const*, char const*, ...)+62)
02-03 12:13:18.729 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #07 pc 0026f303  /system/lib/libart.so (art::JNI::GetStaticObjectField(_JNIEnv*, _jclass*, _jfieldID*)+410)
02-03 12:13:18.729 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #08 pc 0000b8b1  /data/app/com.awesomeproject-1/lib/arm/libreactnativejni.so (???)
02-03 12:13:18.729 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #09 pc 00010a17  /data/app/com.awesomeproject-1/lib/arm/libreactnativejni.so (???)
02-03 12:13:18.729 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #10 pc 00006aed  /data/app/com.awesomeproject-1/lib/arm/libfbjni.so (facebook::jni::initialize(_JavaVM*, void (*)())+228)
02-03 12:13:18.729 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #11 pc 0024eba7  /system/lib/libart.so (art::JavaVMExt::LoadNativeLibrary(_JNIEnv*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, _jobject*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >*)+1190)
02-03 12:13:18.729 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #12 pc 002c02eb  /system/lib/libart.so (art::Runtime_nativeLoad(_JNIEnv*, _jclass*, _jstring*, _jobject*, _jstring*)+178)
02-03 12:13:18.729 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #13 pc 00212105  /data/dalvik-cache/arm/system@framework@boot.oat (???)
02-03 12:13:18.729 17279 17297 F art     : art/runtime/runtime.cc:366]   at java.lang.Runtime.nativeLoad(Native method)
02-03 12:13:18.729 17279 17297 F art     : art/runtime/runtime.cc:366]   at java.lang.Runtime.doLoad(Runtime.java:435)
02-03 12:13:18.729 17279 17297 F art     : art/runtime/runtime.cc:366]   - locked <0x0b2b81d6> (a java.lang.Runtime)
02-03 12:13:18.729 17279 17297 F art     : art/runtime/runtime.cc:366]   at java.lang.Runtime.load(Runtime.java:330)
02-03 12:13:18.729 17279 17297 F art     : art/runtime/runtime.cc:366]   at java.lang.System.load(System.java:1069)
02-03 12:13:18.729 17279 17297 F art     : art/runtime/runtime.cc:366]   at com.facebook.m.c.a(unavailable:-1)
02-03 12:13:18.729 17279 17297 F art     : art/runtime/runtime.cc:366]   at com.facebook.m.h.a(unavailable:-1)
02-03 12:13:18.729 17279 17297 F art     : art/runtime/runtime.cc:366]   at com.facebook.m.h.a(unavailable:-1)
02-03 12:13:18.729 17279 17297 F art     : art/runtime/runtime.cc:366]   - locked <0x0499ac57> (a java.lang.Class<com.facebook.m.h>)
02-03 12:13:18.729 17279 17297 F art     : art/runtime/runtime.cc:366]   at com.facebook.react.bridge.JSCJavaScriptExecutor.<clinit>(unavailable:-1)
02-03 12:13:18.730 17279 17297 F art     : art/runtime/runtime.cc:366]   at com.facebook.react.bridge.ai.a(unavailable:-1)
02-03 12:13:18.730 17279 17297 F art     : art/runtime/runtime.cc:366]   at com.facebook.react.v.a(unavailable:-1)
02-03 12:13:18.730 17279 17297 F art     : art/runtime/runtime.cc:366]   at com.facebook.react.v.doInBackground(unavailable:-1)
02-03 12:13:18.730 17279 17297 F art     : art/runtime/runtime.cc:366]   at android.os.AsyncTask$2.call(AsyncTask.java:295)
02-03 12:13:18.730 17279 17297 F art     : art/runtime/runtime.cc:366]   at java.util.concurrent.FutureTask.run(FutureTask.java:237)
02-03 12:13:18.730 17279 17297 F art     : art/runtime/runtime.cc:366]   at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:234)
02-03 12:13:18.730 17279 17297 F art     : art/runtime/runtime.cc:366]   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1113)
02-03 12:13:18.730 17279 17297 F art     : art/runtime/runtime.cc:366]   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:588)
02-03 12:13:18.730 17279 17297 F art     : art/runtime/runtime.cc:366]   at java.lang.Thread.run(Thread.java:818)
02-03 12:13:18.730 17279 17297 F art     : art/runtime/runtime.cc:366] Pending exception java.lang.NoSuchFieldError: no "Lcom/facebook/react/bridge/ReadableType;" field "Null" in class "Lcom/facebook/react/bridge/ReadableType;" or its superclasses
02-03 12:13:18.730 17279 17297 F art     : art/runtime/runtime.cc:366]   at java.lang.String java.lang.Runtime.nativeLoad(java.lang.String, java.lang.ClassLoader, java.lang.String) (Runtime.java:-2)
02-03 12:13:18.730 17279 17297 F art     : art/runtime/runtime.cc:366]   at java.lang.String java.lang.Runtime.doLoad(java.lang.String, java.lang.ClassLoader) (Runtime.java:435)
02-03 12:13:18.730 17279 17297 F art     : art/runtime/runtime.cc:366]   at void java.lang.Runtime.load(java.lang.String, java.lang.ClassLoader) (Runtime.java:330)
02-03 12:13:18.730 17279 17297 F art     : art/runtime/runtime.cc:366]   at void java.lang.System.load(java.lang.String) (System.java:1069)
02-03 12:13:18.730 17279 17297 F art     : art/runtime/runtime.cc:366]   at int com.facebook.m.c.a(java.lang.String, int) ((null):-1)
02-03 12:13:18.730 17279 17297 F art     : art/runtime/runtime.cc:366]   at void com.facebook.m.h.a(java.lang.String, int) ((null):-1)
02-03 12:13:18.730 17279 17297 F art     : art/runtime/runtime.cc:366]   at void com.facebook.m.h.a(java.lang.String) ((null):-1)
02-03 12:13:18.730 17279 17297 F art     : art/runtime/runtime.cc:366]   at void com.facebook.react.bridge.JSCJavaScriptExecutor.<clinit>() ((null):-1)
02-03 12:13:18.730 17279 17297 F art     : art/runtime/runtime.cc:366]   at com.facebook.react.bridge.JavaScriptExecutor com.facebook.react.bridge.ai.a() ((null):-1)
02-03 12:13:18.730 17279 17297 F art     : art/runtime/runtime.cc:366]   at com.facebook.react.x com.facebook.react.v.a(com.facebook.react.w[]) ((null):-1)
02-03 12:13:18.730 17279 17297 F art     : art/runtime/runtime.cc:366]   at java.lang.Object com.facebook.react.v.doInBackground(java.lang.Object[]) ((null):-1)
02-03 12:13:18.730 17279 17297 F art     : art/runtime/runtime.cc:366]   at java.lang.Object android.os.AsyncTask$2.call() (AsyncTask.java:295)
02-03 12:13:18.730 17279 17297 F art     : art/runtime/runtime.cc:366]   at void java.util.concurrent.FutureTask.run() (FutureTask.java:237)
02-03 12:13:18.730 17279 17297 F art     : art/runtime/runtime.cc:366]   at void android.os.AsyncTask$SerialExecutor$1.run() (AsyncTask.java:234)
02-03 12:13:18.730 17279 17297 F art     : art/runtime/runtime.cc:366]   at void java.util.concurrent.ThreadPoolExecutor.runWorker(java.util.concurrent.ThreadPoolExecutor$Worker) (ThreadPoolExecutor.java:1113)
02-03 12:13:18.730 17279 17297 F art     : art/runtime/runtime.cc:366]   at void java.util.concurrent.ThreadPoolExecutor$Worker.run() (ThreadPoolExecutor.java:588)
02-03 12:13:18.730 17279 17297 F art     : art/runtime/runtime.cc:366]   at void java.lang.Thread.run() (Thread.java:818)
02-03 12:13:18.730 17279 17297 F art     : art/runtime/runtime.cc:366] Dumping all threads without appropriate locks held: thread list lock mutator lock
02-03 12:13:18.730 17279 17297 F art     : art/runtime/runtime.cc:366] All threads:
02-03 12:13:18.730 17279 17297 F art     : art/runtime/runtime.cc:366] DALVIK THREADS (10):
02-03 12:13:18.730 17279 17297 F art     : art/runtime/runtime.cc:366] "AsyncTask #1" prio=4 tid=9 Runnable
02-03 12:13:18.730 17279 17297 F art     : art/runtime/runtime.cc:366]   | group="" sCount=0 dsCount=0 obj=0x12dd6820 self=0xed2f6300
02-03 12:13:18.731 17279 17297 F art     : art/runtime/runtime.cc:366]   | sysTid=17297 nice=10 cgrp=bg_non_interactive sched=0/0 handle=0xef7a8930
02-03 12:13:18.731 17279 17297 F art     : art/runtime/runtime.cc:366]   | state=R schedstat=( 67111870 3713435 136 ) utm=4 stm=2 core=1 HZ=100
02-03 12:13:18.731 17279 17297 F art     : art/runtime/runtime.cc:366]   | stack=0xef6a6000-0xef6a8000 stackSize=1038KB
02-03 12:13:18.731 17279 17297 F art     : art/runtime/runtime.cc:366]   | held mutexes= "abort lock" "mutator lock"(shared held)
02-03 12:13:18.731 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #00 pc 0035a55f  /system/lib/libart.so (art::DumpNativeStack(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, int, char const*, art::ArtMethod*, void*)+126)
02-03 12:13:18.731 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #01 pc 0033b0e7  /system/lib/libart.so (art::Thread::Dump(std::__1::basic_ostream<char, std::__1::char_traits<char> >&) const+138)
02-03 12:13:18.731 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #02 pc 00344a4d  /system/lib/libart.so (art::DumpCheckpoint::Run(art::Thread*)+424)
02-03 12:13:18.731 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #03 pc 003455b1  /system/lib/libart.so (art::ThreadList::RunCheckpoint(art::Closure*)+200)
02-03 12:13:18.731 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #04 pc 00345ab5  /system/lib/libart.so (art::ThreadList::Dump(std::__1::basic_ostream<char, std::__1::char_traits<char> >&)+124)
02-03 12:13:18.731 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #05 pc 0031f645  /system/lib/libart.so (art::Runtime::Abort()+400)
02-03 12:13:18.731 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #06 pc 000f3969  /system/lib/libart.so (art::LogMessage::~LogMessage()+2092)
02-03 12:13:18.731 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #07 pc 0024e2d5  /system/lib/libart.so (art::JavaVMExt::JniAbort(char const*, char const*)+1528)
02-03 12:13:18.731 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #08 pc 0024e6d3  /system/lib/libart.so (art::JavaVMExt::JniAbortF(char const*, char const*, ...)+62)
02-03 12:13:18.731 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #09 pc 0026f303  /system/lib/libart.so (art::JNI::GetStaticObjectField(_JNIEnv*, _jclass*, _jfieldID*)+410)
02-03 12:13:18.731 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #10 pc 0000b8b1  /data/app/com.awesomeproject-1/lib/arm/libreactnativejni.so (???)
02-03 12:13:18.731 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #11 pc 00010a17  /data/app/com.awesomeproject-1/lib/arm/libreactnativejni.so (???)
02-03 12:13:18.731 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #12 pc 00006aed  /data/app/com.awesomeproject-1/lib/arm/libfbjni.so (facebook::jni::initialize(_JavaVM*, void (*)())+228)
02-03 12:13:18.731 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #13 pc 0024eba7  /system/lib/libart.so (art::JavaVMExt::LoadNativeLibrary(_JNIEnv*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, _jobject*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >*)+1190)
02-03 12:13:18.731 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #14 pc 002c02eb  /system/lib/libart.so (art::Runtime_nativeLoad(_JNIEnv*, _jclass*, _jstring*, _jobject*, _jstring*)+178)
02-03 12:13:18.731 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #15 pc 00212105  /data/dalvik-cache/arm/system@framework@boot.oat (Java_java_lang_Runtime_nativeLoad__Ljava_lang_String_2Ljava_lang_ClassLoader_2Ljava_lang_String_2+144)
02-03 12:13:18.731 17279 17297 F art     : art/runtime/runtime.cc:366]   at java.lang.Runtime.nativeLoad(Native method)
02-03 12:13:18.731 17279 17297 F art     : art/runtime/runtime.cc:366]   at java.lang.Runtime.doLoad(Runtime.java:435)
02-03 12:13:18.731 17279 17297 F art     : art/runtime/runtime.cc:366]   - locked <0x0b2b81d6> (a java.lang.Runtime)
02-03 12:13:18.731 17279 17297 F art     : art/runtime/runtime.cc:366]   at java.lang.Runtime.load(Runtime.java:330)
02-03 12:13:18.731 17279 17297 F art     : art/runtime/runtime.cc:366]   at java.lang.System.load(System.java:1069)
02-03 12:13:18.731 17279 17297 F art     : art/runtime/runtime.cc:366]   at com.facebook.m.c.a(unavailable:-1)
02-03 12:13:18.731 17279 17297 F art     : art/runtime/runtime.cc:366]   at com.facebook.m.h.a(unavailable:-1)
02-03 12:13:18.731 17279 17297 F art     : art/runtime/runtime.cc:366]   at com.facebook.m.h.a(unavailable:-1)
02-03 12:13:18.731 17279 17297 F art     : art/runtime/runtime.cc:366]   - locked <0x0499ac57> (a java.lang.Class<com.facebook.m.h>)
02-03 12:13:18.731 17279 17297 F art     : art/runtime/runtime.cc:366]   at com.facebook.react.bridge.JSCJavaScriptExecutor.<clinit>(unavailable:-1)
02-03 12:13:18.731 17279 17297 F art     : art/runtime/runtime.cc:366]   at com.facebook.react.bridge.ai.a(unavailable:-1)
02-03 12:13:18.731 17279 17297 F art     : art/runtime/runtime.cc:366]   at com.facebook.react.v.a(unavailable:-1)
02-03 12:13:18.732 17279 17297 F art     : art/runtime/runtime.cc:366]   at com.facebook.react.v.doInBackground(unavailable:-1)
02-03 12:13:18.732  4432  4432 I Keyboard.Facilitator: onFinishInput()
02-03 12:13:18.732 17279 17297 F art     : art/runtime/runtime.cc:366]   at android.os.AsyncTask$2.call(AsyncTask.java:295)
02-03 12:13:18.732 17279 17297 F art     : art/runtime/runtime.cc:366]   at java.util.concurrent.FutureTask.run(FutureTask.java:237)
02-03 12:13:18.732 17279 17297 F art     : art/runtime/runtime.cc:366]   at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:234)
02-03 12:13:18.732 17279 17297 F art     : art/runtime/runtime.cc:366]   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1113)
02-03 12:13:18.732 17279 17297 F art     : art/runtime/runtime.cc:366]   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:588)
02-03 12:13:18.732 17279 17297 F art     : art/runtime/runtime.cc:366]   at java.lang.Thread.run(Thread.java:818)
02-03 12:13:18.732 17279 17297 F art     : art/runtime/runtime.cc:366]
02-03 12:13:18.732 17279 17297 F art     : art/runtime/runtime.cc:366] "main" prio=4 tid=1 Native
02-03 12:13:18.732 17279 17297 F art     : art/runtime/runtime.cc:366]   | group="" sCount=1 dsCount=0 obj=0x74f8a2a0 self=0xf5476500
02-03 12:13:18.732 17279 17297 F art     : art/runtime/runtime.cc:366]   | sysTid=17279 nice=0 cgrp=default sched=0/0 handle=0xf762cb34
02-03 12:13:18.732 17279 17297 F art     : art/runtime/runtime.cc:366]   | state=S schedstat=( 53121758 7281252 168 ) utm=4 stm=1 core=2 HZ=100
02-03 12:13:18.732 17279 17297 F art     : art/runtime/runtime.cc:366]   | stack=0xff313000-0xff315000 stackSize=8MB
02-03 12:13:18.732 17279 17297 F art     : art/runtime/runtime.cc:366]   | held mutexes=
02-03 12:13:18.732 17279 17297 F art     : art/runtime/runtime.cc:366]   kernel: (couldn't read /proc/self/task/17279/stack)
02-03 12:13:18.732 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #00 pc 000175e8  /system/lib/libc.so (syscall+28)
02-03 12:13:18.732 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #01 pc 000f5ced  /system/lib/libart.so (art::ConditionVariable::Wait(art::Thread*)+80)
02-03 12:13:18.732 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #02 pc 003e1ac5  /system/lib/libart.so (art::GoToRunnable(art::Thread*)+500)
02-03 12:13:18.732 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #03 pc 000e540d  /system/lib/libart.so (art::JniMethodEnd(unsigned int, art::Thread*)+8)
02-03 12:13:18.732 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #04 pc 002a0bcf  /data/dalvik-cache/arm/system@framework@boot.oat (Java_android_view_Surface_nativeAllocateBuffers__J+90)
02-03 12:13:18.732 17279 17297 F art     : art/runtime/runtime.cc:366]   at android.view.Surface.nativeAllocateBuffers(Native method)
02-03 12:13:18.732 17279 17297 F art     : art/runtime/runtime.cc:366]   at android.view.Surface.allocateBuffers(Surface.java:484)
02-03 12:13:18.732 17279 17297 F art     : art/runtime/runtime.cc:366]   - locked <0x0a3b1344> (a java.lang.Object)
02-03 12:13:18.732 17279 17297 F art     : art/runtime/runtime.cc:366]   at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:1728)
02-03 12:13:18.732 17279 17297 F art     : art/runtime/runtime.cc:366]   at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:1107)
02-03 12:13:18.732 17279 17297 F art     : art/runtime/runtime.cc:366]   at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:6013)
02-03 12:13:18.732 17279 17297 F art     : art/runtime/runtime.cc:366]   at android.view.Choreographer$CallbackRecord.run(Choreographer.java:858)
02-03 12:13:18.732 17279 17297 F art     : art/runtime/runtime.cc:366]   at android.view.Choreographer.doCallbacks(Choreographer.java:670)
02-03 12:13:18.732 17279 17297 F art     : art/runtime/runtime.cc:366]   at android.view.Choreographer.doFrame(Choreographer.java:606)
02-03 12:13:18.732 17279 17297 F art     : art/runtime/runtime.cc:366]   at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:844)
02-03 12:13:18.732 17279 17297 F art     : art/runtime/runtime.cc:366]   at android.os.Handler.handleCallback(Handler.java:739)
02-03 12:13:18.733 17279 17297 F art     : art/runtime/runtime.cc:366]   at android.os.Handler.dispatchMessage(Handler.java:95)
02-03 12:13:18.733 17279 17297 F art     : art/runtime/runtime.cc:366]   at android.os.Looper.loop(Looper.java:148)
02-03 12:13:18.733 17279 17297 F art     : art/runtime/runtime.cc:366]   at android.app.ActivityThread.main(ActivityThread.java:5417)
02-03 12:13:18.733 17279 17297 F art     : art/runtime/runtime.cc:366]   at java.lang.reflect.Method.invoke!(Native method)
02-03 12:13:18.733 17279 17297 F art     : art/runtime/runtime.cc:366]   at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
02-03 12:13:18.733 17279 17297 F art     : art/runtime/runtime.cc:366]   at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
02-03 12:13:18.733 17279 17297 F art     : art/runtime/runtime.cc:366]
02-03 12:13:18.733 17279 17297 F art     : art/runtime/runtime.cc:366] "Signal Catcher" prio=4 tid=2 WaitingInMainSignalCatcherLoop
02-03 12:13:18.733 17279 17297 F art     : art/runtime/runtime.cc:366]   | group="" sCount=1 dsCount=0 obj=0x12d6e0a0 self=0xef366500
02-03 12:13:18.733 17279 17297 F art     : art/runtime/runtime.cc:366]   | sysTid=17284 nice=0 cgrp=default sched=0/0 handle=0xf4b87930
02-03 12:13:18.733 17279 17297 F art     : art/runtime/runtime.cc:366]   | state=S schedstat=( 1450208 35521 1 ) utm=0 stm=0 core=5 HZ=100
02-03 12:13:18.733 17279 17297 F art     : art/runtime/runtime.cc:366]   | stack=0xf4a8b000-0xf4a8d000 stackSize=1014KB
02-03 12:13:18.733 17279 17297 F art     : art/runtime/runtime.cc:366]   | held mutexes=
02-03 12:13:18.733 17279 17297 F art     : art/runtime/runtime.cc:366]   kernel: (couldn't read /proc/self/task/17284/stack)
02-03 12:13:18.733 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #00 pc 00040f8c  /system/lib/libc.so (__rt_sigtimedwait+12)
02-03 12:13:18.733 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #01 pc 0001cd97  /system/lib/libc.so (sigwait+22)
02-03 12:13:18.733 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #02 pc 00325fef  /system/lib/libart.so (art::SignalCatcher::WaitForSignal(art::Thread*, art::SignalSet&)+62)
02-03 12:13:18.733 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #03 pc 003270bf  /system/lib/libart.so (art::SignalCatcher::Run(void*)+202)
02-03 12:13:18.733 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #04 pc 0003f883  /system/lib/libc.so (__pthread_start(void*)+30)
02-03 12:13:18.733 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #05 pc 00019f75  /system/lib/libc.so (__start_thread+6)
02-03 12:13:18.733 17279 17297 F art     : art/runtime/runtime.cc:366]   (no managed stack frames)
02-03 12:13:18.733 17279 17297 F art     : art/runtime/runtime.cc:366]
02-03 12:13:18.733 17279 17297 F art     : art/runtime/runtime.cc:366] "ReferenceQueueDaemon" prio=4 tid=3 Waiting
02-03 12:13:18.733 17279 17297 F art     : art/runtime/runtime.cc:366]   | group="" sCount=1 dsCount=0 obj=0x12d68d60 self=0xed287a00
02-03 12:13:18.733 17279 17297 F art     : art/runtime/runtime.cc:366]   | sysTid=17285 nice=0 cgrp=default sched=0/0 handle=0xf4a88930
02-03 12:13:18.733 17279 17297 F art     : art/runtime/runtime.cc:366]   | state=S schedstat=( 877553 191875 9 ) utm=0 stm=0 core=6 HZ=100
02-03 12:13:18.733 17279 17297 F art     : art/runtime/runtime.cc:366]   | stack=0xf4986000-0xf4988000 stackSize=1038KB
02-03 12:13:18.733 17279 17297 F art     : art/runtime/runtime.cc:366]   | held mutexes=
02-03 12:13:18.733 17279 17297 F art     : art/runtime/runtime.cc:366]   kernel: (couldn't read /proc/self/task/17285/stack)
02-03 12:13:18.733 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #00 pc 000175e8  /system/lib/libc.so (syscall+28)
02-03 12:13:18.733 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #01 pc 000f5ced  /system/lib/libart.so (art::ConditionVariable::Wait(art::Thread*)+80)
02-03 12:13:18.733 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #02 pc 002ae657  /system/lib/libart.so (art::Monitor::Wait(art::Thread*, long long, int, bool, art::ThreadState)+1114)
02-03 12:13:18.734 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #03 pc 002af313  /system/lib/libart.so (art::Monitor::Wait(art::Thread*, art::mirror::Object*, long long, int, bool, art::ThreadState)+110)
02-03 12:13:18.734 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #04 pc 002c0175  /system/lib/libart.so (art::Object_wait(_JNIEnv*, _jobject*)+32)
02-03 12:13:18.734 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #05 pc 0000037f  /data/dalvik-cache/arm/system@framework@boot.oat (Java_java_lang_Object_wait__+74)
02-03 12:13:18.734 17279 17297 F art     : art/runtime/runtime.cc:366]   at java.lang.Object.wait!(Native method)
02-03 12:13:18.734 17279 17297 F art     : art/runtime/runtime.cc:366]   - waiting on <0x059e1c2d> (a java.lang.Class<java.lang.ref.ReferenceQueue>)
02-03 12:13:18.734 17279 17297 F art     : art/runtime/runtime.cc:366]   at java.lang.Daemons$ReferenceQueueDaemon.run(Daemons.java:147)
02-03 12:13:18.734 17279 17297 F art     : art/runtime/runtime.cc:366]   - locked <0x059e1c2d> (a java.lang.Class<java.lang.ref.ReferenceQueue>)
02-03 12:13:18.734 17279 17297 F art     : art/runtime/runtime.cc:366]   at java.lang.Thread.run(Thread.java:818)
02-03 12:13:18.734 17279 17297 F art     : art/runtime/runtime.cc:366]
02-03 12:13:18.734 17279 17297 F art     : art/runtime/runtime.cc:366] "FinalizerDaemon" prio=4 tid=4 Waiting
02-03 12:13:18.734 17279 17297 F art     : art/runtime/runtime.cc:366]   | group="" sCount=1 dsCount=0 obj=0x12d68dc0 self=0xed288e00
02-03 12:13:18.734 17279 17297 F art     : art/runtime/runtime.cc:366]   | sysTid=17286 nice=0 cgrp=default sched=0/0 handle=0xf4983930
02-03 12:13:18.734 17279 17297 F art     : art/runtime/runtime.cc:366]   | state=S schedstat=( 777396 224271 7 ) utm=0 stm=0 core=7 HZ=100
02-03 12:13:18.734 17279 17297 F art     : art/runtime/runtime.cc:366]   | stack=0xf4881000-0xf4883000 stackSize=1038KB
02-03 12:13:18.734 17279 17297 F art     : art/runtime/runtime.cc:366]   | held mutexes=
02-03 12:13:18.734 17279 17297 F art     : art/runtime/runtime.cc:366]   kernel: (couldn't read /proc/self/task/17286/stack)
02-03 12:13:18.734 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #00 pc 000175e8  /system/lib/libc.so (syscall+28)
02-03 12:13:18.734 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #01 pc 000f5ced  /system/lib/libart.so (art::ConditionVariable::Wait(art::Thread*)+80)
02-03 12:13:18.734 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #02 pc 002ae657  /system/lib/libart.so (art::Monitor::Wait(art::Thread*, long long, int, bool, art::ThreadState)+1114)
02-03 12:13:18.734 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #03 pc 002af313  /system/lib/libart.so (art::Monitor::Wait(art::Thread*, art::mirror::Object*, long long, int, bool, art::ThreadState)+110)
02-03 12:13:18.734 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #04 pc 002c01a1  /system/lib/libart.so (art::Object_waitJI(_JNIEnv*, _jobject*, long long, int)+36)
02-03 12:13:18.734 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #05 pc 0000056d  /data/dalvik-cache/arm/system@framework@boot.oat (Java_java_lang_Object_wait__JI+96)
02-03 12:13:18.734 17279 17297 F art     : art/runtime/runtime.cc:366]   at java.lang.Object.wait!(Native method)
02-03 12:13:18.734 17279 17297 F art     : art/runtime/runtime.cc:366]   - waiting on <0x08b5e562> (a java.lang.ref.ReferenceQueue)
02-03 12:13:18.734 17279 17297 F art     : art/runtime/runtime.cc:366]   at java.lang.Object.wait(Object.java:423)
02-03 12:13:18.734 17279 17297 F art     : art/runtime/runtime.cc:366]   at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:101)
02-03 12:13:18.734 17279 17297 F art     : art/runtime/runtime.cc:366]   - locked <0x08b5e562> (a java.lang.ref.ReferenceQueue)
02-03 12:13:18.734 17279 17297 F art     : art/runtime/runtime.cc:366]   at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:72)
02-03 12:13:18.734 17279 17297 F art     : art/runtime/runtime.cc:366]   at java.lang.Daemons$FinalizerDaemon.run(Daemons.java:185)
02-03 12:13:18.734 17279 17297 F art     : art/runtime/runtime.cc:366]   at java.lang.Thread.run(Thread.java:818)
02-03 12:13:18.734 17279 17297 F art     : art/runtime/runtime.cc:366]
02-03 12:13:18.734 17279 17297 F art     : art/runtime/runtime.cc:366] "FinalizerWatchdogDaemon" prio=4 tid=5 Waiting
02-03 12:13:18.735 17279 17297 F art     : art/runtime/runtime.cc:366]   | group="" sCount=1 dsCount=0 obj=0x12d68e20 self=0xed289300
02-03 12:13:18.735 17279 17297 F art     : art/runtime/runtime.cc:366]   | sysTid=17287 nice=0 cgrp=default sched=0/0 handle=0xf4879930
02-03 12:13:18.735 17279 17297 F art     : art/runtime/runtime.cc:366]   | state=S schedstat=( 786302 549792 7 ) utm=0 stm=0 core=6 HZ=100
02-03 12:13:18.735 17279 17297 F art     : art/runtime/runtime.cc:366]   | stack=0xf4777000-0xf4779000 stackSize=1038KB
02-03 12:13:18.735 17279 17297 F art     : art/runtime/runtime.cc:366]   | held mutexes=
02-03 12:13:18.735 17279 17297 F art     : art/runtime/runtime.cc:366]   kernel: (couldn't read /proc/self/task/17287/stack)
02-03 12:13:18.735 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #00 pc 000175e8  /system/lib/libc.so (syscall+28)
02-03 12:13:18.735 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #01 pc 000f5ced  /system/lib/libart.so (art::ConditionVariable::Wait(art::Thread*)+80)
02-03 12:13:18.735 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #02 pc 002ae657  /system/lib/libart.so (art::Monitor::Wait(art::Thread*, long long, int, bool, art::ThreadState)+1114)
02-03 12:13:18.735 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #03 pc 002af313  /system/lib/libart.so (art::Monitor::Wait(art::Thread*, art::mirror::Object*, long long, int, bool, art::ThreadState)+110)
02-03 12:13:18.735 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #04 pc 002c0175  /system/lib/libart.so (art::Object_wait(_JNIEnv*, _jobject*)+32)
02-03 12:13:18.735 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #05 pc 0000037f  /data/dalvik-cache/arm/system@framework@boot.oat (Java_java_lang_Object_wait__+74)
02-03 12:13:18.735 17279 17297 F art     : art/runtime/runtime.cc:366]   at java.lang.Object.wait!(Native method)
02-03 12:13:18.735 17279 17297 F art     : art/runtime/runtime.cc:366]   - waiting on <0x0d22b6f3> (a java.lang.Daemons$FinalizerWatchdogDaemon)
02-03 12:13:18.735 17279 17297 F art     : art/runtime/runtime.cc:366]   at java.lang.Daemons$FinalizerWatchdogDaemon.waitForObject(Daemons.java:255)
02-03 12:13:18.735 17279 17297 F art     : art/runtime/runtime.cc:366]   - locked <0x0d22b6f3> (a java.lang.Daemons$FinalizerWatchdogDaemon)
02-03 12:13:18.735 17279 17297 F art     : art/runtime/runtime.cc:366]   at java.lang.Daemons$FinalizerWatchdogDaemon.run(Daemons.java:227)
02-03 12:13:18.735 17279 17297 F art     : art/runtime/runtime.cc:366]   at java.lang.Thread.run(Thread.java:818)
02-03 12:13:18.735 17279 17297 F art     : art/runtime/runtime.cc:366]
02-03 12:13:18.735 17279 17297 F art     : art/runtime/runtime.cc:366] "HeapTaskDaemon" prio=4 tid=6 Blocked
02-03 12:13:18.735 17279 17297 F art     : art/runtime/runtime.cc:366]   | group="" sCount=1 dsCount=0 obj=0x12d68e80 self=0xed289800
02-03 12:13:18.735 17279 17297 F art     : art/runtime/runtime.cc:366]   | sysTid=17288 nice=0 cgrp=default sched=0/0 handle=0xf476f930
02-03 12:13:18.735 17279 17297 F art     : art/runtime/runtime.cc:366]   | state=S schedstat=( 680103 428281 4 ) utm=0 stm=0 core=6 HZ=100
02-03 12:13:18.735 17279 17297 F art     : art/runtime/runtime.cc:366]   | stack=0xf466d000-0xf466f000 stackSize=1038KB
02-03 12:13:18.735 17279 17297 F art     : art/runtime/runtime.cc:366]   | held mutexes=
02-03 12:13:18.735 17279 17297 F art     : art/runtime/runtime.cc:366]   kernel: (couldn't read /proc/self/task/17288/stack)
02-03 12:13:18.735 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #00 pc 000175e8  /system/lib/libc.so (syscall+28)
02-03 12:13:18.735 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #01 pc 000f5ced  /system/lib/libart.so (art::ConditionVariable::Wait(art::Thread*)+80)
02-03 12:13:18.735 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #02 pc 001ccf4f  /system/lib/libart.so (art::gc::TaskProcessor::GetTask(art::Thread*)+102)
02-03 12:13:18.735 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #03 pc 001cd423  /system/lib/libart.so (art::gc::TaskProcessor::RunAllTasks(art::Thread*)+26)
02-03 12:13:18.736 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #04 pc 0000037f  /data/dalvik-cache/arm/system@framework@boot.oat (Java_dalvik_system_VMRuntime_runHeapTasks__+74)
02-03 12:13:18.736 17279 17297 F art     : art/runtime/runtime.cc:366]   at dalvik.system.VMRuntime.runHeapTasks(Native method)
02-03 12:13:18.736 17279 17297 F art     : art/runtime/runtime.cc:366]   - waiting to lock an unknown object
02-03 12:13:18.736 17279 17279 W unknown:React: Unable to dispatch keyboard events in JS as the react instance has not been attached
02-03 12:13:18.736 17279 17297 F art     : art/runtime/runtime.cc:366]   at java.lang.Daemons$HeapTaskDaemon.run(Daemons.java:355)
02-03 12:13:18.736 17279 17297 F art     : art/runtime/runtime.cc:366]   at java.lang.Thread.run(Thread.java:818)
02-03 12:13:18.736 17279 17297 F art     : art/runtime/runtime.cc:366]
02-03 12:13:18.736 17279 17297 F art     : art/runtime/runtime.cc:366] "Binder_1" prio=4 tid=7 Native
02-03 12:13:18.736 17279 17297 F art     : art/runtime/runtime.cc:366]   | group="" sCount=1 dsCount=0 obj=0x12d750a0 self=0xed289d00
02-03 12:13:18.736 17279 17297 F art     : art/runtime/runtime.cc:366]   | sysTid=17289 nice=0 cgrp=default sched=0/0 handle=0xf4569930
02-03 12:13:18.736 17279 17297 F art     : art/runtime/runtime.cc:366]   | state=S schedstat=( 2837863 1348802 12 ) utm=0 stm=0 core=5 HZ=100
02-03 12:13:18.736 17279 17297 F art     : art/runtime/runtime.cc:366]   | stack=0xf446d000-0xf446f000 stackSize=1014KB
02-03 12:13:18.736 17279 17297 F art     : art/runtime/runtime.cc:366]   | held mutexes=
02-03 12:13:18.736 17279 17297 F art     : art/runtime/runtime.cc:366]   kernel: (couldn't read /proc/self/task/17289/stack)
02-03 12:13:18.736 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #00 pc 00040de0  /system/lib/libc.so (__ioctl+8)
02-03 12:13:18.736 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #01 pc 00047859  /system/lib/libc.so (ioctl+14)
02-03 12:13:18.736 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #02 pc 0001e8d7  /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+174)
02-03 12:13:18.736 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #03 pc 0001ee0f  /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
02-03 12:13:18.742 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #04 pc 0001eead  /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
02-03 12:13:18.742 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #05 pc 00023951  /system/lib/libbinder.so (???)
02-03 12:13:18.742 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #06 pc 00010071  /system/lib/libutils.so (android::Thread::_threadLoop(void*)+112)
02-03 12:13:18.742 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #07 pc 0005d777  /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+70)
02-03 12:13:18.742 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #08 pc 0003f883  /system/lib/libc.so (__pthread_start(void*)+30)
02-03 12:13:18.742 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #09 pc 00019f75  /system/lib/libc.so (__start_thread+6)
02-03 12:13:18.742 17279 17297 F art     : art/runtime/runtime.cc:366]   (no managed stack frames)
02-03 12:13:18.742 17279 17297 F art     : art/runtime/runtime.cc:366]
02-03 12:13:18.742 17279 17297 F art     : art/runtime/runtime.cc:366] "Binder_2" prio=4 tid=8 Native
02-03 12:13:18.742 17279 17297 F art     : art/runtime/runtime.cc:366]   | group="" sCount=1 dsCount=0 obj=0x12d790a0 self=0xef367900
02-03 12:13:18.742 17279 17297 F art     : art/runtime/runtime.cc:366]   | sysTid=17290 nice=0 cgrp=default sched=0/0 handle=0xf4465930
02-03 12:13:18.742 17279 17297 F art     : art/runtime/runtime.cc:366]   | state=S schedstat=( 2200311 0 9 ) utm=0 stm=0 core=5 HZ=100
02-03 12:13:18.742 17279 17297 F art     : art/runtime/runtime.cc:366]   | stack=0xf4369000-0xf436b000 stackSize=1014KB
02-03 12:13:18.742 17279 17297 F art     : art/runtime/runtime.cc:366]   | held mutexes=
02-03 12:13:18.742 17279 17297 F art     : art/runtime/runtime.cc:366]   kernel: (couldn't read /proc/self/task/17290/stack)
02-03 12:13:18.742 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #00 pc 00040de0  /system/lib/libc.so (__ioctl+8)
02-03 12:13:18.742 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #01 pc 00047859  /system/lib/libc.so (ioctl+14)
02-03 12:13:18.742 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #02 pc 0001e8d7  /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+174)
02-03 12:13:18.742 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #03 pc 0001ee0f  /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
02-03 12:13:18.742 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #04 pc 0001eead  /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
02-03 12:13:18.742 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #05 pc 00023951  /system/lib/libbinder.so (???)
02-03 12:13:18.742 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #06 pc 00010071  /system/lib/libutils.so (android::Thread::_threadLoop(void*)+112)
02-03 12:13:18.742 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #07 pc 0005d777  /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+70)
02-03 12:13:18.742 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #08 pc 0003f883  /system/lib/libc.so (__pthread_start(void*)+30)
02-03 12:13:18.742 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #09 pc 00019f75  /system/lib/libc.so (__start_thread+6)
02-03 12:13:18.742 17279 17297 F art     : art/runtime/runtime.cc:366]   (no managed stack frames)
02-03 12:13:18.743 17279 17297 F art     : art/runtime/runtime.cc:366]
02-03 12:13:18.743 17279 17297 F art     : art/runtime/runtime.cc:366] "RenderThread" prio=4 tid=10 Native
02-03 12:13:18.743 17279 17297 F art     : art/runtime/runtime.cc:366]   | group="" sCount=1 dsCount=0 obj=0x12e510a0 self=0xef368d00
02-03 12:13:18.743 17279 17297 F art     : art/runtime/runtime.cc:366]   | sysTid=17306 nice=-4 cgrp=default sched=0/0 handle=0xe1bef930
02-03 12:13:18.743 17279 17297 F art     : art/runtime/runtime.cc:366]   | state=S schedstat=( 22175419 8884217 76 ) utm=1 stm=1 core=2 HZ=100
02-03 12:13:18.743 17279 17297 F art     : art/runtime/runtime.cc:366]   | stack=0xe1af3000-0xe1af5000 stackSize=1014KB
02-03 12:13:18.743 17279 17297 F art     : art/runtime/runtime.cc:366]   | held mutexes=
02-03 12:13:18.743 17279 17297 F art     : art/runtime/runtime.cc:366]   kernel: (couldn't read /proc/self/task/17306/stack)
02-03 12:13:18.743 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #00 pc 00040cb8  /system/lib/libc.so (__epoll_pwait+20)
02-03 12:13:18.743 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #01 pc 0001a29f  /system/lib/libc.so (epoll_pwait+26)
02-03 12:13:18.743 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #02 pc 0001a2ad  /system/lib/libc.so (epoll_wait+6)
02-03 12:13:18.743 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #03 pc 00012c53  /system/lib/libutils.so (android::Looper::pollInner(int)+102)
02-03 12:13:18.743 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #04 pc 00012ed3  /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+130)
02-03 12:13:18.743 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #05 pc 0001e7c5  /system/lib/libhwui.so (android::uirenderer::renderthread::RenderThread::threadLoop()+44)
02-03 12:13:18.743 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #06 pc 00010071  /system/lib/libutils.so (android::Thread::_threadLoop(void*)+112)
02-03 12:13:18.743 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #07 pc 0005d777  /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+70)
02-03 12:13:18.743 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #08 pc 0003f883  /system/lib/libc.so (__pthread_start(void*)+30)
02-03 12:13:18.743 17279 17297 F art     : art/runtime/runtime.cc:366]   native: #09 pc 00019f75  /system/lib/libc.so (__start_thread+6)
02-03 12:13:18.743 17279 17297 F art     : art/runtime/runtime.cc:366]   (no managed stack frames)
02-03 12:13:18.743 17279 17297 F art     : art/runtime/runtime.cc:366]
02-03 12:13:18.743 17279 17297 F art     : art/runtime/runtime.cc:366]
02-03 12:13:18.744 17279 17297 F libc    : Fatal signal 6 (SIGABRT), code -6 in tid 17297 (AsyncTask #1)
02-03 12:13:18.777  5159  5205 V WindowManager: Layouts looping: On entry to LockedInner, mPendingLayoutChanges = 0x1
02-03 12:13:18.777  5159  5205 V WindowManager: Layouts looping: after finishPostLayoutPolicyLw, mPendingLayoutChanges = 0x0
02-03 12:13:18.777  5159  5205 V WindowManager: Layouts looping: mLayoutNeeded, mPendingLayoutChanges = 0x1
02-03 12:13:18.778  5159  5205 V WindowManager: Layouts looping: On entry to LockedInner, mPendingLayoutChanges = 0x1
02-03 12:13:18.778  5159  5205 V WindowManager: Layouts looping: after finishPostLayoutPolicyLw, mPendingLayoutChanges = 0x0
02-03 12:13:18.779  5159  5205 V WindowManager: Layouts looping: mLayoutNeeded, mPendingLayoutChanges = 0x1
02-03 12:13:18.779  5159  5205 E WindowManager: Performed 6 layouts in a row. Skipping
02-03 12:13:18.789  5159  5205 I ActivityManager: Displayed com.awesomeproject/.MainActivity: +402ms
02-03 12:13:18.832  5159  5205 I WindowManager: Screen frozen for +402ms due to Window{9173dff u0 Starting com.awesomeproject}
02-03 12:13:18.846  3805  3805 F DEBUG   : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
02-03 12:13:18.846  3805  3805 F DEBUG   : Build fingerprint: 'google/angler/angler:6.0.1/MMB29M/2431559:user/release-keys'
02-03 12:13:18.846  3805  3805 F DEBUG   : Revision: '0'
02-03 12:13:18.846  3805  3805 F DEBUG   : ABI: 'arm'
02-03 12:13:18.847  3805  3805 F DEBUG   : pid: 17279, tid: 17297, name: AsyncTask #1  >>> com.awesomeproject <<<
02-03 12:13:18.847  3805  3805 F DEBUG   : signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
02-03 12:13:18.870  3805  3805 F DEBUG   : Abort message: 'art/runtime/java_vm_ext.cc:410] JNI DETECTED ERROR IN APPLICATION: fid == null'
02-03 12:13:18.870  3805  3805 F DEBUG   :     r0 00000000  r1 00004391  r2 00000006  r3 ef7a8978
02-03 12:13:18.870  3805  3805 F DEBUG   :     r4 ef7a8980  r5 ef7a8930  r6 00000001  r7 0000010c
02-03 12:13:18.871  3805  3805 F DEBUG   :     r8 fffff7f4  r9 f542a800  sl 00000000  fp 00000000
02-03 12:13:18.871  3805  3805 F DEBUG   :     ip 00000006  sp ef7a7210  lr f739ef85  pc f73a1374  cpsr 40070010
02-03 12:13:18.878  3805  3805 F DEBUG   :
02-03 12:13:18.878  3805  3805 F DEBUG   : backtrace:
02-03 12:13:18.879  3805  3805 F DEBUG   :     #00 pc 00042374  /system/lib/libc.so (tgkill+12)
02-03 12:13:18.879  3805  3805 F DEBUG   :     #01 pc 0003ff81  /system/lib/libc.so (pthread_kill+32)
02-03 12:13:18.879  3805  3805 F DEBUG   :     #02 pc 0001c73f  /system/lib/libc.so (raise+10)
02-03 12:13:18.879  3805  3805 F DEBUG   :     #03 pc 000198f1  /system/lib/libc.so (__libc_android_abort+34)
02-03 12:13:18.879  3805  3805 F DEBUG   :     #04 pc 000174b0  /system/lib/libc.so (abort+4)
02-03 12:13:18.879  3805  3805 F DEBUG   :     #05 pc 0031f589  /system/lib/libart.so (art::Runtime::Abort()+212)
02-03 12:13:18.880  3805  3805 F DEBUG   :     #06 pc 000f3969  /system/lib/libart.so (art::LogMessage::~LogMessage()+2092)
02-03 12:13:18.880  3805  3805 F DEBUG   :     #07 pc 0024e2d5  /system/lib/libart.so (art::JavaVMExt::JniAbort(char const*, char const*)+1528)
02-03 12:13:18.880  3805  3805 F DEBUG   :     #08 pc 0024e6d3  /system/lib/libart.so (art::JavaVMExt::JniAbortF(char const*, char const*, ...)+62)
02-03 12:13:18.880  3805  3805 F DEBUG   :     #09 pc 0026f303  /system/lib/libart.so (art::JNI::GetStaticObjectField(_JNIEnv*, _jclass*, _jfieldID*)+410)
02-03 12:13:18.881  3805  3805 F DEBUG   :     #10 pc 0000b8b1  /data/app/com.awesomeproject-1/lib/arm/libreactnativejni.so
02-03 12:13:18.881  3805  3805 F DEBUG   :     #11 pc 00010a17  /data/app/com.awesomeproject-1/lib/arm/libreactnativejni.so
02-03 12:13:18.881  3805  3805 F DEBUG   :     #12 pc 00006aed  /data/app/com.awesomeproject-1/lib/arm/libfbjni.so (facebook::jni::initialize(_JavaVM*, void (*)())+228)
02-03 12:13:18.882  3805  3805 F DEBUG   :     #13 pc 0024eba7  /system/lib/libart.so (art::JavaVMExt::LoadNativeLibrary(_JNIEnv*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, _jobject*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >*)+1190)
02-03 12:13:18.882  3805  3805 F DEBUG   :     #14 pc 002c02eb  /system/lib/libart.so (art::Runtime_nativeLoad(_JNIEnv*, _jclass*, _jstring*, _jobject*, _jstring*)+178)
02-03 12:13:18.882  3805  3805 F DEBUG   :     #15 pc 73a77105  /data/dalvik-cache/arm/system@framework@boot.oat (offset 0x1ec9000)
02-03 12:13:18.895 16939 16939 W Atfwd_Sendcmd: AtCmdFwd service not published, waiting... retryCnt : 3
02-03 12:13:18.899  3809  6407 D audio_hw_primary: disable_audio_route: reset and update mixer path: low-latency-playback speaker
02-03 12:13:18.900  3809  6407 D audio_hw_primary: disable_snd_device: snd_device(2: speaker)
02-03 12:13:18.908  3809  6407 I soundtrigger: audio_extn_sound_trigger_update_device_status: device 0x2 of type 0 for Event 0
02-03 12:13:19.102  5159 17318 W ActivityManager:   Force finishing activity com.awesomeproject/.MainActivity
02-03 12:13:19.102  3805  3805 F DEBUG   :
02-03 12:13:19.102  3805  3805 F DEBUG   : Tombstone written to: /data/tombstones/tombstone_08
02-03 12:13:19.102  3805  3805 E DEBUG   : AM write failed: Broken pipe
02-03 12:13:19.143  5159 17318 E JavaBinder: !!! FAILED BINDER TRANSACTION !!!  (parcel size = 112)
02-03 12:13:19.144  5159 17318 W ActivityManager: Exception thrown during pause
02-03 12:13:19.144  5159 17318 W ActivityManager: android.os.DeadObjectException: Transaction failed on small parcel; remote process probably died
02-03 12:13:19.144  5159 17318 W ActivityManager:   at android.os.BinderProxy.transactNative(Native Method)
02-03 12:13:19.144  5159 17318 W ActivityManager:   at android.os.BinderProxy.transact(Binder.java:503)
02-03 12:13:19.144  5159 17318 W ActivityManager:   at android.app.ApplicationThreadProxy.schedulePauseActivity(ApplicationThreadNative.java:727)
02-03 12:13:19.144  5159 17318 W ActivityManager:   at com.android.server.am.ActivityStack.startPausingLocked(ActivityStack.java:867)
02-03 12:13:19.144  5159 17318 W ActivityManager:   at com.android.server.am.ActivityStack.finishActivityLocked(ActivityStack.java:2907)
02-03 12:13:19.144  5159 17318 W ActivityManager:   at com.android.server.am.ActivityStack.finishTopRunningActivityLocked(ActivityStack.java:2763)
02-03 12:13:19.144  5159 17318 W ActivityManager:   at com.android.server.am.ActivityStackSupervisor.finishTopRunningActivityLocked(ActivityStackSupervisor.java:2760)
02-03 12:13:19.144  5159 17318 W ActivityManager:   at com.android.server.am.ActivityManagerService.handleAppCrashLocked(ActivityManagerService.java:12037)
02-03 12:13:19.144  5159 17318 W ActivityManager:   at com.android.server.am.ActivityManagerService.makeAppCrashingLocked(ActivityManagerService.java:11933)
02-03 12:13:19.144  5159 17318 W ActivityManager:   at com.android.server.am.ActivityManagerService.crashApplication(ActivityManagerService.java:12622)
02-03 12:13:19.144  5159 17318 W ActivityManager:   at com.android.server.am.ActivityManagerService.handleApplicationCrashInner(ActivityManagerService.java:12129)
02-03 12:13:19.144  5159 17318 W ActivityManager:   at com.android.server.am.NativeCrashListener$NativeCrashReporter.run(NativeCrashListener.java:86)
02-03 12:13:19.147  5159  5205 E JavaBinder: !!! FAILED BINDER TRANSACTION !!!  (parcel size = 60)
02-03 12:13:19.147  5159  8476 D GraphicsStats: Buffer count: 4
02-03 12:13:19.148  5159  5180 I WindowState: WIN DEATH: Window{56982c9 u0 com.awesomeproject/com.awesomeproject.MainActivity}
02-03 12:13:19.148  5159  6606 W InputDispatcher: channel '56982c9 com.awesomeproject/com.awesomeproject.MainActivity (server)' ~ Consumer closed input channel or an error occurred.  events=0x9
02-03 12:13:19.148  5159  6606 E InputDispatcher: channel '56982c9 com.awesomeproject/com.awesomeproject.MainActivity (server)' ~ Channel is unrecoverably broken and will be disposed!
02-03 12:13:19.149  5159  5180 W InputDispatcher: Attempted to unregister already unregistered input channel '56982c9 com.awesomeproject/com.awesomeproject.MainActivity (server)'
02-03 12:13:19.150  3821  3821 I Zygote  : Process 17279 exited due to signal (6)
02-03 12:13:19.167  5159  6843 I ActivityManager: Process com.awesomeproject (pid 17279) has died

@janicduplessis
Copy link
Contributor

@kristjanmik I never tried without -dontobfuscate. My guess it's that it is not supported at the moment, maybe @mkonicek or @bestander could help you with that.

@Richard-Cao
Copy link
Author

Awesome!! @janicduplessis

@ghost ghost closed this as completed in 10c0758 Feb 5, 2016
bestander pushed a commit that referenced this issue Feb 5, 2016
Summary:
ReactProp and ReactPropGroup were moved in the annotations package but the proguard file was not updated accordingly. This caused apps to crash when built in release using proguard.

Fixes #5655
Closes #5717

Reviewed By: svcscm

Differential Revision: D2905573

Pulled By: lexs

fb-gh-sync-id: 29ab14bacda7254d9896ff3991bf17d7fdfd6ea9
@cosmith
Copy link
Contributor

cosmith commented Feb 9, 2016

Thanks @janicduplessis, this was driving me crazy... what I don't understand is why my import com.facebook.react.uimanager.ReactProp; was not failing at compile time.

pglotov pushed a commit to pglotov/react-native that referenced this issue Mar 15, 2016
Summary:
ReactProp and ReactPropGroup were moved in the annotations package but the proguard file was not updated accordingly. This caused apps to crash when built in release using proguard.

Fixes facebook#5655
Closes facebook#5717

Reviewed By: svcscm

Differential Revision: D2905573

Pulled By: lexs

fb-gh-sync-id: 29ab14bacda7254d9896ff3991bf17d7fdfd6ea9
@MikeOrtiz
Copy link
Contributor

@kristjanmik I am running into exactly your same error. Did you ever find a solution?

@mkonicek Is it true what @janicduplessis suggested that -dontobfuscate is not supported? This would be a major showstopper for us as code obfuscation is a requirement. We cannot publish without it.

@MikeOrtiz
Copy link
Contributor

@kristjanmik I was able to get past that error by adding the following proguard rule: -keep class com.facebook.** { *; }

You can refer to this StackOverflow question for more info.

@deific
Copy link

deific commented Nov 10, 2017

it is very strange,my App crashes on release build in RN 0.49, debug release works fine.
i check proguard-rules.pro file lin 45-46:

-keep class * extends com.facebook.react.bridge.JavaScriptModule { *; }
-keep class * extends com.facebook.react.bridge.NativeModule { *; }
-keepclassmembers,includedescriptorclasses class * { native ; }
-keepclassmembers class * { @com.facebook.react.uimanager.UIProp ; }
-keepclassmembers class * { @com.facebook.react.uimanager.annotations.ReactProp ; }
-keepclassmembers class * { @com.facebook.react.uimanager.annotations.ReactPropGroup ; }

@robisaks
Copy link

I had the same problem, it ended up being an outdated module I was including.

https://github.com/d-a-n/react-native-modal-picker

I switched to an updated fork, and it worked

https://github.com/peacechen/react-native-modal-selector

@facebook facebook locked as resolved and limited conversation to collaborators May 24, 2018
@react-native-bot react-native-bot added the Resolution: Locked This issue was locked by the bot. label Jul 20, 2018
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Resolution: Locked This issue was locked by the bot.
Projects
None yet
Development

No branches or pull requests