Skip to content

Instantly share code, notes, and snippets.

@ragar90
Created April 6, 2018 16:13
Show Gist options
  • Save ragar90/8fbc5eb59dc209d91674b8eabdb92106 to your computer and use it in GitHub Desktop.
Save ragar90/8fbc5eb59dc209d91674b8eabdb92106 to your computer and use it in GitHub Desktop.
JavascriptException log
04-05 17:25:45.202 1862-1864/? E/ANDR-PERF-OPTSHANDLER: Warning: Resource [2, 0] not supported for core 1. Instead use resource for core 0
04-05 17:25:45.202 1862-1864/? E/ANDR-PERF-RESOURCEQS: Failed to apply optimization [2, 2, 0]
04-05 17:25:45.218 862-2100/? E/ActivityManager: applyOptionsLocked: Unknown animationType=0
04-05 17:25:45.741 14574-14601/? E/ReactNativeJS: No dimension set for key window
04-05 17:25:45.745 14574-14601/? E/ReactNativeJS: Module AppRegistry is not a registered callable module (calling runApplication)
04-05 17:25:45.750 14574-14602/? E/AndroidRuntime: FATAL EXCEPTION: mqt_native_modules
Process: org.givesafe.merchant, PID: 14574
com.facebook.react.common.JavascriptException: No dimension set for key window, stack:
value@77:706
value@76:228
value@76:466
<unknown>@75:95
n@2:557
i@2:348
t@2:210
StyleSheet@13:2435
<unknown>@422:739
n@2:557
i@2:348
t@2:210
<unknown>@421:79
n@2:557
i@2:348
t@2:210
<unknown>@420:90
n@2:557
i@2:348
t@2:210
<unknown>@367:226
n@2:557
i@2:348
t@2:210
<unknown>@12:38
n@2:557
i@2:278
t@2:210
global code@599:9
at com.facebook.react.modules.core.ExceptionsManagerModule.showOrThrowError(ExceptionsManagerModule.java:56)
at com.facebook.react.modules.core.ExceptionsManagerModule.reportFatalException(ExceptionsManagerModule.java:40)
at java.lang.reflect.Method.invoke(Native Method)
at com.facebook.react.bridge.JavaMethodWrapper.invoke(JavaMethodWrapper.java:374)
at com.facebook.react.bridge.JavaModuleWrapper.invoke(JavaModuleWrapper.java:162)
at com.facebook.react.bridge.queue.NativeRunnable.run(Native Method)
at android.os.Handler.handleCallback(Handler.java:790)
at android.os.Handler.dispatchMessage(Handler.java:99)
at com.facebook.react.bridge.queue.MessageQueueThreadHandler.dispatchMessage(MessageQueueThreadHandler.java:31)
at android.os.Looper.loop(Looper.java:164)
at com.facebook.react.bridge.queue.MessageQueueThreadImpl$3.run(MessageQueueThreadImpl.java:194)
at java.lang.Thread.run(Thread.java:764)
04-05 17:25:45.959 1254-1264/? E/SpellCheckerSession: ignoring processOrEnqueueTask due to unexpected mState=TASK_CLOSE scp.mWhat=TASK_CLOSE
04-05 17:25:45.960 1254-1264/? E/SpellCheckerSession: ignoring processOrEnqueueTask due to unexpected mState=TASK_CLOSE scp.mWhat=TASK_CLOSE
04-05 17:25:46.077 14574-14601/? E/ReactNativeJS: Module AppRegistry is not a registered callable module (calling unmountApplicationComponentAtRootTag)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment