Quantcast
Channel: かずきのBlog@hatena
Viewing all articles
Browse latest Browse all 1387

Xamarin.Androidでデバッグログを出す方法

$
0
0

Log.Debugを使います。例えば新規作成したひな形のボタンクリックのイベントハンドラを以下のように書き換えて

button.Click += (_, __) =>
{
    button.Text = string.Format(this.GetString(Resource.String.ClickMessage), count++);
    Log.Debug("App6", "{0} click!", count);
};

デバッグ実行するとボタンをおすたびにデバッグの出力ウィンドウに以下のようなメッセージが出てきます。

f:id:okazuki:20140723204115p:plain


Viewing all articles
Browse latest Browse all 1387

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>