LoginSignup
1
0

More than 5 years have passed since last update.

NativeScriptのconsole.logの出力先(Android)

Posted at

NativeScriptでもconsole.logが使えるようですが、どこに出力されてるの?ってなったからメモ。Androidの場合です。Android使いの人には常識かな?

コマンド.
adb logcat -v time JS:V *:S
出力.
C:\workspace\NativeScript\hello-world>adb logcat -v time JS:V *:S
--------- beginning of /dev/log/system
--------- beginning of /dev/log/main
03-26 01:43:37.342 V/JS      ( 1762): ~
03-26 01:43:37.432 V/JS      ( 1762): ~

adbはandroid-sdk-windows\platform-toolsの下にあるのでパスを通しましょう。

tns device logとかいうのもあるみたいですが、うまくいきませんでした。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0