Facebook issue corona sdk 2014.2393

I’m not entirely sure how to get the facebook logs to see the hash its calling for. If its logcat it goes crazy on my computer and I cant isolate the facebook error.

It’s unfortunate that Google still spews as many messages as they do.  You just have to be diligent and dig through looking for the Facebook messages.

You could try something like:

adb logcat | grep -i facebook

This will show any line that has the string “facebook” in it (ignoring case).  That might help.

Rob

my logcat says grep isn’t a proper function. Am i doing something wrong?

Did you copy/paste the line above or did you type it, perhaps leaving out the pipe character ("|") (vertical bar above the back slash?)  Or more importantly are you on Windows or a Mac?  That will only work on a Mac since Windows doesn’t have a grep function.

Rob

Well that makes sense because i’m on a Windows.