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

remotejs console.log not logging data #3

Open
lrowe opened this issue Feb 20, 2012 · 0 comments
Open

remotejs console.log not logging data #3

lrowe opened this issue Feb 20, 2012 · 0 comments

Comments

@lrowe
Copy link

lrowe commented Feb 20, 2012

When I run remotejs (either shell or desktop) no console.log values are printed.

$ python2.6 remotejs.py 
# RemoteJS - Remote JavaScript Console for Android.
# Please wait...
# Target device is HT15TTJ00445.
www.google.com
console.log('foo')

Looking at a concurrent adb logcat I see:

D/AndroidRuntime(11529): 
D/AndroidRuntime(11529): >>>>>> AndroidRuntime START com.android.internal.os.RuntimeInit <<<<<<
D/AndroidRuntime(11529): CheckJNI is OFF
D/dalvikvm(11529): creating instr width table
D/AndroidRuntime(11529): Calling main entry com.android.commands.am.Am
D/AndroidRuntime(11529): Shutting down VM
I/ActivityManager( 1345): Starting activity: Intent { act=android.intent.action.VIEW dat=amF2YXNjcmlwdDooZnVuY3Rpb24oKSB7IGNvbnNvbGUubG9nKCdmb28nKTsgfSkoKQ== flg=0x10000000 cmp=com.sencha.remotejs/.RemoteJS } from pid 11529
D/dalvikvm(11529): GC_CONCURRENT freed 104K, 66% free 351K/1024K, external 0K/0K, paused 0ms+0ms
I/AndroidRuntime(11529): NOTE: attach of thread 'Binder Thread #3' failed
D/jdwp    (11529): adbd disconnected

I'm running Mac OS 10.6 with Android SDK Tools 16 and Android SDK Platform-tools 10.

Revision of android-tools: 895c929

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

1 participant