We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
adb logcat
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I run remotejs (either shell or desktop) no console.log values are printed.
Looking at a concurrent
adb logcat
I see:I'm running Mac OS 10.6 with Android SDK Tools 16 and Android SDK Platform-tools 10.
Revision of android-tools: 895c929
The text was updated successfully, but these errors were encountered: