Advertisement
Guest User

chartboost crash

a guest
Mar 25th, 2015
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. 03-25 14:42:38.369: D/AndroidRuntime(22025): Shutting down VM
  2. 03-25 14:42:38.370: E/AndroidRuntime(22025): FATAL EXCEPTION: main
  3. 03-25 14:42:38.370: E/AndroidRuntime(22025): Process: com.touchdowngames.feedtheline, PID: 22025
  4. 03-25 14:42:38.370: E/AndroidRuntime(22025): java.lang.IllegalStateException: Need to intialize chartboost using Chartboost.init() as the application object is null
  5. 03-25 14:42:38.370: E/AndroidRuntime(22025): at com.chartboost.sdk.b.p(SourceFile:370)
  6. 03-25 14:42:38.370: E/AndroidRuntime(22025): at com.chartboost.sdk.Chartboost.showInterstitial(SourceFile:664)
  7. 03-25 14:42:38.370: E/AndroidRuntime(22025): at plugin.chartboost.show$1.run(show.java:155)
  8. 03-25 14:42:38.370: E/AndroidRuntime(22025): at android.os.Handler.handleCallback(Handler.java:739)
  9. 03-25 14:42:38.370: E/AndroidRuntime(22025): at android.os.Handler.dispatchMessage(Handler.java:95)
  10. 03-25 14:42:38.370: E/AndroidRuntime(22025): at android.os.Looper.loop(Looper.java:135)
  11. 03-25 14:42:38.370: E/AndroidRuntime(22025): at android.app.ActivityThread.main(ActivityThread.java:5221)
  12. 03-25 14:42:38.370: E/AndroidRuntime(22025): at java.lang.reflect.Method.invoke(Native Method)
  13. 03-25 14:42:38.370: E/AndroidRuntime(22025): at java.lang.reflect.Method.invoke(Method.java:372)
  14. 03-25 14:42:38.370: E/AndroidRuntime(22025): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:899)
  15. 03-25 14:42:38.370: E/AndroidRuntime(22025): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:694)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement