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

Nothing is displayed #16

Closed
arkangelx opened this issue Dec 17, 2014 · 2 comments
Closed

Nothing is displayed #16

arkangelx opened this issue Dec 17, 2014 · 2 comments

Comments

@arkangelx
Copy link

Hi Dude... tried to use your library, but it doesn't work. I even went as far as declaring the permission for the service you have in the project but that didn't help. So essentially basic logs work but nothing gets displayed to the screen as you have stated it should.

Thanks

@hboregio
Copy link
Contributor

Hey, a known issue (check issue #8 ) is that if you make a call to Galgo.log() immediately after calling Galgo.enable(), that log statement won't show up. The reason being that internally Galgo uses a Service, and that Galgo.log() call will most likely get called before the service gets connected.

Do you think this might be your issue? Check adding a delay between Galgo.enable() and Galgo.log(), or try adding a Galgo.log() call as a response of a ClickListener, and let me know if anything shows up. Thanks.

@arkangelx
Copy link
Author

cool that works..thanks

On 17 Dec 2014, at 17:22, quiqueqs notifications@github.com wrote:

Hey, a known issue (check issue #8 #8 ) is that if you make a call to Galgo.log() immediately after calling Galgo.enable(), that log statement won't show up. The reason being that internally Galgo uses a Service, and that Galgo.log() call will most likely get called before the service gets connected.

Do you think this might be your issue? Check adding a delay between Galgo.enable() and Galgo.log(), or try adding a Galgo.log() call as a response of a ClickListener, and let me know if anything shows up. Thanks.


Reply to this email directly or view it on GitHub #16 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants