2
我需要以這種方式使用Log.debug xamarin.android調試:如何使用xamarin進行調試?
Log.Debug(TAG, "action done");
但我不知道在哪裏可以可視化的日誌文件。我是Xamarin新手。
我需要以這種方式使用Log.debug xamarin.android調試:如何使用xamarin進行調試?
Log.Debug(TAG, "action done");
但我不知道在哪裏可以可視化的日誌文件。我是Xamarin新手。
使用視圖>其他Windows> Android設備日誌記錄。
示例輸出顯示爲here!
https://developer.xamarin.com/guides/android/deployment,_testing,_and_metrics/android_debug_log/ – Krumelur