react-native-cookiemanager icon indicating copy to clipboard operation
react-native-cookiemanager copied to clipboard

java.lang.IllegalStateException

Open iegik opened this issue 7 years ago • 0 comments

On device

MT8382[83] | 1.3 GHz quad-core ARM Cortex-A7[84] | 256 KB L2 | Mali-400 MP2 @ 500 MHz[58]   | Multi-mode Rel. 8 HSPA+/TD-SCDMA, Wi-Fi, Bluetooth, GPS | 1H 2014

http://shop.bb-mobile.ru/catalogue/planshetnye_kompyutery/techno_785_3g_black_slim

java.lang.IllegalStateException: 
  at android.webkit.JniUtil.checkInitialized(JniUtil.java:44)
  at android.webkit.JniUtil.getDatabaseDirectory(JniUtil.java:65)
  at android.webkit.CookieManagerClassic.nativeGetCookie(CookieManagerClassic.java:0)
  at android.webkit.CookieManagerClassic.getCookie(CookieManagerClassic.java:91)
  at android.webkit.CookieManagerClassic.getCookie(CookieManagerClassic.java:78)
  at com.heng.cookie.CookieManagerModule.getCookie(CookieManagerModule.java:83)
  at java.lang.reflect.Method.invokeNative(Method.java:0)
  at java.lang.reflect.Method.invoke(Method.java:511)
  at com.facebook.react.bridge.BaseJavaModule$JavaMethod.invoke(BaseJavaModule.java:345)
  at com.facebook.react.cxxbridge.JavaModuleWrapper.invoke(JavaModuleWrapper.java:136)
  at com.facebook.react.bridge.queue.NativeRunnable.run(NativeRunnable.java:0)
  at android.os.Handler.handleCallback(Handler.java:725)
  at android.os.Handler.dispatchMessage(Handler.java:92)
  at com.facebook.react.bridge.queue.MessageQueueThreadHandler.dispatchMessage(MessageQueueThreadHandler.java:31)
  at android.os.Looper.loop(Looper.java:153)
  at com.facebook.react.bridge.queue.MessageQueueThreadImpl$3.run(MessageQueueThreadImpl.java:196)
  at java.lang.Thread.run(Thread.java:838)

iegik avatar Jul 25 '17 08:07 iegik