Android Debug Bridge と notifierコンポーネントでLog出力

Android Debug Bridge

App Inventorでデバッグはどうやるのかと思っていましたが、
ログ出力が使えるそうです。

notifierコンポーネント
LogError(Text message)
LogWarring(Text message)
LogInfo(Text message)
があります。

Android エミュレーターと同じ所
(WindowsならC:\Program Files\Android\appinventor-extras)
DOS窓で開いて
「adb logcat」を実行すると上記のログが画面に出力されます。

notifierコンポーネント
「ShowTextDialog」はVBのInputBox
「ShowMessageDialog」はVBのMessageBox
みたいな感じで便利そうです。