wxr
2024-07-16 548fb8aa23fe31401ba3dae823d31f9a73cc101f
Shared.Droid.HDLLinphone/Shared.Droid.HDLLinphone/obj/Release/generated/src/Com.Hdl.Hdllinphonesdk.Utils.HDLLog.cs
@@ -1,3 +1,13 @@
//------------------------------------------------------------------------------
// <auto-generated>
//     This code was generated by a tool.
//
//     Changes to this file may cause incorrect behavior and will be lost if
//     the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
#nullable restore
using System;
using System.Collections.Generic;
using Android.Runtime;
@@ -82,7 +92,7 @@
      public static unsafe void E (string message)
      {
         const string __id = "E.(Ljava/lang/String;)V";
         IntPtr native_message = JNIEnv.NewString (message);
         IntPtr native_message = JNIEnv.NewString ((string)message);
         try {
            JniArgumentValue* __args = stackalloc JniArgumentValue [1];
            __args [0] = new JniArgumentValue (native_message);
@@ -97,7 +107,7 @@
      public static unsafe void I (string message)
      {
         const string __id = "I.(Ljava/lang/String;)V";
         IntPtr native_message = JNIEnv.NewString (message);
         IntPtr native_message = JNIEnv.NewString ((string)message);
         try {
            JniArgumentValue* __args = stackalloc JniArgumentValue [1];
            __args [0] = new JniArgumentValue (native_message);
@@ -112,8 +122,8 @@
      public static unsafe void E (string tag, string msg)
      {
         const string __id = "e.(Ljava/lang/String;Ljava/lang/String;)V";
         IntPtr native_tag = JNIEnv.NewString (tag);
         IntPtr native_msg = JNIEnv.NewString (msg);
         IntPtr native_tag = JNIEnv.NewString ((string)tag);
         IntPtr native_msg = JNIEnv.NewString ((string)msg);
         try {
            JniArgumentValue* __args = stackalloc JniArgumentValue [2];
            __args [0] = new JniArgumentValue (native_tag);
@@ -130,8 +140,8 @@
      public static unsafe void I (string tag, string msg)
      {
         const string __id = "i.(Ljava/lang/String;Ljava/lang/String;)V";
         IntPtr native_tag = JNIEnv.NewString (tag);
         IntPtr native_msg = JNIEnv.NewString (msg);
         IntPtr native_tag = JNIEnv.NewString ((string)tag);
         IntPtr native_msg = JNIEnv.NewString ((string)msg);
         try {
            JniArgumentValue* __args = stackalloc JniArgumentValue [2];
            __args [0] = new JniArgumentValue (native_tag);