Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ Mobile Operator

Error diagnostics for Android

  • Last UpdatedFeb 17, 2025
  • 1 minute read

The in-built Android logger can be used for error diagnostics in Android. Use the Android Util logs to log Error, Warning, Info and Debug information. For example:

Android.Util.Log.Debug("AppService", "Initialize Completed");

Android.Util.Log.Error("AppService", "Excpetion in Initialize = " + ex.Message);

To view logs:

  • Open Android Logcat tool

  • Filter with "AppService"

  • See the log detail

Related Links
TitleResults for “How to create a CRG?”Also Available in