| | |
| | | //------------------------------------------------------------------------------ |
| | | // <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; |
| | |
| | | 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); |
| | |
| | | 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); |
| | |
| | | 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); |
| | |
| | | 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); |