Skip to content

Instantly share code, notes, and snippets.

@lewurm

lewurm/01.txt Secret

Last active September 8, 2016 01:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lewurm/b5827a29aa0189dc16831241cb2c347a to your computer and use it in GitHub Desktop.
Save lewurm/b5827a29aa0189dc16831241cb2c347a to your computer and use it in GitHub Desktop.
System.ExecutionEngineException: SIGILL
at (wrapper managed-to-native) System.Object:__icall_wrapper_mono_generic_class_init(intptr)(: )
at System.Collections.ObjectModel.Collection`1[T]..ctor()(<6ffb56518ccb4f3e8d0e010309359512>: 0)
at Newtonsoft.Json.Linq.JPropertyKeyedCollection..ctor()(<0d551458bd0a4e398947735723526f43>: 0)
at Newtonsoft.Json.Linq.JObject..ctor()(<0d551458bd0a4e398947735723526f43>: 0)
at Newtonsoft.Json.Linq.JObject.Load(Newtonsoft.Json.JsonReader reader)(<0d551458bd0a4e398947735723526f43>: 0)
at Newtonsoft.Json.Linq.JObject.Parse(System.String json)(<0d551458bd0a4e398947735723526f43>: 0)
at Benchmarker.Models.HttpApi+<GetRunset>c__async1.MoveNext()(<50d8759cdf3240ef81c9979adfa73655>: 0)
at --- End of stack trace from previous location where exception was thrown ---(Async call boundary: )
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()(<6ffb56518ccb4f3e8d0e010309359512>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(System.Threading.Tasks.Task task)(<6ffb56518ccb4f3e8d0e010309359512>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task task)(<6ffb56518ccb4f3e8d0e010309359512>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(System.Threading.Tasks.Task task)(<6ffb56518ccb4f3e8d0e010309359512>: 0)
at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult()(<6ffb56518ccb4f3e8d0e010309359512>: 0)
at Benchmarker.Models.RunSet+<FromId>c__async0.MoveNext()(<50d8759cdf3240ef81c9979adfa73655>: 0)
at --- End of stack trace from previous location where exception was thrown ---(Async call boundary: )
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()(<6ffb56518ccb4f3e8d0e010309359512>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(System.Threading.Tasks.Task task)(<6ffb56518ccb4f3e8d0e010309359512>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task task)(<6ffb56518ccb4f3e8d0e010309359512>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(System.Threading.Tasks.Task task)(<6ffb56518ccb4f3e8d0e010309359512>: 0)
at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult()(<6ffb56518ccb4f3e8d0e010309359512>: 0)
at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException[TResult](System.Threading.Tasks.Task`1[TResult] task)(<5cbdbdb7ab6a4a7287a83562d75426e2>: 0)
at Nito.AsyncEx.AsyncContext+<>c__DisplayClass7`1[TResult].<Run>b__5(System.Threading.Tasks.Task`1[TResult] t)(<5cbdbdb7ab6a4a7287a83562d75426e2>: 0)
at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2[TAntecedentResult,TResult].InnerInvoke()(<6ffb56518ccb4f3e8d0e010309359512>: 0)
at System.Threading.Tasks.Task.Execute()(<6ffb56518ccb4f3e8d0e010309359512>: 0)
at --- End of stack trace from previous location where exception was thrown ---(Async call boundary: )
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()(<6ffb56518ccb4f3e8d0e010309359512>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(System.Threading.Tasks.Task task)(<6ffb56518ccb4f3e8d0e010309359512>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task task)(<6ffb56518ccb4f3e8d0e010309359512>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(System.Threading.Tasks.Task task)(<6ffb56518ccb4f3e8d0e010309359512>: 0)
at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult()(<6ffb56518ccb4f3e8d0e010309359512>: 0)
at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException[TResult](System.Threading.Tasks.Task`1[TResult] task)(<5cbdbdb7ab6a4a7287a83562d75426e2>: 0)
at Nito.AsyncEx.AsyncContext.Run[TResult](System.Func`1[TResult] action)(<5cbdbdb7ab6a4a7287a83562d75426e2>: 0)
at AndroidAgent.MainActivity.RunBenchmark(System.Int64 runSetId, System.String benchmarkName, System.String machineName, System.String architecture, System.String configName)(<50d8759cdf3240ef81c9979adfa73655>: 0)
at AndroidAgent.MainActivity+<OnCreate>c__AnonStorey3.<>m__0(System.Object , System.EventArgs )(<50d8759cdf3240ef81c9979adfa73655>: 0)
at Android.Views.View+IOnClickListenerImplementor.OnClick(Android.Views.View v)(<89aceef5c1f642b29989593dd96f6ebb>: 0)
at Android.Views.View+IOnClickListenerInvoker.n_OnClick_Landroid_view_View_(System.IntPtr jnienv, System.IntPtr native__this, System.IntPtr native_v)(<89aceef5c1f642b29989593dd96f6ebb>: 0)
at (wrapper dynamic-method) System.Object:eb38c366-f879-481b-b510-48b55ed1a9a3(intptr,intptr,intptr)(: )
java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java: 1120)
Caused by: java.lang.reflect.InvocationTargetException
at java.lang.reflect.Method.invoke(Native Method: )
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java: 1230)
at ... 1 more(: )
System.ExecutionEngineException: SIGILL
at (wrapper managed-to-native) System.Object:__icall_wrapper_mono_generic_class_init(intptr)(: )
at System.Threading.Tasks.TaskFactory.StartNew[TResult](System.Func`1[TResult] function, System.Threading.CancellationToken cancellationToken, System.Threading.Tasks.TaskCreationOptions creationOptions, System.Threading.Tasks.TaskScheduler scheduler)(<68f60d6912da442d8ec5fc9fc1d95a2a>: 0)
at Nito.AsyncEx.TaskFactoryExtensions.Run[TResult](System.Threading.Tasks.TaskFactory this, System.Func`1[TResult] action)(<5cbdbdb7ab6a4a7287a83562d75426e2>: 0)
at Nito.AsyncEx.AsyncContext.Run[TResult](System.Func`1[TResult] action)(<5cbdbdb7ab6a4a7287a83562d75426e2>: 0)
at AndroidAgent.MainActivity.DetermineCommit()(<50d8759cdf3240ef81c9979adfa73655>: 0)
at AndroidAgent.MainActivity.RunBenchmark(System.Int64 runSetId, System.String benchmarkName, System.String machineName, System.String architecture, System.String configName)(<50d8759cdf3240ef81c9979adfa73655>: 0)
at AndroidAgent.MainActivity+<OnCreate>c__AnonStorey3.<>m__0(System.Object , System.EventArgs )(<50d8759cdf3240ef81c9979adfa73655>: 0)
at Android.Views.View+IOnClickListenerImplementor.OnClick(Android.Views.View v)(<a910e8c12f9540468ad3b27db9c4c308>: 0)
at Android.Views.View+IOnClickListenerInvoker.n_OnClick_Landroid_view_View_(System.IntPtr jnienv, System.IntPtr native__this, System.IntPtr native_v)(<a910e8c12f9540468ad3b27db9c4c308>: 0)
at (wrapper dynamic-method) System.Object:e1a25d9b-bb8e-4e47-861f-22349d1218a1(intptr,intptr,intptr)(: )
java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java: 1120)
Caused by: java.lang.reflect.InvocationTargetException
at java.lang.reflect.Method.invoke(Native Method: )
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java: 1230)
at ... 1 more(: )
:
at mono.android.view.View_OnClickListenerImplementor.n_onClick(Native Method: )
at mono.android.view.View_OnClickListenerImplementor.onClick(View_OnClickListenerImplementor.java: 30)
at android.view.View.performClick(View.java: 5697)
at android.widget.TextView.performClick(TextView.java: 10814)
at android.view.View$PerformClick.run(View.java: 22526)
at android.os.Handler.handleCallback(Handler.java: 739)
at android.os.Handler.dispatchMessage(Handler.java: 95)
at android.os.Looper.loop(Looper.java: 158)
at android.app.ActivityThread.main(ActivityThread.java: 7229)
at ... 3 more(: )
System.TypeInitializationException: The type initializer for 'System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1' threw an exception. ---> System.ExecutionEngineException: SIGILL
at (wrapper managed-to-native) System.Object:__icall_wrapper_mono_generic_class_init(intptr)(: )
at System.Runtime.CompilerServices.AsyncTaskCache.CreateCacheableTask[TResult](TResult result)(<8b3bcf8cc8ec4ccc9bc12bb29c874b11>: 0)
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[TResult]..cctor()(<8b3bcf8cc8ec4ccc9bc12bb29c874b11>: 0)
:
at (wrapper managed-to-native) System.Object:__icall_wrapper_mono_generic_class_init(intptr)(: )
at Octokit.Connection.Run[T](Octokit.Internal.IRequest request, System.Threading.CancellationToken cancellationToken)(<f8301339b72d477faf1694c3b168abad>: 0)
at Octokit.Connection.SendDataInternal[T](System.Object body, System.String accepts, System.String contentType, System.Threading.CancellationToken cancellationToken, System.String twoFactorAuthenticationCode, Octokit.Internal.Request request)(<f8301339b72d477faf1694c3b168abad>: 0)
at Octokit.Connection.SendData[T](System.Uri uri, System.Net.Http.HttpMethod method, System.Object body, System.String accepts, System.String contentType, System.Threading.CancellationToken cancellationToken, System.String twoFactorAuthenticationCode, System.Uri baseAddress)(<f8301339b72d477faf1694c3b168abad>: 0)
at Octokit.Connection.Get[T](System.Uri uri, System.Collections.Generic.IDictionary`2[TKey,TValue] parameters, System.String accepts)(<f8301339b72d477faf1694c3b168abad>: 0)
at Octokit.ApiConnection+<Get>d__0`1[T].MoveNext()(<f8301339b72d477faf1694c3b168abad>: 0)
at --- End of stack trace from previous location where exception was thrown ---(Async call boundary: )
at (wrapper managed-to-native) System.Object:__icall_wrapper_mono_generic_class_init(intptr)(: )
at Octokit.Connection.Run[T](Octokit.Internal.IRequest request, System.Threading.CancellationToken cancellationToken)(<f8301339b72d477faf1694c3b168abad>: 0)
at Octokit.Connection.SendDataInternal[T](System.Object body, System.String accepts, System.String contentType, System.Threading.CancellationToken cancellationToken, System.String twoFactorAuthenticationCode, Octokit.Internal.Request request)(<f8301339b72d477faf1694c3b168abad>: 0)
at Octokit.Connection.SendData[T](System.Uri uri, System.Net.Http.HttpMethod method, System.Object body, System.String accepts, System.String contentType, System.Threading.CancellationToken cancellationToken, System.String twoFactorAuthenticationCode, System.Uri baseAddress)(<f8301339b72d477faf1694c3b168abad>: 0)
at Octokit.Connection.Get[T](System.Uri uri, System.Collections.Generic.IDictionary`2[TKey,TValue] parameters, System.String accepts)(<f8301339b72d477faf1694c3b168abad>: 0)
at Octokit.ApiConnection+<Get>d__0`1[T].MoveNext()(<f8301339b72d477faf1694c3b168abad>: 0)
at --- End of stack trace from previous location where exception was thrown ---(Async call boundary: )
at (wrapper managed-to-native) System.Object:__icall_wrapper_mono_generic_class_init(intptr)(: )
at Octokit.Connection.Run[T](Octokit.Internal.IRequest request, System.Threading.CancellationToken cancellationToken)(<f8301339b72d477faf1694c3b168abad>: 0)
at Octokit.Connection.SendDataInternal[T](System.Object body, System.String accepts, System.String contentType, System.Threading.CancellationToken cancellationToken, System.String twoFactorAuthenticationCode, Octokit.Internal.Request request)(<f8301339b72d477faf1694c3b168abad>: 0)
at Octokit.Connection.SendData[T](System.Uri uri, System.Net.Http.HttpMethod method, System.Object body, System.String accepts, System.String contentType, System.Threading.CancellationToken cancellationToken, System.String twoFactorAuthenticationCode, System.Uri baseAddress)(<f8301339b72d477faf1694c3b168abad>: 0)
at Octokit.Connection.Get[T](System.Uri uri, System.Collections.Generic.IDictionary`2[TKey,TValue] parameters, System.String accepts)(<f8301339b72d477faf1694c3b168abad>: 0)
at Octokit.ApiConnection+<Get>d__0`1[T].MoveNext()(<f8301339b72d477faf1694c3b168abad>: 0)
at --- End of stack trace from previous location where exception was thrown ---(Async call boundary: )
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()(<8b3bcf8cc8ec4ccc9bc12bb29c874b11>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(System.Threading.Tasks.Task task)(<8b3bcf8cc8ec4ccc9bc12bb29c874b11>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task task)(<8b3bcf8cc8ec4ccc9bc12bb29c874b11>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(System.Threading.Tasks.Task task)(<8b3bcf8cc8ec4ccc9bc12bb29c874b11>: 0)
at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult()(<8b3bcf8cc8ec4ccc9bc12bb29c874b11>: 0)
at Benchmarker.GitHubInterface+<RunWithRetry>c__async0`1[T].MoveNext()(<406d42ea9e4644bbb2fcae0ce2ffb8bc>: 0)
at --- End of stack trace from previous location where exception was thrown ---(Async call boundary: )
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()(<8b3bcf8cc8ec4ccc9bc12bb29c874b11>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(System.Threading.Tasks.Task task)(<8b3bcf8cc8ec4ccc9bc12bb29c874b11>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task task)(<8b3bcf8cc8ec4ccc9bc12bb29c874b11>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(System.Threading.Tasks.Task task)(<8b3bcf8cc8ec4ccc9bc12bb29c874b11>: 0)
at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult()(<8b3bcf8cc8ec4ccc9bc12bb29c874b11>: 0)
at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException[TResult](System.Threading.Tasks.Task`1[TResult] task)(<5cbdbdb7ab6a4a7287a83562d75426e2>: 0)
at Nito.AsyncEx.AsyncContext+<>c__DisplayClass7`1[TResult].<Run>b__5(System.Threading.Tasks.Task`1[TResult] t)(<5cbdbdb7ab6a4a7287a83562d75426e2>: 0)
at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2[TAntecedentResult,TResult].InnerInvoke()(<8b3bcf8cc8ec4ccc9bc12bb29c874b11>: 0)
at System.Threading.Tasks.Task.Execute()(<8b3bcf8cc8ec4ccc9bc12bb29c874b11>: 0)
at --- End of stack trace from previous location where exception was thrown ---(Async call boundary: )
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()(<8b3bcf8cc8ec4ccc9bc12bb29c874b11>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(System.Threading.Tasks.Task task)(<8b3bcf8cc8ec4ccc9bc12bb29c874b11>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task task)(<8b3bcf8cc8ec4ccc9bc12bb29c874b11>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(System.Threading.Tasks.Task task)(<8b3bcf8cc8ec4ccc9bc12bb29c874b11>: 0)
at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult()(<8b3bcf8cc8ec4ccc9bc12bb29c874b11>: 0)
at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException[TResult](System.Threading.Tasks.Task`1[TResult] task)(<5cbdbdb7ab6a4a7287a83562d75426e2>: 0)
at Nito.AsyncEx.AsyncContext.Run[TResult](System.Func`1[TResult] action)(<5cbdbdb7ab6a4a7287a83562d75426e2>: 0)
at AndroidAgent.MainActivity.DetermineCommit()(<406d42ea9e4644bbb2fcae0ce2ffb8bc>: 0)
at AndroidAgent.MainActivity.RunBenchmark(System.Int64 runSetId, System.String benchmarkName, System.String machineName, System.String architecture, System.String configName)(<406d42ea9e4644bbb2fcae0ce2ffb8bc>: 0)
at AndroidAgent.MainActivity+<OnCreate>c__AnonStorey3.<>m__0(System.Object , System.EventArgs )(<406d42ea9e4644bbb2fcae0ce2ffb8bc>: 0)
at Android.Views.View+IOnClickListenerImplementor.OnClick(Android.Views.View v)(<91543985c17340e2907970aa70915341>: 0)
at Android.Views.View+IOnClickListenerInvoker.n_OnClick_Landroid_view_View_(System.IntPtr jnienv, System.IntPtr native__this, System.IntPtr native_v)(<91543985c17340e2907970aa70915341>: 0)
at (wrapper dynamic-method) System.Object:793e5d2d-72b2-4ced-9cb7-9daeae4115a8(intptr,intptr,intptr)(: )
java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java: 1120)
Caused by: java.lang.reflect.InvocationTargetException
at java.lang.reflect.Method.invoke(Native Method: )
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java: 1230)
at ... 1 more(: )
System.TypeInitializationException: The type initializer for 'System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1' threw an exception. ---> System.ExecutionEngineException: SIGILL
at (wrapper managed-to-native) System.Object:__icall_wrapper_mono_generic_class_init(intptr)(: )
at System.Runtime.CompilerServices.AsyncTaskCache.CreateCacheableTask[TResult](TResult result)(<580913cfb9994bcbb268599a5f6e6362>: 0)
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[TResult]..cctor()(<580913cfb9994bcbb268599a5f6e6362>: 0)
:
at (wrapper managed-to-native) System.Object:__icall_wrapper_mono_generic_class_init(intptr)(: )
at Octokit.Connection.Run[T](Octokit.Internal.IRequest request, System.Threading.CancellationToken cancellationToken)(<f8301339b72d477faf1694c3b168abad>: 0)
at Octokit.Connection.SendDataInternal[T](System.Object body, System.String accepts, System.String contentType, System.Threading.CancellationToken cancellationToken, System.String twoFactorAuthenticationCode, Octokit.Internal.Request request)(<f8301339b72d477faf1694c3b168abad>: 0)
at Octokit.Connection.SendData[T](System.Uri uri, System.Net.Http.HttpMethod method, System.Object body, System.String accepts, System.String contentType, System.Threading.CancellationToken cancellationToken, System.String twoFactorAuthenticationCode, System.Uri baseAddress)(<f8301339b72d477faf1694c3b168abad>: 0)
at Octokit.Connection.Get[T](System.Uri uri, System.Collections.Generic.IDictionary`2[TKey,TValue] parameters, System.String accepts)(<f8301339b72d477faf1694c3b168abad>: 0)
at Octokit.ApiConnection+<Get>d__0`1[T].MoveNext()(<f8301339b72d477faf1694c3b168abad>: 0)
at --- End of stack trace from previous location where exception was thrown ---(Async call boundary: )
at (wrapper managed-to-native) System.Object:__icall_wrapper_mono_generic_class_init(intptr)(: )
at Octokit.Connection.Run[T](Octokit.Internal.IRequest request, System.Threading.CancellationToken cancellationToken)(<f8301339b72d477faf1694c3b168abad>: 0)
at Octokit.Connection.SendDataInternal[T](System.Object body, System.String accepts, System.String contentType, System.Threading.CancellationToken cancellationToken, System.String twoFactorAuthenticationCode, Octokit.Internal.Request request)(<f8301339b72d477faf1694c3b168abad>: 0)
at Octokit.Connection.SendData[T](System.Uri uri, System.Net.Http.HttpMethod method, System.Object body, System.String accepts, System.String contentType, System.Threading.CancellationToken cancellationToken, System.String twoFactorAuthenticationCode, System.Uri baseAddress)(<f8301339b72d477faf1694c3b168abad>: 0)
at Octokit.Connection.Get[T](System.Uri uri, System.Collections.Generic.IDictionary`2[TKey,TValue] parameters, System.String accepts)(<f8301339b72d477faf1694c3b168abad>: 0)
at Octokit.ApiConnection+<Get>d__0`1[T].MoveNext()(<f8301339b72d477faf1694c3b168abad>: 0)
at --- End of stack trace from previous location where exception was thrown ---(Async call boundary: )
at (wrapper managed-to-native) System.Object:__icall_wrapper_mono_generic_class_init(intptr)(: )
at Octokit.Connection.Run[T](Octokit.Internal.IRequest request, System.Threading.CancellationToken cancellationToken)(<f8301339b72d477faf1694c3b168abad>: 0)
at Octokit.Connection.SendDataInternal[T](System.Object body, System.String accepts, System.String contentType, System.Threading.CancellationToken cancellationToken, System.String twoFactorAuthenticationCode, Octokit.Internal.Request request)(<f8301339b72d477faf1694c3b168abad>: 0)
at Octokit.Connection.SendData[T](System.Uri uri, System.Net.Http.HttpMethod method, System.Object body, System.String accepts, System.String contentType, System.Threading.CancellationToken cancellationToken, System.String twoFactorAuthenticationCode, System.Uri baseAddress)(<f8301339b72d477faf1694c3b168abad>: 0)
at Octokit.Connection.Get[T](System.Uri uri, System.Collections.Generic.IDictionary`2[TKey,TValue] parameters, System.String accepts)(<f8301339b72d477faf1694c3b168abad>: 0)
at Octokit.ApiConnection+<Get>d__0`1[T].MoveNext()(<f8301339b72d477faf1694c3b168abad>: 0)
at --- End of stack trace from previous location where exception was thrown ---(Async call boundary: )
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()(<580913cfb9994bcbb268599a5f6e6362>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(System.Threading.Tasks.Task task)(<580913cfb9994bcbb268599a5f6e6362>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task task)(<580913cfb9994bcbb268599a5f6e6362>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(System.Threading.Tasks.Task task)(<580913cfb9994bcbb268599a5f6e6362>: 0)
at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult()(<580913cfb9994bcbb268599a5f6e6362>: 0)
at Benchmarker.GitHubInterface+<RunWithRetry>c__async0`1[T].MoveNext()(<406d42ea9e4644bbb2fcae0ce2ffb8bc>: 0)
at --- End of stack trace from previous location where exception was thrown ---(Async call boundary: )
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()(<580913cfb9994bcbb268599a5f6e6362>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(System.Threading.Tasks.Task task)(<580913cfb9994bcbb268599a5f6e6362>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task task)(<580913cfb9994bcbb268599a5f6e6362>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(System.Threading.Tasks.Task task)(<580913cfb9994bcbb268599a5f6e6362>: 0)
at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult()(<580913cfb9994bcbb268599a5f6e6362>: 0)
at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException[TResult](System.Threading.Tasks.Task`1[TResult] task)(<5cbdbdb7ab6a4a7287a83562d75426e2>: 0)
at Nito.AsyncEx.AsyncContext+<>c__DisplayClass7`1[TResult].<Run>b__5(System.Threading.Tasks.Task`1[TResult] t)(<5cbdbdb7ab6a4a7287a83562d75426e2>: 0)
at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2[TAntecedentResult,TResult].InnerInvoke()(<580913cfb9994bcbb268599a5f6e6362>: 0)
at System.Threading.Tasks.Task.Execute()(<580913cfb9994bcbb268599a5f6e6362>: 0)
at --- End of stack trace from previous location where exception was thrown ---(Async call boundary: )
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()(<580913cfb9994bcbb268599a5f6e6362>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(System.Threading.Tasks.Task task)(<580913cfb9994bcbb268599a5f6e6362>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task task)(<580913cfb9994bcbb268599a5f6e6362>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(System.Threading.Tasks.Task task)(<580913cfb9994bcbb268599a5f6e6362>: 0)
at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult()(<580913cfb9994bcbb268599a5f6e6362>: 0)
at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException[TResult](System.Threading.Tasks.Task`1[TResult] task)(<5cbdbdb7ab6a4a7287a83562d75426e2>: 0)
at Nito.AsyncEx.AsyncContext.Run[TResult](System.Func`1[TResult] action)(<5cbdbdb7ab6a4a7287a83562d75426e2>: 0)
at AndroidAgent.MainActivity.DetermineCommit()(<406d42ea9e4644bbb2fcae0ce2ffb8bc>: 0)
at AndroidAgent.MainActivity.RunBenchmark(System.Int64 runSetId, System.String benchmarkName, System.String machineName, System.String architecture, System.String configName)(<406d42ea9e4644bbb2fcae0ce2ffb8bc>: 0)
at AndroidAgent.MainActivity+<OnCreate>c__AnonStorey3.<>m__0(System.Object , System.EventArgs )(<406d42ea9e4644bbb2fcae0ce2ffb8bc>: 0)
at Android.Views.View+IOnClickListenerImplementor.OnClick(Android.Views.View v)(<7b12d6b3d1b84665b54b2eeb0ea0fb47>: 0)
at Android.Views.View+IOnClickListenerInvoker.n_OnClick_Landroid_view_View_(System.IntPtr jnienv, System.IntPtr native__this, System.IntPtr native_v)(<7b12d6b3d1b84665b54b2eeb0ea0fb47>: 0)
at (wrapper dynamic-method) System.Object:79c69396-b0c0-4e56-aeae-7f6aa9b010d7(intptr,intptr,intptr)(: )
java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java: 1120)
Caused by: java.lang.reflect.InvocationTargetException
at java.lang.reflect.Method.invoke(Native Method: )
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java: 1230)
at ... 1 more(: )
System.TypeInitializationException: The type initializer for 'System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1' threw an exception. ---> System.ExecutionEngineException: SIGILL
at (wrapper managed-to-native) System.Object:__icall_wrapper_mono_generic_class_init(intptr)(: )
at System.Runtime.CompilerServices.AsyncTaskCache.CreateCacheableTask[TResult](TResult result)(<70ad51b1a6fc45c69377e3252e68101e>: 0)
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[TResult]..cctor()(<70ad51b1a6fc45c69377e3252e68101e>: 0)
:
at (wrapper managed-to-native) System.Object:__icall_wrapper_mono_generic_class_init(intptr)(: )
at Octokit.Connection.Run[T](Octokit.Internal.IRequest request, System.Threading.CancellationToken cancellationToken)(<f8301339b72d477faf1694c3b168abad>: 0)
at Octokit.Connection.SendDataInternal[T](System.Object body, System.String accepts, System.String contentType, System.Threading.CancellationToken cancellationToken, System.String twoFactorAuthenticationCode, Octokit.Internal.Request request)(<f8301339b72d477faf1694c3b168abad>: 0)
at Octokit.Connection.SendData[T](System.Uri uri, System.Net.Http.HttpMethod method, System.Object body, System.String accepts, System.String contentType, System.Threading.CancellationToken cancellationToken, System.String twoFactorAuthenticationCode, System.Uri baseAddress)(<f8301339b72d477faf1694c3b168abad>: 0)
at Octokit.Connection.Get[T](System.Uri uri, System.Collections.Generic.IDictionary`2[TKey,TValue] parameters, System.String accepts)(<f8301339b72d477faf1694c3b168abad>: 0)
at Octokit.ApiConnection+<Get>d__0`1[T].MoveNext()(<f8301339b72d477faf1694c3b168abad>: 0)
at --- End of stack trace from previous location where exception was thrown ---(Async call boundary: )
at (wrapper managed-to-native) System.Object:__icall_wrapper_mono_generic_class_init(intptr)(: )
at Octokit.Connection.Run[T](Octokit.Internal.IRequest request, System.Threading.CancellationToken cancellationToken)(<f8301339b72d477faf1694c3b168abad>: 0)
at Octokit.Connection.SendDataInternal[T](System.Object body, System.String accepts, System.String contentType, System.Threading.CancellationToken cancellationToken, System.String twoFactorAuthenticationCode, Octokit.Internal.Request request)(<f8301339b72d477faf1694c3b168abad>: 0)
at Octokit.Connection.SendData[T](System.Uri uri, System.Net.Http.HttpMethod method, System.Object body, System.String accepts, System.String contentType, System.Threading.CancellationToken cancellationToken, System.String twoFactorAuthenticationCode, System.Uri baseAddress)(<f8301339b72d477faf1694c3b168abad>: 0)
at Octokit.Connection.Get[T](System.Uri uri, System.Collections.Generic.IDictionary`2[TKey,TValue] parameters, System.String accepts)(<f8301339b72d477faf1694c3b168abad>: 0)
at Octokit.ApiConnection+<Get>d__0`1[T].MoveNext()(<f8301339b72d477faf1694c3b168abad>: 0)
at --- End of stack trace from previous location where exception was thrown ---(Async call boundary: )
at (wrapper managed-to-native) System.Object:__icall_wrapper_mono_generic_class_init(intptr)(: )
at Octokit.Connection.Run[T](Octokit.Internal.IRequest request, System.Threading.CancellationToken cancellationToken)(<f8301339b72d477faf1694c3b168abad>: 0)
at Octokit.Connection.SendDataInternal[T](System.Object body, System.String accepts, System.String contentType, System.Threading.CancellationToken cancellationToken, System.String twoFactorAuthenticationCode, Octokit.Internal.Request request)(<f8301339b72d477faf1694c3b168abad>: 0)
at Octokit.Connection.SendData[T](System.Uri uri, System.Net.Http.HttpMethod method, System.Object body, System.String accepts, System.String contentType, System.Threading.CancellationToken cancellationToken, System.String twoFactorAuthenticationCode, System.Uri baseAddress)(<f8301339b72d477faf1694c3b168abad>: 0)
at Octokit.Connection.Get[T](System.Uri uri, System.Collections.Generic.IDictionary`2[TKey,TValue] parameters, System.String accepts)(<f8301339b72d477faf1694c3b168abad>: 0)
at Octokit.ApiConnection+<Get>d__0`1[T].MoveNext()(<f8301339b72d477faf1694c3b168abad>: 0)
at --- End of stack trace from previous location where exception was thrown ---(Async call boundary: )
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()(<70ad51b1a6fc45c69377e3252e68101e>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(System.Threading.Tasks.Task task)(<70ad51b1a6fc45c69377e3252e68101e>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task task)(<70ad51b1a6fc45c69377e3252e68101e>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(System.Threading.Tasks.Task task)(<70ad51b1a6fc45c69377e3252e68101e>: 0)
at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult()(<70ad51b1a6fc45c69377e3252e68101e>: 0)
at Benchmarker.GitHubInterface+<RunWithRetry>c__async0`1[T].MoveNext()(<406d42ea9e4644bbb2fcae0ce2ffb8bc>: 0)
at --- End of stack trace from previous location where exception was thrown ---(Async call boundary: )
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()(<70ad51b1a6fc45c69377e3252e68101e>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(System.Threading.Tasks.Task task)(<70ad51b1a6fc45c69377e3252e68101e>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task task)(<70ad51b1a6fc45c69377e3252e68101e>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(System.Threading.Tasks.Task task)(<70ad51b1a6fc45c69377e3252e68101e>: 0)
at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult()(<70ad51b1a6fc45c69377e3252e68101e>: 0)
at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException[TResult](System.Threading.Tasks.Task`1[TResult] task)(<5cbdbdb7ab6a4a7287a83562d75426e2>: 0)
at Nito.AsyncEx.AsyncContext+<>c__DisplayClass7`1[TResult].<Run>b__5(System.Threading.Tasks.Task`1[TResult] t)(<5cbdbdb7ab6a4a7287a83562d75426e2>: 0)
at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2[TAntecedentResult,TResult].InnerInvoke()(<70ad51b1a6fc45c69377e3252e68101e>: 0)
at System.Threading.Tasks.Task.Execute()(<70ad51b1a6fc45c69377e3252e68101e>: 0)
at --- End of stack trace from previous location where exception was thrown ---(Async call boundary: )
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()(<70ad51b1a6fc45c69377e3252e68101e>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(System.Threading.Tasks.Task task)(<70ad51b1a6fc45c69377e3252e68101e>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task task)(<70ad51b1a6fc45c69377e3252e68101e>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(System.Threading.Tasks.Task task)(<70ad51b1a6fc45c69377e3252e68101e>: 0)
at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult()(<70ad51b1a6fc45c69377e3252e68101e>: 0)
at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException[TResult](System.Threading.Tasks.Task`1[TResult] task)(<5cbdbdb7ab6a4a7287a83562d75426e2>: 0)
at Nito.AsyncEx.AsyncContext.Run[TResult](System.Func`1[TResult] action)(<5cbdbdb7ab6a4a7287a83562d75426e2>: 0)
at AndroidAgent.MainActivity.DetermineCommit()(<406d42ea9e4644bbb2fcae0ce2ffb8bc>: 0)
at AndroidAgent.MainActivity.RunBenchmark(System.Int64 runSetId, System.String benchmarkName, System.String machineName, System.String architecture, System.String configName)(<406d42ea9e4644bbb2fcae0ce2ffb8bc>: 0)
at AndroidAgent.MainActivity+<OnCreate>c__AnonStorey3.<>m__0(System.Object , System.EventArgs )(<406d42ea9e4644bbb2fcae0ce2ffb8bc>: 0)
at Android.Views.View+IOnClickListenerImplementor.OnClick(Android.Views.View v)(<6baa162481e04dcfb914c20574bda682>: 0)
at Android.Views.View+IOnClickListenerInvoker.n_OnClick_Landroid_view_View_(System.IntPtr jnienv, System.IntPtr native__this, System.IntPtr native_v)(<6baa162481e04dcfb914c20574bda682>: 0)
at (wrapper dynamic-method) System.Object:3db6f5f2-4179-4bf1-8e1d-52faa4d2b7cd(intptr,intptr,intptr)(: )
java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java: 1120)
Caused by: java.lang.reflect.InvocationTargetException
at java.lang.reflect.Method.invoke(Native Method: )
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java: 1230)
at ... 1 more(: )
System.ExecutionEngineException: SIGILL
at System.Diagnostics.StackFrame.GetNativeOffset()(<1efd6afb78134c4ab2359658e43311e3>: 0)
at System.Diagnostics.StackTrace.AddFrames(System.Text.StringBuilder sb)(<1efd6afb78134c4ab2359658e43311e3>: 0)
at System.Diagnostics.StackTrace.ToString()(<1efd6afb78134c4ab2359658e43311e3>: 0)
at System.Diagnostics.StackTrace.ToString(System.Diagnostics.StackTrace+TraceFormat traceFormat)(<1efd6afb78134c4ab2359658e43311e3>: 0)
at System.Environment.GetStackTrace(System.Exception e, System.Boolean needFileInfo)(<1efd6afb78134c4ab2359658e43311e3>: 0)
at System.Exception.GetStackTrace(System.Boolean needFileInfo)(<1efd6afb78134c4ab2359658e43311e3>: 0)
at System.Exception.ToString(System.Boolean needFileLineInfo, System.Boolean needMessage)(<1efd6afb78134c4ab2359658e43311e3>: 0)
at System.Exception.ToString(System.Boolean needFileLineInfo, System.Boolean needMessage)(<1efd6afb78134c4ab2359658e43311e3>: 0)
at System.Exception.ToString()(<1efd6afb78134c4ab2359658e43311e3>: 0)
at System.Text.StringBuilder.AppendFormatHelper(System.IFormatProvider provider, System.String format, System.ParamsArray args)(<1efd6afb78134c4ab2359658e43311e3>: 0)
at System.String.FormatHelper(System.IFormatProvider provider, System.String format, System.ParamsArray args)(<1efd6afb78134c4ab2359658e43311e3>: 0)
at System.String.Format(System.String format, System.Object arg0, System.Object arg1)(<1efd6afb78134c4ab2359658e43311e3>: 0)
at AndroidAgent.AndroidLogger.ErrorFormat(System.String format, System.Object[] args)(<406d42ea9e4644bbb2fcae0ce2ffb8bc>: 0)
at Benchmarker.GitHubInterface+<RunWithRetry>c__async0`1[T].MoveNext()(<406d42ea9e4644bbb2fcae0ce2ffb8bc>: 0)
at --- End of stack trace from previous location where exception was thrown ---(Async call boundary: )
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()(<1efd6afb78134c4ab2359658e43311e3>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(System.Threading.Tasks.Task task)(<1efd6afb78134c4ab2359658e43311e3>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task task)(<1efd6afb78134c4ab2359658e43311e3>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(System.Threading.Tasks.Task task)(<1efd6afb78134c4ab2359658e43311e3>: 0)
at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult()(<1efd6afb78134c4ab2359658e43311e3>: 0)
at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException[TResult](System.Threading.Tasks.Task`1[TResult] task)(<5cbdbdb7ab6a4a7287a83562d75426e2>: 0)
at Nito.AsyncEx.AsyncContext+<>c__DisplayClass7`1[TResult].<Run>b__5(System.Threading.Tasks.Task`1[TResult] t)(<5cbdbdb7ab6a4a7287a83562d75426e2>: 0)
at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2[TAntecedentResult,TResult].InnerInvoke()(<1efd6afb78134c4ab2359658e43311e3>: 0)
at System.Threading.Tasks.Task.Execute()(<1efd6afb78134c4ab2359658e43311e3>: 0)
at --- End of stack trace from previous location where exception was thrown ---(Async call boundary: )
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()(<1efd6afb78134c4ab2359658e43311e3>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(System.Threading.Tasks.Task task)(<1efd6afb78134c4ab2359658e43311e3>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task task)(<1efd6afb78134c4ab2359658e43311e3>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(System.Threading.Tasks.Task task)(<1efd6afb78134c4ab2359658e43311e3>: 0)
at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult()(<1efd6afb78134c4ab2359658e43311e3>: 0)
at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException[TResult](System.Threading.Tasks.Task`1[TResult] task)(<5cbdbdb7ab6a4a7287a83562d75426e2>: 0)
at Nito.AsyncEx.AsyncContext.Run[TResult](System.Func`1[TResult] action)(<5cbdbdb7ab6a4a7287a83562d75426e2>: 0)
at AndroidAgent.MainActivity.DetermineCommit()(<406d42ea9e4644bbb2fcae0ce2ffb8bc>: 0)
at AndroidAgent.MainActivity.RunBenchmark(System.Int64 runSetId, System.String benchmarkName, System.String machineName, System.String architecture, System.String configName)(<406d42ea9e4644bbb2fcae0ce2ffb8bc>: 0)
at AndroidAgent.MainActivity+<OnCreate>c__AnonStorey3.<>m__0(System.Object , System.EventArgs )(<406d42ea9e4644bbb2fcae0ce2ffb8bc>: 0)
at Android.Views.View+IOnClickListenerImplementor.OnClick(Android.Views.View v)(<9c9331eb8e2a4fb9821ef64b571512a4>: 0)
at Android.Views.View+IOnClickListenerInvoker.n_OnClick_Landroid_view_View_(System.IntPtr jnienv, System.IntPtr native__this, System.IntPtr native_v)(<9c9331eb8e2a4fb9821ef64b571512a4>: 0)
at (wrapper dynamic-method) System.Object:580cac2f-3f39-4b0d-95d7-d47d35798936(intptr,intptr,intptr)(: )
java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java: 1120)
Caused by: java.lang.reflect.InvocationTargetException
at java.lang.reflect.Method.invoke(Native Method: )
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java: 1230)
at ... 1 more(: )
System.ExecutionEngineException: SIGILL
at System.Threading.Tasks.Task`1[TResult]..ctor()(<35bfa0bca9a04193b8a0476b08242d93>: 0)
at System.Threading.Tasks.Task+DelayPromise..ctor(System.Threading.CancellationToken token)(<35bfa0bca9a04193b8a0476b08242d93>: 0)
at System.Threading.Tasks.Task.Delay(System.Int32 millisecondsDelay, System.Threading.CancellationToken cancellationToken)(<35bfa0bca9a04193b8a0476b08242d93>: 0)
at System.Threading.Tasks.Task.Delay(System.Int32 millisecondsDelay)(<35bfa0bca9a04193b8a0476b08242d93>: 0)
at Benchmarker.GitHubInterface+<RunWithRetry>c__async0`1[T].MoveNext()(<406d42ea9e4644bbb2fcae0ce2ffb8bc>: 0)
at --- End of stack trace from previous location where exception was thrown ---(Async call boundary: )
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()(<35bfa0bca9a04193b8a0476b08242d93>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(System.Threading.Tasks.Task task)(<35bfa0bca9a04193b8a0476b08242d93>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task task)(<35bfa0bca9a04193b8a0476b08242d93>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(System.Threading.Tasks.Task task)(<35bfa0bca9a04193b8a0476b08242d93>: 0)
at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult()(<35bfa0bca9a04193b8a0476b08242d93>: 0)
at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException[TResult](System.Threading.Tasks.Task`1[TResult] task)(<5cbdbdb7ab6a4a7287a83562d75426e2>: 0)
at Nito.AsyncEx.AsyncContext+<>c__DisplayClass7`1[TResult].<Run>b__5(System.Threading.Tasks.Task`1[TResult] t)(<5cbdbdb7ab6a4a7287a83562d75426e2>: 0)
at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2[TAntecedentResult,TResult].InnerInvoke()(<35bfa0bca9a04193b8a0476b08242d93>: 0)
at System.Threading.Tasks.Task.Execute()(<35bfa0bca9a04193b8a0476b08242d93>: 0)
at --- End of stack trace from previous location where exception was thrown ---(Async call boundary: )
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()(<35bfa0bca9a04193b8a0476b08242d93>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(System.Threading.Tasks.Task task)(<35bfa0bca9a04193b8a0476b08242d93>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task task)(<35bfa0bca9a04193b8a0476b08242d93>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(System.Threading.Tasks.Task task)(<35bfa0bca9a04193b8a0476b08242d93>: 0)
at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult()(<35bfa0bca9a04193b8a0476b08242d93>: 0)
at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException[TResult](System.Threading.Tasks.Task`1[TResult] task)(<5cbdbdb7ab6a4a7287a83562d75426e2>: 0)
at Nito.AsyncEx.AsyncContext.Run[TResult](System.Func`1[TResult] action)(<5cbdbdb7ab6a4a7287a83562d75426e2>: 0)
at AndroidAgent.MainActivity.DetermineCommit()(<406d42ea9e4644bbb2fcae0ce2ffb8bc>: 0)
at AndroidAgent.MainActivity.RunBenchmark(System.Int64 runSetId, System.String benchmarkName, System.String machineName, System.String architecture, System.String configName)(<406d42ea9e4644bbb2fcae0ce2ffb8bc>: 0)
at AndroidAgent.MainActivity+<OnCreate>c__AnonStorey3.<>m__0(System.Object , System.EventArgs )(<406d42ea9e4644bbb2fcae0ce2ffb8bc>: 0)
at Android.Views.View+IOnClickListenerImplementor.OnClick(Android.Views.View v)(<edf8ce0e8def4179a3418c79abb87d2d>: 0)
at Android.Views.View+IOnClickListenerInvoker.n_OnClick_Landroid_view_View_(System.IntPtr jnienv, System.IntPtr native__this, System.IntPtr native_v)(<edf8ce0e8def4179a3418c79abb87d2d>: 0)
at (wrapper dynamic-method) System.Object:6f568cf3-91fe-4da2-9605-0b2eb94002f5(intptr,intptr,intptr)(: )
java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java: 1120)
Caused by: java.lang.reflect.InvocationTargetException
at java.lang.reflect.Method.invoke(Native Method: )
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java: 1230)
System.TypeInitializationException: The type initializer for 'System.Text.RegularExpressions.Regex' threw an exception. ---> System.ExecutionEngineException: SIGILL
at System.TimeSpan.Interval(System.Double value, System.Int32 scale)(<c7350f50048a40be89fc61d09aec3082>: 0)
at System.TimeSpan.FromMilliseconds(System.Double value)(<c7350f50048a40be89fc61d09aec3082>: 0)
at System.Text.RegularExpressions.Regex..cctor()(<9e2b2c802ad847efbdfee257206a33b9>: 0)
:
at AndroidAgent.MainActivity.DetermineCommit()(<406d42ea9e4644bbb2fcae0ce2ffb8bc>: 0)
at AndroidAgent.MainActivity.RunBenchmark(System.Int64 runSetId, System.String benchmarkName, System.String machineName, System.String architecture, System.String configName)(<406d42ea9e4644bbb2fcae0ce2ffb8bc>: 0)
at AndroidAgent.MainActivity+<OnCreate>c__AnonStorey3.<>m__0(System.Object , System.EventArgs )(<406d42ea9e4644bbb2fcae0ce2ffb8bc>: 0)
at Android.Views.View+IOnClickListenerImplementor.OnClick(Android.Views.View v)(<58270a1fb83b43cabcb9e702a61502c2>: 0)
at Android.Views.View+IOnClickListenerInvoker.n_OnClick_Landroid_view_View_(System.IntPtr jnienv, System.IntPtr native__this, System.IntPtr native_v)(<58270a1fb83b43cabcb9e702a61502c2>: 0)
at (wrapper dynamic-method) System.Object:b096a0b9-abcd-41cc-82a3-50a2b56b6a40(intptr,intptr,intptr)(: )
java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java: 1120)
Caused by: java.lang.reflect.InvocationTargetException
at java.lang.reflect.Method.invoke(Native Method: )
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java: 1230)
at ... 1 more(: )
:
at mono.android.view.View_OnClickListenerImplementor.n_onClick(Native Method: )
at mono.android.view.View_OnClickListenerImplementor.onClick(View_OnClickListenerImplementor.java: 30)
at android.view.View.performClick(View.java: 5697)
at android.widget.TextView.performClick(TextView.java: 10814)
at android.view.View$PerformClick.run(View.java: 22526)
at android.os.Handler.handleCallback(Handler.java: 739)
at android.os.Handler.dispatchMessage(Handler.java: 95)
at android.os.Looper.loop(Looper.java: 158)
at android.app.ActivityThread.main(ActivityThread.java: 7229)
at ... 3 more(: )
Unhandled Exception:
System.ExecutionEngineException: SIGILL
at (wrapper managed-to-native) System.Runtime.Remoting.Messaging.AsyncResult:Invoke (System.Runtime.Remoting.Messaging.AsyncResult)
at System.Runtime.Remoting.Messaging.AsyncResult.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem () [0x00000] in <c58adb09219a409dad6b1aaf5b9f720b>:0
at System.Threading.ThreadPoolWorkQueue.Dispatch () [0x00096] in <c58adb09219a409dad6b1aaf5b9f720b>:0
at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback () [0x00000] in <c58adb09219a409dad6b1aaf5b9f720b>:0
Unhandled Exception:
System.ExecutionEngineException: SIGILL
at (wrapper managed-to-native) System.Runtime.Remoting.Messaging.AsyncResult:Invoke (System.Runtime.Remoting.Messaging.AsyncResult)
at System.Runtime.Remoting.Messaging.AsyncResult.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem () [0x00000] in <c58adb09219a409dad6b1aaf5b9f720b>:0
at System.Threading.ThreadPoolWorkQueue.Dispatch () [0x00096] in <c58adb09219a409dad6b1aaf5b9f720b>:0
at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback () [0x00000] in <c58adb09219a409dad6b1aaf5b9f720b>:0
System.TypeInitializationException: The type initializer for 'System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1' threw an exception. ---> System.ExecutionEngineException: SIGILL
at (wrapper managed-to-native) System.Object:__icall_wrapper_mono_generic_class_init(intptr)(: )
at System.Runtime.CompilerServices.AsyncTaskCache.CreateCacheableTask[TResult](TResult result)(<d76f57e5b2d44459b8588d62eeb23391>: 0)
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[TResult]..cctor()(<d76f57e5b2d44459b8588d62eeb23391>: 0)
:
at System.Net.Http.HttpContent.ReadAsStringAsync()(<da8ed066ef51448f8a4e97cfc39222c9>: 0)
at Octokit.Internal.HttpClientAdapter+<BuildResponse>d__c.MoveNext()(<f8301339b72d477faf1694c3b168abad>: 0)
at --- End of stack trace from previous location where exception was thrown ---(Async call boundary: )
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()(<d76f57e5b2d44459b8588d62eeb23391>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(System.Threading.Tasks.Task task)(<d76f57e5b2d44459b8588d62eeb23391>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task task)(<d76f57e5b2d44459b8588d62eeb23391>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(System.Threading.Tasks.Task task)(<d76f57e5b2d44459b8588d62eeb23391>: 0)
at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult()(<d76f57e5b2d44459b8588d62eeb23391>: 0)
at Octokit.Internal.HttpClientAdapter+<Send>d__1.MoveNext()(<f8301339b72d477faf1694c3b168abad>: 0)
at --- End of stack trace from previous location where exception was thrown ---(Async call boundary: )
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()(<d76f57e5b2d44459b8588d62eeb23391>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(System.Threading.Tasks.Task task)(<d76f57e5b2d44459b8588d62eeb23391>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task task)(<d76f57e5b2d44459b8588d62eeb23391>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(System.Threading.Tasks.Task task)(<d76f57e5b2d44459b8588d62eeb23391>: 0)
at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult()(<d76f57e5b2d44459b8588d62eeb23391>: 0)
at Octokit.Connection+<RunRequest>d__2b.MoveNext()(<f8301339b72d477faf1694c3b168abad>: 0)
at --- End of stack trace from previous location where exception was thrown ---(Async call boundary: )
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()(<d76f57e5b2d44459b8588d62eeb23391>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(System.Threading.Tasks.Task task)(<d76f57e5b2d44459b8588d62eeb23391>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task task)(<d76f57e5b2d44459b8588d62eeb23391>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(System.Threading.Tasks.Task task)(<d76f57e5b2d44459b8588d62eeb23391>: 0)
at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult()(<d76f57e5b2d44459b8588d62eeb23391>: 0)
at Octokit.Connection+<Run>d__27`1[T].MoveNext()(<f8301339b72d477faf1694c3b168abad>: 0)
at --- End of stack trace from previous location where exception was thrown ---(Async call boundary: )
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()(<d76f57e5b2d44459b8588d62eeb23391>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(System.Threading.Tasks.Task task)(<d76f57e5b2d44459b8588d62eeb23391>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task task)(<d76f57e5b2d44459b8588d62eeb23391>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(System.Threading.Tasks.Task task)(<d76f57e5b2d44459b8588d62eeb23391>: 0)
at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult()(<d76f57e5b2d44459b8588d62eeb23391>: 0)
at Octokit.ApiConnection+<Get>d__0`1[T].MoveNext()(<f8301339b72d477faf1694c3b168abad>: 0)
at --- End of stack trace from previous location where exception was thrown ---(Async call boundary: )
at System.Net.Http.HttpContent.ReadAsStringAsync()(<da8ed066ef51448f8a4e97cfc39222c9>: 0)
at Octokit.Internal.HttpClientAdapter+<BuildResponse>d__c.MoveNext()(<f8301339b72d477faf1694c3b168abad>: 0)
at --- End of stack trace from previous location where exception was thrown ---(Async call boundary: )
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()(<d76f57e5b2d44459b8588d62eeb23391>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(System.Threading.Tasks.Task task)(<d76f57e5b2d44459b8588d62eeb23391>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task task)(<d76f57e5b2d44459b8588d62eeb23391>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(System.Threading.Tasks.Task task)(<d76f57e5b2d44459b8588d62eeb23391>: 0)
at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult()(<d76f57e5b2d44459b8588d62eeb23391>: 0)
at Octokit.Internal.HttpClientAdapter+<Send>d__1.MoveNext()(<f8301339b72d477faf1694c3b168abad>: 0)
at --- End of stack trace from previous location where exception was thrown ---(Async call boundary: )
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()(<d76f57e5b2d44459b8588d62eeb23391>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(System.Threading.Tasks.Task task)(<d76f57e5b2d44459b8588d62eeb23391>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task task)(<d76f57e5b2d44459b8588d62eeb23391>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(System.Threading.Tasks.Task task)(<d76f57e5b2d44459b8588d62eeb23391>: 0)
at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult()(<d76f57e5b2d44459b8588d62eeb23391>: 0)
at Octokit.Connection+<RunRequest>d__2b.MoveNext()(<f8301339b72d477faf1694c3b168abad>: 0)
at --- End of stack trace from previous location where exception was thrown ---(Async call boundary: )
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()(<d76f57e5b2d44459b8588d62eeb23391>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(System.Threading.Tasks.Task task)(<d76f57e5b2d44459b8588d62eeb23391>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task task)(<d76f57e5b2d44459b8588d62eeb23391>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(System.Threading.Tasks.Task task)(<d76f57e5b2d44459b8588d62eeb23391>: 0)
at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult()(<d76f57e5b2d44459b8588d62eeb23391>: 0)
at Octokit.Connection+<Run>d__27`1[T].MoveNext()(<f8301339b72d477faf1694c3b168abad>: 0)
at --- End of stack trace from previous location where exception was thrown ---(Async call boundary: )
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()(<d76f57e5b2d44459b8588d62eeb23391>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(System.Threading.Tasks.Task task)(<d76f57e5b2d44459b8588d62eeb23391>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task task)(<d76f57e5b2d44459b8588d62eeb23391>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(System.Threading.Tasks.Task task)(<d76f57e5b2d44459b8588d62eeb23391>: 0)
at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult()(<d76f57e5b2d44459b8588d62eeb23391>: 0)
at Octokit.ApiConnection+<Get>d__0`1[T].MoveNext()(<f8301339b72d477faf1694c3b168abad>: 0)
at --- End of stack trace from previous location where exception was thrown ---(Async call boundary: )
at System.Net.Http.HttpContent.ReadAsStringAsync()(<da8ed066ef51448f8a4e97cfc39222c9>: 0)
at Octokit.Internal.HttpClientAdapter+<BuildResponse>d__c.MoveNext()(<f8301339b72d477faf1694c3b168abad>: 0)
at --- End of stack trace from previous location where exception was thrown ---(Async call boundary: )
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()(<d76f57e5b2d44459b8588d62eeb23391>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(System.Threading.Tasks.Task task)(<d76f57e5b2d44459b8588d62eeb23391>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task task)(<d76f57e5b2d44459b8588d62eeb23391>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(System.Threading.Tasks.Task task)(<d76f57e5b2d44459b8588d62eeb23391>: 0)
at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult()(<d76f57e5b2d44459b8588d62eeb23391>: 0)
at Octokit.Internal.HttpClientAdapter+<Send>d__1.MoveNext()(<f8301339b72d477faf1694c3b168abad>: 0)
at --- End of stack trace from previous location where exception was thrown ---(Async call boundary: )
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()(<d76f57e5b2d44459b8588d62eeb23391>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(System.Threading.Tasks.Task task)(<d76f57e5b2d44459b8588d62eeb23391>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task task)(<d76f57e5b2d44459b8588d62eeb23391>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(System.Threading.Tasks.Task task)(<d76f57e5b2d44459b8588d62eeb23391>: 0)
at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult()(<d76f57e5b2d44459b8588d62eeb23391>: 0)
at Octokit.Connection+<RunRequest>d__2b.MoveNext()(<f8301339b72d477faf1694c3b168abad>: 0)
at --- End of stack trace from previous location where exception was thrown ---(Async call boundary: )
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()(<d76f57e5b2d44459b8588d62eeb23391>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(System.Threading.Tasks.Task task)(<d76f57e5b2d44459b8588d62eeb23391>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task task)(<d76f57e5b2d44459b8588d62eeb23391>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(System.Threading.Tasks.Task task)(<d76f57e5b2d44459b8588d62eeb23391>: 0)
at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult()(<d76f57e5b2d44459b8588d62eeb23391>: 0)
at Octokit.Connection+<Run>d__27`1[T].MoveNext()(<f8301339b72d477faf1694c3b168abad>: 0)
at --- End of stack trace from previous location where exception was thrown ---(Async call boundary: )
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()(<d76f57e5b2d44459b8588d62eeb23391>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(System.Threading.Tasks.Task task)(<d76f57e5b2d44459b8588d62eeb23391>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task task)(<d76f57e5b2d44459b8588d62eeb23391>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(System.Threading.Tasks.Task task)(<d76f57e5b2d44459b8588d62eeb23391>: 0)
at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult()(<d76f57e5b2d44459b8588d62eeb23391>: 0)
at Octokit.ApiConnection+<Get>d__0`1[T].MoveNext()(<f8301339b72d477faf1694c3b168abad>: 0)
at --- End of stack trace from previous location where exception was thrown ---(Async call boundary: )
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()(<d76f57e5b2d44459b8588d62eeb23391>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(System.Threading.Tasks.Task task)(<d76f57e5b2d44459b8588d62eeb23391>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task task)(<d76f57e5b2d44459b8588d62eeb23391>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(System.Threading.Tasks.Task task)(<d76f57e5b2d44459b8588d62eeb23391>: 0)
at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult()(<d76f57e5b2d44459b8588d62eeb23391>: 0)
at Benchmarker.GitHubInterface+<RunWithRetry>c__async0`1[T].MoveNext()(<406d42ea9e4644bbb2fcae0ce2ffb8bc>: 0)
at --- End of stack trace from previous location where exception was thrown ---(Async call boundary: )
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()(<d76f57e5b2d44459b8588d62eeb23391>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(System.Threading.Tasks.Task task)(<d76f57e5b2d44459b8588d62eeb23391>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task task)(<d76f57e5b2d44459b8588d62eeb23391>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(System.Threading.Tasks.Task task)(<d76f57e5b2d44459b8588d62eeb23391>: 0)
at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult()(<d76f57e5b2d44459b8588d62eeb23391>: 0)
at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException[TResult](System.Threading.Tasks.Task`1[TResult] task)(<5cbdbdb7ab6a4a7287a83562d75426e2>: 0)
at Nito.AsyncEx.AsyncContext+<>c__DisplayClass7`1[TResult].<Run>b__5(System.Threading.Tasks.Task`1[TResult] t)(<5cbdbdb7ab6a4a7287a83562d75426e2>: 0)
at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2[TAntecedentResult,TResult].InnerInvoke()(<d76f57e5b2d44459b8588d62eeb23391>: 0)
at System.Threading.Tasks.Task.Execute()(<d76f57e5b2d44459b8588d62eeb23391>: 0)
at --- End of stack trace from previous location where exception was thrown ---(Async call boundary: )
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()(<d76f57e5b2d44459b8588d62eeb23391>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(System.Threading.Tasks.Task task)(<d76f57e5b2d44459b8588d62eeb23391>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task task)(<d76f57e5b2d44459b8588d62eeb23391>: 0)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(System.Threading.Tasks.Task task)(<d76f57e5b2d44459b8588d62eeb23391>: 0)
at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult()(<d76f57e5b2d44459b8588d62eeb23391>: 0)
at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException[TResult](System.Threading.Tasks.Task`1[TResult] task)(<5cbdbdb7ab6a4a7287a83562d75426e2>: 0)
at Nito.AsyncEx.AsyncContext.Run[TResult](System.Func`1[TResult] action)(<5cbdbdb7ab6a4a7287a83562d75426e2>: 0)
at AndroidAgent.MainActivity.DetermineCommit()(<406d42ea9e4644bbb2fcae0ce2ffb8bc>: 0)
at AndroidAgent.MainActivity.RunBenchmark(System.Int64 runSetId, System.String benchmarkName, System.String machineName, System.String architecture, System.String configName)(<406d42ea9e4644bbb2fcae0ce2ffb8bc>: 0)
at AndroidAgent.MainActivity+<OnCreate>c__AnonStorey3.<>m__0(System.Object , System.EventArgs )(<406d42ea9e4644bbb2fcae0ce2ffb8bc>: 0)
at Android.Views.View+IOnClickListenerImplementor.OnClick(Android.Views.View v)(<d1f2d109f577470ca76c51b84983be53>: 0)
at Android.Views.View+IOnClickListenerInvoker.n_OnClick_Landroid_view_View_(System.IntPtr jnienv, System.IntPtr native__this, System.IntPtr native_v)(<d1f2d109f577470ca76c51b84983be53>: 0)
at (wrapper dynamic-method) System.Object:ced86eb6-4687-4854-a854-a4764daa997e(intptr,intptr,intptr)(: )
java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java: 1120)
Caused by: java.lang.reflect.InvocationTargetException
at java.lang.reflect.Method.invoke(Native Method: )
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java: 1230)
at ... 1 more(: )
This file has been truncated, but you can view the full file.
<![CDATA[
]]><xtc-scenario name="[0-1001]AndroidAgent.UITests.Tests.RunBenchmarkGraph4" id="[0-1001]AndroidAgent.UITests.Tests.RunBenchmarkGraph4"><![CDATA[
]]><xtc-step name="[0-1001]AndroidAgent.UITests.Tests.RunBenchmarkGraph4-RunBenchmarkGraph4" id="[0-1001]AndroidAgent.UITests.Tests.RunBenchmarkGraph4-RunBenchmarkGraph4"><![CDATA[
--------- beginning of main
D/PackageManager( 3466): [MSG] WRITE_PACKAGE_RESTRICTIONS
W/System.err( 3466): remove failed: ENOENT (No such file or directory) : /data/system/users/0/package-restrictions.xml.bak
I/FIPS_bssl(13141): FIPS approved mode (1) | 13141 | app_process
D/AndroidRuntime(13141): >>>>>> START com.android.internal.os.RuntimeInit uid 2000 <<<<<<
D/AndroidRuntime(13141): CheckJNI is OFF
D/AndroidRuntime(13141): readGMSProperty: start
D/AndroidRuntime(13141): readGMSProperty: already setted!!
D/AndroidRuntime(13141): propertySet: couldn't set property (it is from app)
D/AndroidRuntime(13141): readGMSProperty: could not set the property(default)!!
D/AndroidRuntime(13141): readGMSProperty: end
D/AndroidRuntime(13141): addProductProperty: start
D/ICU (13141): No timezone override file found: /data/misc/zoneinfo/current/icu/icu_tzdata.dat
I/Radio-JNI(13141): register_android_hardware_Radio DONE
E/AffinityControl(13141): AffinityControl: registerfunction enter
D/AndroidRuntime(13141): Calling main entry com.android.commands.pm.Pm
I/art (13141): System.exit called, status: 0
I/AndroidRuntime(13141): VM exiting with result code 0.
V/AlarmManager( 3466): Expired Alarm result :4
V/BroadcastQueue( 3466): [background] Process cur broadcast BroadcastRecord{e1b789 u0 com.sec.enterprise.knox.cloudmdm.smdms.core.BULK_RUNNING qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{574d71d 12839:com.sec.enterprise.knox.cloudmdm.smdms/u0a152}
D/[0]UMC:BulkEnrollmentInitiator(12839): Intent : com.sec.enterprise.knox.cloudmdm.smdms.core.BULK_RUNNING
D/EnterpriseDeviceManager(12839): readUmcEnrollmentData
D/EnterpriseDeviceManagerService( 3466): isManagedProfileUser(): userId = 0
D/[0]UMC:BulkEnrollmentInitiator(12839): bulkData0
D/ConnectivityService( 3466): returning getNetworkInfo for network type 1 : [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "xtc-ag", roaming: false, failover: false, isAvailable: true]
D/[0]UMC:ServerUtils(12839): isConnectedOnWifi: wifi: true
I/[0]UMC:BulkEnrollmentInitiator(12839): connected on WIFI, start bulk enrollment
V/[0]BulkEnrollCheckService(12839): Current program = BULK_ENROLL
D/[0]UMC:Core(12839): processLaunchParameters: state STATE_IDLE
D/[0]UMC:BulkEnrollmentManager(12839): startBulkEnrollment: state STATE_ENROLLMENT
D/EnterpriseDeviceManager(12839): readUmcEnrollmentData
D/EnterpriseDeviceManagerService( 3466): isManagedProfileUser(): userId = 0
D/[0]UMC:BulkEnrollmentManager(12839): end StartBulkEnrollment: state STATE_ENROLLMENT
D/[0]UMC:SelfUpdateManager(12839): setPreETagValue
D/[0]UMC:Core(12839): selfUpdated : false
D/[0]BulkEnrollCheckService(12839): BulkEnrollCheckService onDestroy
I/qtaguid (12631): Untagging socket 21
I/System.out(12631): (HTTPLog)-Static: isSBSettingEnabled false
I/System.out(12631): (HTTPLog)-Static: isSBSettingEnabled false
D/EnterpriseController( 3135): netId is 0
D/Netd ( 3135): getNetworkForDns: using netid 502 for uid 10013
I/qtaguid (12631): Tagging socket 21 with tag c06c786700000000{3228334183,0} uid -1, pid: 12631, getuid(): 10013
I/FIPS_bssl(13164): FIPS approved mode (1) | 13164 | app_process
D/AndroidRuntime(13164): >>>>>> START com.android.internal.os.RuntimeInit uid 2000 <<<<<<
D/AndroidRuntime(13164): CheckJNI is OFF
D/AndroidRuntime(13164): readGMSProperty: start
D/AndroidRuntime(13164): readGMSProperty: already setted!!
D/AndroidRuntime(13164): propertySet: couldn't set property (it is from app)
D/AndroidRuntime(13164): readGMSProperty: could not set the property(default)!!
D/AndroidRuntime(13164): readGMSProperty: end
D/AndroidRuntime(13164): addProductProperty: start
D/ICU (13164): No timezone override file found: /data/misc/zoneinfo/current/icu/icu_tzdata.dat
I/Radio-JNI(13164): register_android_hardware_Radio DONE
E/AffinityControl(13164): AffinityControl: registerfunction enter
D/AndroidRuntime(13164): Calling main entry com.android.commands.pm.Pm
I/art (13164): System.exit called, status: 0
I/AndroidRuntime(13164): VM exiting with result code 0.
I/FIPS_bssl(13199): FIPS approved mode (1) | 13199 | app_process
D/AndroidRuntime(13199): >>>>>> START com.android.internal.os.RuntimeInit uid 2000 <<<<<<
D/AndroidRuntime(13199): CheckJNI is OFF
D/AndroidRuntime(13199): readGMSProperty: start
D/AndroidRuntime(13199): readGMSProperty: already setted!!
D/AndroidRuntime(13199): propertySet: couldn't set property (it is from app)
D/AndroidRuntime(13199): readGMSProperty: could not set the property(default)!!
D/AndroidRuntime(13199): readGMSProperty: end
D/AndroidRuntime(13199): addProductProperty: start
D/ICU (13199): No timezone override file found: /data/misc/zoneinfo/current/icu/icu_tzdata.dat
I/Radio-JNI(13199): register_android_hardware_Radio DONE
E/AffinityControl(13199): AffinityControl: registerfunction enter
D/AndroidRuntime(13199): Calling main entry com.android.commands.pm.Pm
D/SSRM:n ( 3466): SIOP:: AP = 330, PST = 342 (W:14), CP = 278, CUR = -61, LCD = 61
I/art (13199): System.exit called, status: 0
I/AndroidRuntime(13199): VM exiting with result code 0.
I/FIPS_bssl(13209): FIPS approved mode (1) | 13209 | app_process
D/AndroidRuntime(13209): >>>>>> START com.android.internal.os.RuntimeInit uid 2000 <<<<<<
D/AndroidRuntime(13209): CheckJNI is OFF
D/AndroidRuntime(13209): readGMSProperty: start
D/AndroidRuntime(13209): readGMSProperty: already setted!!
D/AndroidRuntime(13209): propertySet: couldn't set property (it is from app)
D/AndroidRuntime(13209): readGMSProperty: could not set the property(default)!!
D/AndroidRuntime(13209): readGMSProperty: end
D/AndroidRuntime(13209): addProductProperty: start
D/ICU (13209): No timezone override file found: /data/misc/zoneinfo/current/icu/icu_tzdata.dat
I/Radio-JNI(13209): register_android_hardware_Radio DONE
E/AffinityControl(13209): AffinityControl: registerfunction enter
D/AndroidRuntime(13209): Calling main entry com.android.commands.am.Am
W/ActivityManager( 3466): Invalid packageName: com.xamarin.benchmarkagent
D/AndroidRuntime(13209): Shutting down VM
D/BatteryService( 3466): !@BatteryListener : batteryPropertiesChanged!
D/BatteryService( 3466): level:100, scale:100, status:5, health:2, present:true, voltage: 4343, temperature: 292, technology: Li-ion, AC powered:false, USB powered:true, POGO powered:false, Wireless powered:false, icon:17303412, invalid charger:0, maxChargingCurrent:0
D/BatteryService( 3466): online:4, current avg:-26, charge type:0, power sharing:false, high voltage charger:false, capacity:280000, batterySWSelfDischarging:false, current_now:0
D/BatteryService( 3466): Sending ACTION_BATTERY_CHANGED.
I/MotionRecognitionService( 3466): Plugged
D/MotionRecognitionService( 3466): cableConnection= 1
D/MotionRecognitionService( 3466): setPowerConnected | current backoffstate = 1024 , state =1024
D/MotionRecognitionService( 3466): skip setTransmitPower.
D/WifiController( 3466): ApOrStaEnabledState msg.what= 155652
D/KeyguardUpdateMonitor( 3991): received broadcast android.intent.action.BATTERY_CHANGED
D/KeyguardUpdateMonitor( 3991): handleBatteryUpdate
D/PowerUI ( 3991): priorPlugType = 2 mPlugType = 2
D/CommonServiceConfiguration( 4641): getStringValueSetting
D/BatteryMonitor( 4641): new battery level: 100
D/BatteryMeterView( 3991): ACTION_BATTERY_CHANGED : level:100 status:5 health:2
D/BatteryMeterView( 3991): ACTION_BATTERY_CHANGED : level:100 status:5 health:2
I/FIPS_bssl(13219): FIPS approved mode (1) | 13219 | app_process
D/AndroidRuntime(13219): >>>>>> START com.android.internal.os.RuntimeInit uid 2000 <<<<<<
D/AndroidRuntime(13219): CheckJNI is OFF
D/AndroidRuntime(13219): readGMSProperty: start
D/AndroidRuntime(13219): readGMSProperty: already setted!!
D/AndroidRuntime(13219): propertySet: couldn't set property (it is from app)
D/AndroidRuntime(13219): readGMSProperty: could not set the property(default)!!
D/AndroidRuntime(13219): readGMSProperty: end
D/AndroidRuntime(13219): addProductProperty: start
D/ICU (13219): No timezone override file found: /data/misc/zoneinfo/current/icu/icu_tzdata.dat
I/Radio-JNI(13219): register_android_hardware_Radio DONE
E/AffinityControl(13219): AffinityControl: registerfunction enter
D/AndroidRuntime(13219): Calling main entry com.android.commands.pm.Pm
I/PackageManager( 3466): installPackageAsUser params originPath =/data/local/tmp/0000001701 installerPackageName =null
D/RestrictionPolicy( 3466): isNonMarketAppAllowed : true
D/PackageManager( 3466): START_PACKAGE_INSTALL: observer{260753327}
D/PackageManager( 3466): originPath{/data/local/tmp/0000001701}
D/PackageManager( 3466): [MSG] INIT_COPY: observer{260753327}
D/PackageManager( 3466): idx{0}
D/PackageManager( 3466): for_user{UserHandle{-1}}
E/Zygote (13229): v2
I/libpersona(13229): KNOX_SDCARD checking this for 10007
I/SELinux (13229): Function: selinux_compare_spd_ram, index[1], SPD-policy is existed. and_ver=SEPF_SECMOBILE_6.0.1 ver=11
I/libpersona(13229): KNOX_SDCARD not a persona
E/libpersona(13229): scanKnoxPersonas
W/SELinux (13229): Function: selinux_compare_spd_ram, index[1], priority [1], priority version is VE=SEPF_SECMOBILE_6.0.1_0011
E/libpersona(13229): Couldn't open the File - /data/system/users/0/personalist.xml - No such file or directory
E/Zygote (13229): accessInfo : 0
E/libpersona(13229): scanKnoxPersonas
E/libpersona(13229): Couldn't open the File - /data/system/users/0/personalist.xml - No such file or directory
I/ActivityManager( 3466): Start proc 13229:com.android.defcontainer/u0a7 for service com.android.defcontainer/.DefaultContainerService
D/TimaKeyStoreProvider(13229): TimaSignature is unavailable
D/ActivityThread(13229): Added TimaKeyStore provider
W/ResourcesManager(13229): getTopLevelResources: /system/priv-app/DefaultContainerService/DefaultContainerService.apk / 1.0 running in com.android.defcontainer rsrc of package com.android.defcontainer
I/InjectionManagerService -AppFeature( 3466): getCoreFeaturePkgList :[]
I/InjectionManager(13229): Inside getClassLibPath + mLibMap{0=, 1=}
D/ResourcesManager(13229): For user 0 new overlays fetched Null
I/InjectionManager(13229): Inside getClassLibPath caller
D/InjectionManager(13229): InjectionManager
D/InjectionManager(13229): fillFeatureStoreMap com.android.defcontainer
I/InjectionManager(13229): Constructor com.android.defcontainer, Feature store :{}
I/InjectionManager(13229): featureStore :{}
D/PackageManager( 3466): [MSG] MCS_BOUND: observer{260753327}
D/PackageManager( 3466): for_user{UserHandle{-1}}
E/NativeLibraryHelper(13229): Failed to load assets verifier: 0
I/PackageManager( 3466): EAS IT Policy AllowList = ,,
I/PackageManager( 3466): isAppBlockedByDPM?? = false
E/NativeLibraryHelper(13229): Failed to load assets verifier: 0
D/PackageManager( 3466): [VERIFY] getRequiredVerifiersLPr: 2 verifiers
D/PackageManager( 3466): [VERIFY] com.android.vending(10031)
D/PackageManager( 3466): [VERIFY] com.samsung.android.sm.devicesecurity(5012)
D/PersonaManagerService( 3466): needVerificationForPackage
D/PersonaManagerService( 3466): needVerificationForPackage com.xamarin.benchmarkagent
D/PersonaManagerService( 3466): needVerificationForPackage return true for at the end com.xamarin.benchmarkagent
I/PackageManager( 3466): installerUid : 2000
I/PackageManager( 3466): Themes INSTALL_SKIP_VERIFICATION
D/DefContainer(13229): Copying /data/local/tmp/0000001701 to base.apk
D/PackageManager( 3466): checking allow list after copying finished
W/System.err( 3466): remove failed: ENOENT (No such file or directory) : /data/app/vmdl1770689305.tmp/lib
E/NativeLibraryHelper( 3466): Failed to load assets verifier: 0
W/System.err( 3466): remove failed: ENOENT (No such file or directory) : /data/app/vmdl1770689305.tmp/lib/arm64
D/NativeLibraryHelper( 3466): Successfully fsync /data/app/vmdl1770689305.tmp/lib/arm64/libmonodroid.so
D/NativeLibraryHelper( 3466): Successfully fsync /data/app/vmdl1770689305.tmp/lib/arm64/libmonosgen-2.0.so
D/NativeLibraryHelper( 3466): Successfully fsync /data/app/vmdl1770689305.tmp/lib/arm64/libmonodroid_bundle_app.so
I/HarmonyEASService( 3466): Updating for all 1
D/PackageManager( 3466): remove MCS_UNBIND message and Posting MCS_UNBIND 10 secs later
D/PackageManager( 3466): [MSG] PROCESS_PENDING_INSTALL: observer{260753327}
D/PackageManager( 3466): currentStatus{1}
D/PackageManager( 3466): installPackageLI: path
W/PackageManager( 3466): verifying app can be installed or not
D/ApplicationPolicy( 3466): isApplicationInstallationEnabled
D/ApplicationPolicy( 3466): isApplicationInstallationEnabled : Checking PKG WL - false
D/ApplicationPolicy( 3466): isApplicationInstallationEnabled : Checking PKG BL - true
D/ApplicationPolicy( 3466): isApplicationInstallationEnabled : Checking PERM BL - true
D/RestrictionPolicy( 3466): isNewAdminInstallationEnabledInternal : false
D/ApplicationPolicy( 3466): isApplicationInstallationEnabled : Checking SIG BL - true
D/ApplicationPolicy( 3466): isApplicationInstallationEnabled : Checking PKG WL - false
D/ApplicationPolicy( 3466): isApplicationInstallationEnabled : Checking PKG BL - true
D/ApplicationPolicy( 3466): isApplicationInstallationEnabled : Checking PERM BL - true
D/ApplicationPolicy( 3466): isApplicationInstallationEnabled : Checking SIG BL - true
D/ApplicationPolicy( 3466): isApplicationInstallationEnabled : Checking PKG WL - false
D/ApplicationPolicy( 3466): isApplicationInstallationEnabled : Checking PKG BL - true
D/ApplicationPolicy( 3466): isApplicationInstallationEnabled : Checking PERM BL - true
D/ApplicationPolicy( 3466): isApplicationInstallationEnabled : Checking SIG BL - true
D/ApplicationPolicy( 3466): isApplicationInstallationEnabled : enabled true
I/AASAInstall( 3466): ship device
E/NativeLibraryHelper( 3466): Failed to load assets verifier: 0
I/PackageManager.DexOptimizer( 3466): Running dexopt (dex2oat) on: /data/app/vmdl1770689305.tmp/base.apk pkg=com.xamarin.benchmarkagent isa=arm64 vmSafeMode=false debuggable=false oatDir = /data/app/vmdl1770689305.tmp/oat bootComplete=true
I/dex2oat (13242): /system/bin/dex2oat --compiler-filter=speed
I/dex2oat (13242): ----------------------------------------------------
I/dex2oat (13242): <SS>: S T A R T I N G . . .
D/dex2oat (13242): <SS>: apk not found at
D/dex2oat (13242): <SS>: trying at /data/app/vmdl1770689305.tmp/base.apk
I/dex2oat (13242): <SS>: going to process manifest for 64-bit...
I/ (13242): SS_ART_lib [I]: permission is absent: /data/app/vmdl1770689305.tmp/base.apk
I/ (13242): SS_ART_lib [I]: access to SS denied
I/dex2oat (13242): Finish SS_ART_lib()
I/dex2oat (13242): dex2oat took 168.889ms (threads: 4) arena alloc=57KB java alloc=918KB native alloc=2MB free=1241KB
W/SELinux ( 3466): SELinux: set fc_digest(/data/app/com.xamarin.benchmarkagent-1)
D/PackageManager( 3466): installNewPackageLI: Package{51222f2 com.xamarin.benchmarkagent}
W/System.err( 3466): remove failed: ENOENT (No such file or directory) : /data/system/users/0/package-restrictions.xml.bak
I/PackageManager( 3466): scanFileNewer : com.xamarin.benchmarkagent
I/SELinux ( 3146): Function: selinux_compare_spd_ram, index[1], SPD-policy is existed. and_ver=SEPF_SECMOBILE_6.0.1 ver=11
W/SELinux ( 3146): Function: selinux_compare_spd_ram, index[1], priority [1], priority version is VE=SEPF_SECMOBILE_6.0.1_0011
W/SELinux ( 3146): SELinux: seapp_context_lookup: seinfo=default, level=s0:c512,c768, pkgname=com.xamarin.benchmarkagent
D/PackageManager( 3466): Resolved nativeLibraryRoot for com.xamarin.benchmarkagent to root=/data/app/com.xamarin.benchmarkagent-1/lib, libraryDir=/data/app/com.xamarin.benchmarkagent-1/lib/arm64, isa=true
D/PackageManager( 3466): EAS IT Policy destCodeFile /data/app/com.xamarin.benchmarkagent-1
D/PackageManager( 3466): New package installed
D/AASAinstall( 3466): there is not AASApackages.xml file
W/System.err( 3466): remove failed: ENOENT (No such file or directory) : /data/system/packages.xml.bak
W/System.err( 3466): remove failed: ENOENT (No such file or directory) : /data/system/users/0/package-restrictions.xml.bak
I/HarmonyEASService( 3466): Updating for all 1
I/PackageManager( 3466): enforceEDMPermissionLI
D/SecureStorageService( 3466): apk path=/data/app/com.xamarin.benchmarkagent-1/base.apk
D/SecureStorageService( 3466): Called signDexFileInsideZip primaryAbi=arm64
D/SecureStorageService( 3466): uid=13481
D/SecureStorageService( 3466): abi=64
D/SecureStorageService( 3466): type=dex
I/ (13249): SS_ART_lib [I]: permission is absent: /data/app/com.xamarin.benchmarkagent-1/base.apk
I/ (13249): SS_ART_lib [I]: access to SS denied
E/SecureStorageService( 3466): Process failed status=0x0200
W/PackageManager( 3466): Can't sign the dex file!
D/PackageManager( 3466): doPostInstall for uid{13481}
D/PackageManager( 3466): token 5 to BM for possible restore
V/BackupManagerService( 3466): restoreAtInstall pkg=com.xamarin.benchmarkagent token=5 restoreSet=0
D/PackageManager( 3466): BM finishing package install for 5
V/BackupManagerService( 3466): Finishing install immediately
D/PackageManager( 3466): [MSG] POST_INSTALL: observer{260753327}
D/PackageManager( 3466): Handling post-install for 5
W/Settings( 3466): Setting install_non_market_apps has moved from android.provider.Settings.Global to android.provider.Settings.Secure, returning read-only value.
I/art ( 3466): Starting a blocking GC Explicit
I/art ( 3466): Explicit concurrent mark sweep GC freed 118715(5MB) AllocSpace objects, 26(520KB) LOS objects, 29% free, 37MB/53MB, paused 1.663ms total 175.190ms
D/PackageManager( 3466): result of install: 1{260753327}
I/art (13219): System.exit called, status: 0
I/AndroidRuntime(13219): VM exiting with result code 0.
W/ResourcesManager( 3466): getTopLevelResources: /data/app/com.google.android.gms-2/base.apk / 1.0 running in null rsrc of package com.google.android.gms
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/Velvet/Velvet.apk / 1.0 running in null rsrc of package com.google.android.googlequicksearchbox
D/NetworkPolicy( 3466): isUidForegroundLocked: 13481, mScreenOn: true, uidstate: 16, mProxSensorScreenOff: false
D/ResourcesManager( 3466): For user 0 new overlays fetched Null
D/ResourcesManager( 3466): For user 0 new overlays fetched Null
W/ResourcesManager( 3466): getTopLevelResources: /data/app/com.google.android.gms-2/base.apk / 1.0 running in null rsrc of package com.google.android.gms
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SNS_v2/SNS_v2.apk / 1.0 running in null rsrc of package com.sec.android.app.sns3
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/Velvet/Velvet.apk / 1.0 running in null rsrc of package com.google.android.googlequicksearchbox
W/ResourcesManager( 3466): getTopLevelResources: /system/app/SamsungIMEv3/SamsungIMEv3.apk / 1.0 running in null rsrc of package com.sec.android.inputmethod
D/ResourcesManager( 3466): For user 0 new overlays fetched Null
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SNS_v2/SNS_v2.apk / 1.0 running in null rsrc of package com.sec.android.app.sns3
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SNS_v2/SNS_v2.apk / 1.0 running in null rsrc of package com.sec.android.app.sns3
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SNS_v2/SNS_v2.apk / 1.0 running in null rsrc of package com.sec.android.app.sns3
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SNS_v2/SNS_v2.apk / 1.0 running in null rsrc of package com.sec.android.app.sns3
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SNS_v2/SNS_v2.apk / 1.0 running in null rsrc of package com.sec.android.app.sns3
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SNS_v2/SNS_v2.apk / 1.0 running in null rsrc of package com.sec.android.app.sns3
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SNS_v2/SNS_v2.apk / 1.0 running in null rsrc of package com.sec.android.app.sns3
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SNS_v2/SNS_v2.apk / 1.0 running in null rsrc of package com.sec.android.app.sns3
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/InputDevices/InputDevices.apk / 1.0 running in null rsrc of package com.android.inputdevices
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SNS_v2/SNS_v2.apk / 1.0 running in null rsrc of package com.sec.android.app.sns3
D/ucsBai_ConnectionManager( 4357): mPackageReceiver Action android.intent.action.PACKAGE_ADDED
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SamsungAccount_Hero/SamsungAccount_Hero.apk / 1.0 running in null rsrc of package com.osp.app.signin
D/ResourcesManager( 3466): For user 0 new overlays fetched Null
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/InputDevices/InputDevices.apk / 1.0 running in null rsrc of package com.android.inputdevices
D/ResourcesManager( 3466): For user 0 new overlays fetched Null
W/ResourcesManager( 3466): getTopLevelResources: /system/app/SamsungIMEv3/SamsungIMEv3.apk / 1.0 running in null rsrc of package com.sec.android.inputmethod
I/InputReader( 3466): Reconfiguring input devices. changes=0x00000010
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/Velvet/Velvet.apk / 1.0 running in null rsrc of package com.google.android.googlequicksearchbox
W/ResourcesManager( 3466): getTopLevelResources: /system/app/SamsungIMEv3/SamsungIMEv3.apk / 1.0 running in null rsrc of package com.sec.android.inputmethod
W/ResourcesManager( 3466): getTopLevelResources: /system/app/SamsungIMEv3/SamsungIMEv3.apk / 1.0 running in null rsrc of package com.sec.android.inputmethod
D/ResourcesManager( 3466): For user 0 new overlays fetched Null
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SamsungAccount_Hero/SamsungAccount_Hero.apk / 1.0 running in null rsrc of package com.osp.app.signin
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/LiveBroadcast/LiveBroadcast.apk / 1.0 running in null rsrc of package com.sec.android.app.camera.plb
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecEmail_M/SecEmail_M.apk / 1.0 running in null rsrc of package com.samsung.android.email.provider
D/ResourcesManager( 3466): For user 0 new overlays fetched Null
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/LiveBroadcast/LiveBroadcast.apk / 1.0 running in null rsrc of package com.sec.android.app.camera.plb
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SamsungCamera5/SamsungCamera5.apk / 1.0 running in null rsrc of package com.sec.android.app.camera
W/BeaconManager( 6563): AppControlManager.mPackageReceiver - Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.xamarin.benchmarkagent flg=0x4000010 bqHint=4 VirtualScreenParam=Params{mDisplayId=-1, null, mFlags=0x00000000)} (has extras) }
D/ResourcesManager( 3466): For user 0 new overlays fetched Null
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecEmail_M/SecEmail_M.apk / 1.0 running in null rsrc of package com.samsung.android.email.provider
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecEmail_M/SecEmail_M.apk / 1.0 running in null rsrc of package com.samsung.android.email.provider
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecEmail_M/SecEmail_M.apk / 1.0 running in null rsrc of package com.samsung.android.email.provider
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecEmail_M/SecEmail_M.apk / 1.0 running in null rsrc of package com.samsung.android.email.provider
D/ResourcesManager( 3466): For user 0 new overlays fetched Null
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecEmail_M/SecEmail_M.apk / 1.0 running in null rsrc of package com.samsung.android.email.provider
W/ResourcesManager( 3466): getTopLevelResources: /system/app/CoreApps/CoreApps.apk / 1.0 running in null rsrc of package com.samsung.android.coreapps
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SamsungCamera5/SamsungCamera5.apk / 1.0 running in null rsrc of package com.sec.android.app.camera
W/ResourcesManager( 3466): getTopLevelResources: /system/app/STalkback/STalkback.apk / 1.0 running in null rsrc of package com.samsung.android.app.talkback
D/ResourcesManager( 3466): For user 0 new overlays fetched Null
D/ResourcesManager( 3466): For user 0 new overlays fetched Null
W/ResourcesManager( 3466): getTopLevelResources: /system/app/STalkback/STalkback.apk / 1.0 running in null rsrc of package com.samsung.android.app.talkback
W/ResourcesManager( 3466): getTopLevelResources: /system/app/UniversalSwitch/UniversalSwitch.apk / 1.0 running in null rsrc of package com.samsung.android.universalswitch
W/ResourcesManager( 3466): getTopLevelResources: /system/app/CoreApps/CoreApps.apk / 1.0 running in null rsrc of package com.samsung.android.coreapps
W/ResourcesManager( 3466): getTopLevelResources: /system/app/Gmail2/Gmail2.apk / 1.0 running in null rsrc of package com.google.android.gm
D/ResourcesManager( 3466): For user 0 new overlays fetched Null
D/ResourcesManager( 3466): For user 0 new overlays fetched Null
W/ResourcesManager( 3466): getTopLevelResources: /system/app/Gmail2/Gmail2.apk / 1.0 running in null rsrc of package com.google.android.gm
W/ResourcesManager( 3466): getTopLevelResources: /system/app/Gmail2/Gmail2.apk / 1.0 running in null rsrc of package com.google.android.gm
W/ResourcesManager( 3466): getTopLevelResources: /system/app/Gmail2/Gmail2.apk / 1.0 running in null rsrc of package com.google.android.gm
W/ResourcesManager( 3466): getTopLevelResources: /system/app/OneDrive_Samsung_v2/OneDrive_Samsung_v2.apk / 1.0 running in null rsrc of package com.microsoft.skydrive
W/ResourcesManager( 3466): getTopLevelResources: /system/app/UniversalSwitch/UniversalSwitch.apk / 1.0 running in null rsrc of package com.samsung.android.universalswitch
D/ResourcesManager( 3466): For user 0 new overlays fetched Null
W/ResourcesManager( 3466): getTopLevelResources: /system/app/OneDrive_Samsung_v2/OneDrive_Samsung_v2.apk / 1.0 running in null rsrc of package com.microsoft.skydrive
W/ResourcesManager( 3466): getTopLevelResources: /system/app/OneNote/OneNote.apk / 1.0 running in null rsrc of package com.microsoft.office.onenote
D/EnterpriseDeviceManagerService( 3466): Package has changed for user 0
D/EnterpriseDeviceManagerService( 3466): Admin package name: com.sec.enterprise.knox.cloudmdm.smdms
D/EnterpriseDeviceManagerService( 3466): Admin package name: com.google.android.gms
W/ResourcesManager( 3466): getTopLevelResources: /system/app/SamsungIMEv3/SamsungIMEv3.apk / 1.0 running in null rsrc of package com.sec.android.inputmethod
D/CarrierServiceBindHelper( 4291): Receive action: android.intent.action.PACKAGE_ADDED
W/ResourcesManager( 3466): getTopLevelResources: /system/app/SamsungIMEv3/SamsungIMEv3.apk / 1.0 running in null rsrc of package com.sec.android.inputmethod
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecSettings2/SecSettings2.apk / 1.0 running in null rsrc of package com.android.settings
D/ResourcesManager( 3466): For user 0 new overlays fetched Null
V/BroadcastQueue( 3466): [background] Process cur broadcast BroadcastRecord{f93adfa u0 android.intent.action.PACKAGE_ADDED qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{a3f6fab 12224:com.samsung.aasaservice/u0a72}
W/ResourcesManager( 3466): getTopLevelResources: /system/app/OneNote/OneNote.apk / 1.0 running in null rsrc of package com.microsoft.office.onenote
W/ResourcesManager( 3466): getTopLevelResources: /system/app/SBrowser_4_LATEST/SBrowser_4_LATEST.apk / 1.0 running in null rsrc of package com.sec.android.app.sbrowser
W/ActivityManager( 3466): Permission Denial: Accessing service ComponentInfo{com.google.android.music/com.google.android.music.dial.DialMediaRouteProviderService} from pid=8436, uid=10123 that is not exported from uid 10121
I/AASAservice-TokenRule(12224): parseToken()
E/AASAservice-TokenRule(12224): parseToken() : TokenFile is null
D/AASAservice-UpdateReceiver(12224): AASAUpdateReceiver : android.intent.action.PACKAGE_ADDED, package = com.xamarin.benchmarkagent, uid = -1
D/ResourcesManager( 3466): For user 0 new overlays fetched Null
D/ResourcesManager( 3466): For user 0 new overlays fetched Null
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecSettings2/SecSettings2.apk / 1.0 running in null rsrc of package com.android.settings
W/ResourcesManager( 3466): getTopLevelResources: /system/app/SBrowser_4_LATEST/SBrowser_4_LATEST.apk / 1.0 running in null rsrc of package com.sec.android.app.sbrowser
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecContacts_M/SecContacts_M.apk / 1.0 running in null rsrc of package com.android.contacts
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/GoogleServicesFramework/GoogleServicesFramework.apk / 1.0 running in null rsrc of package com.google.android.gsf
I/Recents_MultiWindowAppListInfo( 4070): android.intent.action.PACKAGE_ADDED
D/ResourcesManager( 3466): For user 0 new overlays fetched Null
I/AASASERVICE( 3466): AASA_enforceCMPermissionCheck: call by com.samsung.aasaservice
D/AASAinstall( 3466): there is not AASApackages.xml file
I/AASAdebug( 3466): readUids-end
D/CarrierServiceBindHelper( 4291): mHandler: 3
D/CarrierConfigLoader( 4291): mHandler: 9 phoneId: 0
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecContacts_M/SecContacts_M.apk / 1.0 running in null rsrc of package com.android.contacts
D/AASAservice-AASABinder(12224): getManagedSharedPkgList() : packageName - com.xamarin.benchmarkagent, uid - -1
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecContacts_M/SecContacts_M.apk / 1.0 running in null rsrc of package com.android.contacts
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecContacts_M/SecContacts_M.apk / 1.0 running in null rsrc of package com.android.contacts
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecEmail_M/SecEmail_M.apk / 1.0 running in null rsrc of package com.samsung.android.email.provider
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecEmail_M/SecEmail_M.apk / 1.0 running in null rsrc of package com.samsung.android.email.provider
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecMms_Epic_Common/SecMms_Epic_Common.apk / 1.0 running in null rsrc of package com.android.mms
D/ResourcesManager( 3466): For user 0 new overlays fetched Null
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecMms_Epic_Common/SecMms_Epic_Common.apk / 1.0 running in null rsrc of package com.android.mms
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecMyFiles/SecMyFiles.apk / 1.0 running in null rsrc of package com.sec.android.app.myfiles
D/ResourcesManager( 3466): For user 0 new overlays fetched Null
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecMyFiles/SecMyFiles.apk / 1.0 running in null rsrc of package com.sec.android.app.myfiles
W/ResourcesManager( 3466): getTopLevelResources: /system/app/Music2/Music2.apk / 1.0 running in null rsrc of package com.google.android.music
D/ResourcesManager( 3466): For user 0 new overlays fetched Null
W/ResourcesManager( 3466): getTopLevelResources: /system/app/Music2/Music2.apk / 1.0 running in null rsrc of package com.google.android.music
W/ResourcesManager( 3466): getTopLevelResources: /system/app/SecMemo3/SecMemo3.apk / 1.0 running in null rsrc of package com.samsung.android.app.memo
D/ResourcesManager( 3466): For user 0 new overlays fetched Null
W/ResourcesManager( 3466): getTopLevelResources: /system/app/SecMemo3/SecMemo3.apk / 1.0 running in null rsrc of package com.samsung.android.app.memo
D/ResourcesManager( 3466): For user 0 new overlays fetched Null
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/GoogleServicesFramework/GoogleServicesFramework.apk / 1.0 running in null rsrc of package com.google.android.gsf
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SCloudServiceHero/SCloudServiceHero.apk / 1.0 running in null rsrc of package com.samsung.android.scloud
W/ResourcesManager( 3466): getTopLevelResources: /system/app/Weather2016/Weather2016.apk / 1.0 running in null rsrc of package com.samsung.android.weather
D/ResourcesManager( 3466): For user 0 new overlays fetched Null
W/ResourcesManager( 4281): getTopLevelResources: /system/priv-app/SHealth4/SHealth4.apk / 1.0 running in com.android.nfc rsrc of package com.sec.android.app.shealth
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SCloudServiceHero/SCloudServiceHero.apk / 1.0 running in null rsrc of package com.samsung.android.scloud
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SCloudServiceHero/SCloudServiceHero.apk / 1.0 running in null rsrc of package com.samsung.android.scloud
W/ResourcesManager( 4281): getTopLevelResources: /system/priv-app/SHealth4/SHealth4.apk / 1.0 running in com.android.nfc rsrc of package com.sec.android.app.shealth
D/RegisteredComponentCache( 4281): Collect Tech packages for Knox
W/ResourcesManager( 4281): getTopLevelResources: /system/priv-app/Tag/Tag.apk / 1.0 running in com.android.nfc rsrc of package com.android.apps.tag
W/ResourcesManager( 4281): getTopLevelResources: /system/priv-app/Tag/Tag.apk / 1.0 running in com.android.nfc rsrc of package com.android.apps.tag
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SCloudServiceHero/SCloudServiceHero.apk / 1.0 running in null rsrc of package com.samsung.android.scloud
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SCloudServiceHero/SCloudServiceHero.apk / 1.0 running in null rsrc of package com.samsung.android.scloud
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SCloudServiceHero/SCloudServiceHero.apk / 1.0 running in null rsrc of package com.samsung.android.scloud
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SCloudServiceHero/SCloudServiceHero.apk / 1.0 running in null rsrc of package com.samsung.android.scloud
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SCloudServiceHero/SCloudServiceHero.apk / 1.0 running in null rsrc of package com.samsung.android.scloud
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SCloudServiceHero/SCloudServiceHero.apk / 1.0 running in null rsrc of package com.samsung.android.scloud
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SCloudServiceHero/SCloudServiceHero.apk / 1.0 running in null rsrc of package com.samsung.android.scloud
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SCloudServiceHero/SCloudServiceHero.apk / 1.0 running in null rsrc of package com.samsung.android.scloud
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SCloudServiceHero/SCloudServiceHero.apk / 1.0 running in null rsrc of package com.samsung.android.scloud
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SCloudServiceHero/SCloudServiceHero.apk / 1.0 running in null rsrc of package com.samsung.android.scloud
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SCloudServiceHero/SCloudServiceHero.apk / 1.0 running in null rsrc of package com.samsung.android.scloud
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SHealth4/SHealth4.apk / 1.0 running in null rsrc of package com.sec.android.app.shealth
D/ResourcesManager( 3466): For user 0 new overlays fetched Null
W/ResourcesManager( 3466): getTopLevelResources: /system/app/Weather2016/Weather2016.apk / 1.0 running in null rsrc of package com.samsung.android.weather
W/ResourcesManager( 3466): getTopLevelResources: /system/app/YouTube/YouTube.apk / 1.0 running in null rsrc of package com.google.android.youtube
D/ResourcesManager( 3466): For user 0 new overlays fetched Null
D/ResourcesManager( 3466): For user 0 new overlays fetched Null
W/ResourcesManager( 3466): getTopLevelResources: /system/app/YouTube/YouTube.apk / 1.0 running in null rsrc of package com.google.android.youtube
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SHealth4/SHealth4.apk / 1.0 running in null rsrc of package com.sec.android.app.shealth
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SHealth4/SHealth4.apk / 1.0 running in null rsrc of package com.sec.android.app.shealth
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/MyPlaces_Hero/MyPlaces_Hero.apk / 1.0 running in null rsrc of package com.sec.android.widgetapp.locationwidget
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SHealth4/SHealth4.apk / 1.0 running in null rsrc of package com.sec.android.app.shealth
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SNS_v2/SNS_v2.apk / 1.0 running in null rsrc of package com.sec.android.app.sns3
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SNS_v2/SNS_v2.apk / 1.0 running in null rsrc of package com.sec.android.app.sns3
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SNS_v2/SNS_v2.apk / 1.0 running in null rsrc of package com.sec.android.app.sns3
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SNS_v2/SNS_v2.apk / 1.0 running in null rsrc of package com.sec.android.app.sns3
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SNS_v2/SNS_v2.apk / 1.0 running in null rsrc of package com.sec.android.app.sns3
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SNS_v2/SNS_v2.apk / 1.0 running in null rsrc of package com.sec.android.app.sns3
D/ResourcesManager( 3466): For user 0 new overlays fetched Null
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SNS_v2/SNS_v2.apk / 1.0 running in null rsrc of package com.sec.android.app.sns3
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SNS_v2/SNS_v2.apk / 1.0 running in null rsrc of package com.sec.android.app.sns3
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/MyPlaces_Hero/MyPlaces_Hero.apk / 1.0 running in null rsrc of package com.sec.android.widgetapp.locationwidget
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SNS_v2/SNS_v2.apk / 1.0 running in null rsrc of package com.sec.android.app.sns3
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SNS_v2/SNS_v2.apk / 1.0 running in null rsrc of package com.sec.android.app.sns3
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecEmail_M/SecEmail_M.apk / 1.0 running in null rsrc of package com.samsung.android.email.provider
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SNS_v2/SNS_v2.apk / 1.0 running in null rsrc of package com.sec.android.app.sns3
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SNS_v2/SNS_v2.apk / 1.0 running in null rsrc of package com.sec.android.app.sns3
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecEmail_M/SecEmail_M.apk / 1.0 running in null rsrc of package com.samsung.android.email.provider
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecEmail_M/SecEmail_M.apk / 1.0 running in null rsrc of package com.samsung.android.email.provider
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecEmail_M/SecEmail_M.apk / 1.0 running in null rsrc of package com.samsung.android.email.provider
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecEmail_M/SecEmail_M.apk / 1.0 running in null rsrc of package com.samsung.android.email.provider
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecSettings2/SecSettings2.apk / 1.0 running in null rsrc of package com.android.settings
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecEmail_M/SecEmail_M.apk / 1.0 running in null rsrc of package com.samsung.android.email.provider
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecEmail_M/SecEmail_M.apk / 1.0 running in null rsrc of package com.samsung.android.email.provider
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecEmail_M/SecEmail_M.apk / 1.0 running in null rsrc of package com.samsung.android.email.provider
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecEmail_M/SecEmail_M.apk / 1.0 running in null rsrc of package com.samsung.android.email.provider
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/TouchWizHome_2016/TouchWizHome_2016.apk / 1.0 running in null rsrc of package com.sec.android.app.launcher
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecEmail_M/SecEmail_M.apk / 1.0 running in null rsrc of package com.samsung.android.email.provider
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecEmail_M/SecEmail_M.apk / 1.0 running in null rsrc of package com.samsung.android.email.provider
W/ResourcesManager( 3466): getTopLevelResources: /system/app/Chrome/Chrome.apk / 1.0 running in null rsrc of package com.android.chrome
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecEmail_M/SecEmail_M.apk / 1.0 running in null rsrc of package com.samsung.android.email.provider
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecEmail_M/SecEmail_M.apk / 1.0 running in null rsrc of package com.samsung.android.email.provider
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecEmail_M/SecEmail_M.apk / 1.0 running in null rsrc of package com.samsung.android.email.provider
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecEmail_M/SecEmail_M.apk / 1.0 running in null rsrc of package com.samsung.android.email.provider
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecEmail_M/SecEmail_M.apk / 1.0 running in null rsrc of package com.samsung.android.email.provider
W/ResourcesManager( 3466): getTopLevelResources: /system/app/Chrome/Chrome.apk / 1.0 running in null rsrc of package com.android.chrome
D/ResourcesManager( 3466): For user 0 new overlays fetched Null
D/ResourcesManager( 3466): For user 0 new overlays fetched Null
W/ResourcesManager( 3466): getTopLevelResources: /system/app/Chrome/Chrome.apk / 1.0 running in null rsrc of package com.android.chrome
W/ResourcesManager( 3466): getTopLevelResources: /system/app/Chrome/Chrome.apk / 1.0 running in null rsrc of package com.android.chrome
W/ResourcesManager( 3466): getTopLevelResources: /system/app/CoreApps/CoreApps.apk / 1.0 running in null rsrc of package com.samsung.android.coreapps
W/ResourcesManager( 3466): getTopLevelResources: /system/app/CoreApps/CoreApps.apk / 1.0 running in null rsrc of package com.samsung.android.coreapps
W/ResourcesManager( 3466): getTopLevelResources: /system/app/Drive/Drive.apk / 1.0 running in null rsrc of package com.google.android.apps.docs
W/ResourcesManager( 3466): getTopLevelResources: /system/app/Drive/Drive.apk / 1.0 running in null rsrc of package com.google.android.apps.docs
D/ResourcesManager( 3466): For user 0 new overlays fetched Null
D/ResourcesManager( 3466): For user 0 new overlays fetched Null
W/ResourcesManager( 3466): getTopLevelResources: /system/app/Drive/Drive.apk / 1.0 running in null rsrc of package com.google.android.apps.docs
W/ResourcesManager( 3466): getTopLevelResources: /system/app/Gmail2/Gmail2.apk / 1.0 running in null rsrc of package com.google.android.gm
W/ResourcesManager( 3466): getTopLevelResources: /system/app/Drive/Drive.apk / 1.0 running in null rsrc of package com.google.android.apps.docs
W/ResourcesManager( 3466): getTopLevelResources: /system/app/Gmail2/Gmail2.apk / 1.0 running in null rsrc of package com.google.android.gm
W/ResourcesManager( 3466): getTopLevelResources: /system/app/Gmail2/Gmail2.apk / 1.0 running in null rsrc of package com.google.android.gm
W/ResourcesManager( 3466): getTopLevelResources: /system/app/Gmail2/Gmail2.apk / 1.0 running in null rsrc of package com.google.android.gm
W/ResourcesManager( 3466): getTopLevelResources: /system/app/Drive/Drive.apk / 1.0 running in null rsrc of package com.google.android.apps.docs
W/ResourcesManager( 3466): getTopLevelResources: /system/app/Gmail2/Gmail2.apk / 1.0 running in null rsrc of package com.google.android.gm
W/ResourcesManager( 3466): getTopLevelResources: /system/app/Gmail2/Gmail2.apk / 1.0 running in null rsrc of package com.google.android.gm
W/ResourcesManager( 3466): getTopLevelResources: /system/app/GoogleCalendarSyncAdapter/GoogleCalendarSyncAdapter.apk / 1.0 running in null rsrc of package com.google.android.syncadapters.calendar
W/ResourcesManager( 3466): getTopLevelResources: /system/app/OneDrive_Samsung_v2/OneDrive_Samsung_v2.apk / 1.0 running in null rsrc of package com.microsoft.skydrive
W/ResourcesManager( 3466): getTopLevelResources: /system/app/OneDrive_Samsung_v2/OneDrive_Samsung_v2.apk / 1.0 running in null rsrc of package com.microsoft.skydrive
W/ResourcesManager( 3466): getTopLevelResources: /system/app/SPlanner_M/SPlanner_M.apk / 1.0 running in null rsrc of package com.android.calendar
D/ResourcesManager( 3466): For user 0 new overlays fetched Null
W/ResourcesManager( 3466): getTopLevelResources: /system/app/GoogleCalendarSyncAdapter/GoogleCalendarSyncAdapter.apk / 1.0 running in null rsrc of package com.google.android.syncadapters.calendar
W/ResourcesManager( 3466): getTopLevelResources: /system/app/GoogleContactsSyncAdapter/GoogleContactsSyncAdapter.apk / 1.0 running in null rsrc of package com.google.android.syncadapters.contacts
D/ResourcesManager( 3466): For user 0 new overlays fetched Null
D/ResourcesManager( 3466): For user 0 new overlays fetched Null
W/ResourcesManager( 3466): getTopLevelResources: /system/app/GoogleContactsSyncAdapter/GoogleContactsSyncAdapter.apk / 1.0 running in null rsrc of package com.google.android.syncadapters.contacts
W/ResourcesManager( 3466): getTopLevelResources: /system/app/SPlanner_M/SPlanner_M.apk / 1.0 running in null rsrc of package com.android.calendar
W/ResourcesManager( 3466): getTopLevelResources: /system/app/Music2/Music2.apk / 1.0 running in null rsrc of package com.google.android.music
W/ResourcesManager( 3466): getTopLevelResources: /system/app/Music2/Music2.apk / 1.0 running in null rsrc of package com.google.android.music
W/ResourcesManager( 3466): getTopLevelResources: /system/app/OneDrive_Samsung_v2/OneDrive_Samsung_v2.apk / 1.0 running in null rsrc of package com.microsoft.skydrive
W/ResourcesManager( 3466): getTopLevelResources: /system/app/SPlanner_M/SPlanner_M.apk / 1.0 running in null rsrc of package com.android.calendar
W/ResourcesManager( 3466): getTopLevelResources: /system/app/OneDrive_Samsung_v2/OneDrive_Samsung_v2.apk / 1.0 running in null rsrc of package com.microsoft.skydrive
W/ResourcesManager( 3466): getTopLevelResources: /system/app/OneNote/OneNote.apk / 1.0 running in null rsrc of package com.microsoft.office.onenote
W/ResourcesManager( 3466): getTopLevelResources: /system/app/Weather2016/Weather2016.apk / 1.0 running in null rsrc of package com.samsung.android.weather
W/ResourcesManager( 3466): getTopLevelResources: /system/app/OneNote/OneNote.apk / 1.0 running in null rsrc of package com.microsoft.office.onenote
W/ResourcesManager( 3466): getTopLevelResources: /system/app/Photos/Photos.apk / 1.0 running in null rsrc of package com.google.android.apps.photos
W/ResourcesManager( 3466): getTopLevelResources: /system/app/Weather2016/Weather2016.apk / 1.0 running in null rsrc of package com.samsung.android.weather
W/ResourcesManager( 3466): getTopLevelResources: /system/app/YouTube/YouTube.apk / 1.0 running in null rsrc of package com.google.android.youtube
W/ResourcesManager( 3466): getTopLevelResources: /data/app/com.google.android.gms-2/base.apk / 1.0 running in null rsrc of package com.google.android.gms
W/ResourcesManager( 3466): getTopLevelResources: /data/app/com.google.android.gms-2/base.apk / 1.0 running in null rsrc of package com.google.android.gms
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/Velvet/Velvet.apk / 1.0 running in null rsrc of package com.google.android.googlequicksearchbox
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/Velvet/Velvet.apk / 1.0 running in null rsrc of package com.google.android.googlequicksearchbox
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecContacts_M/SecContacts_M.apk / 1.0 running in null rsrc of package com.android.contacts
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecGallery2015/SecGallery2015.apk / 1.0 running in null rsrc of package com.sec.android.gallery3d
D/ResourcesManager( 3466): For user 0 new overlays fetched Null
W/ResourcesManager( 3466): getTopLevelResources: /system/app/Photos/Photos.apk / 1.0 running in null rsrc of package com.google.android.apps.photos
W/ResourcesManager( 3466): getTopLevelResources: /system/app/SBrowser_4_LATEST/SBrowser_4_LATEST.apk / 1.0 running in null rsrc of package com.sec.android.app.sbrowser
W/ResourcesManager( 3466): getTopLevelResources: /system/app/SBrowser_4_LATEST/SBrowser_4_LATEST.apk / 1.0 running in null rsrc of package com.sec.android.app.sbrowser
W/ResourcesManager( 3466): getTopLevelResources: /system/app/Videos/Videos.apk / 1.0 running in null rsrc of package com.google.android.videos
D/ResourcesManager( 3466): For user 0 new overlays fetched Null
D/ResourcesManager( 3466): For user 0 new overlays fetched Null
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecGallery2015/SecGallery2015.apk / 1.0 running in null rsrc of package com.sec.android.gallery3d
W/ResourcesManager( 3466): getTopLevelResources: /system/app/Videos/Videos.apk / 1.0 running in null rsrc of package com.google.android.videos
W/ResourcesManager( 3466): getTopLevelResources: /data/app/com.google.android.gms-2/base.apk / 1.0 running in null rsrc of package com.google.android.gms
W/ResourcesManager( 3466): getTopLevelResources: /data/app/com.google.android.gms-2/base.apk / 1.0 running in null rsrc of package com.google.android.gms
D/KnoxMUMContainerPolicy( 3466): mPackageReceiver : action - android.intent.action.PACKAGE_ADDED
W/ResourcesManager( 3466): getTopLevelResources: /data/app/com.google.android.gms-2/base.apk / 1.0 running in null rsrc of package com.google.android.gms
E/SDAgentPackageStateReceiver( 3466): Not going to handle 'com.xamarin.benchmarkagent'!
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SFinder_v4/SFinder_v4.apk / 1.0 running in null rsrc of package com.samsung.android.app.galaxyfinder
W/ResourcesManager( 3466): getTopLevelResources: /data/app/com.google.android.gms-2/base.apk / 1.0 running in null rsrc of package com.google.android.gms
W/ResourcesManager( 3466): getTopLevelResources: /data/app/com.google.android.gms-2/base.apk / 1.0 running in null rsrc of package com.google.android.gms
W/ResourcesManager( 3466): getTopLevelResources: /data/app/com.google.android.gms-2/base.apk / 1.0 running in null rsrc of package com.google.android.gms
W/ResourcesManager( 3466): getTopLevelResources: /data/app/com.google.android.gms-2/base.apk / 1.0 running in null rsrc of package com.google.android.gms
W/ResourcesManager( 3466): getTopLevelResources: /data/app/com.google.android.gms-2/base.apk / 1.0 running in null rsrc of package com.google.android.gms
W/ResourcesManager( 3466): getTopLevelResources: /data/app/com.google.android.gms-2/base.apk / 1.0 running in null rsrc of package com.google.android.gms
D/ResourcesManager( 3466): For user 0 new overlays fetched Null
W/ResourcesManager( 3466): getTopLevelResources: /data/app/com.google.android.gms-2/base.apk / 1.0 running in null rsrc of package com.google.android.gms
W/ResourcesManager( 3466): getTopLevelResources: /data/app/com.google.android.gms-2/base.apk / 1.0 running in null rsrc of package com.google.android.gms
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SFinder_v4/SFinder_v4.apk / 1.0 running in null rsrc of package com.samsung.android.app.galaxyfinder
W/ResourcesManager( 3466): getTopLevelResources: /data/app/com.google.android.gms-2/base.apk / 1.0 running in null rsrc of package com.google.android.gms
W/ResourcesManager( 3466): getTopLevelResources: /data/app/com.google.android.gms-2/base.apk / 1.0 running in null rsrc of package com.google.android.gms
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SFinder_v4/SFinder_v4.apk / 1.0 running in null rsrc of package com.samsung.android.app.galaxyfinder
W/ResourcesManager( 3466): getTopLevelResources: /data/app/com.google.android.gms-2/base.apk / 1.0 running in null rsrc of package com.google.android.gms
W/ResourcesManager( 3466): getTopLevelResources: /data/app/com.google.android.gms-2/base.apk / 1.0 running in null rsrc of package com.google.android.gms
W/ResourcesManager( 3466): getTopLevelResources: /data/app/com.google.android.gms-2/base.apk / 1.0 running in null rsrc of package com.google.android.gms
W/ResourcesManager( 3466): getTopLevelResources: /data/app/com.google.android.gms-2/base.apk / 1.0 running in null rsrc of package com.google.android.gms
V/EnterpriseBillingAsyncHandler( 3466): packageModificationReceiver - onreceive - start - android.intent.action.PACKAGE_ADDED
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/VoiceNote_4.0/VoiceNote_4.0.apk / 1.0 running in null rsrc of package com.sec.android.app.voicenote
V/EnterpriseBillingPolicyInternal( 3466): packageModification - start - android.intent.action.PACKAGE_ADDED
W/ResourcesManager( 3466): getTopLevelResources: /data/app/com.google.android.gms-2/base.apk / 1.0 running in null rsrc of package com.google.android.gms
V/EnterpriseBillingPolicyInternal( 3466): uID is 13481
W/ResourcesManager( 3466): getTopLevelResources: /data/app/com.google.android.gms-2/base.apk / 1.0 running in null rsrc of package com.google.android.gms
V/EnterpriseBillingPolicyInternal( 3466): Removed Packageuid is0
W/ResourcesManager( 3466): getTopLevelResources: /data/app/com.google.android.gms-2/base.apk / 1.0 running in null rsrc of package com.google.android.gms
V/EnterpriseBillingPolicyStorage( 3466): getProfileForApplication - enter
W/ResourcesManager( 3466): getTopLevelResources: /data/app/com.google.android.gms-2/base.apk / 1.0 running in null rsrc of package com.google.android.gms
D/PersonaPolicyManagerService( 3466): PersonaPolicyReceiver Receiver : android.intent.action.PACKAGE_ADDED
W/ResourcesManager( 3466): getTopLevelResources: /data/app/com.google.android.gms-2/base.apk / 1.0 running in null rsrc of package com.google.android.gms
D/EnterprisePremiumVpnPolicyServiceV2( 3466): Vpn Receiver : android.intent.action.PACKAGE_ADDED
W/ResourcesManager( 3466): getTopLevelResources: /data/app/com.google.android.gms-2/base.apk / 1.0 running in null rsrc of package com.google.android.gms
D/KnoxVpnEngineService( 3466): Vpn Receiver : android.intent.action.PACKAGE_ADDED
W/ResourcesManager( 3466): getTopLevelResources: /data/app/com.google.android.gms-2/base.apk / 1.0 running in null rsrc of package com.google.android.gms
I/EnterprisePremiumVpnPolicyServiceV2( 3466): vpn handle : Message received
D/ResourcesManager( 3466): For user 0 new overlays fetched Null
D/EnterprisePremiumVpnPolicyServiceV2( 3466): vpn handle : Handle MSG package add
W/ResourcesManager( 3466): getTopLevelResources: /data/app/com.google.android.gms-2/base.apk / 1.0 running in null rsrc of package com.google.android.gms
V/DomainFilter( 3466): onReceive Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.xamarin.benchmarkagent flg=0x4000010 bqHint=4 VirtualScreenParam=Params{mDisplayId=-1, null, mFlags=0x00000000)} (has extras) }
W/ResourcesManager( 3466): getTopLevelResources: /data/app/com.google.android.gms-2/base.apk / 1.0 running in null rsrc of package com.google.android.gms
V/EnterpriseBillingPolicyStorage( 3466): getProfileForApplication - exit null : containerId = 0
W/ResourcesManager( 3466): getTopLevelResources: /data/app/com.google.android.gms-2/base.apk / 1.0 running in null rsrc of package com.google.android.gms
V/EnterpriseBillingPolicyInternal( 3466): packageModificationReceiver - onreceive - personal application - profile null
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/VoiceNote_4.0/VoiceNote_4.0.apk / 1.0 running in null rsrc of package com.sec.android.app.voicenote
D/KnoxMUMContainerPolicy( 3466): packageInstalledForExternalStorage com.xamarin.benchmarkagent
W/ResourcesManager( 3466): getTopLevelResources: /data/app/com.google.android.gms-2/base.apk / 1.0 running in null rsrc of package com.google.android.gms
W/ResourcesManager( 3466): getTopLevelResources: /data/app/com.google.android.gms-2/base.apk / 1.0 running in null rsrc of package com.google.android.gms
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/VoiceNote_4.0/VoiceNote_4.0.apk / 1.0 running in null rsrc of package com.sec.android.app.voicenote
W/ResourcesManager( 3466): getTopLevelResources: /data/app/com.google.android.gms-2/base.apk / 1.0 running in null rsrc of package com.google.android.gms
W/ResourcesManager( 3466): getTopLevelResources: /data/app/com.google.android.gms-2/base.apk / 1.0 running in null rsrc of package com.google.android.gms
W/ResourcesManager( 3466): getTopLevelResources: /data/app/com.google.android.gms-2/base.apk / 1.0 running in null rsrc of package com.google.android.gms
W/ResourcesManager( 3466): getTopLevelResources: /system/app/SBrowser_4_LATEST/SBrowser_4_LATEST.apk / 1.0 running in null rsrc of package com.sec.android.app.sbrowser
W/ResourcesManager( 3466): getTopLevelResources: /system/app/SBrowser_4_LATEST/SBrowser_4_LATEST.apk / 1.0 running in null rsrc of package com.sec.android.app.sbrowser
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/LiveBroadcast/LiveBroadcast.apk / 1.0 running in null rsrc of package com.sec.android.app.camera.plb
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/LiveBroadcast/LiveBroadcast.apk / 1.0 running in null rsrc of package com.sec.android.app.camera.plb
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/LiveBroadcast/LiveBroadcast.apk / 1.0 running in null rsrc of package com.sec.android.app.camera.plb
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SFinder_v4/SFinder_v4.apk / 1.0 running in null rsrc of package com.samsung.android.app.galaxyfinder
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SamsungCamera5/SamsungCamera5.apk / 1.0 running in null rsrc of package com.sec.android.app.camera
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SamsungCamera5/SamsungCamera5.apk / 1.0 running in null rsrc of package com.sec.android.app.camera
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecContacts_M/SecContacts_M.apk / 1.0 running in null rsrc of package com.android.contacts
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecContacts_M/SecContacts_M.apk / 1.0 running in null rsrc of package com.android.contacts
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecContacts_M/SecContacts_M.apk / 1.0 running in null rsrc of package com.android.contacts
D/AccessibilityManagerService( 3466): checkUniversalSwitchState start:
D/AccessibilityManagerService( 3466): checkUniversalSwitchState universalSwitchEnabled:false
D/AccessibilityManagerService( 3466): updateInputFilter universalSwitchState:false
D/AccessibilityManagerService( 3466): updateInputFilter userState.mIsUniversalSwitchEnabled:false
V/AlarmManagerEXT( 3466): com.xamarin.benchmarkagent(13481) is added to mUserAppList
I/KnoxVpnEngineService( 3466): vpn handle : Message received
E/Zygote (13260): v2
I/libpersona(13260): KNOX_SDCARD checking this for 1000
I/libpersona(13260): KNOX_SDCARD not a persona
I/SELinux (13260): Function: selinux_compare_spd_ram, index[1], SPD-policy is existed. and_ver=SEPF_SECMOBILE_6.0.1 ver=11
D/KnoxVpnEngineService( 3466): vpn handle : Handle MSG package add
W/SELinux (13260): Function: selinux_compare_spd_ram, index[1], priority [1], priority version is VE=SEPF_SECMOBILE_6.0.1_0011
E/Zygote (13260): accessInfo : 0
D/KnoxVpnEngineService( 3466): Inside updatePackageData : packageName = 0_com.xamarin.benchmarkagent
I/ActivityManager( 3466): Start proc 13260:com.samsung.android.sm.provider/1000 for content provider com.samsung.android.sm.provider/com.samsung.android.sm.database.SmProvider
I/System.out( 3466): Thread-192(ApacheHTTPLog):isSBSettingEnabled false
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecContacts_M/SecContacts_M.apk / 1.0 running in null rsrc of package com.android.contacts
I/System.out( 3466): Thread-192(ApacheHTTPLog):isShipBuild true
I/System.out( 3466): Thread-192(ApacheHTTPLog):getDebugLevel 0x4f4c
I/System.out( 3466): Thread-192(ApacheHTTPLog):Smart Bonding Setting is false
I/System.out( 3466): Thread-192(ApacheHTTPLog):SmartBonding Setting is false, SHIP_BUILD is true, log to file is false, DBG is false, DEBUG_LEVEL (1-LOW, 2-MID, 3-HIGH) is 1
D/EnterpriseController( 3135): netId is 0
D/Netd ( 3135): getNetworkForDns: using netid 502 for uid 1000
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecEmail_M/SecEmail_M.apk / 1.0 running in null rsrc of package com.samsung.android.email.provider
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecGallery2015/SecGallery2015.apk / 1.0 running in null rsrc of package com.sec.android.gallery3d
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecGallery2015/SecGallery2015.apk / 1.0 running in null rsrc of package com.sec.android.gallery3d
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecMms_Epic_Common/SecMms_Epic_Common.apk / 1.0 running in null rsrc of package com.android.mms
W/ResourcesManager( 3466): getTopLevelResources: /system/app/ClockPackage_M/ClockPackage_M.apk / 1.0 running in null rsrc of package com.sec.android.app.clockpackage
D/ResourcesManager( 3466): For user 0 new overlays fetched Null
W/ResourcesManager( 3466): getTopLevelResources: /system/app/ClockPackage_M/ClockPackage_M.apk / 1.0 running in null rsrc of package com.sec.android.app.clockpackage
W/ResourcesManager( 3466): getTopLevelResources: /system/app/ClockPackage_M/ClockPackage_M.apk / 1.0 running in null rsrc of package com.sec.android.app.clockpackage
W/ResourcesManager( 3466): getTopLevelResources: /system/app/QuickConnect_40/QuickConnect_40.apk / 1.0 running in null rsrc of package com.samsung.android.qconnect
D/ResourcesManager( 3466): For user 0 new overlays fetched Null
W/ResourcesManager( 3466): getTopLevelResources: /system/app/QuickConnect_40/QuickConnect_40.apk / 1.0 running in null rsrc of package com.samsung.android.qconnect
W/ResourcesManager( 3466): getTopLevelResources: /system/app/SBrowser_4_LATEST/SBrowser_4_LATEST.apk / 1.0 running in null rsrc of package com.sec.android.app.sbrowser
W/ResourcesManager( 3466): getTopLevelResources: /system/app/SPlanner_M/SPlanner_M.apk / 1.0 running in null rsrc of package com.android.calendar
D/TimaKeyStoreProvider(13260): TimaSignature is unavailable
W/ResourcesManager( 3466): getTopLevelResources: /system/app/SecMemo3/SecMemo3.apk / 1.0 running in null rsrc of package com.samsung.android.app.memo
D/ActivityThread(13260): Added TimaKeyStore provider
W/ResourcesManager( 3466): getTopLevelResources: /system/app/SecMemo3/SecMemo3.apk / 1.0 running in null rsrc of package com.samsung.android.app.memo
E/Launcher.Model( 4307): onPackageAdded :com.xamarin.benchmarkagent
D/LauncherApps( 4307): getActivityList callingUid: 0 user: 0
W/ResourcesManager( 4307): getTopLevelResources: /data/app/com.xamarin.benchmarkagent-1/base.apk / 1.0 running in com.sec.android.app.launcher rsrc of package com.xamarin.benchmarkagent
W/ResourcesManager(13260): getTopLevelResources: /system/priv-app/SmartManagerProvider/SmartManagerProvider.apk / 1.0 running in com.samsung.android.sm.provider rsrc of package com.samsung.android.sm.provider
D/ResourcesManager( 4307): For user 0 new overlays fetched Null
I/InjectionManagerService -AppFeature( 3466): getCoreFeaturePkgList :[]
I/InjectionManager(13260): Inside getClassLibPath + mLibMap{0=, 1=}
D/ResourcesManager(13260): For user 0 new overlays fetched Null
D/AASAservice-RuleManager(12224): IsSharedUID() : pkgname - com.xamarin.benchmarkagent, mSharedUserId - null
D/AASAservice-UpdateReceiver(12224): AASAUpdateReceiver : check SharedUID package.
E/AASAservice-UpdateReceiver(12224): AASAUpdateReceiver : myrule is null.
D/PackageManager( 3466): getComponentMetadataForIconTray : md53d4059ad9808ba2195cac3487eddb24d.MainActivity does not exist in mServices
D/PackageManager( 3466): getComponentMetadataForIconTray : md53d4059ad9808ba2195cac3487eddb24d.MainActivity does not exist in mProviders
D/PackageManager( 3466): getComponentMetadataForIconTray : md53d4059ad9808ba2195cac3487eddb24d.MainActivity does not exist in mReceivers
I/art (12224): System.exit called, status: 0
I/AndroidRuntime(12224): VM exiting with result code 0, cleanup skipped.
I/InjectionManager(13260): Inside getClassLibPath caller
I/ApplicationPackageManager( 4307): load=NULL, bg=192-192, dr=192-192
W/System (13260): ClassLoader referenced unknown path: /system/priv-app/SmartManagerProvider/lib/arm64
I/ApplicationPackageManager( 4307): scaled rate=1.0254545, size=192, alpha=8, hold=26, target=192
D/LauncherActivityInfo( 4307): mActivityInfo.packageName = com.xamarin.benchmarkagent
I/ActivityManager( 3466): Process com.samsung.aasaservice (pid 12224)(adj 0) has died(50,1996)
I/DBG_POLICYDM(12176): [lIIIIllIIlIIIlIllIII(47/onServiceDisconnected)] AASA: onServiceDisconnected
D/ActivityManager( 3466): isAutoRunBlockedApp:: com.samsung.aasaservice, Auto Run ON
W/ActivityManager( 3466): Scheduling restart of crashed service com.samsung.aasaservice/.AASAService in 1000ms
D/LauncherApps( 4307): getActivityList callingUid: 0 user: 0
D/InjectionManager(13260): InjectionManager
D/InjectionManager(13260): fillFeatureStoreMap com.samsung.android.sm.provider
I/InjectionManager(13260): Constructor com.samsung.android.sm.provider, Feature store :{}
I/InjectionManager(13260): featureStore :{}
D/Launcher.MenuWidgetsLoader( 4307): packageChanged : com.xamarin.benchmarkagent
D/MenuAppModel( 4307): invalidateTopLevelItems
D/Launcher.MenuWidgetsLoader( 4307): MenuWidgetLoade-loadMenuWidgets : false
D/MenuView( 4307): packageChanged:added
D/Launcher.MenuAppsGrid( 4307): appModelUpdated:-1
D/MenuAppModel( 4307): get TopLevelItems:30
D/Launcher.MenuAppsGrid( 4307): syncPages
D/MenuAppModel( 4307): get TopLevelItems:30
D/Launcher.MenuAppsGrid( 4307): syncPages end
V/BroadcastQueue( 3466): [background] Process cur broadcast BroadcastRecord{f93adfa u0 android.intent.action.PACKAGE_ADDED qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{1aeced2 12631:com.sec.android.app.samsungapps/u0a13}
D/Launcher.MenuWidgetsLoader( 4307): MenuWidgetLoader-start : com.android.launcher2.MenuWidgetsLoader$LoadMenuWidgetsTask@ddbe19f , false
I/System.out( 3466): Category Thread calls detatch()
E/Zygote (13275): v2
I/libpersona(13275): KNOX_SDCARD checking this for 10014
I/libpersona(13275): KNOX_SDCARD not a persona
I/SELinux (13275): Function: selinux_compare_spd_ram, index[1], SPD-policy is existed. and_ver=SEPF_SECMOBILE_6.0.1 ver=11
W/SELinux (13275): Function: selinux_compare_spd_ram, index[1], priority [1], priority version is VE=SEPF_SECMOBILE_6.0.1_0011
E/Zygote (13275): accessInfo : 0
W/SELinux (13275): SELinux: seapp_context_lookup: seinfo=platform, level=s0:c512,c768, pkgname=com.samsung.android.app.galaxylabs
I/ActivityManager( 3466): Start proc 13275:com.samsung.android.app.galaxylabs/u0a14 for broadcast-3 com.samsung.android.app.galaxylabs/.LabsIntentReceiver
D/TimaKeyStoreProvider(13275): TimaSignature is unavailable
W/ResourcesManager( 4307): getTopLevelResources: /system/app/ClockPackage_M/ClockPackage_M.apk / 1.0 running in com.sec.android.app.launcher rsrc of package com.sec.android.app.clockpackage
D/ActivityThread(13275): Added TimaKeyStore provider
D/ResourcesManager( 4307): For user 0 new overlays fetched Null
D/ApplicationPackageManager( 4307): we has com.sec.android.app.clockpackage class. reuse it
W/ResourcesManager( 4307): getTopLevelResources: /system/app/ClockPackage_M/ClockPackage_M.apk / 1.0 running in com.sec.android.app.launcher rsrc of package com.sec.android.app.clockpackage
V/BroadcastQueue( 3466): [background] Process cur broadcast BroadcastRecord{f93adfa u0 android.intent.action.PACKAGE_ADDED qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{e761527 13275:com.samsung.android.app.galaxylabs/u0a14}
W/ResourcesManager(13275): getTopLevelResources: /system/priv-app/GalaxyLabs/GalaxyLabs.apk / 1.0 running in com.samsung.android.app.galaxylabs rsrc of package com.samsung.android.app.galaxylabs
I/InjectionManagerService -AppFeature( 3466): getCoreFeaturePkgList :[]
I/InjectionManager(13275): Inside getClassLibPath + mLibMap{0=, 1=}
D/ResourcesManager(13275): For user 0 new overlays fetched Null
E/MARsDBManager( 3466): insertPackage com.xamarin.benchmarkagent uri = content://com.samsung.android.sm/AppFreezer/4153
D/MARsDBManager( 3466): onChange - mSmartManagerObserver! Uri = content://com.samsung.android.sm/AppFreezer
V/MARsDBManager( 3466): getManagedPackagesFromDB!
I/InjectionManager(13275): Inside getClassLibPath caller
W/System (13275): ClassLoader referenced unknown path: /system/priv-app/GalaxyLabs/lib/arm64
W/ResourcesManager( 4307): getTopLevelResources: /system/app/SPlanner_M/SPlanner_M.apk / 1.0 running in com.sec.android.app.launcher rsrc of package com.android.calendar
D/ResourcesManager( 4307): For user 0 new overlays fetched Null
D/ApplicationPackageManager( 4307): we has com.android.calendar class. reuse it
W/ResourcesManager( 4307): getTopLevelResources: /system/app/SPlanner_M/SPlanner_M.apk / 1.0 running in com.sec.android.app.launcher rsrc of package com.android.calendar
D/InjectionManager(13275): InjectionManager
D/InjectionManager(13275): fillFeatureStoreMap com.samsung.android.app.galaxylabs
I/InjectionManager(13275): Constructor com.samsung.android.app.galaxylabs, Feature store :{}
I/InjectionManager(13275): featureStore :{}
D/LabsIntentReceiver(13275): action: android.intent.action.PACKAGE_ADDED
D/LabsIntentReceiver(13275): pkg: com.xamarin.benchmarkagent
D/LabsIntentReceiver(13275): context: android.app.ReceiverRestrictedContext@99b3ae4
D/LabsIntentReceiver(13275): extra: false
D/LabsLoader(13275): loadByPackageName: deleteDB com.xamarin.benchmarkagent
D/Minikin ( 4307): FontFamily bestFont == NULL, so return vacant FakedFont
D/Minikin ( 4307): FontFamily bestFont == NULL, so return vacant FakedFont
D/Minikin ( 4307): FontFamily bestFont == NULL, so return vacant FakedFont
V/MARsPolicyManager( 3466): updateManagedPackages! size = 3
D/LauncherApplication( 4307): galaxy labs setting changed!!!
E/Zygote (13288): v2
I/libpersona(13288): KNOX_SDCARD checking this for 10022
I/libpersona(13288): KNOX_SDCARD not a persona
I/SELinux (13288): Function: selinux_compare_spd_ram, index[1], SPD-policy is existed. and_ver=SEPF_SECMOBILE_6.0.1 ver=11
W/SELinux (13288): Function: selinux_compare_spd_ram, index[1], priority [1], priority version is VE=SEPF_SECMOBILE_6.0.1_0011
I/ActivityManager( 3466): Start proc 13288:com.google.android.partnersetup/u0a22 for broadcast-3 com.google.android.partnersetup/.RlzPingBroadcastReceiver
E/Zygote (13288): accessInfo : 0
I/ActivityManager( 3466): Killing 12091:com.samsung.android.sm.policy/u0a134 (adj 15): DHA:empty #33
W/SELinux (13288): SELinux: seapp_context_lookup: seinfo=untrusted, level=s0:c512,c768, pkgname=com.google.android.partnersetup
D/TimaKeyStoreProvider(13288): TimaSignature is unavailable
D/ActivityThread(13288): Added TimaKeyStore provider
V/BroadcastQueue( 3466): [background] Process cur broadcast BroadcastRecord{f93adfa u0 android.intent.action.PACKAGE_ADDED qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{5e313d4 13288:com.google.android.partnersetup/u0a22}
W/ResourcesManager(13288): getTopLevelResources: /system/priv-app/GooglePartnerSetup/GooglePartnerSetup.apk / 1.0 running in com.google.android.partnersetup rsrc of package com.google.android.partnersetup
I/InjectionManagerService -AppFeature( 3466): getCoreFeaturePkgList :[]
I/InjectionManager(13288): Inside getClassLibPath + mLibMap{0=, 1=}
D/ActivityManager( 3466): isAutoRunBlockedApp:: com.samsung.android.sm.policy, Auto Run ON
D/ResourcesManager(13288): For user 0 new overlays fetched Null
I/InjectionManager(13288): Inside getClassLibPath caller
W/System (13288): ClassLoader referenced unknown path: /system/priv-app/GooglePartnerSetup/lib/arm64
D/LauncherApplication( 4307): galaxy labs cursor count is 0
D/Launcher.MenuWidgetsLoader( 4307): MenuWidgetLoader-done : com.android.launcher2.MenuWidgetsLoader$LoadMenuWidgetsTask@ddbe19f , update : false , size : 47
D/InjectionManager(13288): InjectionManager
D/InjectionManager(13288): fillFeatureStoreMap com.google.android.partnersetup
I/InjectionManager(13288): Constructor com.google.android.partnersetup, Feature store :{}
I/InjectionManager(13288): featureStore :{}
V/BroadcastQueue( 3466): [background] Process cur broadcast BroadcastRecord{f93adfa u0 android.intent.action.PACKAGE_ADDED qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{5e313d4 13288:com.google.android.partnersetup/u0a22}
V/BroadcastQueue( 3466): [background] Process cur broadcast BroadcastRecord{f93adfa u0 android.intent.action.PACKAGE_ADDED qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{4cf2792 11339:com.android.vending/u0a31}
D/Finsky (11339): [1] ExternalReferrer.access$100: Package state data is missing for com.xamarin.benchmarkagent
V/BroadcastQueue( 3466): [background] Process cur broadcast BroadcastRecord{f93adfa u0 android.intent.action.PACKAGE_ADDED qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{e07d12a 6134:com.sec.android.app.shealth:remote/u0a35}
I/ActivityManager( 3466): Killing 12042:com.sec.android.diagmonagent/1000 (adj 15): DHA:empty #33
V/BroadcastQueue( 3466): [background] Process cur broadcast BroadcastRecord{f93adfa u0 android.intent.action.PACKAGE_ADDED qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{b888139 8873:com.samsung.voiceserviceplatform/u0a39}
I/SV_TTSPlayer( 8873): inside TTSDownloadReceiver
I/FIPS_bssl(13258): FIPS approved mode (1) | 13258 | app_process
D/AndroidRuntime(13258): >>>>>> START com.android.internal.os.RuntimeInit uid 2000 <<<<<<
V/BroadcastQueue( 3466): [background] Process cur broadcast BroadcastRecord{f93adfa u0 android.intent.action.PACKAGE_ADDED qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{efa14bf 11022:android.process.acore/u0a3}
D/AndroidRuntime(13258): CheckJNI is OFF
D/AndroidRuntime(13258): readGMSProperty: start
D/AndroidRuntime(13258): readGMSProperty: already setted!!
D/AndroidRuntime(13258): propertySet: couldn't set property (it is from app)
D/AndroidRuntime(13258): readGMSProperty: could not set the property(default)!!
D/AndroidRuntime(13258): readGMSProperty: end
D/AndroidRuntime(13258): addProductProperty: start
D/ActivityManager( 3466): isAutoRunBlockedApp:: com.sec.android.diagmonagent, Auto Run ON
D/ICU (13258): No timezone override file found: /data/misc/zoneinfo/current/icu/icu_tzdata.dat
I/ActivityManager( 3466): Start proc 13306:com.android.settings/1000 for broadcast-3 com.android.settings/.applock.PackageActionReceiver
E/Zygote (13306): v2
I/libpersona(13306): KNOX_SDCARD checking this for 1000
I/libpersona(13306): KNOX_SDCARD not a persona
I/SELinux (13306): Function: selinux_compare_spd_ram, index[1], SPD-policy is existed. and_ver=SEPF_SECMOBILE_6.0.1 ver=11
W/SELinux (13306): Function: selinux_compare_spd_ram, index[1], priority [1], priority version is VE=SEPF_SECMOBILE_6.0.1_0011
E/Zygote (13306): accessInfo : 0
I/Radio-JNI(13258): register_android_hardware_Radio DONE
E/AffinityControl(13258): AffinityControl: registerfunction enter
D/TimaKeyStoreProvider(13306): TimaSignature is unavailable
D/ActivityThread(13306): Added TimaKeyStore provider
D/AndroidRuntime(13258): Calling main entry com.android.commands.settings.SettingsCmd
V/BroadcastQueue( 3466): [background] Process cur broadcast BroadcastRecord{f93adfa u0 android.intent.action.PACKAGE_ADDED qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{479940 13306:com.android.settings/1000}
D/SettingsProvider( 3466): isChangeAllowed() : name = immersive_mode_confirmations
D/SecContentProvider( 3466): query(), uri = 17 selection = isSettingsChangesAllowed
D/SettingsProvider( 3466): edmUri: content://com.sec.knox.provider/RestrictionPolicy3
D/SettingsProvider( 3466): projectionArgs: isSettingsChangesAllowed
D/SettingsProvider( 3466): selectionArgs: false
D/SettingsProvider( 3466): selectionArgs: 2000
D/RestrictionPolicy( 3466): isSettingsChangesAllowedAsUser, userId 0 : true
D/SettingsProvider( 3466): ret = 1
W/ResourcesManager(13306): getTopLevelResources: /system/priv-app/SecSettings2/SecSettings2.apk / 1.0 running in com.android.settings rsrc of package com.android.settings
I/InjectionManager(13306): Inside getClassLibPath + mLibMap{0=, 1=}
I/InjectionManagerService -AppFeature( 3466): getCoreFeaturePkgList :[]
V/WindowOrientationListener( 3466): OrientationSensorJudge.getProposedRotation, Rotation: -1
V/WindowManager( 3466): rotationForOrientationLw(orient=1, last=0); user=0 sensorRotation=-1 mLidState=-1 mDockMode=0 mHdmiPlugged=false mMobileKeyboardEnabled=false displayId=0
V/WindowOrientationListener( 3466): OrientationSensorJudge.getProposedRotation, Rotation: -1
D/ResourcesManager(13306): For user 0 new overlays fetched Null
I/InjectionManager(13306): Inside getClassLibPath caller
D/AndroidRuntime(13258): Shutting down VM
W/System (13306): ClassLoader referenced unknown path: /system/priv-app/SecSettings2/lib/arm64
W/ResourcesManager(13306): getTopLevelResources: /system/priv-app/SecSettings2/SecSettings2.apk / 1.0 running in com.android.settings rsrc of package com.android.settings
D/SFinderConnectProvider(13306): onCreate
I/BNRClientProivder, VERSION : 1.7.5(13306): register - xml6 quick_backup : ACCESSIBILITYSETTINGS, X6qErjsfs2, com.android.settings.accessibility.sharedaccessibility.scloud.BNRTask
I/QBNRClientHelper(13306): init SyncClientHelper : ACCESSIBILITYSETTINGS
I/BNRClientProivder, VERSION : 1.7.5(13306): register - xml6 quick_backup : CONNECTIONS, C0phMaUuZZ, com.android.settings.wifi.mobileap.WifiApBackupRestore
I/QBNRClientHelper(13306): init SyncClientHelper : CONNECTIONS
I/BNRClientProivder, VERSION : 1.7.5(13306): register - xml6 quick_backup : WiFi, C0phMaUuZZ, com.android.settings.wifi.WifiBackupRestore
I/QBNRClientHelper(13306): init SyncClientHelper : WiFi
D/InjectionManager(13306): InjectionManager
D/InjectionManager(13306): fillFeatureStoreMap com.android.settings
I/InjectionManager(13306): Constructor com.android.settings, Feature store :{}
I/InjectionManager(13306): featureStore :{}
V/BroadcastQueue( 3466): [background] Process cur broadcast BroadcastRecord{f93adfa u0 android.intent.action.PACKAGE_ADDED qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{479940 13306:com.android.settings/1000}
V/BroadcastQueue( 3466): [background] Process cur broadcast BroadcastRecord{f93adfa u0 android.intent.action.PACKAGE_ADDED qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{479940 13306:com.android.settings/1000}
I/DataWarningReceiver(13306): DataWarningReceiver
E/Zygote (13322): v2
I/libpersona(13322): KNOX_SDCARD checking this for 10056
I/libpersona(13322): KNOX_SDCARD not a persona
I/SELinux (13322): Function: selinux_compare_spd_ram, index[1], SPD-policy is existed. and_ver=SEPF_SECMOBILE_6.0.1 ver=11
W/SELinux (13322): Function: selinux_compare_spd_ram, index[1], priority [1], priority version is VE=SEPF_SECMOBILE_6.0.1_0011
I/ActivityManager( 3466): Start proc 13322:com.samsung.android.provider.shootingmodeprovider/u0a56 for broadcast-3 com.samsung.android.provider.shootingmodeprovider/com.samsung.android.app.shootingmodeinstaller.PackageIntentReceiver
E/Zygote (13322): accessInfo : 0
I/ActivityManager( 3466): Killing 12197:com.sec.android.soagent/1000 (adj 15): DHA:empty #33
W/SELinux (13322): SELinux: seapp_context_lookup: seinfo=platform, level=s0:c512,c768, pkgname=com.samsung.android.provider.shootingmodeprovider
D/TimaKeyStoreProvider(13322): TimaSignature is unavailable
D/ActivityThread(13322): Added TimaKeyStore provider
D/ActivityManager( 3466): isAutoRunBlockedApp:: com.sec.android.soagent, Auto Run ON
V/BroadcastQueue( 3466): [background] Process cur broadcast BroadcastRecord{f93adfa u0 android.intent.action.PACKAGE_ADDED qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{dea71be 13322:com.samsung.android.provider.shootingmodeprovider/u0a56}
W/ResourcesManager(13322): getTopLevelResources: /system/priv-app/ShootingModeProvider/ShootingModeProvider.apk / 1.0 running in com.samsung.android.provider.shootingmodeprovider rsrc of package com.samsung.android.provider.shootingmodeprovider
I/InjectionManagerService -AppFeature( 3466): getCoreFeaturePkgList :[]
I/InjectionManager(13322): Inside getClassLibPath + mLibMap{0=, 1=}
D/ResourcesManager(13322): For user 0 new overlays fetched Null
I/InjectionManager(13322): Inside getClassLibPath caller
W/System (13322): ClassLoader referenced unknown path: /system/priv-app/ShootingModeProvider/lib/arm64
D/InjectionManager(13322): InjectionManager
D/InjectionManager(13322): fillFeatureStoreMap com.samsung.android.provider.shootingmodeprovider
I/InjectionManager(13322): Constructor com.samsung.android.provider.shootingmodeprovider, Feature store :{}
I/InjectionManager(13322): featureStore :{}
V/BroadcastQueue( 3466): [background] Process cur broadcast BroadcastRecord{f93adfa u0 android.intent.action.PACKAGE_ADDED qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{26e821f 13260:com.samsung.android.sm.provider/1000}
E/Zygote (13335): v2
I/libpersona(13335): KNOX_SDCARD checking this for 5012
I/libpersona(13335): KNOX_SDCARD not a persona
I/SELinux (13335): Function: selinux_compare_spd_ram, index[1], SPD-policy is existed. and_ver=SEPF_SECMOBILE_6.0.1 ver=11
W/SELinux (13335): Function: selinux_compare_spd_ram, index[1], priority [1], priority version is VE=SEPF_SECMOBILE_6.0.1_0011
E/Zygote (13335): accessInfo : 0
W/SELinux (13335): SELinux: seapp_context_lookup: seinfo=platform, level=s0:c512,c768, pkgname=com.samsung.android.sm.devicesecurity
I/ActivityManager( 3466): Start proc 13335:com.samsung.android.sm.devicesecurity/5012 for broadcast-3 com.samsung.android.sm.devicesecurity/.PackageReceiver
I/ActivityManager( 3466): Killing 12209:com.google.android.youtube/u0a162 (adj 15): DHA:empty #33
D/TimaKeyStoreProvider(13335): TimaSignature is unavailable
D/ActivityThread(13335): Added TimaKeyStore provider
V/BroadcastQueue( 3466): [background] Process cur broadcast BroadcastRecord{f93adfa u0 android.intent.action.PACKAGE_ADDED qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{7ad096c 13335:com.samsung.android.sm.devicesecurity/5012}
W/ResourcesManager(13335): getTopLevelResources: /system/priv-app/SmartManager_v3_DeviceSecurity/SmartManager_v3_DeviceSecurity.apk / 1.0 running in com.samsung.android.sm.devicesecurity rsrc of package com.samsung.android.sm.devicesecurity
D/ActivityManager( 3466): isAutoRunBlockedApp:: com.google.android.youtube, Auto Run ON
I/InjectionManagerService -AppFeature( 3466): getCoreFeaturePkgList :[]
I/InjectionManager(13335): Inside getClassLibPath + mLibMap{0=, 1=}
D/ResourcesManager(13335): For user 0 new overlays fetched Null
I/InjectionManager(13335): Inside getClassLibPath caller
W/System (13335): ClassLoader referenced unknown path: /system/priv-app/SmartManager_v3_DeviceSecurity/lib/arm64
D/InjectionManager(13335): InjectionManager
D/InjectionManager(13335): fillFeatureStoreMap com.samsung.android.sm.devicesecurity
I/InjectionManager(13335): Constructor com.samsung.android.sm.devicesecurity, Feature store :{}
I/InjectionManager(13335): featureStore :{}
I/ActivityManager( 3466): Killing 12375:com.samsung.android.scloud/5009 (adj 15): DHA:empty #33
V/BroadcastQueue( 3466): [background] Process cur broadcast BroadcastRecord{f93adfa u0 android.intent.action.PACKAGE_ADDED qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{5e7e134 4291:com.android.phone/1001}
E/Zygote (13349): v2
I/libpersona(13349): KNOX_SDCARD checking this for 1000
I/libpersona(13349): KNOX_SDCARD not a persona
I/SELinux (13349): Function: selinux_compare_spd_ram, index[1], SPD-policy is existed. and_ver=SEPF_SECMOBILE_6.0.1 ver=11
W/SELinux (13349): Function: selinux_compare_spd_ram, index[1], priority [1], priority version is VE=SEPF_SECMOBILE_6.0.1_0011
E/Zygote (13349): accessInfo : 0
I/ActivityManager( 3466): Start proc 13349:com.samsung.android.themecenter/1000 for broadcast-3 com.samsung.android.themecenter/com.samsung.android.thememanager.ThemeManagerReceiver
D/ActivityManager( 3466): isAutoRunBlockedApp:: com.samsung.android.scloud, Auto Run ON
D/TimaKeyStoreProvider(13349): TimaSignature is unavailable
D/ActivityThread(13349): Added TimaKeyStore provider
V/BroadcastQueue( 3466): [background] Process cur broadcast BroadcastRecord{f93adfa u0 android.intent.action.PACKAGE_ADDED qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{3141b35 13349:com.samsung.android.themecenter/1000}
W/ResourcesManager(13349): getTopLevelResources: /system/priv-app/ThemeCenter/ThemeCenter.apk / 1.0 running in com.samsung.android.themecenter rsrc of package com.samsung.android.themecenter
I/InjectionManagerService -AppFeature( 3466): getCoreFeaturePkgList :[]
I/InjectionManager(13349): Inside getClassLibPath + mLibMap{0=, 1=}
D/ResourcesManager(13349): For user 0 new overlays fetched Null
I/InjectionManager(13349): Inside getClassLibPath caller
W/System (13349): ClassLoader referenced unknown path: /system/priv-app/ThemeCenter/lib/arm64
D/InjectionManager(13349): InjectionManager
D/InjectionManager(13349): fillFeatureStoreMap com.samsung.android.themecenter
I/InjectionManager(13349): Constructor com.samsung.android.themecenter, Feature store :{}
I/InjectionManager(13349): featureStore :{}
I/ThemeManagerReceiver(13349): ThemeManagerReceiver onReceive android.intent.action.PACKAGE_ADDED
I/ActivityManager( 3466): Killing 12176:com.policydm/1000 (adj 15): DHA:empty #33
V/BroadcastQueue( 3466): [background] Process cur broadcast BroadcastRecord{f93adfa u0 android.intent.action.PACKAGE_ADDED qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{f70dbda 4595:com.google.android.googlequicksearchbox:search/u0a67}
D/NetworkPolicy( 3466): isUidForegroundLocked: 10067, mScreenOn: true, uidstate: 3, mProxSensorScreenOff: false
D/ActivityManager( 3466): isAutoRunBlockedApp:: com.policydm, Auto Run ON
V/BroadcastQueue( 3466): [background] Process cur broadcast BroadcastRecord{f93adfa u0 android.intent.action.PACKAGE_ADDED qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{f70dbda 4595:com.google.android.googlequicksearchbox:search/u0a67}
I/UpdateIcingCorporaServi( 4595): Updating corpora: APPS=com.xamarin.benchmarkagent, CONTACTS=MAYBE
E/Zygote (13362): v2
I/libpersona(13362): KNOX_SDCARD checking this for 1000
I/libpersona(13362): KNOX_SDCARD not a persona
I/SELinux (13362): Function: selinux_compare_spd_ram, index[1], SPD-policy is existed. and_ver=SEPF_SECMOBILE_6.0.1 ver=11
W/SELinux (13362): Function: selinux_compare_spd_ram, index[1], priority [1], priority version is VE=SEPF_SECMOBILE_6.0.1_0011
E/Zygote (13362): accessInfo : 0
I/ActivityManager( 3466): Start proc 13362:com.samsung.android.bbc.bbcagent/1000 for broadcast-3 com.samsung.android.bbc.bbcagent/.bbccontroller.receiver.PackageEventReceiver
D/TimaKeyStoreProvider(13362): TimaSignature is unavailable
D/ActivityThread(13362): Added TimaKeyStore provider
W/ResourcesManager( 4595): getTopLevelResources: /data/app/com.xamarin.benchmarkagent-1/base.apk / 1.0 running in com.google.android.googlequicksearchbox rsrc of package com.xamarin.benchmarkagent
D/ResourcesManager( 4595): For user 0 new overlays fetched Null
V/BroadcastQueue( 3466): [background] Process cur broadcast BroadcastRecord{f93adfa u0 android.intent.action.PACKAGE_ADDED qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{103213b 13362:com.samsung.android.bbc.bbcagent/1000}
W/ResourcesManager(13362): getTopLevelResources: /system/app/BBCAgent/BBCAgent.apk / 1.0 running in com.samsung.android.bbc.bbcagent rsrc of package com.samsung.android.bbc.bbcagent
I/InjectionManagerService -AppFeature( 3466): getCoreFeaturePkgList :[]
I/InjectionManager(13362): Inside getClassLibPath + mLibMap{0=, 1=}
D/ResourcesManager(13362): For user 0 new overlays fetched Null
I/InjectionManager(13362): Inside getClassLibPath caller
W/System (13362): ClassLoader referenced unknown path: /system/app/BBCAgent/lib/arm64
D/InjectionManager(13362): InjectionManager
D/InjectionManager(13362): fillFeatureStoreMap com.samsung.android.bbc.bbcagent
I/InjectionManager(13362): Constructor com.samsung.android.bbc.bbcagent, Feature store :{}
I/InjectionManager(13362): featureStore :{}
E/Zygote (13374): v2
I/libpersona(13374): KNOX_SDCARD checking this for 10091
I/libpersona(13374): KNOX_SDCARD not a persona
I/SELinux (13374): Function: selinux_compare_spd_ram, index[1], SPD-policy is existed. and_ver=SEPF_SECMOBILE_6.0.1 ver=11
W/SELinux (13374): Function: selinux_compare_spd_ram, index[1], priority [1], priority version is VE=SEPF_SECMOBILE_6.0.1_0011
E/Zygote (13374): accessInfo : 0
W/SELinux (13374): SELinux: seapp_context_lookup: seinfo=untrusted, level=s0:c512,c768, pkgname=com.google.android.apps.docs
I/ActivityManager( 3466): Start proc 13374:com.google.android.apps.docs/u0a91 for broadcast-3 com.google.android.apps.docs/.receivers.AppPackageAddRemoveReceiver
I/ActivityManager( 3466): Killing 12420:com.samsung.android.sm/1000 (adj 15): DHA:empty #33
D/TimaKeyStoreProvider(13374): TimaSignature is unavailable
D/ActivityThread(13374): Added TimaKeyStore provider
D/PackageManager( 3466): setEnabledSetting : userId = 0 packageName = com.google.android.gms cmp = com.google.android.gms.icing.proxy.SmsMonitor newState = 1 callingPackage = 10018
V/BroadcastQueue( 3466): [background] Process cur broadcast BroadcastRecord{f93adfa u0 android.intent.action.PACKAGE_ADDED qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{bdd1a04 13374:com.google.android.apps.docs/u0a91}
W/ResourcesManager(13374): getTopLevelResources: /system/app/Drive/Drive.apk / 1.0 running in com.google.android.apps.docs rsrc of package com.google.android.apps.docs
I/InjectionManagerService -AppFeature( 3466): getCoreFeaturePkgList :[]
I/InjectionManager(13374): Inside getClassLibPath + mLibMap{0=, 1=}
D/ResourcesManager(13374): For user 0 new overlays fetched Null
I/InjectionManager(13374): Inside getClassLibPath caller
W/System (13374): ClassLoader referenced unknown path: /system/app/Drive/lib/arm64
D/ActivityManager( 3466): isAutoRunBlockedApp:: com.samsung.android.sm, Auto Run ON
I/FIPS_bssl(13347): FIPS approved mode (1) | 13347 | app_process
D/AndroidRuntime(13347): >>>>>> START com.android.internal.os.RuntimeInit uid 2000 <<<<<<
D/AndroidRuntime(13347): CheckJNI is OFF
D/AndroidRuntime(13347): readGMSProperty: start
D/AndroidRuntime(13347): readGMSProperty: already setted!!
D/AndroidRuntime(13347): propertySet: couldn't set property (it is from app)
D/AndroidRuntime(13347): readGMSProperty: could not set the property(default)!!
D/AndroidRuntime(13347): readGMSProperty: end
D/AndroidRuntime(13347): addProductProperty: start
D/ICU (13347): No timezone override file found: /data/misc/zoneinfo/current/icu/icu_tzdata.dat
I/Radio-JNI(13347): register_android_hardware_Radio DONE
E/AffinityControl(13347): AffinityControl: registerfunction enter
D/AndroidRuntime(13347): Calling main entry com.android.commands.settings.SettingsCmd
W/IcingInternalCorpora( 4733): getNumBytesRead when not calculated.
D/AndroidRuntime(13347): Shutting down VM
I/UpdateIcingCorporaServi( 4595): UpdateCorporaTask done [took 266 ms] updated apps [took 266 ms]
I/GAv4 (13374): Google Analytics 7.8.95 is starting up. To enable debug logging on a device run:
I/GAv4 (13374): adb shell setprop log.tag.GAv4 DEBUG
I/GAv4 (13374): adb logcat -s GAv4
W/ResourcesManager(13374): getTopLevelResources: /system/app/Drive/Drive.apk / 1.0 running in com.google.android.apps.docs rsrc of package com.google.android.apps.docs
V/AlarmManager( 3466): remove PendingIntent] PendingIntent{afb3546: PendingIntentRecord{1553307 com.google.android.apps.docs broadcastIntent}}
W/GAv4 (13374): AnalyticsReceiver is not registered or is disabled. Register the receiver for reliable dispatching on non-Google Play devices. See http://goo.gl/8Rd3yj for instructions.
W/GAv4 (13374): CampaignTrackingReceiver is not registered, not exported or is disabled. Installation campaign tracking is not possible. See http://goo.gl/8Rd3yj for instructions.
W/AnalyticsTrackerProxyImpl(13374): Analytics setup for ID UA-21125203-2, app name Drive, version 2.3.327.07.46
W/System.err(13374): remove failed: ENOTEMPTY (Directory not empty) : /data/user/0/com.google.android.apps.docs/cache/diskCache
W/GAv4 (13374): AnalyticsService not registered in the app manifest. Hits might not be delivered reliably. See http://goo.gl/8Rd3yj for instructions.
D/InjectionManager(13374): InjectionManager
D/InjectionManager(13374): fillFeatureStoreMap com.google.android.apps.docs
I/InjectionManager(13374): Constructor com.google.android.apps.docs, Feature store :{}
I/InjectionManager(13374): featureStore :{}
E/Zygote (13406): v2
I/libpersona(13406): KNOX_SDCARD checking this for 1000
I/SELinux (13406): Function: selinux_compare_spd_ram, index[1], SPD-policy is existed. and_ver=SEPF_SECMOBILE_6.0.1 ver=11
I/libpersona(13406): KNOX_SDCARD not a persona
I/ActivityManager( 3466): Start proc 13406:com.samsung.android.app.filterinstaller/1000 for broadcast-3 com.samsung.android.app.filterinstaller/.PackageIntentReceiver
W/SELinux (13406): Function: selinux_compare_spd_ram, index[1], priority [1], priority version is VE=SEPF_SECMOBILE_6.0.1_0011
E/Zygote (13406): accessInfo : 0
I/ActivityManager( 3466): Killing 12348:com.sec.android.app.clockpackage/u0a86 (adj 15): DHA:empty #33
D/NetworkPolicy( 3466): isUidForegroundLocked: 10067, mScreenOn: true, uidstate: 2, mProxSensorScreenOff: false
D/NetworkPolicy( 3466): isUidForegroundLocked: 10018, mScreenOn: true, uidstate: 2, mProxSensorScreenOff: false
D/TimaKeyStoreProvider(13406): TimaSignature is unavailable
D/ActivityThread(13406): Added TimaKeyStore provider
V/BroadcastQueue( 3466): [background] Process cur broadcast BroadcastRecord{f93adfa u0 android.intent.action.PACKAGE_ADDED qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{587f8a3 13406:com.samsung.android.app.filterinstaller/1000}
W/System.err(13374): remove failed: ENOENT (No such file or directory) : /data/user/0/com.google.android.apps.docs/databases/ClientFlag.db
W/System.err(13374): remove failed: ENOENT (No such file or directory) : /data/user/0/com.google.android.apps.docs/databases/ClientFlag.db-journal
W/System.err(13374): remove failed: ENOENT (No such file or directory) : /data/user/0/com.google.android.apps.docs/databases/ClientFlag.db-shm
W/System.err(13374): remove failed: ENOENT (No such file or directory) : /data/user/0/com.google.android.apps.docs/databases/ClientFlag.db-wal
W/ResourcesManager(13406): getTopLevelResources: /system/app/FilterInstaller/FilterInstaller.apk / 1.0 running in com.samsung.android.app.filterinstaller rsrc of package com.samsung.android.app.filterinstaller
I/InjectionManagerService -AppFeature( 3466): getCoreFeaturePkgList :[]
I/InjectionManager(13406): Inside getClassLibPath + mLibMap{0=, 1=}
D/ResourcesManager(13406): For user 0 new overlays fetched Null
D/ActivityManager( 3466): isAutoRunBlockedApp:: com.sec.android.app.clockpackage, Auto Run ON
I/InjectionManager(13406): Inside getClassLibPath caller
W/System (13406): ClassLoader referenced unknown path: /system/app/FilterInstaller/lib/arm64
D/InjectionManager(13406): InjectionManager
D/InjectionManager(13406): fillFeatureStoreMap com.samsung.android.app.filterinstaller
I/InjectionManager(13406): Constructor com.samsung.android.app.filterinstaller, Feature store :{}
I/InjectionManager(13406): featureStore :{}
E/FilterPackageIntentReceiver(13406): This package is not a effect filter
E/Zygote (13419): v2
I/libpersona(13419): KNOX_SDCARD checking this for 10104
I/libpersona(13419): KNOX_SDCARD not a persona
I/SELinux (13419): Function: selinux_compare_spd_ram, index[1], SPD-policy is existed. and_ver=SEPF_SECMOBILE_6.0.1 ver=11
I/ActivityManager( 3466): Start proc 13419:com.sec.android.widgetapp.samsungapps/u0a104 for broadcast-3 com.sec.android.widgetapp.samsungapps/.PackageChangeReceiver
W/SELinux (13419): Function: selinux_compare_spd_ram, index[1], priority [1], priority version is VE=SEPF_SECMOBILE_6.0.1_0011
I/ActivityManager( 3466): Killing 12057:com.sec.knox.switcher/1000 (adj 15): DHA:empty #33
E/Zygote (13419): accessInfo : 0
W/SELinux (13419): SELinux: seapp_context_lookup: seinfo=samsung, level=s0:c512,c768, pkgname=com.sec.android.widgetapp.samsungapps
W/ResourcesManager(13374): getTopLevelResources: /data/app/com.google.android.gms-2/base.apk / 1.0 running in com.google.android.apps.docs rsrc of package com.google.android.gms
D/ActivityManager( 3466): isAutoRunBlockedApp:: com.sec.knox.switcher, Auto Run ON
D/ResourcesManager(13374): For user 0 new overlays fetched Null
I/InjectionManager(13374): Inside getClassLibPath caller
D/TimaKeyStoreProvider(13419): TimaSignature is unavailable
D/ActivityThread(13419): Added TimaKeyStore provider
V/BroadcastQueue( 3466): [background] Process cur broadcast BroadcastRecord{f93adfa u0 android.intent.action.PACKAGE_ADDED qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{9b8b7a0 13419:com.sec.android.widgetapp.samsungapps/u0a104}
W/ResourcesManager(13419): getTopLevelResources: /system/app/GalaxyAppsWidget_Phone_Hero/GalaxyAppsWidget_Phone_Hero.apk / 1.0 running in com.sec.android.widgetapp.samsungapps rsrc of package com.sec.android.widgetapp.samsungapps
I/InjectionManagerService -AppFeature( 3466): getCoreFeaturePkgList :[]
I/InjectionManager(13419): Inside getClassLibPath + mLibMap{0=, 1=}
D/ResourcesManager(13419): For user 0 new overlays fetched Null
I/InjectionManager(13419): Inside getClassLibPath caller
W/System (13419): ClassLoader referenced unknown path: /system/app/GalaxyAppsWidget_Phone_Hero/lib/arm64
D/InjectionManager(13419): InjectionManager
D/InjectionManager(13419): fillFeatureStoreMap com.sec.android.widgetapp.samsungapps
I/InjectionManager(13419): Constructor com.sec.android.widgetapp.samsungapps, Feature store :{}
I/InjectionManager(13419): featureStore :{}
V/BroadcastQueue( 3466): [background] Process cur broadcast BroadcastRecord{f93adfa u0 android.intent.action.PACKAGE_ADDED qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{c180e9a 11451:com.enhance.gameservice/u0a105}
W/linker (13374): /data/app/com.google.android.gms-2/lib/arm64/libgmscore.so: unused DT entry: type 0x7ffffffd arg 0xbaa
I/System.out(11451): (HTTPLog)-Static: isSBSettingEnabled false
I/System.out(11451): (HTTPLog)-Static: isSBSettingEnabled false
D/EnterpriseController( 3135): netId is 0
D/Netd ( 3135): getNetworkForDns: using netid 502 for uid 10105
W/linker (13374): /data/app/com.google.android.gms-2/lib/arm64/libconscrypt_gmscore_jni.so: unused DT entry: type 0x1d arg 0x80
W/linker (13374): /data/app/com.google.android.gms-2/lib/arm64/libconscrypt_gmscore_jni.so: unused DT entry: type 0x7ffffffd arg 0x169
E/Zygote (13436): v2
I/libpersona(13436): KNOX_SDCARD checking this for 1000
I/SELinux (13436): Function: selinux_compare_spd_ram, index[1], SPD-policy is existed. and_ver=SEPF_SECMOBILE_6.0.1 ver=11
I/libpersona(13436): KNOX_SDCARD not a persona
I/ActivityManager( 3466): Start proc 13436:com.samsung.android.app.mirrorlink/1000 for broadcast-3 com.samsung.android.app.mirrorlink/com.samsung.android.mirrorlink.acms.receivers.AcmsPackageEventListener
W/SELinux (13436): Function: selinux_compare_spd_ram, index[1], priority [1], priority version is VE=SEPF_SECMOBILE_6.0.1_0011
E/Zygote (13436): accessInfo : 0
V/JNIHelp (13374): Registering com/google/android/gms/org/conscrypt/NativeCrypto's 255 native methods...
I/ProviderInstaller(13374): Installed default security provider GmsCore_OpenSSL
D/TimaKeyStoreProvider(13436): TimaSignature is unavailable
D/ActivityThread(13436): Added TimaKeyStore provider
V/BroadcastQueue( 3466): [background] Process cur broadcast BroadcastRecord{f93adfa u0 android.intent.action.PACKAGE_ADDED qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{255a71e 13436:com.samsung.android.app.mirrorlink/1000}
W/ResourcesManager(13436): getTopLevelResources: /system/app/MirrorLink/MirrorLink.apk / 1.0 running in com.samsung.android.app.mirrorlink rsrc of package com.samsung.android.app.mirrorlink
I/InjectionManagerService -AppFeature( 3466): getCoreFeaturePkgList :[]
I/InjectionManager(13436): Inside getClassLibPath + mLibMap{0=, 1=}
D/ResourcesManager(13436): For user 0 new overlays fetched Null
I/InjectionManager(13436): Inside getClassLibPath caller
W/System (13436): ClassLoader referenced unknown path: /system/app/MirrorLink/lib/arm
D/InjectionManager(13436): InjectionManager
D/InjectionManager(13436): fillFeatureStoreMap com.samsung.android.app.mirrorlink
I/InjectionManager(13436): Constructor com.samsung.android.app.mirrorlink, Feature store :{}
I/InjectionManager(13436): featureStore :{}
D/AcmsPackageEventListener(13436): action2:android.intent.action.PACKAGE_ADDED
D/AcmsPackageEventListener(13436): pkgName:com.xamarin.benchmarkagent ,13481
I/ActivityManager( 3466): Killing 12494:com.samsung.android.app.memo/u0a144 (adj 15): DHA:empty #33
V/BroadcastQueue( 3466): [background] Process cur broadcast BroadcastRecord{f93adfa u0 android.intent.action.PACKAGE_ADDED qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{ad875a4 8436:com.microsoft.skydrive/u0a123}
V/ApplicationReceiver( 8436): 2016-09-07 23:50:26-null-Application install message is received ver:1.1.10
V/ApplicationReceiver( 8436): 2016-09-07 23:50:26-null-Installing:package:com.xamarin.benchmarkagent ver:1.1.10
E/Zygote (13449): v2
I/libpersona(13449): KNOX_SDCARD checking this for 10133
E/Zygote (13449): isSdpEnabledProcess - SDP enabled
I/libpersona(13449): KNOX_SDCARD not a persona
I/SELinux (13449): Function: selinux_compare_spd_ram, index[1], SPD-policy is existed. and_ver=SEPF_SECMOBILE_6.0.1 ver=11
W/SELinux (13449): Function: selinux_compare_spd_ram, index[1], priority [1], priority version is VE=SEPF_SECMOBILE_6.0.1_0011
E/Zygote (13449): accessInfo : 64
E/Zygote (13449): isSdpEnabledProcess - SDP enabled
E/Zygote (13449): setSDPgroupsIntarray[pid]: 0 / [gid]: 10133 / [uid]: 10133
W/SELinux (13449): SELinux: seapp_context_lookup: seinfo=platform, level=s0:c512,c768, pkgname=com.sec.android.app.sbrowser
I/ActivityManager( 3466): Start proc 13449:com.sec.android.app.sbrowser/u0a133 for broadcast-3 com.sec.android.app.sbrowser/.preferences.ContentBlockerReceiver
D/ActivityManager( 3466): isAutoRunBlockedApp:: com.samsung.android.app.memo, Auto Run ON
D/TimaKeyStoreProvider(13449): TimaSignature is unavailable
D/ActivityThread(13449): Added TimaKeyStore provider
V/BroadcastQueue( 3466): [background] Process cur broadcast BroadcastRecord{f93adfa u0 android.intent.action.PACKAGE_ADDED qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{6977bff 13449:com.sec.android.app.sbrowser/u0a133}
W/ResourcesManager(13449): getTopLevelResources: /system/app/SBrowser_4_LATEST/SBrowser_4_LATEST.apk / 1.0 running in com.sec.android.app.sbrowser rsrc of package com.sec.android.app.sbrowser
I/InjectionManagerService -AppFeature( 3466): getCoreFeaturePkgList :[]
I/InjectionManager(13449): Inside getClassLibPath + mLibMap{0=, 1=}
D/ResourcesManager(13449): For user 0 new overlays fetched Null
I/InjectionManager(13449): Inside getClassLibPath caller
W/System (13449): ClassLoader referenced unknown path: /system/app/SBrowser_4_LATEST/lib/arm
W/ResourcesManager(13449): getTopLevelResources: /system/app/SBrowser_4_LATEST/SBrowser_4_LATEST.apk / 1.0 running in com.sec.android.app.sbrowser rsrc of package com.sec.android.app.sbrowser
D/ManifestProvider(13449): onCreate()
I/SBrowserUtils(13449): getSystemProperty of sales_code : NEE
I/SBrowserUtils(13449): getSystemProperty of country_code : Nordic
I/SBrowserUtils(13449): getSystemProperty of country_code : Nordic
I/SBrowserUtils(13449): getSystemProperty of countryiso_code : SE
V/SBrowserContentProviderUtility(13449): enableSyncClientProivder is called!
D/[MM]MHDataBaseProvider(13449): onCreate()
D/ApplicationStatus(13449): initialize application (com.sec.android.app.sbrowser.common.SBrowserMobileApplication@ad70e81)
D/InjectionManager(13449): InjectionManager
D/InjectionManager(13449): fillFeatureStoreMap com.sec.android.app.sbrowser
I/InjectionManager(13449): Constructor com.sec.android.app.sbrowser, Feature store :{}
I/InjectionManager(13449): featureStore :{}
I/ActivityManager( 3466): Killing 11877:com.samsung.android.securitylogagent/1000 (adj 15): DHA:empty #33
V/BroadcastQueue( 3466): [background] Process cur broadcast BroadcastRecord{f93adfa u0 android.intent.action.PACKAGE_ADDED qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{308edf 4641:com.sec.imsservice/1000}
D/ActivityManager( 3466): isAutoRunBlockedApp:: com.samsung.android.securitylogagent, Auto Run ON
V/BroadcastQueue( 3466): [background] Process cur broadcast BroadcastRecord{f93adfa u0 android.intent.action.PACKAGE_ADDED qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{c99d020 4403:com.google.android.gms.persistent/u0a18}
I/ResponseParser(11451): No value for default_dss
I/ResponseParser(11451): No value for default_dfs
I/ResponseParser(11451): No value for default_dcs
I/ResponseParser(11451): No value for default_dts
I/ResponseParser(11451): No value for each_mode_dss
I/ResponseParser(11451): No value for each_mode_dfs
I/ResponseParser(11451): No value for each_mode_dcs
I/ResponseParser(11451): No value for each_mode_dts
I/ResponseParser(11451): No value for recommended_dss
I/ResponseParser(11451): No value for recommended_dfs
I/ResponseParser(11451): No value for recommended_dcs
I/ResponseParser(11451): No value for recommended_dts
I/ResponseParser(11451): No value for feature_flag_inst
D/PkgBroadcastIntentOp( 4733): Received broadcast action=android.intent.action.PACKAGE_ADDED and uri=com.xamarin.benchmarkagent
E/IntentOperationSvc( 4733): Failed to instantiate Chimera operation impl, dropping operation
V/BroadcastQueue( 3466): [background] Process cur broadcast BroadcastRecord{f93adfa u0 android.intent.action.PACKAGE_ADDED qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{b32db29 4733:com.google.android.gms/u0a18}
D/AuthPkgBcIntentOp( 4733): Received broadcast action=android.intent.action.PACKAGE_ADDED and uri=com.xamarin.benchmarkagent
D/AsyncTaskServiceImpl( 4733): Submit a task: nzm
I/FIPS_bssl(13440): FIPS approved mode (1) | 13440 | app_process
D/AndroidRuntime(13440): >>>>>> START com.android.internal.os.RuntimeInit uid 2000 <<<<<<
D/AndroidRuntime(13440): CheckJNI is OFF
D/AndroidRuntime(13440): readGMSProperty: start
D/AndroidRuntime(13440): readGMSProperty: already setted!!
D/AndroidRuntime(13440): propertySet: couldn't set property (it is from app)
D/AndroidRuntime(13440): readGMSProperty: could not set the property(default)!!
D/AndroidRuntime(13440): readGMSProperty: end
D/AndroidRuntime(13440): addProductProperty: start
D/nzm ( 4733): Processing package: com.xamarin.benchmarkagent
D/GassUtils( 4733): Found app info for package com.xamarin.benchmarkagent:1. Hash: 3ddb3be52ec06b32e57c18554c9d082e146a3508b54f540d9cb7b2efc45ce7de
D/nzm ( 4733): Found info for package com.xamarin.benchmarkagent in db.
D/ICU (13440): No timezone override file found: /data/misc/zoneinfo/current/icu/icu_tzdata.dat
I/ActivityManager( 3466): Killing 12454:com.android.providers.calendar/u0a46 (adj 15): DHA:empty #33
I/Radio-JNI(13440): register_android_hardware_Radio DONE
D/MS_IntentHandler( 4733): Package broadcast action=android.intent.action.PACKAGE_ADDED and uri=com.xamarin.benchmarkagent
D/WearableController( 4733): Received broadcast action=android.intent.action.PACKAGE_ADDED and uri=com.xamarin.benchmarkagent
E/AffinityControl(13440): AffinityControl: registerfunction enter
V/BroadcastQueue( 3466): [background] Process cur broadcast BroadcastRecord{f93adfa u0 android.intent.action.PACKAGE_ADDED qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{c99d020 4403:com.google.android.gms.persistent/u0a18}
D/AndroidRuntime(13440): Calling main entry com.android.commands.settings.SettingsCmd
D/ActivityManager( 3466): isAutoRunBlockedApp:: com.android.providers.calendar, Auto Run ON
D/SettingsProvider( 3466): isChangeAllowed() : name = screen_off_timeout
D/SecContentProvider( 3466): query(), uri = 17 selection = isSettingsChangesAllowed
D/SettingsProvider( 3466): edmUri: content://com.sec.knox.provider/RestrictionPolicy3
D/SettingsProvider( 3466): projectionArgs: isSettingsChangesAllowed
D/SettingsProvider( 3466): selectionArgs: false
D/SettingsProvider( 3466): selectionArgs: 2000
D/RestrictionPolicy( 3466): isSettingsChangesAllowedAsUser, userId 0 : true
D/SettingsProvider( 3466): ret = 1
D/PowerManagerService( 3466): [api] SettingsObserver: onChange: content://settings/system/screen_off_timeout
V/WindowOrientationListener( 3466): OrientationSensorJudge.getProposedRotation, Rotation: -1
V/WindowManager( 3466): rotationForOrientationLw(orient=1, last=0); user=0 sensorRotation=-1 mLidState=-1 mDockMode=0 mHdmiPlugged=false mMobileKeyboardEnabled=false displayId=0
D/PowerManagerService( 3466): [api] [PSM] updateSettingsLocked : lowPowerModeEnabled: false lowBatteryTriggerLevel: 0 mEmergencyMode false
V/WindowOrientationListener( 3466): OrientationSensorJudge.getProposedRotation, Rotation: -1
D/PowerManagerService( 3466): [api] [BRIGHTNESS] updateSettingsLocked : mScreenBrightnessModeSetting: MANUAL mScreenBrightnessSetting: 61 mScreenAutoBrightnessAdjustmentSetting: -0.5234375 mOutdoorModeSetting : false
D/PowerManagerService( 3466): [api] updateSettingsLocked : mDreamsEnabledSetting: false mDreamsActivateOnSleepSetting: false mDreamsActivateOnDockSetting: true mScreenOffTimeoutSetting: 600001 mStayOnWhilePluggedInSetting: 0 mSmartStayEnabledSetting: false mWakeUpPreventionForNotificationSetting: false mWakeUpPreventionPackagesForNotificationSetting: null mTouchKeyOffTimeoutSetting: 1500 mKeyboardOffTimeoutSetting: 2000
D/PowerManagerService( 3466): [s] getScreenOffTimeoutLocked: 600000 -> 600001
V/BroadcastQueue( 3466): [background] Process cur broadcast BroadcastRecord{f93adfa u0 android.intent.action.PACKAGE_ADDED qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{b32db29 4733:com.google.android.gms/u0a18}
D/AndroidRuntime(13440): Shutting down VM
E/Zygote (13477): v2
I/libpersona(13477): KNOX_SDCARD checking this for 10096
I/libpersona(13477): KNOX_SDCARD not a persona
I/SELinux (13477): Function: selinux_compare_spd_ram, index[1], SPD-policy is existed. and_ver=SEPF_SECMOBILE_6.0.1 ver=11
I/ActivityManager( 3466): Start proc 13477:com.facebook.appmanager/u0a96 for broadcast-3 com.facebook.appmanager/com.facebook.oxygen.appmanager.common.packages.PackageReceiver
W/SELinux (13477): Function: selinux_compare_spd_ram, index[1], priority [1], priority version is VE=SEPF_SECMOBILE_6.0.1_0011
E/Zygote (13477): accessInfo : 0
W/SELinux (13477): SELinux: seapp_context_lookup: seinfo=default, level=s0:c512,c768, pkgname=com.facebook.appmanager
D/TimaKeyStoreProvider(13477): TimaSignature is unavailable
D/ActivityThread(13477): Added TimaKeyStore provider
V/BroadcastQueue( 3466): [background] Process cur broadcast BroadcastRecord{f93adfa u0 android.intent.action.PACKAGE_ADDED qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{85774cd 13477:com.facebook.appmanager/u0a96}
W/ResourcesManager(13477): getTopLevelResources: /data/app/com.facebook.appmanager-2/base.apk / 1.0 running in com.facebook.appmanager rsrc of package com.facebook.appmanager
I/InjectionManagerService -AppFeature( 3466): getCoreFeaturePkgList :[]
I/InjectionManager(13477): Inside getClassLibPath + mLibMap{0=, 1=}
D/ResourcesManager(13477): For user 0 new overlays fetched Null
I/InjectionManager(13477): Inside getClassLibPath caller
D/ACRA (13477): ACRA init; reportURL: https://www.facebook.com/mobile/generic_android_crash_logs/659091980805095
D/ACRA (13477): ACRA is enabled for com.facebook.appmanager, intializing...
V/fb-UnpackingSoSource(13477): locked dso store /data/user/0/com.facebook.appmanager/lib-main
I/fb-UnpackingSoSource(13477): dso store is up-to-date: /data/user/0/com.facebook.appmanager/lib-main
V/fb-UnpackingSoSource(13477): releasing dso store lock for /data/user/0/com.facebook.appmanager/lib-main
W/com.facebook.appmanager:co(13477): Verify
D/InjectionManager(13477): InjectionManager
D/InjectionManager(13477): fillFeatureStoreMap com.facebook.appmanager
I/InjectionManager(13477): Constructor com.facebook.appmanager, Feature store :{}
I/InjectionManager(13477): featureStore :{}
D/ContextRelationManager(13477): ContextRelationManager() : FEATURE_ENABLED=true
E/Zygote (13493): v2
I/libpersona(13493): KNOX_SDCARD checking this for 10011
I/libpersona(13493): KNOX_SDCARD not a persona
I/SELinux (13493): Function: selinux_compare_spd_ram, index[1], SPD-policy is existed. and_ver=SEPF_SECMOBILE_6.0.1 ver=11
I/ActivityManager( 3466): Start proc 13493:com.facebook.system/u0a11 for broadcast-3 com.facebook.system/com.facebook.oxygen.installer.service.PackageReceiver
W/SELinux (13493): Function: selinux_compare_spd_ram, index[1], priority [1], priority version is VE=SEPF_SECMOBILE_6.0.1_0011
E/Zygote (13493): accessInfo : 0
W/SELinux (13493): SELinux: seapp_context_lookup: seinfo=default, level=s0:c512,c768, pkgname=com.facebook.system
D/TimaKeyStoreProvider(13493): TimaSignature is unavailable
D/ActivityThread(13493): Added TimaKeyStore provider
V/BroadcastQueue( 3466): [background] Process cur broadcast BroadcastRecord{f93adfa u0 android.intent.action.PACKAGE_ADDED qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{f0d62ef 13493:com.facebook.system/u0a11}
W/ResourcesManager(13493): getTopLevelResources: /data/app/com.facebook.system-2/base.apk / 1.0 running in com.facebook.system rsrc of package com.facebook.system
D/PackageManager( 3466): setEnabledSetting : userId = 0 packageName = com.facebook.appmanager cmp = com.facebook.oxygen.appmanager.crashmanager.CrashManagerActivity newState = 2 callingPackage = 10096
I/InjectionManagerService -AppFeature( 3466): getCoreFeaturePkgList :[]
I/InjectionManager(13493): Inside getClassLibPath + mLibMap{0=, 1=}
D/ResourcesManager(13493): For user 0 new overlays fetched Null
D/PackageManager( 3466): setEnabledSetting : userId = 0 packageName = com.facebook.appmanager cmp = com.facebook.oxygen.appmanager.firstparty.tos.ShouldShowTos newState = 2 callingPackage = 10096
I/InjectionManager(13493): Inside getClassLibPath caller
W/System (13493): ClassLoader referenced unknown path: /data/app/com.facebook.system-2/lib/arm64
D/PackageManager( 3466): setEnabledSetting : userId = 0 packageName = com.facebook.appmanager cmp = com.facebook.oxygen.appmanager.nekodirect.NekoDirectService newState = 2 callingPackage = 10096
D/InjectionManager(13493): InjectionManager
D/InjectionManager(13493): fillFeatureStoreMap com.facebook.system
I/InjectionManager(13493): Constructor com.facebook.system, Feature store :{}
I/InjectionManager(13493): featureStore :{}
D/PackageManager( 3466): setEnabledSetting : userId = 0 packageName = com.facebook.appmanager cmp = com.facebook.oxygen.appmanager.nekodirect.progress.ProgressContentProvider newState = 2 callingPackage = 10096
I/Icing ( 4733): Indexing 318FE9B02808C93199CA7B7B9E89A941B2DDE6B4 from com.google.android.googlequicksearchbox
V/BroadcastQueue( 3466): [background] Process cur broadcast BroadcastRecord{b221fc u0 com.samsung.android.intent.action.PACKAGE_ADDED qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{6a4916 11548:com.sec.android.app.shealth/u0a35}
E/ActivityThread(13477): Failed to find provider info for com.facebook.appmanager.oxygen.nekodirect.progress
V/BroadcastQueue( 3466): [background] Process cur broadcast BroadcastRecord{b221fc u0 com.samsung.android.intent.action.PACKAGE_ADDED qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{e07d12a 6134:com.sec.android.app.shealth:remote/u0a35}
V/BroadcastQueue( 3466): [background] Process cur broadcast BroadcastRecord{b221fc u0 com.samsung.android.intent.action.PACKAGE_ADDED qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{e07d12a 6134:com.sec.android.app.shealth:remote/u0a35}
I/ActivityManager( 3466): Killing 12433:com.android.calendar/u0a136 (adj 15): DHA:empty #33
V/BroadcastQueue( 3466): [background] Process cur broadcast BroadcastRecord{71b7085 u0 com.google.android.gms.actions.HANDLE_PACKAGE_INSTALLED qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{c99d020 4403:com.google.android.gms.persistent/u0a18}
E/Watchdog( 3466): !@Sync 115 [09-08 01:50:26.869]
D/ActivityManager( 3466): isAutoRunBlockedApp:: com.android.calendar, Auto Run ON
I/ActivityManager( 3466): Killing 12404:com.osp.app.signin/u0a40 (adj 15): DHA:empty #33
D/ActivityManager( 3466): isAutoRunBlockedApp:: com.osp.app.signin, Auto Run ON
I/Icing ( 4733): Indexing done 318FE9B02808C93199CA7B7B9E89A941B2DDE6B4
I/FIPS_bssl(13515): FIPS approved mode (1) | 13515 | app_process
D/AndroidRuntime(13515): >>>>>> START com.android.internal.os.RuntimeInit uid 2000 <<<<<<
D/AndroidRuntime(13515): CheckJNI is OFF
D/AndroidRuntime(13515): readGMSProperty: start
D/AndroidRuntime(13515): readGMSProperty: already setted!!
D/AndroidRuntime(13515): propertySet: couldn't set property (it is from app)
D/AndroidRuntime(13515): readGMSProperty: could not set the property(default)!!
D/AndroidRuntime(13515): readGMSProperty: end
D/AndroidRuntime(13515): addProductProperty: start
D/ICU (13515): No timezone override file found: /data/misc/zoneinfo/current/icu/icu_tzdata.dat
I/Radio-JNI(13515): register_android_hardware_Radio DONE
E/AffinityControl(13515): AffinityControl: registerfunction enter
D/AndroidRuntime(13515): Calling main entry com.android.commands.settings.SettingsCmd
D/SettingsProvider( 3466): isChangeAllowed() : name = screen_off_timeout
D/SecContentProvider( 3466): query(), uri = 17 selection = isSettingsChangesAllowed
D/SettingsProvider( 3466): edmUri: content://com.sec.knox.provider/RestrictionPolicy3
D/SettingsProvider( 3466): projectionArgs: isSettingsChangesAllowed
D/SettingsProvider( 3466): selectionArgs: false
D/SettingsProvider( 3466): selectionArgs: 2000
D/RestrictionPolicy( 3466): isSettingsChangesAllowedAsUser, userId 0 : true
D/SettingsProvider( 3466): ret = 1
D/PowerManagerService( 3466): [api] SettingsObserver: onChange: content://settings/system/screen_off_timeout
D/PowerManagerService( 3466): [api] [PSM] updateSettingsLocked : lowPowerModeEnabled: false lowBatteryTriggerLevel: 0 mEmergencyMode false
D/PowerManagerService( 3466): [api] [BRIGHTNESS] updateSettingsLocked : mScreenBrightnessModeSetting: MANUAL mScreenBrightnessSetting: 61 mScreenAutoBrightnessAdjustmentSetting: -0.5234375 mOutdoorModeSetting : false
D/PowerManagerService( 3466): [api] updateSettingsLocked : mDreamsEnabledSetting: false mDreamsActivateOnSleepSetting: false mDreamsActivateOnDockSetting: true mScreenOffTimeoutSetting: 600000 mStayOnWhilePluggedInSetting: 0 mSmartStayEnabledSetting: false mWakeUpPreventionForNotificationSetting: false mWakeUpPreventionPackagesForNotificationSetting: null mTouchKeyOffTimeoutSetting: 1500 mKeyboardOffTimeoutSetting: 2000
D/PowerManagerService( 3466): [s] getScreenOffTimeoutLocked: 600001 -> 600000
V/WindowOrientationListener( 3466): OrientationSensorJudge.getProposedRotation, Rotation: -1
V/WindowManager( 3466): rotationForOrientationLw(orient=1, last=0); user=0 sensorRotation=-1 mLidState=-1 mDockMode=0 mHdmiPlugged=false mMobileKeyboardEnabled=false displayId=0
V/WindowOrientationListener( 3466): OrientationSensorJudge.getProposedRotation, Rotation: -1
D/AndroidRuntime(13515): Shutting down VM
I/Icing ( 4733): Indexing 89859C1304345BA84C772EB3A68593EB090CC63D from com.google.android.gms
W/ResourcesManager( 4733): getTopLevelResources: /data/app/com.xamarin.benchmarkagent-1/base.apk / 1.0 running in com.google.android.gms rsrc of package com.xamarin.benchmarkagent
D/ResourcesManager( 4733): For user 0 new overlays fetched Null
I/Icing ( 4733): Indexing done 89859C1304345BA84C772EB3A68593EB090CC63D
I/FIPS_bssl(13527): FIPS approved mode (1) | 13527 | app_process
D/AndroidRuntime(13527): >>>>>> START com.android.internal.os.RuntimeInit uid 2000 <<<<<<
D/AndroidRuntime(13527): CheckJNI is OFF
D/AndroidRuntime(13527): readGMSProperty: start
D/AndroidRuntime(13527): readGMSProperty: already setted!!
D/AndroidRuntime(13527): propertySet: couldn't set property (it is from app)
D/AndroidRuntime(13527): readGMSProperty: could not set the property(default)!!
D/AndroidRuntime(13527): readGMSProperty: end
D/AndroidRuntime(13527): addProductProperty: start
D/ICU (13527): No timezone override file found: /data/misc/zoneinfo/current/icu/icu_tzdata.dat
I/Radio-JNI(13527): register_android_hardware_Radio DONE
E/AffinityControl(13527): AffinityControl: registerfunction enter
D/AndroidRuntime(13527): Calling main entry com.android.commands.settings.SettingsCmd
D/SettingsProvider( 3466): isChangeAllowed() : name = mock_location
D/SecContentProvider( 3466): query(), uri = 17 selection = isSettingsChangesAllowed
D/SettingsProvider( 3466): edmUri: content://com.sec.knox.provider/RestrictionPolicy3
D/SettingsProvider( 3466): projectionArgs: isSettingsChangesAllowed
D/SettingsProvider( 3466): selectionArgs: false
D/SettingsProvider( 3466): selectionArgs: 2000
D/SecContentProvider( 3466): query(), uri = 16 selection = isMockLocationEnabled
D/RestrictionPolicy( 3466): isSettingsChangesAllowedAsUser, userId 0 : true
D/SettingsProvider( 3466): ret = 1
D/SettingsProvider( 3466): edmUri: content://com.sec.knox.provider/RestrictionPolicy2
D/SecContentProvider( 3466): callingUid = 2000
D/SettingsProvider( 3466): projectionArgs: isMockLocationEnabled
D/SecContentProvider( 3466): isMockLocationEnabled return = true
D/SettingsProvider( 3466): selectionArgs: 2000
D/RestrictionPolicy( 3466): isMockLocationEnabled : true
D/SettingsProvider( 3466): ret = 1
D/AndroidRuntime(13527): Shutting down VM
I/FIPS_bssl(13536): FIPS approved mode (1) | 13536 | app_process
D/AndroidRuntime(13536): >>>>>> START com.android.internal.os.RuntimeInit uid 2000 <<<<<<
D/AndroidRuntime(13536): CheckJNI is OFF
D/AndroidRuntime(13536): readGMSProperty: start
D/AndroidRuntime(13536): readGMSProperty: already setted!!
D/AndroidRuntime(13536): propertySet: couldn't set property (it is from app)
D/AndroidRuntime(13536): readGMSProperty: could not set the property(default)!!
D/AndroidRuntime(13536): readGMSProperty: end
D/AndroidRuntime(13536): addProductProperty: start
D/ICU (13536): No timezone override file found: /data/misc/zoneinfo/current/icu/icu_tzdata.dat
I/Radio-JNI(13536): register_android_hardware_Radio DONE
E/AffinityControl(13536): AffinityControl: registerfunction enter
D/AndroidRuntime(13536): Calling main entry com.android.commands.appops.AppOpsCommand
D/AndroidRuntime(13536): Shutting down VM
I/FIPS_bssl(13545): FIPS approved mode (1) | 13545 | app_process
D/AndroidRuntime(13545): >>>>>> START com.android.internal.os.RuntimeInit uid 2000 <<<<<<
D/AndroidRuntime(13545): CheckJNI is OFF
D/AndroidRuntime(13545): readGMSProperty: start
D/AndroidRuntime(13545): readGMSProperty: already setted!!
D/AndroidRuntime(13545): propertySet: couldn't set property (it is from app)
D/AndroidRuntime(13545): readGMSProperty: could not set the property(default)!!
D/AndroidRuntime(13545): readGMSProperty: end
D/AndroidRuntime(13545): addProductProperty: start
D/ICU (13545): No timezone override file found: /data/misc/zoneinfo/current/icu/icu_tzdata.dat
I/Radio-JNI(13545): register_android_hardware_Radio DONE
E/AffinityControl(13545): AffinityControl: registerfunction enter
D/AndroidRuntime(13545): Calling main entry com.android.commands.pm.Pm
I/art (13545): System.exit called, status: 0
I/AndroidRuntime(13545): VM exiting with result code 0.
D/PackageManager( 3466): [VERIFY] getRequiredVerifiersLPr: 2 verifiers
D/PackageManager( 3466): [VERIFY] com.android.vending(10031)
D/PackageManager( 3466): [VERIFY] com.samsung.android.sm.devicesecurity(5012)
D/SSRM:n ( 3466): SIOP:: AP = 360, PST = 344 (W:6), CP = 280, CUR = -26, LCD = 61
I/FIPS_bssl(13569): FIPS approved mode (1) | 13569 | app_process
D/AndroidRuntime(13569): >>>>>> START com.android.internal.os.RuntimeInit uid 2000 <<<<<<
D/AndroidRuntime(13569): CheckJNI is OFF
D/AndroidRuntime(13569): readGMSProperty: start
D/AndroidRuntime(13569): readGMSProperty: already setted!!
D/AndroidRuntime(13569): propertySet: couldn't set property (it is from app)
D/AndroidRuntime(13569): readGMSProperty: could not set the property(default)!!
D/AndroidRuntime(13569): readGMSProperty: end
D/AndroidRuntime(13569): addProductProperty: start
D/ICU (13569): No timezone override file found: /data/misc/zoneinfo/current/icu/icu_tzdata.dat
I/Radio-JNI(13569): register_android_hardware_Radio DONE
E/AffinityControl(13569): AffinityControl: registerfunction enter
D/AndroidRuntime(13569): Calling main entry com.android.commands.pm.Pm
D/PackageManager( 3466): [MSG] MCS_UNBIND
I/ActivityManager( 3466): Killing 12246:com.wssyncmldm/1000 (adj 15): DHA:empty #33
D/NetworkPolicy( 3466): isUidForegroundLocked: 10018, mScreenOn: true, uidstate: 3, mProxSensorScreenOff: false
D/ActivityManager( 3466): isAutoRunBlockedApp:: com.wssyncmldm, Auto Run ON
I/art (13569): System.exit called, status: 0
I/AndroidRuntime(13569): VM exiting with result code 0.
I/FIPS_bssl(13579): FIPS approved mode (1) | 13579 | app_process
D/AndroidRuntime(13579): >>>>>> START com.android.internal.os.RuntimeInit uid 2000 <<<<<<
D/AndroidRuntime(13579): CheckJNI is OFF
D/AndroidRuntime(13579): readGMSProperty: start
D/AndroidRuntime(13579): readGMSProperty: already setted!!
D/AndroidRuntime(13579): propertySet: couldn't set property (it is from app)
D/AndroidRuntime(13579): readGMSProperty: could not set the property(default)!!
D/AndroidRuntime(13579): readGMSProperty: end
D/AndroidRuntime(13579): addProductProperty: start
D/ICU (13579): No timezone override file found: /data/misc/zoneinfo/current/icu/icu_tzdata.dat
I/Radio-JNI(13579): register_android_hardware_Radio DONE
E/AffinityControl(13579): AffinityControl: registerfunction enter
D/AndroidRuntime(13579): Calling main entry com.android.commands.am.Am
W/ActivityManager( 3466): Invalid packageName: com.xamarin.benchmarkagent.test
D/AndroidRuntime(13579): Shutting down VM
I/FIPS_bssl(13589): FIPS approved mode (1) | 13589 | app_process
D/AndroidRuntime(13589): >>>>>> START com.android.internal.os.RuntimeInit uid 2000 <<<<<<
D/AndroidRuntime(13589): CheckJNI is OFF
D/AndroidRuntime(13589): readGMSProperty: start
D/AndroidRuntime(13589): readGMSProperty: already setted!!
D/AndroidRuntime(13589): propertySet: couldn't set property (it is from app)
D/AndroidRuntime(13589): readGMSProperty: could not set the property(default)!!
D/AndroidRuntime(13589): readGMSProperty: end
D/AndroidRuntime(13589): addProductProperty: start
D/ICU (13589): No timezone override file found: /data/misc/zoneinfo/current/icu/icu_tzdata.dat
I/Radio-JNI(13589): register_android_hardware_Radio DONE
E/AffinityControl(13589): AffinityControl: registerfunction enter
D/AndroidRuntime(13589): Calling main entry com.android.commands.pm.Pm
I/PackageManager( 3466): installPackageAsUser params originPath =/data/local/tmp/0000001702 installerPackageName =null
D/PackageManager( 3466): START_PACKAGE_INSTALL: observer{191267971}
D/PackageManager( 3466): originPath{/data/local/tmp/0000001702}
D/RestrictionPolicy( 3466): isNonMarketAppAllowed : true
D/PackageManager( 3466): [MSG] INIT_COPY: observer{191267971}
D/PackageManager( 3466): idx{0}
D/PackageManager( 3466): for_user{UserHandle{-1}}
D/PackageManager( 3466): [MSG] MCS_BOUND: observer{191267971}
D/PackageManager( 3466): for_user{UserHandle{-1}}
E/NativeLibraryHelper(13229): Failed to load assets verifier: 0
I/PackageManager( 3466): EAS IT Policy AllowList = ,,
I/PackageManager( 3466): isAppBlockedByDPM?? = false
E/NativeLibraryHelper(13229): Failed to load assets verifier: 0
D/PackageManager( 3466): [VERIFY] getRequiredVerifiersLPr: 2 verifiers
D/PackageManager( 3466): [VERIFY] com.android.vending(10031)
D/PackageManager( 3466): [VERIFY] com.samsung.android.sm.devicesecurity(5012)
D/PersonaManagerService( 3466): needVerificationForPackage
D/PersonaManagerService( 3466): needVerificationForPackage com.xamarin.benchmarkagent.test
D/PersonaManagerService( 3466): needVerificationForPackage return true for at the end com.xamarin.benchmarkagent.test
I/PackageManager( 3466): installerUid : 2000
I/PackageManager( 3466): Themes INSTALL_SKIP_VERIFICATION
D/DefContainer(13229): Copying /data/local/tmp/0000001702 to base.apk
D/PackageManager( 3466): checking allow list after copying finished
W/System.err( 3466): remove failed: ENOENT (No such file or directory) : /data/app/vmdl645706111.tmp/lib
E/NativeLibraryHelper( 3466): Failed to load assets verifier: 0
I/HarmonyEASService( 3466): Updating for all 1
D/PackageManager( 3466): remove MCS_UNBIND message and Posting MCS_UNBIND 10 secs later
D/PackageManager( 3466): [MSG] PROCESS_PENDING_INSTALL: observer{191267971}
D/PackageManager( 3466): currentStatus{1}
D/PackageManager( 3466): installPackageLI: path
W/PackageManager( 3466): verifying app can be installed or not
D/ApplicationPolicy( 3466): isApplicationInstallationEnabled
D/ApplicationPolicy( 3466): isApplicationInstallationEnabled : Checking PKG WL - false
D/ApplicationPolicy( 3466): isApplicationInstallationEnabled : Checking PKG BL - true
D/ApplicationPolicy( 3466): isApplicationInstallationEnabled : Checking PERM BL - true
D/ApplicationPolicy( 3466): isApplicationInstallationEnabled : Checking SIG BL - true
D/ApplicationPolicy( 3466): isApplicationInstallationEnabled : Checking PKG WL - false
D/ApplicationPolicy( 3466): isApplicationInstallationEnabled : Checking PKG BL - true
D/ApplicationPolicy( 3466): isApplicationInstallationEnabled : Checking PERM BL - true
D/ApplicationPolicy( 3466): isApplicationInstallationEnabled : Checking SIG BL - true
D/ApplicationPolicy( 3466): isApplicationInstallationEnabled : Checking PKG WL - false
D/ApplicationPolicy( 3466): isApplicationInstallationEnabled : Checking PKG BL - true
D/ApplicationPolicy( 3466): isApplicationInstallationEnabled : Checking PERM BL - true
D/ApplicationPolicy( 3466): isApplicationInstallationEnabled : Checking SIG BL - true
D/ApplicationPolicy( 3466): isApplicationInstallationEnabled : enabled true
D/RestrictionPolicy( 3466): isNewAdminInstallationEnabledInternal : false
I/AASAInstall( 3466): ship device
E/NativeLibraryHelper( 3466): Failed to load assets verifier: 0
I/PackageManager.DexOptimizer( 3466): Running dexopt (dex2oat) on: /data/app/vmdl645706111.tmp/base.apk pkg=com.xamarin.benchmarkagent.test isa=arm64 vmSafeMode=false debuggable=false oatDir = /data/app/vmdl645706111.tmp/oat bootComplete=true
I/dex2oat (13599): /system/bin/dex2oat --compiler-filter=speed
I/dex2oat (13599): Skipping compilation of void sh.calaba.org.codehaus.jackson.impl.Utf8StreamParser._skipString(): it contains a non natural loop
I/dex2oat (13599): ----------------------------------------------------
I/dex2oat (13599): <SS>: S T A R T I N G . . .
D/dex2oat (13599): <SS>: apk not found at
D/dex2oat (13599): <SS>: trying at /data/app/vmdl645706111.tmp/base.apk
I/dex2oat (13599): <SS>: going to process manifest for 64-bit...
I/ (13599): SS_ART_lib [I]: permission is absent: /data/app/vmdl645706111.tmp/base.apk
I/ (13599): SS_ART_lib [I]: access to SS denied
I/dex2oat (13599): Finish SS_ART_lib()
I/dex2oat (13599): dex2oat took 730.917ms (threads: 4) arena alloc=1734KB java alloc=2MB native alloc=9MB free=1930KB
W/SELinux ( 3466): SELinux: set fc_digest(/data/app/com.xamarin.benchmarkagent.test-1)
D/PackageManager( 3466): installNewPackageLI: Package{ab37b71 com.xamarin.benchmarkagent.test}
W/System.err( 3466): remove failed: ENOENT (No such file or directory) : /data/system/users/0/package-restrictions.xml.bak
I/PackageManager( 3466): scanFileNewer : com.xamarin.benchmarkagent.test
I/SELinux ( 3146): Function: selinux_compare_spd_ram, index[1], SPD-policy is existed. and_ver=SEPF_SECMOBILE_6.0.1 ver=11
W/SELinux ( 3146): Function: selinux_compare_spd_ram, index[1], priority [1], priority version is VE=SEPF_SECMOBILE_6.0.1_0011
W/SELinux ( 3146): SELinux: seapp_context_lookup: seinfo=default, level=s0:c512,c768, pkgname=com.xamarin.benchmarkagent.test
D/PackageManager( 3466): Resolved nativeLibraryRoot for com.xamarin.benchmarkagent.test to root=/data/app/com.xamarin.benchmarkagent.test-1/lib, libraryDir=/data/app/com.xamarin.benchmarkagent.test-1/lib/arm64, isa=true
D/PackageManager( 3466): EAS IT Policy destCodeFile /data/app/com.xamarin.benchmarkagent.test-1
D/PackageManager( 3466): New package installed
D/AASAinstall( 3466): there is not AASApackages.xml file
W/PackageManager( 3466): Not granting permission android.permission.ACCESS_MOCK_LOCATION to package com.xamarin.benchmarkagent.test (protectionLevel=2 flags=0x1818be44)
W/System.err( 3466): remove failed: ENOENT (No such file or directory) : /data/system/packages.xml.bak
W/System.err( 3466): remove failed: ENOENT (No such file or directory) : /data/system/users/0/package-restrictions.xml.bak
I/HarmonyEASService( 3466): Updating for all 1
I/PackageManager( 3466): enforceEDMPermissionLI
D/SecureStorageService( 3466): apk path=/data/app/com.xamarin.benchmarkagent.test-1/base.apk
D/SecureStorageService( 3466): Called signDexFileInsideZip primaryAbi=arm64
D/SecureStorageService( 3466): uid=13482
D/SecureStorageService( 3466): abi=64
D/SecureStorageService( 3466): type=dex
I/ (13606): SS_ART_lib [I]: permission is absent: /data/app/com.xamarin.benchmarkagent.test-1/base.apk
I/ (13606): SS_ART_lib [I]: access to SS denied
E/SecureStorageService( 3466): Process failed status=0x0200
W/PackageManager( 3466): Can't sign the dex file!
D/PackageManager( 3466): doPostInstall for uid{13482}
D/PackageManager( 3466): token 6 to BM for possible restore
V/BackupManagerService( 3466): restoreAtInstall pkg=com.xamarin.benchmarkagent.test token=6 restoreSet=0
D/PackageManager( 3466): BM finishing package install for 6
V/BackupManagerService( 3466): Finishing install immediately
D/PackageManager( 3466): [MSG] POST_INSTALL: observer{191267971}
D/PackageManager( 3466): Handling post-install for 6
W/Settings( 3466): Setting install_non_market_apps has moved from android.provider.Settings.Global to android.provider.Settings.Secure, returning read-only value.
I/art ( 3466): Starting a blocking GC Explicit
I/art ( 3466): Explicit concurrent mark sweep GC freed 77517(3MB) AllocSpace objects, 5(100KB) LOS objects, 29% free, 37MB/53MB, paused 1.787ms total 191.132ms
D/PackageManager( 3466): result of install: 1{191267971}
I/art (13589): System.exit called, status: 0
I/AndroidRuntime(13589): VM exiting with result code 0.
W/ResourcesManager( 3466): getTopLevelResources: /data/app/com.google.android.gms-2/base.apk / 1.0 running in null rsrc of package com.google.android.gms
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/Velvet/Velvet.apk / 1.0 running in null rsrc of package com.google.android.googlequicksearchbox
D/NetworkPolicy( 3466): isUidForegroundLocked: 13482, mScreenOn: true, uidstate: 16, mProxSensorScreenOff: false
D/ResourcesManager( 3466): For user 0 new overlays fetched Null
D/ResourcesManager( 3466): For user 0 new overlays fetched Null
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/InputDevices/InputDevices.apk / 1.0 running in null rsrc of package com.android.inputdevices
W/ResourcesManager( 3466): getTopLevelResources: /data/app/com.google.android.gms-2/base.apk / 1.0 running in null rsrc of package com.google.android.gms
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SNS_v2/SNS_v2.apk / 1.0 running in null rsrc of package com.sec.android.app.sns3
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/Velvet/Velvet.apk / 1.0 running in null rsrc of package com.google.android.googlequicksearchbox
W/ResourcesManager( 3466): getTopLevelResources: /system/app/SamsungIMEv3/SamsungIMEv3.apk / 1.0 running in null rsrc of package com.sec.android.inputmethod
D/ResourcesManager( 3466): For user 0 new overlays fetched Null
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/InputDevices/InputDevices.apk / 1.0 running in null rsrc of package com.android.inputdevices
D/ucsBai_ConnectionManager( 4357): mPackageReceiver Action android.intent.action.PACKAGE_ADDED
D/ResourcesManager( 3466): For user 0 new overlays fetched Null
D/ResourcesManager( 3466): For user 0 new overlays fetched Null
W/ResourcesManager( 3466): getTopLevelResources: /system/app/SamsungIMEv3/SamsungIMEv3.apk / 1.0 running in null rsrc of package com.sec.android.inputmethod
I/InputReader( 3466): Reconfiguring input devices. changes=0x00000010
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SNS_v2/SNS_v2.apk / 1.0 running in null rsrc of package com.sec.android.app.sns3
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SNS_v2/SNS_v2.apk / 1.0 running in null rsrc of package com.sec.android.app.sns3
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SNS_v2/SNS_v2.apk / 1.0 running in null rsrc of package com.sec.android.app.sns3
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/Velvet/Velvet.apk / 1.0 running in null rsrc of package com.google.android.googlequicksearchbox
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SNS_v2/SNS_v2.apk / 1.0 running in null rsrc of package com.sec.android.app.sns3
W/ResourcesManager( 3466): getTopLevelResources: /system/app/SamsungIMEv3/SamsungIMEv3.apk / 1.0 running in null rsrc of package com.sec.android.inputmethod
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SNS_v2/SNS_v2.apk / 1.0 running in null rsrc of package com.sec.android.app.sns3
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SNS_v2/SNS_v2.apk / 1.0 running in null rsrc of package com.sec.android.app.sns3
W/ResourcesManager( 3466): getTopLevelResources: /system/app/SamsungIMEv3/SamsungIMEv3.apk / 1.0 running in null rsrc of package com.sec.android.inputmethod
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SNS_v2/SNS_v2.apk / 1.0 running in null rsrc of package com.sec.android.app.sns3
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/LiveBroadcast/LiveBroadcast.apk / 1.0 running in null rsrc of package com.sec.android.app.camera.plb
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SNS_v2/SNS_v2.apk / 1.0 running in null rsrc of package com.sec.android.app.sns3
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SNS_v2/SNS_v2.apk / 1.0 running in null rsrc of package com.sec.android.app.sns3
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SamsungAccount_Hero/SamsungAccount_Hero.apk / 1.0 running in null rsrc of package com.osp.app.signin
D/ResourcesManager( 3466): For user 0 new overlays fetched Null
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/LiveBroadcast/LiveBroadcast.apk / 1.0 running in null rsrc of package com.sec.android.app.camera.plb
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SamsungCamera5/SamsungCamera5.apk / 1.0 running in null rsrc of package com.sec.android.app.camera
D/ResourcesManager( 3466): For user 0 new overlays fetched Null
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SamsungAccount_Hero/SamsungAccount_Hero.apk / 1.0 running in null rsrc of package com.osp.app.signin
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecEmail_M/SecEmail_M.apk / 1.0 running in null rsrc of package com.samsung.android.email.provider
W/BeaconManager( 6563): AppControlManager.mPackageReceiver - Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.xamarin.benchmarkagent.test flg=0x4000010 bqHint=4 VirtualScreenParam=Params{mDisplayId=-1, null, mFlags=0x00000000)} (has extras) }
D/ResourcesManager( 3466): For user 0 new overlays fetched Null
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SamsungCamera5/SamsungCamera5.apk / 1.0 running in null rsrc of package com.sec.android.app.camera
W/ResourcesManager( 3466): getTopLevelResources: /system/app/STalkback/STalkback.apk / 1.0 running in null rsrc of package com.samsung.android.app.talkback
D/ResourcesManager( 3466): For user 0 new overlays fetched Null
D/ResourcesManager( 3466): For user 0 new overlays fetched Null
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecEmail_M/SecEmail_M.apk / 1.0 running in null rsrc of package com.samsung.android.email.provider
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecEmail_M/SecEmail_M.apk / 1.0 running in null rsrc of package com.samsung.android.email.provider
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecEmail_M/SecEmail_M.apk / 1.0 running in null rsrc of package com.samsung.android.email.provider
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecEmail_M/SecEmail_M.apk / 1.0 running in null rsrc of package com.samsung.android.email.provider
W/ResourcesManager( 3466): getTopLevelResources: /system/app/STalkback/STalkback.apk / 1.0 running in null rsrc of package com.samsung.android.app.talkback
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecEmail_M/SecEmail_M.apk / 1.0 running in null rsrc of package com.samsung.android.email.provider
W/ResourcesManager( 3466): getTopLevelResources: /system/app/CoreApps/CoreApps.apk / 1.0 running in null rsrc of package com.samsung.android.coreapps
W/ResourcesManager( 3466): getTopLevelResources: /system/app/UniversalSwitch/UniversalSwitch.apk / 1.0 running in null rsrc of package com.samsung.android.universalswitch
D/ResourcesManager( 3466): For user 0 new overlays fetched Null
W/ResourcesManager( 3466): getTopLevelResources: /system/app/CoreApps/CoreApps.apk / 1.0 running in null rsrc of package com.samsung.android.coreapps
D/ResourcesManager( 3466): For user 0 new overlays fetched Null
W/ResourcesManager( 3466): getTopLevelResources: /system/app/Gmail2/Gmail2.apk / 1.0 running in null rsrc of package com.google.android.gm
W/ResourcesManager( 3466): getTopLevelResources: /system/app/UniversalSwitch/UniversalSwitch.apk / 1.0 running in null rsrc of package com.samsung.android.universalswitch
D/ResourcesManager( 3466): For user 0 new overlays fetched Null
W/ResourcesManager( 3466): getTopLevelResources: /system/app/Gmail2/Gmail2.apk / 1.0 running in null rsrc of package com.google.android.gm
W/ResourcesManager( 3466): getTopLevelResources: /system/app/Gmail2/Gmail2.apk / 1.0 running in null rsrc of package com.google.android.gm
W/ResourcesManager( 3466): getTopLevelResources: /system/app/Gmail2/Gmail2.apk / 1.0 running in null rsrc of package com.google.android.gm
E/Zygote (13610): v2
W/ResourcesManager( 3466): getTopLevelResources: /system/app/OneDrive_Samsung_v2/OneDrive_Samsung_v2.apk / 1.0 running in null rsrc of package com.microsoft.skydrive
I/libpersona(13610): KNOX_SDCARD checking this for 10072
I/libpersona(13610): KNOX_SDCARD not a persona
I/SELinux (13610): Function: selinux_compare_spd_ram, index[1], SPD-policy is existed. and_ver=SEPF_SECMOBILE_6.0.1 ver=11
D/EnterpriseDeviceManagerService( 3466): Package has changed for user 0
D/EnterpriseDeviceManagerService( 3466): Admin package name: com.sec.enterprise.knox.cloudmdm.smdms
I/ActivityManager( 3466): Start proc 13610:com.samsung.aasaservice/u0a72 for broadcast-3 com.samsung.aasaservice/.AASAUpdateReceiver
D/EnterpriseDeviceManagerService( 3466): Admin package name: com.google.android.gms
W/ResourcesManager( 3466): getTopLevelResources: /system/app/SamsungIMEv3/SamsungIMEv3.apk / 1.0 running in null rsrc of package com.sec.android.inputmethod
W/SELinux (13610): Function: selinux_compare_spd_ram, index[1], priority [1], priority version is VE=SEPF_SECMOBILE_6.0.1_0011
W/ActivityManager( 3466): Permission Denial: Accessing service ComponentInfo{com.google.android.music/com.google.android.music.dial.DialMediaRouteProviderService} from pid=8436, uid=10123 that is not exported from uid 10121
D/ResourcesManager( 3466): For user 0 new overlays fetched Null
W/ResourcesManager( 3466): getTopLevelResources: /system/app/SamsungIMEv3/SamsungIMEv3.apk / 1.0 running in null rsrc of package com.sec.android.inputmethod
E/Zygote (13610): accessInfo : 0
W/ResourcesManager( 3466): getTopLevelResources: /system/app/OneDrive_Samsung_v2/OneDrive_Samsung_v2.apk / 1.0 running in null rsrc of package com.microsoft.skydrive
W/SELinux (13610): SELinux: seapp_context_lookup: seinfo=platform, level=s0:c512,c768, pkgname=com.samsung.aasaservice
W/ResourcesManager( 3466): getTopLevelResources: /system/app/OneNote/OneNote.apk / 1.0 running in null rsrc of package com.microsoft.office.onenote
I/Recents_MultiWindowAppListInfo( 4070): android.intent.action.PACKAGE_ADDED
D/ResourcesManager( 3466): For user 0 new overlays fetched Null
W/ResourcesManager( 3466): getTopLevelResources: /system/app/OneNote/OneNote.apk / 1.0 running in null rsrc of package com.microsoft.office.onenote
W/ResourcesManager( 3466): getTopLevelResources: /system/app/SBrowser_4_LATEST/SBrowser_4_LATEST.apk / 1.0 running in null rsrc of package com.sec.android.app.sbrowser
D/ResourcesManager( 3466): For user 0 new overlays fetched Null
W/ResourcesManager( 3466): getTopLevelResources: /system/app/SBrowser_4_LATEST/SBrowser_4_LATEST.apk / 1.0 running in null rsrc of package com.sec.android.app.sbrowser
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/GoogleServicesFramework/GoogleServicesFramework.apk / 1.0 running in null rsrc of package com.google.android.gsf
D/CarrierServiceBindHelper( 4291): Receive action: android.intent.action.PACKAGE_ADDED
D/ResourcesManager( 3466): For user 0 new overlays fetched Null
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/GoogleServicesFramework/GoogleServicesFramework.apk / 1.0 running in null rsrc of package com.google.android.gsf
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SCloudServiceHero/SCloudServiceHero.apk / 1.0 running in null rsrc of package com.samsung.android.scloud
D/CarrierServiceBindHelper( 4291): mHandler: 3
D/ResourcesManager( 3466): For user 0 new overlays fetched Null
D/CarrierConfigLoader( 4291): mHandler: 9 phoneId: 0
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SCloudServiceHero/SCloudServiceHero.apk / 1.0 running in null rsrc of package com.samsung.android.scloud
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SCloudServiceHero/SCloudServiceHero.apk / 1.0 running in null rsrc of package com.samsung.android.scloud
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SCloudServiceHero/SCloudServiceHero.apk / 1.0 running in null rsrc of package com.samsung.android.scloud
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SCloudServiceHero/SCloudServiceHero.apk / 1.0 running in null rsrc of package com.samsung.android.scloud
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SCloudServiceHero/SCloudServiceHero.apk / 1.0 running in null rsrc of package com.samsung.android.scloud
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SCloudServiceHero/SCloudServiceHero.apk / 1.0 running in null rsrc of package com.samsung.android.scloud
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SCloudServiceHero/SCloudServiceHero.apk / 1.0 running in null rsrc of package com.samsung.android.scloud
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SCloudServiceHero/SCloudServiceHero.apk / 1.0 running in null rsrc of package com.samsung.android.scloud
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SCloudServiceHero/SCloudServiceHero.apk / 1.0 running in null rsrc of package com.samsung.android.scloud
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SCloudServiceHero/SCloudServiceHero.apk / 1.0 running in null rsrc of package com.samsung.android.scloud
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SCloudServiceHero/SCloudServiceHero.apk / 1.0 running in null rsrc of package com.samsung.android.scloud
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SCloudServiceHero/SCloudServiceHero.apk / 1.0 running in null rsrc of package com.samsung.android.scloud
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SCloudServiceHero/SCloudServiceHero.apk / 1.0 running in null rsrc of package com.samsung.android.scloud
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SHealth4/SHealth4.apk / 1.0 running in null rsrc of package com.sec.android.app.shealth
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecSettings2/SecSettings2.apk / 1.0 running in null rsrc of package com.android.settings
D/ResourcesManager( 3466): For user 0 new overlays fetched Null
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SHealth4/SHealth4.apk / 1.0 running in null rsrc of package com.sec.android.app.shealth
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SHealth4/SHealth4.apk / 1.0 running in null rsrc of package com.sec.android.app.shealth
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SHealth4/SHealth4.apk / 1.0 running in null rsrc of package com.sec.android.app.shealth
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SNS_v2/SNS_v2.apk / 1.0 running in null rsrc of package com.sec.android.app.sns3
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SNS_v2/SNS_v2.apk / 1.0 running in null rsrc of package com.sec.android.app.sns3
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SNS_v2/SNS_v2.apk / 1.0 running in null rsrc of package com.sec.android.app.sns3
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SNS_v2/SNS_v2.apk / 1.0 running in null rsrc of package com.sec.android.app.sns3
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SNS_v2/SNS_v2.apk / 1.0 running in null rsrc of package com.sec.android.app.sns3
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SNS_v2/SNS_v2.apk / 1.0 running in null rsrc of package com.sec.android.app.sns3
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SNS_v2/SNS_v2.apk / 1.0 running in null rsrc of package com.sec.android.app.sns3
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SNS_v2/SNS_v2.apk / 1.0 running in null rsrc of package com.sec.android.app.sns3
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SNS_v2/SNS_v2.apk / 1.0 running in null rsrc of package com.sec.android.app.sns3
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SNS_v2/SNS_v2.apk / 1.0 running in null rsrc of package com.sec.android.app.sns3
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SNS_v2/SNS_v2.apk / 1.0 running in null rsrc of package com.sec.android.app.sns3
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SNS_v2/SNS_v2.apk / 1.0 running in null rsrc of package com.sec.android.app.sns3
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecEmail_M/SecEmail_M.apk / 1.0 running in null rsrc of package com.samsung.android.email.provider
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecEmail_M/SecEmail_M.apk / 1.0 running in null rsrc of package com.samsung.android.email.provider
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecEmail_M/SecEmail_M.apk / 1.0 running in null rsrc of package com.samsung.android.email.provider
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecEmail_M/SecEmail_M.apk / 1.0 running in null rsrc of package com.samsung.android.email.provider
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecEmail_M/SecEmail_M.apk / 1.0 running in null rsrc of package com.samsung.android.email.provider
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecEmail_M/SecEmail_M.apk / 1.0 running in null rsrc of package com.samsung.android.email.provider
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecEmail_M/SecEmail_M.apk / 1.0 running in null rsrc of package com.samsung.android.email.provider
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecEmail_M/SecEmail_M.apk / 1.0 running in null rsrc of package com.samsung.android.email.provider
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecEmail_M/SecEmail_M.apk / 1.0 running in null rsrc of package com.samsung.android.email.provider
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecEmail_M/SecEmail_M.apk / 1.0 running in null rsrc of package com.samsung.android.email.provider
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecEmail_M/SecEmail_M.apk / 1.0 running in null rsrc of package com.samsung.android.email.provider
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecEmail_M/SecEmail_M.apk / 1.0 running in null rsrc of package com.samsung.android.email.provider
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecEmail_M/SecEmail_M.apk / 1.0 running in null rsrc of package com.samsung.android.email.provider
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecEmail_M/SecEmail_M.apk / 1.0 running in null rsrc of package com.samsung.android.email.provider
W/ResourcesManager( 3466): getTopLevelResources: /system/app/Chrome/Chrome.apk / 1.0 running in null rsrc of package com.android.chrome
D/ResourcesManager( 3466): For user 0 new overlays fetched Null
D/ResourcesManager( 3466): For user 0 new overlays fetched Null
W/ResourcesManager( 3466): getTopLevelResources: /system/app/Chrome/Chrome.apk / 1.0 running in null rsrc of package com.android.chrome
W/ResourcesManager( 3466): getTopLevelResources: /system/app/CoreApps/CoreApps.apk / 1.0 running in null rsrc of package com.samsung.android.coreapps
W/ResourcesManager( 3466): getTopLevelResources: /system/app/CoreApps/CoreApps.apk / 1.0 running in null rsrc of package com.samsung.android.coreapps
W/ResourcesManager( 3466): getTopLevelResources: /system/app/Drive/Drive.apk / 1.0 running in null rsrc of package com.google.android.apps.docs
D/ResourcesManager( 3466): For user 0 new overlays fetched Null
W/ResourcesManager( 3466): getTopLevelResources: /system/app/Drive/Drive.apk / 1.0 running in null rsrc of package com.google.android.apps.docs
W/ResourcesManager( 3466): getTopLevelResources: /system/app/Gmail2/Gmail2.apk / 1.0 running in null rsrc of package com.google.android.gm
W/ResourcesManager( 3466): getTopLevelResources: /system/app/Gmail2/Gmail2.apk / 1.0 running in null rsrc of package com.google.android.gm
W/ResourcesManager( 3466): getTopLevelResources: /system/app/Gmail2/Gmail2.apk / 1.0 running in null rsrc of package com.google.android.gm
W/ResourcesManager( 3466): getTopLevelResources: /system/app/Gmail2/Gmail2.apk / 1.0 running in null rsrc of package com.google.android.gm
W/ResourcesManager( 3466): getTopLevelResources: /system/app/Gmail2/Gmail2.apk / 1.0 running in null rsrc of package com.google.android.gm
W/ResourcesManager( 3466): getTopLevelResources: /system/app/Gmail2/Gmail2.apk / 1.0 running in null rsrc of package com.google.android.gm
W/ResourcesManager( 3466): getTopLevelResources: /system/app/GoogleCalendarSyncAdapter/GoogleCalendarSyncAdapter.apk / 1.0 running in null rsrc of package com.google.android.syncadapters.calendar
D/ResourcesManager( 3466): For user 0 new overlays fetched Null
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecSettings2/SecSettings2.apk / 1.0 running in null rsrc of package com.android.settings
W/ResourcesManager( 3466): getTopLevelResources: /system/app/GoogleCalendarSyncAdapter/GoogleCalendarSyncAdapter.apk / 1.0 running in null rsrc of package com.google.android.syncadapters.calendar
W/ResourcesManager( 3466): getTopLevelResources: /system/app/GoogleContactsSyncAdapter/GoogleContactsSyncAdapter.apk / 1.0 running in null rsrc of package com.google.android.syncadapters.contacts
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecContacts_M/SecContacts_M.apk / 1.0 running in null rsrc of package com.android.contacts
D/RegisteredComponentCache( 4281): Collect Tech packages for Knox
W/ResourcesManager( 4281): getTopLevelResources: /system/priv-app/SHealth4/SHealth4.apk / 1.0 running in com.android.nfc rsrc of package com.sec.android.app.shealth
W/ResourcesManager( 4281): getTopLevelResources: /system/priv-app/SHealth4/SHealth4.apk / 1.0 running in com.android.nfc rsrc of package com.sec.android.app.shealth
W/ResourcesManager( 4281): getTopLevelResources: /system/priv-app/Tag/Tag.apk / 1.0 running in com.android.nfc rsrc of package com.android.apps.tag
W/ResourcesManager( 4281): getTopLevelResources: /system/priv-app/Tag/Tag.apk / 1.0 running in com.android.nfc rsrc of package com.android.apps.tag
D/ResourcesManager( 3466): For user 0 new overlays fetched Null
W/ResourcesManager( 3466): getTopLevelResources: /system/app/GoogleContactsSyncAdapter/GoogleContactsSyncAdapter.apk / 1.0 running in null rsrc of package com.google.android.syncadapters.contacts
W/ResourcesManager( 3466): getTopLevelResources: /system/app/Music2/Music2.apk / 1.0 running in null rsrc of package com.google.android.music
D/ResourcesManager( 3466): For user 0 new overlays fetched Null
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecContacts_M/SecContacts_M.apk / 1.0 running in null rsrc of package com.android.contacts
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecContacts_M/SecContacts_M.apk / 1.0 running in null rsrc of package com.android.contacts
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecContacts_M/SecContacts_M.apk / 1.0 running in null rsrc of package com.android.contacts
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecEmail_M/SecEmail_M.apk / 1.0 running in null rsrc of package com.samsung.android.email.provider
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecEmail_M/SecEmail_M.apk / 1.0 running in null rsrc of package com.samsung.android.email.provider
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecMms_Epic_Common/SecMms_Epic_Common.apk / 1.0 running in null rsrc of package com.android.mms
D/ResourcesManager( 3466): For user 0 new overlays fetched Null
W/ResourcesManager( 3466): getTopLevelResources: /system/app/Music2/Music2.apk / 1.0 running in null rsrc of package com.google.android.music
W/ResourcesManager( 3466): getTopLevelResources: /system/app/OneDrive_Samsung_v2/OneDrive_Samsung_v2.apk / 1.0 running in null rsrc of package com.microsoft.skydrive
W/ResourcesManager( 3466): getTopLevelResources: /system/app/OneDrive_Samsung_v2/OneDrive_Samsung_v2.apk / 1.0 running in null rsrc of package com.microsoft.skydrive
W/ResourcesManager( 3466): getTopLevelResources: /system/app/OneNote/OneNote.apk / 1.0 running in null rsrc of package com.microsoft.office.onenote
W/ResourcesManager( 3466): getTopLevelResources: /system/app/OneNote/OneNote.apk / 1.0 running in null rsrc of package com.microsoft.office.onenote
W/ResourcesManager( 3466): getTopLevelResources: /system/app/Photos/Photos.apk / 1.0 running in null rsrc of package com.google.android.apps.photos
D/ResourcesManager( 3466): For user 0 new overlays fetched Null
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecMms_Epic_Common/SecMms_Epic_Common.apk / 1.0 running in null rsrc of package com.android.mms
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecMyFiles/SecMyFiles.apk / 1.0 running in null rsrc of package com.sec.android.app.myfiles
D/TimaKeyStoreProvider(13610): TimaSignature is unavailable
D/ResourcesManager( 3466): For user 0 new overlays fetched Null
D/ActivityThread(13610): Added TimaKeyStore provider
W/ResourcesManager( 3466): getTopLevelResources: /system/app/Photos/Photos.apk / 1.0 running in null rsrc of package com.google.android.apps.photos
W/ResourcesManager( 3466): getTopLevelResources: /system/app/SBrowser_4_LATEST/SBrowser_4_LATEST.apk / 1.0 running in null rsrc of package com.sec.android.app.sbrowser
W/ResourcesManager( 3466): getTopLevelResources: /system/app/SBrowser_4_LATEST/SBrowser_4_LATEST.apk / 1.0 running in null rsrc of package com.sec.android.app.sbrowser
W/ResourcesManager( 3466): getTopLevelResources: /system/app/Videos/Videos.apk / 1.0 running in null rsrc of package com.google.android.videos
D/ResourcesManager( 3466): For user 0 new overlays fetched Null
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecMyFiles/SecMyFiles.apk / 1.0 running in null rsrc of package com.sec.android.app.myfiles
D/ResourcesManager( 3466): For user 0 new overlays fetched Null
W/ResourcesManager( 3466): getTopLevelResources: /system/app/Music2/Music2.apk / 1.0 running in null rsrc of package com.google.android.music
W/ResourcesManager( 3466): getTopLevelResources: /system/app/Videos/Videos.apk / 1.0 running in null rsrc of package com.google.android.videos
W/ResourcesManager( 3466): getTopLevelResources: /data/app/com.google.android.gms-2/base.apk / 1.0 running in null rsrc of package com.google.android.gms
W/ResourcesManager( 3466): getTopLevelResources: /system/app/Music2/Music2.apk / 1.0 running in null rsrc of package com.google.android.music
W/ResourcesManager( 3466): getTopLevelResources: /data/app/com.google.android.gms-2/base.apk / 1.0 running in null rsrc of package com.google.android.gms
W/ResourcesManager( 3466): getTopLevelResources: /data/app/com.google.android.gms-2/base.apk / 1.0 running in null rsrc of package com.google.android.gms
W/ResourcesManager( 3466): getTopLevelResources: /data/app/com.google.android.gms-2/base.apk / 1.0 running in null rsrc of package com.google.android.gms
W/ResourcesManager( 3466): getTopLevelResources: /system/app/SecMemo3/SecMemo3.apk / 1.0 running in null rsrc of package com.samsung.android.app.memo
W/ResourcesManager( 3466): getTopLevelResources: /data/app/com.google.android.gms-2/base.apk / 1.0 running in null rsrc of package com.google.android.gms
W/ResourcesManager( 3466): getTopLevelResources: /data/app/com.google.android.gms-2/base.apk / 1.0 running in null rsrc of package com.google.android.gms
W/ResourcesManager( 3466): getTopLevelResources: /data/app/com.google.android.gms-2/base.apk / 1.0 running in null rsrc of package com.google.android.gms
W/ResourcesManager( 3466): getTopLevelResources: /data/app/com.google.android.gms-2/base.apk / 1.0 running in null rsrc of package com.google.android.gms
W/ResourcesManager( 3466): getTopLevelResources: /data/app/com.google.android.gms-2/base.apk / 1.0 running in null rsrc of package com.google.android.gms
W/ResourcesManager( 3466): getTopLevelResources: /data/app/com.google.android.gms-2/base.apk / 1.0 running in null rsrc of package com.google.android.gms
W/ResourcesManager( 3466): getTopLevelResources: /data/app/com.google.android.gms-2/base.apk / 1.0 running in null rsrc of package com.google.android.gms
W/ResourcesManager( 3466): getTopLevelResources: /data/app/com.google.android.gms-2/base.apk / 1.0 running in null rsrc of package com.google.android.gms
W/ResourcesManager( 3466): getTopLevelResources: /data/app/com.google.android.gms-2/base.apk / 1.0 running in null rsrc of package com.google.android.gms
W/ResourcesManager( 3466): getTopLevelResources: /data/app/com.google.android.gms-2/base.apk / 1.0 running in null rsrc of package com.google.android.gms
W/ResourcesManager( 3466): getTopLevelResources: /data/app/com.google.android.gms-2/base.apk / 1.0 running in null rsrc of package com.google.android.gms
W/ResourcesManager( 3466): getTopLevelResources: /data/app/com.google.android.gms-2/base.apk / 1.0 running in null rsrc of package com.google.android.gms
W/ResourcesManager( 3466): getTopLevelResources: /data/app/com.google.android.gms-2/base.apk / 1.0 running in null rsrc of package com.google.android.gms
D/ResourcesManager( 3466): For user 0 new overlays fetched Null
W/ResourcesManager( 3466): getTopLevelResources: /data/app/com.google.android.gms-2/base.apk / 1.0 running in null rsrc of package com.google.android.gms
W/ResourcesManager( 3466): getTopLevelResources: /data/app/com.google.android.gms-2/base.apk / 1.0 running in null rsrc of package com.google.android.gms
W/ResourcesManager( 3466): getTopLevelResources: /data/app/com.google.android.gms-2/base.apk / 1.0 running in null rsrc of package com.google.android.gms
W/ResourcesManager( 3466): getTopLevelResources: /data/app/com.google.android.gms-2/base.apk / 1.0 running in null rsrc of package com.google.android.gms
W/ResourcesManager( 3466): getTopLevelResources: /system/app/SecMemo3/SecMemo3.apk / 1.0 running in null rsrc of package com.samsung.android.app.memo
W/ResourcesManager( 3466): getTopLevelResources: /data/app/com.google.android.gms-2/base.apk / 1.0 running in null rsrc of package com.google.android.gms
W/ResourcesManager( 3466): getTopLevelResources: /data/app/com.google.android.gms-2/base.apk / 1.0 running in null rsrc of package com.google.android.gms
W/ResourcesManager( 3466): getTopLevelResources: /data/app/com.google.android.gms-2/base.apk / 1.0 running in null rsrc of package com.google.android.gms
W/ResourcesManager( 3466): getTopLevelResources: /data/app/com.google.android.gms-2/base.apk / 1.0 running in null rsrc of package com.google.android.gms
W/ResourcesManager( 3466): getTopLevelResources: /system/app/Weather2016/Weather2016.apk / 1.0 running in null rsrc of package com.samsung.android.weather
W/ResourcesManager( 3466): getTopLevelResources: /data/app/com.google.android.gms-2/base.apk / 1.0 running in null rsrc of package com.google.android.gms
W/ResourcesManager( 3466): getTopLevelResources: /data/app/com.google.android.gms-2/base.apk / 1.0 running in null rsrc of package com.google.android.gms
W/ResourcesManager( 3466): getTopLevelResources: /data/app/com.google.android.gms-2/base.apk / 1.0 running in null rsrc of package com.google.android.gms
W/ResourcesManager( 3466): getTopLevelResources: /data/app/com.google.android.gms-2/base.apk / 1.0 running in null rsrc of package com.google.android.gms
W/ResourcesManager( 3466): getTopLevelResources: /data/app/com.google.android.gms-2/base.apk / 1.0 running in null rsrc of package com.google.android.gms
W/ResourcesManager( 3466): getTopLevelResources: /data/app/com.google.android.gms-2/base.apk / 1.0 running in null rsrc of package com.google.android.gms
W/ResourcesManager( 3466): getTopLevelResources: /data/app/com.google.android.gms-2/base.apk / 1.0 running in null rsrc of package com.google.android.gms
D/ResourcesManager( 3466): For user 0 new overlays fetched Null
W/ResourcesManager( 3466): getTopLevelResources: /system/app/Weather2016/Weather2016.apk / 1.0 running in null rsrc of package com.samsung.android.weather
W/ResourcesManager( 3466): getTopLevelResources: /system/app/YouTube/YouTube.apk / 1.0 running in null rsrc of package com.google.android.youtube
D/KnoxMUMContainerPolicy( 3466): mPackageReceiver : action - android.intent.action.PACKAGE_ADDED
E/SDAgentPackageStateReceiver( 3466): Not going to handle 'com.xamarin.benchmarkagent.test'!
D/ResourcesManager( 3466): For user 0 new overlays fetched Null
W/ResourcesManager( 3466): getTopLevelResources: /system/app/YouTube/YouTube.apk / 1.0 running in null rsrc of package com.google.android.youtube
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/MyPlaces_Hero/MyPlaces_Hero.apk / 1.0 running in null rsrc of package com.sec.android.widgetapp.locationwidget
V/BroadcastQueue( 3466): [background] Process cur broadcast BroadcastRecord{73f3ad9 u0 android.intent.action.PACKAGE_ADDED qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{6b05c9e 13610:com.samsung.aasaservice/u0a72}
D/ResourcesManager( 3466): For user 0 new overlays fetched Null
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/MyPlaces_Hero/MyPlaces_Hero.apk / 1.0 running in null rsrc of package com.sec.android.widgetapp.locationwidget
V/EnterpriseBillingAsyncHandler( 3466): packageModificationReceiver - onreceive - start - android.intent.action.PACKAGE_ADDED
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecEmail_M/SecEmail_M.apk / 1.0 running in null rsrc of package com.samsung.android.email.provider
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecEmail_M/SecEmail_M.apk / 1.0 running in null rsrc of package com.samsung.android.email.provider
V/EnterpriseBillingPolicyInternal( 3466): packageModification - start - android.intent.action.PACKAGE_ADDED
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecSettings2/SecSettings2.apk / 1.0 running in null rsrc of package com.android.settings
V/EnterpriseBillingPolicyInternal( 3466): uID is 13482
V/EnterpriseBillingPolicyInternal( 3466): Removed Packageuid is0
V/EnterpriseBillingPolicyStorage( 3466): getProfileForApplication - enter
D/PersonaPolicyManagerService( 3466): PersonaPolicyReceiver Receiver : android.intent.action.PACKAGE_ADDED
D/EnterprisePremiumVpnPolicyServiceV2( 3466): Vpn Receiver : android.intent.action.PACKAGE_ADDED
D/KnoxVpnEngineService( 3466): Vpn Receiver : android.intent.action.PACKAGE_ADDED
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/TouchWizHome_2016/TouchWizHome_2016.apk / 1.0 running in null rsrc of package com.sec.android.app.launcher
I/EnterprisePremiumVpnPolicyServiceV2( 3466): vpn handle : Message received
D/EnterprisePremiumVpnPolicyServiceV2( 3466): vpn handle : Handle MSG package add
V/EnterpriseBillingPolicyStorage( 3466): getProfileForApplication - exit null : containerId = 0
V/EnterpriseBillingPolicyInternal( 3466): packageModificationReceiver - onreceive - personal application - profile null
V/DomainFilter( 3466): onReceive Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.xamarin.benchmarkagent.test flg=0x4000010 bqHint=4 VirtualScreenParam=Params{mDisplayId=-1, null, mFlags=0x00000000)} (has extras) }
W/ResourcesManager( 3466): getTopLevelResources: /system/app/Chrome/Chrome.apk / 1.0 running in null rsrc of package com.android.chrome
I/KnoxVpnEngineService( 3466): vpn handle : Message received
W/ResourcesManager( 3466): getTopLevelResources: /system/app/Chrome/Chrome.apk / 1.0 running in null rsrc of package com.android.chrome
D/KnoxVpnEngineService( 3466): vpn handle : Handle MSG package add
W/ResourcesManager(13610): getTopLevelResources: /system/app/AASAservice/AASAservice.apk / 1.0 running in com.samsung.aasaservice rsrc of package com.samsung.aasaservice
I/InjectionManager(13610): Inside getClassLibPath + mLibMap{0=, 1=}
I/InjectionManagerService -AppFeature( 3466): getCoreFeaturePkgList :[]
D/AccessibilityManagerService( 3466): checkUniversalSwitchState start:
D/KnoxVpnEngineService( 3466): Inside updatePackageData : packageName = 0_com.xamarin.benchmarkagent.test
D/AccessibilityManagerService( 3466): checkUniversalSwitchState universalSwitchEnabled:false
D/AccessibilityManagerService( 3466): updateInputFilter universalSwitchState:false
D/AccessibilityManagerService( 3466): updateInputFilter userState.mIsUniversalSwitchEnabled:false
W/ResourcesManager( 3466): getTopLevelResources: /system/app/Drive/Drive.apk / 1.0 running in null rsrc of package com.google.android.apps.docs
D/KnoxMUMContainerPolicy( 3466): packageInstalledForExternalStorage com.xamarin.benchmarkagent.test
V/AlarmManagerEXT( 3466): com.xamarin.benchmarkagent.test(13482) is added to mUserAppList
D/ResourcesManager(13610): For user 0 new overlays fetched Null
W/ResourcesManager( 3466): getTopLevelResources: /system/app/Drive/Drive.apk / 1.0 running in null rsrc of package com.google.android.apps.docs
W/ResourcesManager( 3466): getTopLevelResources: /system/app/Drive/Drive.apk / 1.0 running in null rsrc of package com.google.android.apps.docs
W/ResourcesManager( 3466): getTopLevelResources: /system/app/OneDrive_Samsung_v2/OneDrive_Samsung_v2.apk / 1.0 running in null rsrc of package com.microsoft.skydrive
W/ResourcesManager( 3466): getTopLevelResources: /system/app/OneDrive_Samsung_v2/OneDrive_Samsung_v2.apk / 1.0 running in null rsrc of package com.microsoft.skydrive
W/ResourcesManager( 3466): getTopLevelResources: /system/app/SPlanner_M/SPlanner_M.apk / 1.0 running in null rsrc of package com.android.calendar
I/System.out( 3466): Thread-192(ApacheHTTPLog):isSBSettingEnabled false
I/System.out( 3466): Thread-192(ApacheHTTPLog):isShipBuild true
I/System.out( 3466): Thread-192(ApacheHTTPLog):getDebugLevel 0x4f4c
I/System.out( 3466): Thread-192(ApacheHTTPLog):Smart Bonding Setting is false
I/System.out( 3466): Thread-192(ApacheHTTPLog):SmartBonding Setting is false, SHIP_BUILD is true, log to file is false, DBG is false, DEBUG_LEVEL (1-LOW, 2-MID, 3-HIGH) is 1
D/EnterpriseController( 3135): netId is 0
D/Netd ( 3135): getNetworkForDns: using netid 502 for uid 1000
D/ResourcesManager( 3466): For user 0 new overlays fetched Null
W/ResourcesManager( 3466): getTopLevelResources: /system/app/SPlanner_M/SPlanner_M.apk / 1.0 running in null rsrc of package com.android.calendar
W/ResourcesManager( 3466): getTopLevelResources: /system/app/SPlanner_M/SPlanner_M.apk / 1.0 running in null rsrc of package com.android.calendar
W/ResourcesManager( 3466): getTopLevelResources: /system/app/Weather2016/Weather2016.apk / 1.0 running in null rsrc of package com.samsung.android.weather
W/ResourcesManager( 3466): getTopLevelResources: /system/app/Weather2016/Weather2016.apk / 1.0 running in null rsrc of package com.samsung.android.weather
W/ResourcesManager( 3466): getTopLevelResources: /system/app/YouTube/YouTube.apk / 1.0 running in null rsrc of package com.google.android.youtube
W/ResourcesManager( 3466): getTopLevelResources: /data/app/com.google.android.gms-2/base.apk / 1.0 running in null rsrc of package com.google.android.gms
W/ResourcesManager( 3466): getTopLevelResources: /data/app/com.google.android.gms-2/base.apk / 1.0 running in null rsrc of package com.google.android.gms
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/Velvet/Velvet.apk / 1.0 running in null rsrc of package com.google.android.googlequicksearchbox
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/Velvet/Velvet.apk / 1.0 running in null rsrc of package com.google.android.googlequicksearchbox
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecContacts_M/SecContacts_M.apk / 1.0 running in null rsrc of package com.android.contacts
I/InjectionManager(13610): Inside getClassLibPath caller
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecGallery2015/SecGallery2015.apk / 1.0 running in null rsrc of package com.sec.android.gallery3d
W/System (13610): ClassLoader referenced unknown path: /system/app/AASAservice/lib/arm64
D/ResourcesManager( 3466): For user 0 new overlays fetched Null
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecGallery2015/SecGallery2015.apk / 1.0 running in null rsrc of package com.sec.android.gallery3d
D/InjectionManager(13610): InjectionManager
D/InjectionManager(13610): fillFeatureStoreMap com.samsung.aasaservice
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SFinder_v4/SFinder_v4.apk / 1.0 running in null rsrc of package com.samsung.android.app.galaxyfinder
D/ResourcesManager( 3466): For user 0 new overlays fetched Null
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SFinder_v4/SFinder_v4.apk / 1.0 running in null rsrc of package com.samsung.android.app.galaxyfinder
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SFinder_v4/SFinder_v4.apk / 1.0 running in null rsrc of package com.samsung.android.app.galaxyfinder
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/VoiceNote_4.0/VoiceNote_4.0.apk / 1.0 running in null rsrc of package com.sec.android.app.voicenote
D/ResourcesManager( 3466): For user 0 new overlays fetched Null
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/VoiceNote_4.0/VoiceNote_4.0.apk / 1.0 running in null rsrc of package com.sec.android.app.voicenote
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/VoiceNote_4.0/VoiceNote_4.0.apk / 1.0 running in null rsrc of package com.sec.android.app.voicenote
W/ResourcesManager( 3466): getTopLevelResources: /system/app/SBrowser_4_LATEST/SBrowser_4_LATEST.apk / 1.0 running in null rsrc of package com.sec.android.app.sbrowser
W/ResourcesManager( 3466): getTopLevelResources: /system/app/SBrowser_4_LATEST/SBrowser_4_LATEST.apk / 1.0 running in null rsrc of package com.sec.android.app.sbrowser
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/LiveBroadcast/LiveBroadcast.apk / 1.0 running in null rsrc of package com.sec.android.app.camera.plb
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/LiveBroadcast/LiveBroadcast.apk / 1.0 running in null rsrc of package com.sec.android.app.camera.plb
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/LiveBroadcast/LiveBroadcast.apk / 1.0 running in null rsrc of package com.sec.android.app.camera.plb
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SFinder_v4/SFinder_v4.apk / 1.0 running in null rsrc of package com.samsung.android.app.galaxyfinder
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SamsungCamera5/SamsungCamera5.apk / 1.0 running in null rsrc of package com.sec.android.app.camera
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SamsungCamera5/SamsungCamera5.apk / 1.0 running in null rsrc of package com.sec.android.app.camera
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecContacts_M/SecContacts_M.apk / 1.0 running in null rsrc of package com.android.contacts
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecContacts_M/SecContacts_M.apk / 1.0 running in null rsrc of package com.android.contacts
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecContacts_M/SecContacts_M.apk / 1.0 running in null rsrc of package com.android.contacts
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecContacts_M/SecContacts_M.apk / 1.0 running in null rsrc of package com.android.contacts
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecEmail_M/SecEmail_M.apk / 1.0 running in null rsrc of package com.samsung.android.email.provider
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecGallery2015/SecGallery2015.apk / 1.0 running in null rsrc of package com.sec.android.gallery3d
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecGallery2015/SecGallery2015.apk / 1.0 running in null rsrc of package com.sec.android.gallery3d
W/ResourcesManager( 3466): getTopLevelResources: /system/priv-app/SecMms_Epic_Common/SecMms_Epic_Common.apk / 1.0 running in null rsrc of package com.android.mms
W/ResourcesManager( 3466): getTopLevelResources: /system/app/ClockPackage_M/ClockPackage_M.apk / 1.0 running in null rsrc of package com.sec.android.app.clockpackage
E/MARsDBManager( 3466): insertPackage com.xamarin.benchmarkagent.test uri = content://com.samsung.android.sm/AppFreezer/4154
D/MARsDBManager( 3466): onChange - mSmartManagerObserver! Uri = content://com.samsung.android.sm/AppFreezer
V/MARsDBManager( 3466): getManagedPackagesFromDB!
D/ResourcesManager( 3466): For user 0 new overlays fetched Null
W/ResourcesManager( 3466): getTopLevelResources: /system/app/ClockPackage_M/ClockPackage_M.apk / 1.0 running in null rsrc of package com.sec.android.app.clockpackage
W/ResourcesManager( 3466): getTopLevelResources: /system/app/ClockPackage_M/ClockPackage_M.apk / 1.0 running in null rsrc of package com.sec.android.app.clockpackage
W/ResourcesManager( 3466): getTopLevelResources: /system/app/QuickConnect_40/QuickConnect_40.apk / 1.0 running in null rsrc of package com.samsung.android.qconnect
D/ResourcesManager( 3466): For user 0 new overlays fetched Null
W/ResourcesManager( 3466): getTopLevelResources: /system/app/QuickConnect_40/QuickConnect_40.apk / 1.0 running in null rsrc of package com.samsung.android.qconnect
W/ResourcesManager( 3466): getTopLevelResources: /system/app/SBrowser_4_LATEST/SBrowser_4_LATEST.apk / 1.0 running in null rsrc of package com.sec.android.app.sbrowser
W/ResourcesManager( 3466): getTopLevelResources: /system/app/SPlanner_M/SPlanner_M.apk / 1.0 running in null rsrc of package com.android.calendar
V/MARsPolicyManager( 3466): updateManagedPackages! size = 3
W/ResourcesManager( 3466): getTopLevelResources: /system/app/SecMemo3/SecMemo3.apk / 1.0 running in null rsrc of package com.samsung.android.app.memo
W/ResourcesManager( 3466): getTopLevelResources: /system/app/SecMemo3/SecMemo3.apk / 1.0 running in null rsrc of package com.samsung.android.app.memo
E/Launcher.Model( 4307): onPackageAdded :com.xamarin.benchmarkagent.test
D/LauncherApps( 4307): getActivityList callingUid: 0 user: 0
D/LauncherApps( 4307): getActivityList callingUid: 0 user: 0
D/Launcher.MenuWidgetsLoader( 4307): packageChanged : com.xamarin.benchmarkagent.test
D/Launcher.MenuWidgetsLoader( 4307): MenuWidgetLoade-loadMenuWidgets : false
D/MenuView( 4307): packageChanged:
D/Launcher.MenuWidgetsLoader( 4307): MenuWidgetLoader-start : com.android.launcher2.MenuWidgetsLoader$LoadMenuWidgetsTask@d585caa , false
I/InjectionManager(13610): Constructor com.samsung.aasaservice, Feature store :{}
I/InjectionManager(13610): featureStore :{}
I/AASAservice-TokenRule(13610): parseToken()
E/AASAservice-TokenRule(13610): parseToken() : TokenFile is null
D/AASAservice-UpdateReceiver(13610): AASAUpdateReceiver : android.intent.action.PACKAGE_ADDED, package = com.xamarin.benchmarkagent.test, uid = -1
I/AASASERVICE( 3466): AASA_enforceCMPermissionCheck: call by com.samsung.aasaservice
D/AASAinstall( 3466): there is not AASApackages.xml file
I/AASAdebug( 3466): readUids-end
I/System.out( 3466): Category Thread calls detatch()
D/AASAservice-AASABinder(13610): getManagedSharedPkgList() : packageName - com.xamarin.benchmarkagent.test, uid - -1
D/AASAservice-RuleManager(13610): IsSharedUID() : pkgname - com.xamarin.benchmarkagent.test, mSharedUserId - null
D/AASAservice-UpdateReceiver(13610): AASAUpdateReceiver : check SharedUID package.
E/AASAservice-UpdateReceiver(13610): AASAUpdateReceiver : myrule is null.
I/art (13610): System.exit called, status: 0
I/AndroidRuntime(13610): VM exiting with result code 0, cleanup skipped.
I/ActivityManager( 3466): Process com.samsung.aasaservice (pid 13610)(adj 0) has died(79,1999)
D/ActivityManager( 3466): isAutoRunBlockedApp:: com.samsung.aasaservice, Auto Run ON
D/Launcher.MenuWidgetsLoader( 4307): MenuWidgetLoader-done : com.android.launcher2.MenuWidgetsLoader$LoadMenuWidgetsTask@d585caa , update : false , size : 47
V/BroadcastQueue( 3466): [background] Process cur broadcast BroadcastRecord{73f3ad9 u0 android.intent.action.PACKAGE_ADDED qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{1aeced2 12631:com.sec.android.app.samsungapps/u0a13}
V/BroadcastQueue( 3466): [background] Process cur broadcast BroadcastRecord{73f3ad9 u0 android.intent.action.PACKAGE_ADDED qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{e761527 13275:com.samsung.android.app.galaxylabs/u0a14}
D/LabsIntentReceiver(13275): action: android.intent.action.PACKAGE_ADDED
D/LabsIntentReceiver(13275): pkg: com.xamarin.benchmarkagent.test
D/LabsIntentReceiver(13275): context: android.app.ReceiverRestrictedContext@99b3ae4
D/LabsIntentReceiver(13275): extra: false
D/LabsLoader(13275): loadByPackageName: deleteDB com.xamarin.benchmarkagent.test
D/LauncherApplication( 4307): galaxy labs setting changed!!!
V/BroadcastQueue( 3466): [background] Process cur broadcast BroadcastRecord{73f3ad9 u0 android.intent.action.PACKAGE_ADDED qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{5e313d4 13288:com.google.android.partnersetup/u0a22}
D/LauncherApplication( 4307): galaxy labs cursor count is 0
V/BroadcastQueue( 3466): [background] Process cur broadcast BroadcastRecord{73f3ad9 u0 android.intent.action.PACKAGE_ADDED qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{5e313d4 13288:com.google.android.partnersetup/u0a22}
V/BroadcastQueue( 3466): [background] Process cur broadcast BroadcastRecord{73f3ad9 u0 android.intent.action.PACKAGE_ADDED qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{4cf2792 11339:com.android.vending/u0a31}
D/Finsky (11339): [1] ExternalReferrer.access$100: Package state data is missing for com.xamarin.benchmarkagent.test
V/BroadcastQueue( 3466): [background] Process cur broadcast BroadcastRecord{73f3ad9 u0 android.intent.action.PACKAGE_ADDED qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{e07d12a 6134:com.sec.android.app.shealth:remote/u0a35}
V/BroadcastQueue( 3466): [background] Process cur broadcast BroadcastRecord{73f3ad9 u0 android.intent.action.PACKAGE_ADDED qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{b888139 8873:com.samsung.voiceserviceplatform/u0a39}
I/SV_TTSPlayer( 8873): inside TTSDownloadReceiver
I/FIPS_bssl(13627): FIPS approved mode (1) | 13627 | app_process
V/BroadcastQueue( 3466): [background] Process cur broadcast BroadcastRecord{73f3ad9 u0 android.intent.action.PACKAGE_ADDED qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{efa14bf 11022:android.process.acore/u0a3}
D/AndroidRuntime(13627): >>>>>> START com.android.internal.os.RuntimeInit uid 2000 <<<<<<
D/AndroidRuntime(13627): CheckJNI is OFF
D/AndroidRuntime(13627): readGMSProperty: start
D/AndroidRuntime(13627): readGMSProperty: already setted!!
D/AndroidRuntime(13627): propertySet: couldn't set property (it is from app)
D/AndroidRuntime(13627): readGMSProperty: could not set the property(default)!!
D/AndroidRuntime(13627): readGMSProperty: end
D/AndroidRuntime(13627): addProductProperty: start
V/BroadcastQueue( 3466): [background] Process cur broadcast BroadcastRecord{73f3ad9 u0 android.intent.action.PACKAGE_ADDED qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{479940 13306:com.android.settings/1000}
V/BroadcastQueue( 3466): [background] Process cur broadcast BroadcastRecord{73f3ad9 u0 android.intent.action.PACKAGE_ADDED qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{479940 13306:com.android.settings/1000}
D/ICU (13627): No timezone override file found: /data/misc/zoneinfo/current/icu/icu_tzdata.dat
V/BroadcastQueue( 3466): [background] Process cur broadcast BroadcastRecord{73f3ad9 u0 android.intent.action.PACKAGE_ADDED qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{479940 13306:com.android.settings/1000}
I/DataWarningReceiver(13306): DataWarningReceiver
V/BroadcastQueue( 3466): [background] Process cur broadcast BroadcastRecord{73f3ad9 u0 android.intent.action.PACKAGE_ADDED qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{dea71be 13322:com.samsung.android.provider.shootingmodeprovider/u0a56}
V/BroadcastQueue( 3466): [background] Process cur broadcast BroadcastRecord{73f3ad9 u0 android.intent.action.PACKAGE_ADDED qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{26e821f 13260:com.samsung.android.sm.provider/1000}
V/BroadcastQueue( 3466): [background] Process cur broadcast BroadcastRecord{73f3ad9 u0 android.intent.action.PACKAGE_ADDED qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{7ad096c 13335:com.samsung.android.sm.devicesecurity/5012}
I/Radio-JNI(13627): register_android_hardware_Radio DONE
E/AffinityControl(13627): AffinityControl: registerfunction enter
V/BroadcastQueue( 3466): [background] Process cur broadcast BroadcastRecord{73f3ad9 u0 android.intent.action.PACKAGE_ADDED qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{5e7e134 4291:com.android.phone/1001}
D/AndroidRuntime(13627): Calling main entry com.android.commands.settings.SettingsCmd
D/SettingsProvider( 3466): isChangeAllowed() : name = immersive_mode_confirmations
D/SecContentProvider( 3466): query(), uri = 17 selection = isSettingsChangesAllowed
D/SettingsProvider( 3466): edmUri: content://com.sec.knox.provider/RestrictionPolicy3
D/SettingsProvider( 3466): projectionArgs: isSettingsChangesAllowed
D/SettingsProvider( 3466): selectionArgs: false
D/SettingsProvider( 3466): selectionArgs: 2000
D/RestrictionPolicy( 3466): isSettingsChangesAllowedAsUser, userId 0 : true
D/SettingsProvider( 3466): ret = 1
V/BroadcastQueue( 3466): [background] Process cur broadcast BroadcastRecord{73f3ad9 u0 android.intent.action.PACKAGE_ADDED qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{3141b35 13349:com.samsung.android.themecenter/1000}
I/ThemeManagerReceiver(13349): ThemeManagerReceiver onReceive android.intent.action.PACKAGE_ADDED
D/AndroidRuntime(13627): Shutting down VM
V/BroadcastQueue( 3466): [background] Process cur broadcast BroadcastRecord{73f3ad9 u0 android.intent.action.PACKAGE_ADDED qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{f70dbda 4595:com.google.android.googlequicksearchbox:search/u0a67}
D/NetworkPolicy( 3466): isUidForegroundLocked: 10067, mScreenOn: true, uidstate: 3, mProxSensorScreenOff: false
V/BroadcastQueue( 3466): [background] Process cur broadcast BroadcastRecord{73f3ad9 u0 android.intent.action.PACKAGE_ADDED qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{f70dbda 4595:com.google.android.googlequicksearchbox:search/u0a67}
I/UpdateIcingCorporaServi( 4595): Updating corpora: APPS=com.xamarin.benchmarkagent.test, CONTACTS=MAYBE
V/BroadcastQueue( 3466): [background] Process cur broadcast BroadcastRecord{73f3ad9 u0 android.intent.action.PACKAGE_ADDED qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{103213b 13362:com.samsung.android.bbc.bbcagent/1000}
V/BroadcastQueue( 3466): [background] Process cur broadcast BroadcastRecord{73f3ad9 u0 android.intent.action.PACKAGE_ADDED qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{bdd1a04 13374:com.google.android.apps.docs/u0a91}
V/BroadcastQueue( 3466): [background] Process cur broadcast BroadcastRecord{73f3ad9 u0 android.intent.action.PACKAGE_ADDED qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{587f8a3 13406:com.samsung.android.app.filterinstaller/1000}
E/FilterPackageIntentReceiver(13406): This package is not a effect filter
V/BroadcastQueue( 3466): [background] Process cur broadcast BroadcastRecord{73f3ad9 u0 android.intent.action.PACKAGE_ADDED qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{9b8b7a0 13419:com.sec.android.widgetapp.samsungapps/u0a104}
I/UpdateIcingCorporaServi( 4595): UpdateCorporaTask done [took 66 ms] updated apps [took 66 ms]
V/BroadcastQueue( 3466): [background] Process cur broadcast BroadcastRecord{73f3ad9 u0 android.intent.action.PACKAGE_ADDED qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{c180e9a 11451:com.enhance.gameservice/u0a105}
I/System.out(11451): (HTTPLog)-Static: isSBSettingEnabled false
I/System.out(11451): (HTTPLog)-Static: isSBSettingEnabled false
V/BroadcastQueue( 3466): [background] Process cur broadcast BroadcastRecord{73f3ad9 u0 android.intent.action.PACKAGE_ADDED qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{255a71e 13436:com.samsung.android.app.mirrorlink/1000}
D/AcmsPackageEventListener(13436): action2:android.intent.action.PACKAGE_ADDED
D/AcmsPackageEventListener(13436): pkgName:com.xamarin.benchmarkagent.test ,13482
D/NetworkPolicy( 3466): isUidForegroundLocked: 10067, mScreenOn: true, uidstate: 2, mProxSensorScreenOff: false
V/BroadcastQueue( 3466): [background] Process cur broadcast BroadcastRecord{73f3ad9 u0 android.intent.action.PACKAGE_ADDED qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{ad875a4 8436:com.microsoft.skydrive/u0a123}
V/ApplicationReceiver( 8436): 2016-09-07 23:50:37-null-Application install message is received ver:1.1.10
V/ApplicationReceiver( 8436): 2016-09-07 23:50:37-null-Installing:package:com.xamarin.benchmarkagent.test ver:1.1.10
V/BroadcastQueue( 3466): [background] Process cur broadcast BroadcastRecord{73f3ad9 u0 android.intent.action.PACKAGE_ADDED qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{6977bff 13449:com.sec.android.app.sbrowser/u0a133}
V/BroadcastQueue( 3466): [background] Process cur broadcast BroadcastRecord{73f3ad9 u0 android.intent.action.PACKAGE_ADDED qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{308edf 4641:com.sec.imsservice/1000}
I/ResponseParser(11451): No value for default_dss
I/ResponseParser(11451): No value for default_dfs
I/ResponseParser(11451): No value for default_dcs
I/ResponseParser(11451): No value for default_dts
I/ResponseParser(11451): No value for each_mode_dss
I/ResponseParser(11451): No value for each_mode_dfs
I/ResponseParser(11451): No value for each_mode_dcs
I/ResponseParser(11451): No value for each_mode_dts
I/ResponseParser(11451): No value for recommended_dss
I/ResponseParser(11451): No value for recommended_dfs
I/ResponseParser(11451): No value for recommended_dcs
I/ResponseParser(11451): No value for recommended_dts
I/ResponseParser(11451): No value for feature_flag_inst
V/BroadcastQueue( 3466): [background] Process cur broadcast BroadcastRecord{73f3ad9 u0 android.intent.action.PACKAGE_ADDED qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{c99d020 4403:com.google.android.gms.persistent/u0a18}
D/PkgBroadcastIntentOp( 4733): Received broadcast action=android.intent.action.PACKAGE_ADDED and uri=com.xamarin.benchmarkagent.test
V/BroadcastQueue( 3466): [background] Process cur broadcast BroadcastRecord{73f3ad9 u0 android.intent.action.PACKAGE_ADDED qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{b32db29 4733:com.google.android.gms/u0a18}
E/IntentOperationSvc( 4733): Failed to instantiate Chimera operation impl, dropping operation
D/AsyncTaskServiceImpl( 4733): Submit a task: nzm
D/AuthPkgBcIntentOp( 4733): Received broadcast action=android.intent.action.PACKAGE_ADDED and uri=com.xamarin.benchmarkagent.test
D/nzm ( 4733): Processing package: com.xamarin.benchmarkagent.test
D/GassUtils( 4733): Found app info for package com.xamarin.benchmarkagent.test:3. Hash: 3eaf92d089b8b801ef029c45f3aa7cef367c109be98664c00ca4dcf58b8d9285
D/nzm ( 4733): Found info for package com.xamarin.benchmarkagent.test in db.
V/BroadcastQueue( 3466): [background] Process cur broadcast BroadcastRecord{73f3ad9 u0 android.intent.action.PACKAGE_ADDED qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{c99d020 4403:com.google.android.gms.persistent/u0a18}
D/MS_IntentHandler( 4733): Package broadcast action=android.intent.action.PACKAGE_ADDED and uri=com.xamarin.benchmarkagent.test
D/WearableController( 4733): Received broadcast action=android.intent.action.PACKAGE_ADDED and uri=com.xamarin.benchmarkagent.test
V/BroadcastQueue( 3466): [background] Process cur broadcast BroadcastRecord{73f3ad9 u0 android.intent.action.PACKAGE_ADDED qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{b32db29 4733:com.google.android.gms/u0a18}
D/PackageManager( 3466): setEnabledSetting : userId = 0 packageName = com.google.android.gms cmp = com.google.android.gms.icing.proxy.SmsMonitor newState = 1 callingPackage = 10018
V/BroadcastQueue( 3466): [background] Process cur broadcast BroadcastRecord{73f3ad9 u0 android.intent.action.PACKAGE_ADDED qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{85774cd 13477:com.facebook.appmanager/u0a96}
V/BroadcastQueue( 3466): [background] Process cur broadcast BroadcastRecord{73f3ad9 u0 android.intent.action.PACKAGE_ADDED qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{f0d62ef 13493:com.facebook.system/u0a11}
V/BroadcastQueue( 3466): [background] Process cur broadcast BroadcastRecord{b793fba u0 com.samsung.android.intent.action.PACKAGE_ADDED qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{6a4916 11548:com.sec.android.app.shealth/u0a35}
V/BroadcastQueue( 3466): [background] Process cur broadcast BroadcastRecord{b793fba u0 com.samsung.android.intent.action.PACKAGE_ADDED qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{e07d12a 6134:com.sec.android.app.shealth:remote/u0a35}
V/BroadcastQueue( 3466): [background] Process cur broadcast BroadcastRecord{b793fba u0 com.samsung.android.intent.action.PACKAGE_ADDED qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{e07d12a 6134:com.sec.android.app.shealth:remote/u0a35}
V/BroadcastQueue( 3466): [background] Process cur broadcast BroadcastRecord{7e6fe6b u0 com.google.android.gms.actions.HANDLE_PACKAGE_INSTALLED qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{c99d020 4403:com.google.android.gms.persistent/u0a18}
W/IcingInternalCorpora( 4733): getNumBytesRead when not calculated.
I/FIPS_bssl(13644): FIPS approved mode (1) | 13644 | app_process
D/AndroidRuntime(13644): >>>>>> START com.android.internal.os.RuntimeInit uid 2000 <<<<<<
D/AndroidRuntime(13644): CheckJNI is OFF
D/AndroidRuntime(13644): readGMSProperty: start
D/AndroidRuntime(13644): readGMSProperty: already setted!!
D/AndroidRuntime(13644): propertySet: couldn't set property (it is from app)
D/AndroidRuntime(13644): readGMSProperty: could not set the property(default)!!
D/AndroidRuntime(13644): readGMSProperty: end
D/AndroidRuntime(13644): addProductProperty: start
D/ICU (13644): No timezone override file found: /data/misc/zoneinfo/current/icu/icu_tzdata.dat
I/Radio-JNI(13644): register_android_hardware_Radio DONE
E/AffinityControl(13644): AffinityControl: registerfunction enter
D/AndroidRuntime(13644): Calling main entry com.android.commands.settings.SettingsCmd
D/AndroidRuntime(13644): Shutting down VM
I/FIPS_bssl(13661): FIPS approved mode (1) | 13661 | app_process
D/AndroidRuntime(13661): >>>>>> START com.android.internal.os.RuntimeInit uid 2000 <<<<<<
D/AndroidRuntime(13661): CheckJNI is OFF
D/AndroidRuntime(13661): readGMSProperty: start
D/AndroidRuntime(13661): readGMSProperty: already setted!!
D/AndroidRuntime(13661): propertySet: couldn't set property (it is from app)
D/AndroidRuntime(13661): readGMSProperty: could not set the property(default)!!
D/AndroidRuntime(13661): readGMSProperty: end
D/AndroidRuntime(13661): addProductProperty: start
D/ICU (13661): No timezone override file found: /data/misc/zoneinfo/current/icu/icu_tzdata.dat
I/Radio-JNI(13661): register_android_hardware_Radio DONE
E/AffinityControl(13661): AffinityControl: registerfunction enter
D/AndroidRuntime(13661): Calling main entry com.android.commands.settings.SettingsCmd
D/SettingsProvider( 3466): isChangeAllowed() : name = screen_off_timeout
D/SecContentProvider( 3466): query(), uri = 17 selection = isSettingsChangesAllowed
D/SettingsProvider( 3466): edmUri: content://com.sec.knox.provider/RestrictionPolicy3
D/SettingsProvider( 3466): projectionArgs: isSettingsChangesAllowed
D/SettingsProvider( 3466): selectionArgs: false
D/SettingsProvider( 3466): selectionArgs: 2000
D/RestrictionPolicy( 3466): isSettingsChangesAllowedAsUser, userId 0 : true
D/SettingsProvider( 3466): ret = 1
D/PowerManagerService( 3466): [api] SettingsObserver: onChange: content://settings/system/screen_off_timeout
V/WindowOrientationListener( 3466): OrientationSensorJudge.getProposedRotation, Rotation: -1
V/WindowManager( 3466): rotationForOrientationLw(orient=1, last=0); user=0 sensorRotation=-1 mLidState=-1 mDockMode=0 mHdmiPlugged=false mMobileKeyboardEnabled=false displayId=0
V/WindowOrientationListener( 3466): OrientationSensorJudge.getProposedRotation, Rotation: -1
D/PowerManagerService( 3466): [api] [PSM] updateSettingsLocked : lowPowerModeEnabled: false lowBatteryTriggerLevel: 0 mEmergencyMode false
D/PowerManagerService( 3466): [api] [BRIGHTNESS] updateSettingsLocked : mScreenBrightnessModeSetting: MANUAL mScreenBrightnessSetting: 61 mScreenAutoBrightnessAdjustmentSetting: -0.5234375 mOutdoorModeSetting : false
D/PowerManagerService( 3466): [api] updateSettingsLocked : mDreamsEnabledSetting: false mDreamsActivateOnSleepSetting: false mDreamsActivateOnDockSetting: true mScreenOffTimeoutSetting: 600001 mStayOnWhilePluggedInSetting: 0 mSmartStayEnabledSetting: false mWakeUpPreventionForNotificationSetting: false mWakeUpPreventionPackagesForNotificationSetting: null mTouchKeyOffTimeoutSetting: 1500 mKeyboardOffTimeoutSetting: 2000
D/PowerManagerService( 3466): [s] getScreenOffTimeoutLocked: 600000 -> 600001
D/AndroidRuntime(13661): Shutting down VM
I/Icing ( 4733): Indexing 89859C1304345BA84C772EB3A68593EB090CC63D from com.google.android.gms
I/Icing ( 4733): Indexing done 89859C1304345BA84C772EB3A68593EB090CC63D
I/FIPS_bssl(13671): FIPS approved mode (1) | 13671 | app_process
D/AndroidRuntime(13671): >>>>>> START com.android.internal.os.RuntimeInit uid 2000 <<<<<<
D/AndroidRuntime(13671): CheckJNI is OFF
D/AndroidRuntime(13671): readGMSProperty: start
D/AndroidRuntime(13671): readGMSProperty: already setted!!
D/AndroidRuntime(13671): propertySet: couldn't set property (it is from app)
D/AndroidRuntime(13671): readGMSProperty: could not set the property(default)!!
D/AndroidRuntime(13671): readGMSProperty: end
D/AndroidRuntime(13671): addProductProperty: start
D/ICU (13671): No timezone override file found: /data/misc/zoneinfo/current/icu/icu_tzdata.dat
I/Radio-JNI(13671): register_android_hardware_Radio DONE
E/AffinityControl(13671): AffinityControl: registerfunction enter
D/AndroidRuntime(13671): Calling main entry com.android.commands.settings.SettingsCmd
D/SettingsProvider( 3466): isChangeAllowed() : name = screen_off_timeout
D/SecContentProvider( 3466): query(), uri = 17 selection = isSettingsChangesAllowed
D/SettingsProvider( 3466): edmUri: content://com.sec.knox.provider/RestrictionPolicy3
D/SettingsProvider( 3466): projectionArgs: isSettingsChangesAllowed
D/SettingsProvider( 3466): selectionArgs: false
D/SettingsProvider( 3466): selectionArgs: 2000
D/RestrictionPolicy( 3466): isSettingsChangesAllowedAsUser, userId 0 : true
D/SettingsProvider( 3466): ret = 1
D/PowerManagerService( 3466): [api] SettingsObserver: onChange: content://settings/system/screen_off_timeout
D/PowerManagerService( 3466): [api] [PSM] updateSettingsLocked : lowPowerModeEnabled: false lowBatteryTriggerLevel: 0 mEmergencyMode false
D/PowerManagerService( 3466): [api] [BRIGHTNESS] updateSettingsLocked : mScreenBrightnessModeSetting: MANUAL mScreenBrightnessSetting: 61 mScreenAutoBrightnessAdjustmentSetting: -0.5234375 mOutdoorModeSetting : false
D/PowerManagerService( 3466): [api] updateSettingsLocked : mDreamsEnabledSetting: false mDreamsActivateOnSleepSetting: false mDreamsActivateOnDockSetting: true mScreenOffTimeoutSetting: 600000 mStayOnWhilePluggedInSetting: 0 mSmartStayEnabledSetting: false mWakeUpPreventionForNotificationSetting: false mWakeUpPreventionPackagesForNotificationSetting: null mTouchKeyOffTimeoutSetting: 1500 mKeyboardOffTimeoutSetting: 2000
V/WindowOrientationListener( 3466): OrientationSensorJudge.getProposedRotation, Rotation: -1
D/PowerManagerService( 3466): [s] getScreenOffTimeoutLocked: 600001 -> 600000
V/WindowManager( 3466): rotationForOrientationLw(orient=1, last=0); user=0 sensorRotation=-1 mLidState=-1 mDockMode=0 mHdmiPlugged=false mMobileKeyboardEnabled=false displayId=0
V/WindowOrientationListener( 3466): OrientationSensorJudge.getProposedRotation, Rotation: -1
D/AndroidRuntime(13671): Shutting down VM
I/FIPS_bssl(13679): FIPS approved mode (1) | 13679 | app_process
D/AndroidRuntime(13679): >>>>>> START com.android.internal.os.RuntimeInit uid 2000 <<<<<<
D/AndroidRuntime(13679): CheckJNI is OFF
D/AndroidRuntime(13679): readGMSProperty: start
D/AndroidRuntime(13679): readGMSProperty: already setted!!
D/AndroidRuntime(13679): propertySet: couldn't set property (it is from app)
D/AndroidRuntime(13679): readGMSProperty: could not set the property(default)!!
D/AndroidRuntime(13679): readGMSProperty: end
D/AndroidRuntime(13679): addProductProperty: start
D/ICU (13679): No timezone override file found: /data/misc/zoneinfo/current/icu/icu_tzdata.dat
I/Radio-JNI(13679): register_android_hardware_Radio DONE
E/AffinityControl(13679): AffinityControl: registerfunction enter
D/AndroidRuntime(13679): Calling main entry com.android.commands.settings.SettingsCmd
D/SettingsProvider( 3466): isChangeAllowed() : name = mock_location
D/SecContentProvider( 3466): query(), uri = 17 selection = isSettingsChangesAllowed
D/SettingsProvider( 3466): edmUri: content://com.sec.knox.provider/RestrictionPolicy3
D/SettingsProvider( 3466): projectionArgs: isSettingsChangesAllowed
D/SettingsProvider( 3466): selectionArgs: false
D/SettingsProvider( 3466): selectionArgs: 2000
D/SecContentProvider( 3466): query(), uri = 16 selection = isMockLocationEnabled
D/RestrictionPolicy( 3466): isSettingsChangesAllowedAsUser, userId 0 : true
D/SettingsProvider( 3466): ret = 1
D/SettingsProvider( 3466): edmUri: content://com.sec.knox.provider/RestrictionPolicy2
D/SecContentProvider( 3466): callingUid = 2000
D/SettingsProvider( 3466): projectionArgs: isMockLocationEnabled
D/SecContentProvider( 3466): isMockLocationEnabled return = true
D/SettingsProvider( 3466): selectionArgs: 2000
D/RestrictionPolicy( 3466): isMockLocationEnabled : true
D/SettingsProvider( 3466): ret = 1
D/AndroidRuntime(13679): Shutting down VM
I/ClearcutLoggerApiImpl( 4403): disconnect managed GoogleApiClient
I/FIPS_bssl(13688): FIPS approved mode (1) | 13688 | app_process
D/AndroidRuntime(13688): >>>>>> START com.android.internal.os.RuntimeInit uid 2000 <<<<<<
D/AndroidRuntime(13688): CheckJNI is OFF
D/AndroidRuntime(13688): readGMSProperty: start
D/AndroidRuntime(13688): readGMSProperty: already setted!!
D/AndroidRuntime(13688): propertySet: couldn't set property (it is from app)
D/AndroidRuntime(13688): readGMSProperty: could not set the property(default)!!
D/AndroidRuntime(13688): readGMSProperty: end
D/AndroidRuntime(13688): addProductProperty: start
D/ICU (13688): No timezone override file found: /data/misc/zoneinfo/current/icu/icu_tzdata.dat
I/Radio-JNI(13688): register_android_hardware_Radio DONE
E/AffinityControl(13688): AffinityControl: registerfunction enter
D/AndroidRuntime(13688): Calling main entry com.android.commands.appops.AppOpsCommand
D/AndroidRuntime(13688): Shutting down VM
D/SSRM:n ( 3466): SIOP:: AP = 360, PST = 345 (W:6), CP = 283, CUR = -26, LCD = 61
I/FIPS_bssl(13697): FIPS approved mode (1) | 13697 | app_process
D/AndroidRuntime(13697): >>>>>> START com.android.internal.os.RuntimeInit uid 2000 <<<<<<
D/AndroidRuntime(13697): CheckJNI is OFF
D/AndroidRuntime(13697): readGMSProperty: start
D/AndroidRuntime(13697): readGMSProperty: already setted!!
D/AndroidRuntime(13697): propertySet: couldn't set property (it is from app)
D/AndroidRuntime(13697): readGMSProperty: could not set the property(default)!!
D/AndroidRuntime(13697): readGMSProperty: end
D/AndroidRuntime(13697): addProductProperty: start
D/ICU (13697): No timezone override file found: /data/misc/zoneinfo/current/icu/icu_tzdata.dat
I/Radio-JNI(13697): register_android_hardware_Radio DONE
E/AffinityControl(13697): AffinityControl: registerfunction enter
D/AndroidRuntime(13697): Calling main entry com.android.commands.pm.Pm
I/art (13697): System.exit called, status: 0
I/AndroidRuntime(13697): VM exiting with result code 0.
D/PackageManager( 3466): [VERIFY] getRequiredVerifiersLPr: 2 verifiers
D/PackageManager( 3466): [VERIFY] com.android.vending(10031)
D/PackageManager( 3466): [VERIFY] com.samsung.android.sm.devicesecurity(5012)
D/PackageManager( 3466): [MSG] MCS_UNBIND
I/FIPS_bssl(13709): FIPS approved mode (1) | 13709 | app_process
D/AndroidRuntime(13709): >>>>>> START com.android.internal.os.RuntimeInit uid 2000 <<<<<<
D/AndroidRuntime(13709): CheckJNI is OFF
D/AndroidRuntime(13709): readGMSProperty: start
D/AndroidRuntime(13709): readGMSProperty: already setted!!
D/AndroidRuntime(13709): propertySet: couldn't set property (it is from app)
D/AndroidRuntime(13709): readGMSProperty: could not set the property(default)!!
D/AndroidRuntime(13709): readGMSProperty: end
D/AndroidRuntime(13709): addProductProperty: start
D/ICU (13709): No timezone override file found: /data/misc/zoneinfo/current/icu/icu_tzdata.dat
I/Radio-JNI(13709): register_android_hardware_Radio DONE
E/AffinityControl(13709): AffinityControl: registerfunction enter
D/AndroidRuntime(13709): Calling main entry com.android.commands.input.Input
I/Input (13709): injectKeyEvent: KeyEvent { action=ACTION_DOWN, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x0, repeatCount=0, eventTime=3482881, downTime=3482881, deviceId=-1, displayId=0, source=0x101 }
I/InputDispatcher( 3466): Delivering key to (4307): action: 0x0 (0)
E/InputTransport( 3466): channel 'TouchIntercepter (client)' publisher ~ Received unexpected message of type 1 from consumer
E/InputDispatcher( 3466): channel 'TouchIntercepter (client)' ~ Failed to receive finished signal. status=-2147483648
E/InputDispatcher( 3466): channel ~ Channel is unrecoverably broken and will be disposed!
D/ViewRootImpl( 4307): ViewPostImeInputStage processKey 0
I/Input (13709): injectKeyEvent: KeyEvent { action=ACTION_UP, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x0, repeatCount=0, eventTime=3482881, downTime=3482881, deviceId=-1, displayId=0, source=0x101 }
I/MultiPhoneWindowManager( 3466): closeMultiWindowTrayBar() failed -> mMultiWindowTrayBar =null/mMultiWindowEditMode = null
I/InputDispatcher( 3466): Delivering key to (4307): action: 0x1 (0)
D/ViewRootImpl( 4307): ViewPostImeInputStage processKey 1
D/AndroidRuntime(13709): Shutting down VM
I/FIPS_bssl(13730): FIPS approved mode (1) | 13730 | app_process
D/AndroidRuntime(13730): >>>>>> START com.android.internal.os.RuntimeInit uid 2000 <<<<<<
D/AndroidRuntime(13730): CheckJNI is OFF
D/AndroidRuntime(13730): readGMSProperty: start
D/AndroidRuntime(13730): readGMSProperty: already setted!!
D/AndroidRuntime(13730): propertySet: couldn't set property (it is from app)
D/AndroidRuntime(13730): readGMSProperty: could not set the property(default)!!
D/AndroidRuntime(13730): readGMSProperty: end
D/AndroidRuntime(13730): addProductProperty: start
D/ICU (13730): No timezone override file found: /data/misc/zoneinfo/current/icu/icu_tzdata.dat
I/Radio-JNI(13730): register_android_hardware_Radio DONE
E/AffinityControl(13730): AffinityControl: registerfunction enter
D/AndroidRuntime(13730): Calling main entry com.android.commands.input.Input
I/Input (13730): injectKeyEvent: KeyEvent { action=ACTION_DOWN, keyCode=KEYCODE_HOME, scanCode=0, metaState=0, flags=0x0, repeatCount=0, eventTime=3484657, downTime=3484657, deviceId=-1, displayId=0, source=0x101 }
D/InputManager-JNI( 3466): !@interceptKeyBeforeQueueing(0), action=0, interactive=true
D/InputManager-JNI( 3466): !@handleInterceptActions(0), action=0, wmActions=1
D/RestrictionPolicy( 3466): isHomeKeyEnabled :true
I/Input (13730): injectKeyEvent: KeyEvent { action=ACTION_UP, keyCode=KEYCODE_HOME, scanCode=0, metaState=0, flags=0x0, repeatCount=0, eventTime=3484657, downTime=3484657, deviceId=-1, displayId=0, source=0x101 }
D/InputManager-JNI( 3466): !@interceptKeyBeforeQueueing(0), action=1, interactive=true
D/InputManager-JNI( 3466): !@handleInterceptActions(0), action=1, wmActions=1
D/RestrictionPolicy( 3466): isHomeKeyEnabled :true
D/VoIPInterfaceManager( 3466): isVoIPRinging()...
D/VoIPInterfaceManager( 3466): isVoIPRunningAndDeregi()...
D/VoIPInterfaceManager( 3466): Not exist call session
D/AndroidRuntime(13730): Shutting down VM
I/WindowManager( 3466): startDockOrHome
D/PowerManagerService( 3466): [api] [s] userActivity : event: 0 flags: 0 (uid: 1000 pid: 3466) eventTime = 3484866
D/vol.VolumeDialogControl( 3991): onReceive ACTION_CLOSE_SYSTEM_DIALOGS
D/vol.SecVolumeDialog( 3991): dismissH reason: 2
D/vol.SecVolumeDialog( 3991): dismissH : false
D/LocationTile( 3991): onReceive : android.intent.action.CLOSE_SYSTEM_DIALOGS
D/MobileDataTile( 3991): action:android.intent.action.CLOSE_SYSTEM_DIALOGS
D/AirplaneModeTile( 3991): onReceive : android.intent.action.CLOSE_SYSTEM_DIALOGS
D/HotspotTile( 3991): onReceive : android.intent.action.CLOSE_SYSTEM_DIALOGS
D/AodTile ( 3991): onReceive : android.intent.action.CLOSE_SYSTEM_DIALOGS
D/PhoneStatusBar( 3991): animateCollapsePanels, state: 0, QSexpanded: false, QSdetailsShowing: false
D/PhoneStatusBar( 3991): animateCollapse(): mExpandedVisible=false flags=0
D/StatusBar-Window( 3991): fnf=true sanc=false, kni=false, sbf=false
D/CoverUI ( 3991): applyFocusableFlag() : Remove SAMSUNG_FLAG_SVIEW_COVER
D/StatusBarWindowManager( 3991): forceCollapsed : false isKeyguardShowingAndNotOccluded() : false panelVisible : false keyguardFadingAway : false bouncerShowing : false headsUpShowing : false
D/CoverUI ( 3991): applyHeight h = 96, oc = false, fa = false, ac = false, sc = false
D/PanelView( 3991): updateQsState
D/KeyguardSwipeHelper( 3991): reset()
D/KeyguardUnlockEventHandler( 3991): reset()
D/KeyguardSwipeHelper( 3991): resetChildViewVI()
D/Recents ( 3991): handleProxyCall type=3
W/BroadcastQueue( 3466): Permission Denial: receiving Intent { act=com.samsung.android.action.START_DOCK_OR_HOME flg=0x10 VirtualScreenParam=Params{mDisplayId=-1, null, mFlags=0x00000000)} } to ProcessRecord{6823b91 4907:com.sec.android.inputmethod/u0a140} (pid=4907, uid=10140) requires com.samsung.android.permisson.START_DOCK_OR_HOME due to sender android (uid 1000)
V/BroadcastQueue( 3466): [background] Process cur broadcast BroadcastRecord{3e8873f u-1 com.samsung.settings.action.directaccess.CLOSE_DIALOG qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{87061e 12678:com.samsung.android.SettingsReceiver/1000}
D/Recents ( 4070): handleProxyCall type=3
D/VirtualScreenPolicy( 3466): applyVirtualScreenAttrs attrs=VirtualScreenAttrs{mDisplayId=0, mBaseDisplayId=0, mBaseActivity=false}
D/GameManagerService( 3466): identifyGamePackage. com.sec.android.app.launcher
D/MultiWindowPolicy( 3466): Gamemode - return 0, when calling identifyForegroundApp(com.sec.android.app.launcher)
D/CustomFrequencyManagerService( 3466): acquireDVFSLockLocked : type : DVFS_MIN_LIMIT frequency : 1872000 uid : 1000 pid : 3466 pkgName : ACTIVITY_RESUME_BOOSTER@3
D/ActivityManager( 3466): mDVFSHelper.acquire()
D/Launcher( 4307): onPause, Launcher: 172588672
D/Launcher.HomeView( 4307): onPause
D/Launcher.Workspace( 4307): exitWidgetResizeMode. isClearResizeFrame is false
D/Launcher( 4307): onNewIntent()
D/Launcher.HomeView( 4307): performOnHomePressed
D/HomeScreenOptionMenu( 4307): onHomePressed() : false
D/Launcher.Workspace( 4307): exitWidgetResizeMode. isClearResizeFrame is false
D/Launcher( 4307): onResume, Launcher: 172588672
D/SettingsProvider( 3466): isChangeAllowed() : name = kids_home_mode
D/SettingsProvider( 3466): edmUri: content://com.sec.knox.provider/RestrictionPolicy3
D/SecContentProvider( 3466): query(), uri = 17 selection = isSettingsChangesAllowed
D/SettingsProvider( 3466): projectionArgs: isSettingsChangesAllowed
D/SettingsProvider( 3466): selectionArgs: false
D/SettingsProvider( 3466): selectionArgs: 10064
D/RestrictionPolicy( 3466): isSettingsChangesAllowedAsUser, userId 0 : true
D/SettingsProvider( 3466): ret = 1
D/Launcher.HomeView( 4307): onResume
D/capture ( 4307): ---------checkFileExist land
D/capture ( 4307): currentOrientation: 1 mMainHomeScreenshot: false mMainHomeScreenshotLand: true
D/MenuAppsGridFragment( 4307): onResume
D/MenuAppsGridFragment( 4307): changeState: (new)NORMAL(old)NORMAL(force)false
D/CustomFrequencyManagerService( 3466): releaseDVFSLockLocked : Getting Lock type frm List : DVFS_MIN_LIMIT frequency : 1872000 uid : 1000 pid : 3466 tag : ACTIVITY_RESUME_BOOSTER@3
D/ActivityManager( 3466): mDVFSHelper.release()
D/CustomFrequencyManagerService( 3466): acquireDVFSLockLocked : type : DVFS_MIN_LIMIT frequency : 1872000 uid : 1000 pid : 3466 pkgName : ACTIVITY_RESUME_BOOSTER@9
I/FIPS_bssl(13740): FIPS approved mode (1) | 13740 | app_process
D/AndroidRuntime(13740): >>>>>> START com.android.internal.os.RuntimeInit uid 2000 <<<<<<
D/AndroidRuntime(13740): CheckJNI is OFF
D/AndroidRuntime(13740): readGMSProperty: start
D/AndroidRuntime(13740): readGMSProperty: already setted!!
D/AndroidRuntime(13740): propertySet: couldn't set property (it is from app)
D/AndroidRuntime(13740): readGMSProperty: could not set the property(default)!!
D/AndroidRuntime(13740): readGMSProperty: end
D/AndroidRuntime(13740): addProductProperty: start
D/CustomFrequencyManagerService( 3466): releaseDVFSLockLocked : Getting Lock type frm List : DVFS_MIN_LIMIT frequency : 1872000 uid : 1000 pid : 3466 tag : ACTIVITY_RESUME_BOOSTER@9
D/ICU (13740): No timezone override file found: /data/misc/zoneinfo/current/icu/icu_tzdata.dat
I/Radio-JNI(13740): register_android_hardware_Radio DONE
E/AffinityControl(13740): AffinityControl: registerfunction enter
D/AndroidRuntime(13740): Calling main entry com.android.commands.input.Input
I/Input (13740): injectKeyEvent: KeyEvent { action=ACTION_DOWN, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x0, repeatCount=0, eventTime=3485786, downTime=3485786, deviceId=-1, displayId=0, source=0x101 }
I/InputDispatcher( 3466): Delivering key to (4307): action: 0x0 (0)
D/ViewRootImpl( 4307): ViewPostImeInputStage processKey 0
I/Input (13740): injectKeyEvent: KeyEvent { action=ACTION_UP, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x0, repeatCount=0, eventTime=3485786, downTime=3485786, deviceId=-1, displayId=0, source=0x101 }
I/MultiPhoneWindowManager( 3466): closeMultiWindowTrayBar() failed -> mMultiWindowTrayBar =null/mMultiWindowEditMode = null
I/InputDispatcher( 3466): Delivering key to (4307): action: 0x1 (0)
D/ViewRootImpl( 4307): ViewPostImeInputStage processKey 1
D/AndroidRuntime(13740): Shutting down VM
I/FIPS_bssl(13751): FIPS approved mode (1) | 13751 | app_process
D/AndroidRuntime(13751): >>>>>> START com.android.internal.os.RuntimeInit uid 2000 <<<<<<
D/AndroidRuntime(13751): CheckJNI is OFF
D/AndroidRuntime(13751): readGMSProperty: start
D/AndroidRuntime(13751): readGMSProperty: already setted!!
D/AndroidRuntime(13751): propertySet: couldn't set property (it is from app)
D/AndroidRuntime(13751): readGMSProperty: could not set the property(default)!!
D/AndroidRuntime(13751): readGMSProperty: end
D/AndroidRuntime(13751): addProductProperty: start
D/ICU (13751): No timezone override file found: /data/misc/zoneinfo/current/icu/icu_tzdata.dat
I/Radio-JNI(13751): register_android_hardware_Radio DONE
E/AffinityControl(13751): AffinityControl: registerfunction enter
D/AndroidRuntime(13751): Calling main entry com.android.commands.am.Am
I/ActivityManager( 3466): Force stopping com.xamarin.benchmarkagent appid=13481 user=0: start instr
E/Zygote (13762): v2
I/libpersona(13762): KNOX_SDCARD checking this for 13481
I/libpersona(13762): KNOX_SDCARD not a persona
I/SELinux (13762): Function: selinux_compare_spd_ram, index[1], SPD-policy is existed. and_ver=SEPF_SECMOBILE_6.0.1 ver=11
I/ActivityManager( 3466): Start proc 13762:com.xamarin.benchmarkagent/u0a3481 for added application com.xamarin.benchmarkagent
W/SELinux (13762): Function: selinux_compare_spd_ram, index[1], priority [1], priority version is VE=SEPF_SECMOBILE_6.0.1_0011
E/Zygote (13762): accessInfo : 0
W/SELinux (13762): SELinux: seapp_context_lookup: seinfo=default, level=s0:c512,c768, pkgname=com.xamarin.benchmarkagent
D/TimaKeyStoreProvider(13762): TimaSignature is unavailable
D/ActivityThread(13762): Added TimaKeyStore provider
W/ResourcesManager(13762): getTopLevelResources: /data/app/com.xamarin.benchmarkagent-1/base.apk / 1.0 running in com.xamarin.benchmarkagent rsrc of package com.xamarin.benchmarkagent
I/InjectionManagerService -AppFeature( 3466): getCoreFeaturePkgList :[]
I/InjectionManager(13762): Inside getClassLibPath + mLibMap{0=, 1=}
D/ResourcesManager(13762): For user 0 new overlays fetched Null
I/InjectionManager(13762): Inside getClassLibPath caller
W/System (13762): ClassLoader referenced unknown path: /data/app/com.xamarin.benchmarkagent.test-1/lib/arm64
W/ResourcesManager(13762): getTopLevelResources: /data/app/com.xamarin.benchmarkagent.test-1/base.apk / 1.0 running in com.xamarin.benchmarkagent rsrc of package com.xamarin.benchmarkagent.test
D/ResourcesManager(13762): For user 0 new overlays fetched Null
I/InjectionManager(13762): Inside getClassLibPath caller
W/linker (13762): /data/app/com.xamarin.benchmarkagent-1/lib/arm64/libmonodroid_bundle_app.so: is missing DT_SONAME will use basename as a replacement: "libmonodroid_bundle_app.so"
W/monodroid(13762): Trying to load sgen from: /data/app/com.xamarin.benchmarkagent-1/lib/arm64/libmonosgen-2.0.so
E/mono (13762): converting method void System.OutOfMemoryException:.ctor (string)
E/mono (13762): Method void System.OutOfMemoryException:.ctor (string) emitted at 0x7f77657000 to 0x7f77657040 (code length 64) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper runtime-invoke) object <Module>:runtime_invoke_void__this___object (object,intptr,intptr,intptr)
E/mono (13762): Method (wrapper runtime-invoke) object <Module>:runtime_invoke_void__this___object (object,intptr,intptr,intptr) emitted at 0x7f77657060 to 0x7f77657150 (code length 240) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.SystemException:.ctor (string)
E/mono (13762): Method void System.SystemException:.ctor (string) emitted at 0x7f776571a0 to 0x7f776571e0 (code length 64) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Exception:.ctor (string)
E/mono (13762): Method void System.Exception:.ctor (string) emitted at 0x7f77657200 to 0x7f77657238 (code length 56) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Exception:.cctor ()
E/mono (13762): Method void System.Exception:.cctor () emitted at 0x7f77657258 to 0x7f77657290 (code length 56) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper runtime-invoke) object object:runtime_invoke_void (object,intptr,intptr,intptr)
E/mono (13762): Method (wrapper runtime-invoke) object object:runtime_invoke_void (object,intptr,intptr,intptr) emitted at 0x7f776572a0 to 0x7f77657378 (code length 216) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) object object:__icall_wrapper_ves_icall_object_new_fast (intptr)
E/mono (13762): Method (wrapper managed-to-native) object object:__icall_wrapper_ves_icall_object_new_fast (intptr) emitted at 0x7f776573c8 to 0x7f77657470 (code length 168) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,shared,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Exception:Init ()
E/mono (13762): Method void System.Exception:Init () emitted at 0x7f776574b0 to 0x7f7765750c (code length 92) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper write-barrier) void object:wbarrier_noconc (intptr)
E/mono (13762): Method (wrapper write-barrier) void object:wbarrier_noconc (intptr) emitted at 0x7f77657530 to 0x7f776575a4 (code length 116) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Exception:SetErrorCode (int)
E/mono (13762): Method void System.Exception:SetErrorCode (int) emitted at 0x7f776575a8 to 0x7f776575d0 (code length 40) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.NullReferenceException:.ctor (string)
E/mono (13762): Method void System.NullReferenceException:.ctor (string) emitted at 0x7f776575d0 to 0x7f7765760c (code length 60) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.StackOverflowException:.ctor (string)
E/mono (13762): Method void System.StackOverflowException:.ctor (string) emitted at 0x7f77657620 to 0x7f7765765c (code length 60) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
W/monodroid-gc(13762): GREF GC Threshold: 46080
W/monodroid(13762): Calling into managed runtime init
E/mono (13762): converting method void Android.Runtime.JNIEnv:Initialize (Android.Runtime.JnienvInitializeArgs*)
E/mono (13762): converting method void Android.Runtime.JNIEnv:.cctor ()
E/mono (13762): Method void Android.Runtime.JNIEnv:.cctor () emitted at 0x7f77657670 to 0x7f77657698 (code length 40) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper runtime-invoke) object object:runtime_invoke_void (object,intptr,intptr,intptr)
E/mono (13762): Method (wrapper runtime-invoke) object object:runtime_invoke_void (object,intptr,intptr,intptr) emitted at 0x7f77657698 to 0x7f77657770 (code length 216) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): Method void Android.Runtime.JNIEnv:Initialize (Android.Runtime.JnienvInitializeArgs*) emitted at 0x7f776577c0 to 0x7f77658278 (code length 2744) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper runtime-invoke) object <Module>:runtime_invoke_void_JnienvInitializeArgs* (object,intptr,intptr,intptr)
E/mono (13762): Method (wrapper runtime-invoke) object <Module>:runtime_invoke_void_JnienvInitializeArgs* (object,intptr,intptr,intptr) emitted at 0x7f776585e8 to 0x7f776586d0 (code length 232) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) object object:__icall_wrapper_ves_icall_object_new_specific (intptr)
E/mono (13762): Method (wrapper managed-to-native) object object:__icall_wrapper_ves_icall_object_new_specific (intptr) emitted at 0x7f77658720 to 0x7f776587c8 (code length 168) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,shared,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Android.Runtime.AndroidRuntime:.ctor (intptr,intptr,bool,intptr,intptr)
E/mono (13762): Method void Android.Runtime.AndroidRuntime:.ctor (intptr,intptr,bool,intptr,intptr) emitted at 0x7f77658808 to 0x7f7765886c (code length 100) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Android.Runtime.AndroidRuntimeOptions:.ctor (intptr,intptr,bool,intptr,intptr)
E/mono (13762): Method void Android.Runtime.AndroidRuntimeOptions:.ctor (intptr,intptr,bool,intptr,intptr) emitted at 0x7f776588a0 to 0x7f776589a0 (code length 256) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Android.Runtime.AndroidTypeManager:.ctor ()
E/mono (13762): Method void Android.Runtime.AndroidTypeManager:.ctor () emitted at 0x7f776589f0 to 0x7f77658a10 (code length 32) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Interop.JniRuntime/JniTypeManager:.ctor ()
E/mono (13762): Method void Java.Interop.JniRuntime/JniTypeManager:.ctor () emitted at 0x7f77658a20 to 0x7f77658a38 (code length 24) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Interop.JniRuntime/JniTypeManager:.cctor ()
E/mono (13762): Method void Java.Interop.JniRuntime/JniTypeManager:.cctor () emitted at 0x7f77658a38 to 0x7f77658a9c (code length 100) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper runtime-invoke) object object:runtime_invoke_void (object,intptr,intptr,intptr)
E/mono (13762): Method (wrapper runtime-invoke) object object:runtime_invoke_void (object,intptr,intptr,intptr) emitted at 0x7f77658ac0 to 0x7f77658b98 (code length 216) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) object object:__icall_wrapper_ves_icall_array_new_specific (intptr,int)
E/mono (13762): Method (wrapper managed-to-native) object object:__icall_wrapper_ves_icall_array_new_specific (intptr,int) emitted at 0x7f77658be8 to 0x7f77658c9c (code length 180) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,shared,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Interop.JniRuntime:.ctor (Java.Interop.JniRuntime/CreationOptions)
E/mono (13762): converting method void Java.Interop.JniRuntime:.cctor ()
E/mono (13762): Method void Java.Interop.JniRuntime:.cctor () emitted at 0x7f77658ce0 to 0x7f77658d20 (code length 64) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Collections.Concurrent.ConcurrentDictionary`2<intptr, Java.Interop.JniRuntime>:.ctor ()
E/mono (13762): Method void System.Collections.Concurrent.ConcurrentDictionary`2<intptr, Java.Interop.JniRuntime>:.ctor () emitted at 0x7f77658d40 to 0x7f77658d80 (code length 64) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Collections.Concurrent.ConcurrentDictionary`2<intptr, Java.Interop.JniRuntime>:.cctor ()
E/mono (13762): Method void System.Collections.Concurrent.ConcurrentDictionary`2<intptr, Java.Interop.JniRuntime>:.cctor () emitted at 0x7f77658db0 to 0x7f77658ddc (code length 44) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper runtime-invoke) object object:runtime_invoke_void (object,intptr,intptr,intptr)
E/mono (13762): Method (wrapper runtime-invoke) object object:runtime_invoke_void (object,intptr,intptr,intptr) emitted at 0x7f77658df0 to 0x7f77658ec8 (code length 216) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool System.Collections.Concurrent.ConcurrentDictionary`2<intptr, Java.Interop.JniRuntime>:IsValueWriteAtomic ()
E/mono (13762): Method bool System.Collections.Concurrent.ConcurrentDictionary`2<intptr, Java.Interop.JniRuntime>:IsValueWriteAtomic () emitted at 0x7f77658f18 to 0x7f77659098 (code length 384) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool System.Type:get_IsClass ()
E/mono (13762): Method bool System.Type:get_IsClass () emitted at 0x7f77659158 to 0x7f776591b4 (code length 92) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Type:.cctor ()
E/mono (13762): converting method void System.__Filters:.cctor ()
E/mono (13762): Method void System.__Filters:.cctor () emitted at 0x7f776591c8 to 0x7f77659208 (code length 64) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.__Filters:.ctor ()
E/mono (13762): Method void System.__Filters:.ctor () emitted at 0x7f77659228 to 0x7f77659240 (code length 24) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Reflection.Missing:.cctor ()
E/mono (13762): Method void System.Reflection.Missing:.cctor () emitted at 0x7f77659240 to 0x7f77659280 (code length 64) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Reflection.Missing:.ctor ()
E/mono (13762): Method void System.Reflection.Missing:.ctor () emitted at 0x7f776592a0 to 0x7f776592b8 (code length 24) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method void System.EmptyArray`1<System.Type>:.cctor ()
E/mono (13762): Method void System.EmptyArray`1<T_REF>:.cctor () emitted at 0x7f776592b8 to 0x7f776592f4 (code length 60) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper runtime-invoke) object object:runtime_invoke_void (object,intptr,intptr,intptr)
E/mono (13762): Method (wrapper runtime-invoke) object object:runtime_invoke_void (object,intptr,intptr,intptr) emitted at 0x7f77659348 to 0x7f77659420 (code length 216) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): Method void System.Type:.cctor () emitted at 0x7f77659470 to 0x7f776595f8 (code length 392) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) intptr object:__icall_wrapper_mono_ldvirtfn (object,intptr)
E/mono (13762): Method (wrapper managed-to-native) intptr object:__icall_wrapper_mono_ldvirtfn (object,intptr) emitted at 0x7f77659688 to 0x7f7765973c (code length 180) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,shared,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) void object:__icall_wrapper_ves_icall_mono_delegate_ctor (object,object,intptr)
E/mono (13762): Method (wrapper managed-to-native) void object:__icall_wrapper_ves_icall_mono_delegate_ctor (object,object,intptr) emitted at 0x7f77659780 to 0x7f77659830 (code length 176) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,shared,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Reflection.TypeAttributes System.RuntimeType:GetAttributeFlagsImpl ()
E/mono (13762): Method System.Reflection.TypeAttributes System.RuntimeType:GetAttributeFlagsImpl () emitted at 0x7f77659870 to 0x7f77659894 (code length 36) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.RuntimeType:.cctor ()
E/mono (13762): Method void System.RuntimeType:.cctor () emitted at 0x7f776598a8 to 0x7f77659a90 (code length 488) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) System.Reflection.TypeAttributes System.RuntimeTypeHandle:GetAttributes (System.RuntimeType)
E/mono (13762): Method (wrapper managed-to-native) System.Reflection.TypeAttributes System.RuntimeTypeHandle:GetAttributes (System.RuntimeType) emitted at 0x7f77659aa0 to 0x7f77659b58 (code length 184) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool System.Type:get_IsValueType ()
E/mono (13762): Method bool System.Type:get_IsValueType () emitted at 0x7f77659b88 to 0x7f77659bb8 (code length 48) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool System.RuntimeType:IsValueTypeImpl ()
E/mono (13762): Method bool System.RuntimeType:IsValueTypeImpl () emitted at 0x7f77659bb8 to 0x7f77659c2c (code length 116) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool System.RuntimeType:IsSubclassOf (System.Type)
E/mono (13762): Method bool System.RuntimeType:IsSubclassOf (System.Type) emitted at 0x7f77659c30 to 0x7f77659d5c (code length 300) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.RuntimeType System.RuntimeType:GetBaseType ()
E/mono (13762): Method System.RuntimeType System.RuntimeType:GetBaseType () emitted at 0x7f77659db0 to 0x7f77659f78 (code length 456) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool System.Type:get_IsInterface ()
E/mono (13762): Method bool System.Type:get_IsInterface () emitted at 0x7f77659fd8 to 0x7f7765a088 (code length 176) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool System.RuntimeTypeHandle:IsInterface (System.RuntimeType)
E/mono (13762): Method bool System.RuntimeTypeHandle:IsInterface (System.RuntimeType) emitted at 0x7f7765a098 to 0x7f7765a0dc (code length 68) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Reflection.TypeAttributes System.Type:get_Attributes ()
E/mono (13762): Method System.Reflection.TypeAttributes System.Type:get_Attributes () emitted at 0x7f7765a0f0 to 0x7f7765a124 (code length 52) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) bool System.RuntimeTypeHandle:IsGenericVariable (System.RuntimeType)
E/mono (13762): Method (wrapper managed-to-native) bool System.RuntimeTypeHandle:IsGenericVariable (System.RuntimeType) emitted at 0x7f7765a128 to 0x7f7765a1dc (code length 180) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) System.RuntimeType System.RuntimeTypeHandle:GetBaseType (System.RuntimeType)
E/mono (13762): Method (wrapper managed-to-native) System.RuntimeType System.RuntimeTypeHandle:GetBaseType (System.RuntimeType) emitted at 0x7f7765a210 to 0x7f7765a2c4 (code length 180) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method int System.Collections.Concurrent.ConcurrentDictionary`2<intptr, Java.Interop.JniRuntime>:get_DefaultConcurrencyLevel ()
E/mono (13762): Method int System.Collections.Concurrent.ConcurrentDictionary`2<intptr, Java.Interop.JniRuntime>:get_DefaultConcurrencyLevel () emitted at 0x7f7765a2f8 to 0x7f7765a318 (code length 32) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method int System.Threading.PlatformHelper:get_ProcessorCount ()
E/mono (13762): Method int System.Threading.PlatformHelper:get_ProcessorCount () emitted at 0x7f7765a328 to 0x7f7765a3d4 (code length 172) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) int System.Environment:get_TickCount ()
E/mono (13762): Method (wrapper managed-to-native) int System.Environment:get_TickCount () emitted at 0x7f7765a3f8 to 0x7f7765a4a8 (code length 176) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) int System.Environment:get_ProcessorCount ()
E/mono (13762): Method (wrapper managed-to-native) int System.Environment:get_ProcessorCount () emitted at 0x7f7765a4d8 to 0x7f7765a588 (code length 176) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Collections.Generic.EqualityComparer`1<intptr> System.Collections.Generic.EqualityComparer`1<intptr>:get_Default ()
E/mono (13762): Method System.Collections.Generic.EqualityComparer`1<intptr> System.Collections.Generic.EqualityComparer`1<intptr>:get_Default () emitted at 0x7f7765a5b8 to 0x7f7765a618 (code length 96) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Collections.Generic.EqualityComparer`1<intptr> System.Collections.Generic.EqualityComparer`1<intptr>:CreateComparer ()
E/mono (13762): Method System.Collections.Generic.EqualityComparer`1<intptr> System.Collections.Generic.EqualityComparer`1<intptr>:CreateComparer () emitted at 0x7f7765a628 to 0x7f7765aad8 (code length 1200) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool System.RuntimeType:IsAssignableFrom (System.Type)
E/mono (13762): Method bool System.RuntimeType:IsAssignableFrom (System.Type) emitted at 0x7f7765ac38 to 0x7f7765ae0c (code length 468) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Type System.RuntimeType:get_UnderlyingSystemType ()
E/mono (13762): Method System.Type System.RuntimeType:get_UnderlyingSystemType () emitted at 0x7f7765ae50 to 0x7f7765ae6c (code length 28) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool System.RuntimeTypeHandle:CanCastTo (System.RuntimeType,System.RuntimeType)
E/mono (13762): Method bool System.RuntimeTypeHandle:CanCastTo (System.RuntimeType,System.RuntimeType) emitted at 0x7f7765ae70 to 0x7f7765ae98 (code length 40) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) bool System.RuntimeTypeHandle:type_is_assignable_from (System.Type,System.Type)
E/mono (13762): Method (wrapper managed-to-native) bool System.RuntimeTypeHandle:type_is_assignable_from (System.Type,System.Type) emitted at 0x7f7765aea8 to 0x7f7765af68 (code length 192) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool System.RuntimeType:get_IsGenericType ()
E/mono (13762): Method bool System.RuntimeType:get_IsGenericType () emitted at 0x7f7765af98 to 0x7f7765afb8 (code length 32) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) bool System.RuntimeTypeHandle:HasInstantiation (System.RuntimeType)
E/mono (13762): Method (wrapper managed-to-native) bool System.RuntimeTypeHandle:HasInstantiation (System.RuntimeType) emitted at 0x7f7765afc8 to 0x7f7765b07c (code length 180) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool System.RuntimeType:get_IsEnum ()
E/mono (13762): Method bool System.RuntimeType:get_IsEnum () emitted at 0x7f7765b0b0 to 0x7f7765b0e8 (code length 56) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Collections.Concurrent.ConcurrentDictionary`2<intptr, Java.Interop.JniRuntime>:.ctor (int,int,bool,System.Collections.Generic.IEqualityComparer`1<intptr>)
E/mono (13762): Method void System.Collections.Concurrent.ConcurrentDictionary`2<intptr, Java.Interop.JniRuntime>:.ctor (int,int,bool,System.Collections.Generic.IEqualityComparer`1<intptr>) emitted at 0x7f7765b0f8 to 0x7f7765b364 (code length 620) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper stelemref) void object:virt_stelemref_object (intptr,object)
E/mono (13762): Method (wrapper stelemref) void object:virt_stelemref_object (intptr,object) emitted at 0x7f7765b4a8 to 0x7f7765b510 (code length 104) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Collections.Concurrent.ConcurrentDictionary`2/Tables<intptr, Java.Interop.JniRuntime>:.ctor (System.Collections.Concurrent.ConcurrentDictionary`2/Node<intptr, Java.Interop.JniRuntime>[],object[],int[],System.Collections.Generic.IEqualityComparer`1<intptr>)
E/mono (13762): Method void System.Collections.Concurrent.ConcurrentDictionary`2/Tables<intptr, Java.Interop.JniRuntime>:.ctor (System.Collections.Concurrent.ConcurrentDictionary`2/Node<intptr, Java.Interop.JniRuntime>[],object[],int[],System.Collections.Generic.IEqualityComparer`1<intptr>) emitted at 0x7f7765b530 to 0x7f7765b5a4 (code length 116) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): Method void Java.Interop.JniRuntime:.ctor (Java.Interop.JniRuntime/CreationOptions) emitted at 0x7f7765b5e8 to 0x7f7765bbd8 (code length 1520) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Collections.Concurrent.ConcurrentDictionary`2<intptr, System.IDisposable>:.ctor ()
E/mono (13762): Method void System.Collections.Concurrent.ConcurrentDictionary`2<intptr, System.IDisposable>:.ctor () emitted at 0x7f7765bef8 to 0x7f7765bf38 (code length 64) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Collections.Concurrent.ConcurrentDictionary`2<intptr, System.IDisposable>:.cctor ()
E/mono (13762): Method void System.Collections.Concurrent.ConcurrentDictionary`2<intptr, System.IDisposable>:.cctor () emitted at 0x7f7765bf68 to 0x7f7765bf94 (code length 44) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool System.Collections.Concurrent.ConcurrentDictionary`2<intptr, System.IDisposable>:IsValueWriteAtomic ()
E/mono (13762): Method bool System.Collections.Concurrent.ConcurrentDictionary`2<intptr, System.IDisposable>:IsValueWriteAtomic () emitted at 0x7f7765bfa8 to 0x7f7765c120 (code length 376) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method int System.Collections.Concurrent.ConcurrentDictionary`2<intptr, System.IDisposable>:get_DefaultConcurrencyLevel ()
E/mono (13762): Method int System.Collections.Concurrent.ConcurrentDictionary`2<intptr, System.IDisposable>:get_DefaultConcurrencyLevel () emitted at 0x7f7765c130 to 0x7f7765c150 (code length 32) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Collections.Concurrent.ConcurrentDictionary`2<intptr, System.IDisposable>:.ctor (int,int,bool,System.Collections.Generic.IEqualityComparer`1<intptr>)
E/mono (13762): Method void System.Collections.Concurrent.ConcurrentDictionary`2<intptr, System.IDisposable>:.ctor (int,int,bool,System.Collections.Generic.IEqualityComparer`1<intptr>) emitted at 0x7f7765c160 to 0x7f7765c3cc (code length 620) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Collections.Concurrent.ConcurrentDictionary`2/Tables<intptr, System.IDisposable>:.ctor (System.Collections.Concurrent.ConcurrentDictionary`2/Node<intptr, System.IDisposable>[],object[],int[],System.Collections.Generic.IEqualityComparer`1<intptr>)
E/mono (13762): Method void System.Collections.Concurrent.ConcurrentDictionary`2/Tables<intptr, System.IDisposable>:.ctor (System.Collections.Concurrent.ConcurrentDictionary`2/Node<intptr, System.IDisposable>[],object[],int[],System.Collections.Generic.IEqualityComparer`1<intptr>) emitted at 0x7f7765c510 to 0x7f7765c584 (code length 116) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Interop.JniRuntime:set_TrackIDs (bool)
E/mono (13762): Method void Java.Interop.JniRuntime:set_TrackIDs (bool) emitted at 0x7f7765c5c8 to 0x7f7765c5f0 (code length 40) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Interop.JniRuntime:set_NewObjectRequired (bool)
E/mono (13762): Method void Java.Interop.JniRuntime:set_NewObjectRequired (bool) emitted at 0x7f7765c5f0 to 0x7f7765c618 (code length 40) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Interop.JniRuntime:set_JniVersion (Java.Interop.JniVersion)
E/mono (13762): Method void Java.Interop.JniRuntime:set_JniVersion (Java.Interop.JniVersion) emitted at 0x7f7765c618 to 0x7f7765c640 (code length 40) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Interop.JniRuntime:set_InvocationPointer (intptr)
E/mono (13762): Method void Java.Interop.JniRuntime:set_InvocationPointer (intptr) emitted at 0x7f7765c640 to 0x7f7765c668 (code length 40) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method intptr Java.Interop.JniRuntime:get_InvocationPointer ()
E/mono (13762): Method intptr Java.Interop.JniRuntime:get_InvocationPointer () emitted at 0x7f7765c668 to 0x7f7765c688 (code length 32) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method Java.Interop.JavaVMInterface Java.Interop.JniRuntime:CreateInvoker (intptr)
E/mono (13762): Method Java.Interop.JavaVMInterface Java.Interop.JniRuntime:CreateInvoker (intptr) emitted at 0x7f7765c688 to 0x7f7765c754 (code length 204) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method intptr System.Runtime.InteropServices.Marshal:ReadIntPtr (intptr)
E/mono (13762): Method intptr System.Runtime.InteropServices.Marshal:ReadIntPtr (intptr) emitted at 0x7f7765c798 to 0x7f7765c7b8 (code length 32) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Runtime.InteropServices.Marshal:.cctor ()
E/mono (13762): Method void System.Runtime.InteropServices.Marshal:.cctor () emitted at 0x7f7765c7c8 to 0x7f7765c804 (code length 60) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method long System.Runtime.InteropServices.Marshal:ReadInt64 (intptr)
E/mono (13762): Method long System.Runtime.InteropServices.Marshal:ReadInt64 (intptr) emitted at 0x7f7765c808 to 0x7f7765c85c (code length 84) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) object System.Runtime.InteropServices.Marshal:PtrToStructure (intptr,System.Type)
E/mono (13762): Method (wrapper managed-to-native) object System.Runtime.InteropServices.Marshal:PtrToStructure (intptr,System.Type) emitted at 0x7f7765c870 to 0x7f7765c930 (code length 192) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper unknown) void Java.Interop.JavaVMInterface:PtrToStructure (intptr,object)
E/mono (13762): Method (wrapper unknown) void Java.Interop.JavaVMInterface:PtrToStructure (intptr,object) emitted at 0x7f7765c960 to 0x7f7765cb48 (code length 488) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper runtime-invoke) object <Module>:runtime_invoke_void_intptr_object (object,intptr,intptr,intptr)
E/mono (13762): Method (wrapper runtime-invoke) object <Module>:runtime_invoke_void_intptr_object (object,intptr,intptr,intptr) emitted at 0x7f7765cbf8 to 0x7f7765ccf0 (code length 248) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) object object:__icall_wrapper_mono_ftnptr_to_delegate (intptr,intptr)
E/mono (13762): Method (wrapper managed-to-native) object object:__icall_wrapper_mono_ftnptr_to_delegate (intptr,intptr) emitted at 0x7f7765cd40 to 0x7f7765cdf4 (code length 180) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,shared,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) int object:wrapper_native_0x7f7d495478 (intptr)
E/mono (13762): Method (wrapper managed-to-native) int object:wrapper_native_0x7f7d495478 (intptr) emitted at 0x7f7765ce38 to 0x7f7765ceec (code length 180) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) int object:wrapper_native_0x7f7d496494 (intptr,intptr&,Java.Interop.JavaVMThreadAttachArgs&)
E/mono (13762): Method (wrapper managed-to-native) int object:wrapper_native_0x7f7d496494 (intptr,intptr&,Java.Interop.JavaVMThreadAttachArgs&) emitted at 0x7f7765cf20 to 0x7f7765cfe8 (code length 200) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) int object:wrapper_native_0x7f7d4953fc (intptr)
E/mono (13762): Method (wrapper managed-to-native) int object:wrapper_native_0x7f7d4953fc (intptr) emitted at 0x7f7765d018 to 0x7f7765d0cc (code length 180) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) int object:wrapper_native_0x7f7d4962e4 (intptr,intptr&,int)
E/mono (13762): Method (wrapper managed-to-native) int object:wrapper_native_0x7f7d4962e4 (intptr,intptr&,int) emitted at 0x7f7765d100 to 0x7f7765d1c8 (code length 200) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) int object:wrapper_native_0x7f7d49662c (intptr,intptr&,intptr)
E/mono (13762): Method (wrapper managed-to-native) int object:wrapper_native_0x7f7d49662c (intptr,intptr&,intptr) emitted at 0x7f7765d1f8 to 0x7f7765d2c0 (code length 200) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) void object:__icall_wrapper_mono_gc_wbarrier_value_copy_bitmap (intptr,intptr,intptr,intptr)
E/mono (13762): Method (wrapper managed-to-native) void object:__icall_wrapper_mono_gc_wbarrier_value_copy_bitmap (intptr,intptr,intptr,intptr) emitted at 0x7f7765d2f0 to 0x7f7765d3a8 (code length 184) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,shared,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method Java.Interop.JniRuntime/JniObjectReferenceManager Java.Interop.JniRuntime:SetRuntime<Java.Interop.JniRuntime/JniObjectReferenceManager> (Java.Interop.JniRuntime/JniObjectReferenceManager)
E/mono (13762): Method T_REF Java.Interop.JniRuntime:SetRuntime<T_REF> (T_REF) emitted at 0x7f7765d3e8 to 0x7f7765d45c (code length 116) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Interop.JniRuntime/JniObjectReferenceManager:OnSetRuntime (Java.Interop.JniRuntime)
E/mono (13762): Method void Java.Interop.JniRuntime/JniObjectReferenceManager:OnSetRuntime (Java.Interop.JniRuntime) emitted at 0x7f7765d460 to 0x7f7765d490 (code length 48) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Interop.JniRuntime:set_ObjectReferenceManager (Java.Interop.JniRuntime/JniObjectReferenceManager)
E/mono (13762): Method void Java.Interop.JniRuntime:set_ObjectReferenceManager (Java.Interop.JniRuntime/JniObjectReferenceManager) emitted at 0x7f7765d4a0 to 0x7f7765d4d0 (code length 48) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Interop.JniRuntime/JniTypeManager:OnSetRuntime (Java.Interop.JniRuntime)
E/mono (13762): Method void Java.Interop.JniRuntime/JniTypeManager:OnSetRuntime (Java.Interop.JniRuntime) emitted at 0x7f7765d4e0 to 0x7f7765d510 (code length 48) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Interop.JniRuntime:set_TypeManager (Java.Interop.JniRuntime/JniTypeManager)
E/mono (13762): Method void Java.Interop.JniRuntime:set_TypeManager (Java.Interop.JniRuntime/JniTypeManager) emitted at 0x7f7765d520 to 0x7f7765d550 (code length 48) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool System.Collections.Concurrent.ConcurrentDictionary`2<intptr, Java.Interop.JniRuntime>:TryAdd (intptr,Java.Interop.JniRuntime)
E/mono (13762): Method bool System.Collections.Concurrent.ConcurrentDictionary`2<intptr, Java.Interop.JniRuntime>:TryAdd (intptr,Java.Interop.JniRuntime) emitted at 0x7f7765d560 to 0x7f7765d5c0 (code length 96) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool System.Collections.Concurrent.ConcurrentDictionary`2<intptr, Java.Interop.JniRuntime>:TryAddInternal (intptr,Java.Interop.JniRuntime,bool,bool,Java.Interop.JniRuntime&)
E/mono (13762): Method bool System.Collections.Concurrent.ConcurrentDictionary`2<intptr, Java.Interop.JniRuntime>:TryAddInternal (intptr,Java.Interop.JniRuntime,bool,bool,Java.Interop.JniRuntime&) emitted at 0x7f7765d600 to 0x7f7765dab4 (code length 1204) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method int System.Collections.Generic.ObjectEqualityComparer`1<intptr>:GetHashCode (intptr)
E/mono (13762): Method int System.Collections.Generic.ObjectEqualityComparer`1<intptr>:GetHashCode (intptr) emitted at 0x7f7765dcb0 to 0x7f7765dce0 (code length 48) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Collections.Concurrent.ConcurrentDictionary`2<intptr, Java.Interop.JniRuntime>:GetBucketAndLockNo (int,int&,int&,int,int)
E/mono (13762): Method void System.Collections.Concurrent.ConcurrentDictionary`2<intptr, Java.Interop.JniRuntime>:GetBucketAndLockNo (int,int&,int&,int,int) emitted at 0x7f7765dce0 to 0x7f7765de5c (code length 380) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Threading.Monitor:Enter (object,bool&)
E/mono (13762): Method void System.Threading.Monitor:Enter (object,bool&) emitted at 0x7f7765de80 to 0x7f7765debc (code length 60) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Threading.Monitor:ReliableEnter (object,bool&)
E/mono (13762): Method void System.Threading.Monitor:ReliableEnter (object,bool&) emitted at 0x7f7765dee0 to 0x7f7765df10 (code length 48) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Threading.Monitor:ReliableEnterTimeout (object,int,bool&)
E/mono (13762): Method void System.Threading.Monitor:ReliableEnterTimeout (object,int,bool&) emitted at 0x7f7765df20 to 0x7f7765dff0 (code length 208) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Collections.Concurrent.ConcurrentDictionary`2/Node<intptr, Java.Interop.JniRuntime>:.ctor (intptr,Java.Interop.JniRuntime,int,System.Collections.Concurrent.ConcurrentDictionary`2/Node<intptr, Java.Interop.JniRuntime>)
E/mono (13762): Method void System.Collections.Concurrent.ConcurrentDictionary`2/Node<intptr, Java.Interop.JniRuntime>:.ctor (intptr,Java.Interop.JniRuntime,int,System.Collections.Concurrent.ConcurrentDictionary`2/Node<intptr, Java.Interop.JniRuntime>) emitted at 0x7f7765e070 to 0x7f7765e0dc (code length 108) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Interop.JniEnvironmentInfo:.ctor (intptr,Java.Interop.JniRuntime)
E/mono (13762): Method void Java.Interop.JniEnvironmentInfo:.ctor (intptr,Java.Interop.JniRuntime) emitted at 0x7f7765e100 to 0x7f7765e148 (code length 72) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Interop.JniEnvironmentInfo:set_EnvironmentPointer (intptr)
E/mono (13762): Method void Java.Interop.JniEnvironmentInfo:set_EnvironmentPointer (intptr) emitted at 0x7f7765e168 to 0x7f7765e300 (code length 408) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method int Java.Interop.JniEnvironment/References:GetJavaVM (intptr,intptr&)
E/mono (13762): Method int Java.Interop.JniEnvironment/References:GetJavaVM (intptr,intptr&) emitted at 0x7f7765e420 to 0x7f7765e44c (code length 44) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) int Java.Interop.NativeMethods:java_interop_jnienv_get_java_vm (intptr,intptr&)
E/mono (13762): Method (wrapper managed-to-native) int Java.Interop.NativeMethods:java_interop_jnienv_get_java_vm (intptr,intptr&) emitted at 0x7f7765e460 to 0x7f7765e520 (code length 192) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method Java.Interop.JniRuntime Java.Interop.JniRuntime:GetRegisteredRuntime (intptr)
E/mono (13762): Method Java.Interop.JniRuntime Java.Interop.JniRuntime:GetRegisteredRuntime (intptr) emitted at 0x7f7765e550 to 0x7f7765e5b0 (code length 96) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool System.Collections.Concurrent.ConcurrentDictionary`2<intptr, Java.Interop.JniRuntime>:TryGetValue (intptr,Java.Interop.JniRuntime&)
E/mono (13762): Method bool System.Collections.Concurrent.ConcurrentDictionary`2<intptr, Java.Interop.JniRuntime>:TryGetValue (intptr,Java.Interop.JniRuntime&) emitted at 0x7f7765e5c0 to 0x7f7765e75c (code length 412) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool System.Collections.Generic.ObjectEqualityComparer`1<intptr>:Equals (intptr,intptr)
E/mono (13762): Method bool System.Collections.Generic.ObjectEqualityComparer`1<intptr>:Equals (intptr,intptr) emitted at 0x7f7765e7e0 to 0x7f7765e850 (code length 112) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool intptr:Equals (object)
E/mono (13762): Method bool intptr:Equals (object) emitted at 0x7f7765e870 to 0x7f7765e934 (code length 196) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Interop.JniEnvironment:SetEnvironmentInfo (Java.Interop.JniEnvironmentInfo)
E/mono (13762): converting method void Java.Interop.JniEnvironment:.cctor ()
E/mono (13762): Method void Java.Interop.JniEnvironment:.cctor () emitted at 0x7f7765e948 to 0x7f7765e9e4 (code length 156) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method void System.Threading.ThreadLocal`1<Java.Interop.JniEnvironmentInfo>:.ctor (System.Func`1<Java.Interop.JniEnvironmentInfo>,bool)
E/mono (13762): Method void System.Threading.ThreadLocal`1<T_REF>:.ctor (System.Func`1<T_REF>,bool) emitted at 0x7f7765ea18 to 0x7f7765eab4 (code length 156) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method void System.Threading.ThreadLocal`1<Java.Interop.JniEnvironmentInfo>:.cctor ()
E/mono (13762): Method void System.Threading.ThreadLocal`1<T_REF>:.cctor () emitted at 0x7f7765eb38 to 0x7f7765eb78 (code length 64) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method void System.Threading.ThreadLocal`1/IdManager<Java.Interop.JniEnvironmentInfo>:.ctor ()
E/mono (13762): Method void System.Threading.ThreadLocal`1/IdManager<T_REF>:.ctor () emitted at 0x7f7765ebd8 to 0x7f7765ec2c (code length 84) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Collections.Generic.List`1<bool>:.ctor ()
E/mono (13762): converting method void System.Collections.Generic.List`1<bool>:.cctor ()
E/mono (13762): Method void System.Collections.Generic.List`1<bool>:.cctor () emitted at 0x7f7765ec60 to 0x7f7765ec9c (code length 60) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): Method void System.Collections.Generic.List`1<bool>:.ctor () emitted at 0x7f7765ecb0 to 0x7f7765ecf4 (code length 68) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method void System.Threading.ThreadLocal`1/LinkedSlot<Java.Interop.JniEnvironmentInfo>:.ctor (System.Threading.ThreadLocal`1/LinkedSlotVolatile<Java.Interop.JniEnvironmentInfo>[])
E/mono (13762): Method void System.Threading.ThreadLocal`1/LinkedSlot<T_REF>:.ctor (System.Threading.ThreadLocal`1/LinkedSlotVolatile<T_REF>[]) emitted at 0x7f7765ed08 to 0x7f7765ed48 (code length 64) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method void System.Threading.ThreadLocal`1<Java.Interop.JniEnvironmentInfo>:Initialize (System.Func`1<Java.Interop.JniEnvironmentInfo>,bool)
E/mono (13762): Method void System.Threading.ThreadLocal`1<T_REF>:Initialize (System.Func`1<T_REF>,bool) emitted at 0x7f7765ed58 to 0x7f7765ee20 (code length 200) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method int System.Threading.ThreadLocal`1/IdManager<Java.Interop.JniEnvironmentInfo>:GetId ()
E/mono (13762): Method int System.Threading.ThreadLocal`1/IdManager<T_REF>:GetId () emitted at 0x7f7765ee80 to 0x7f7765eff0 (code length 368) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method int System.Collections.Generic.List`1<bool>:get_Count ()
E/mono (13762): Method int System.Collections.Generic.List`1<bool>:get_Count () emitted at 0x7f7765f080 to 0x7f7765f0a0 (code length 32) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Collections.Generic.List`1<bool>:Add (bool)
E/mono (13762): Method void System.Collections.Generic.List`1<bool>:Add (bool) emitted at 0x7f7765f0a0 to 0x7f7765f13c (code length 156) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Collections.Generic.List`1<bool>:EnsureCapacity (int)
E/mono (13762): Method void System.Collections.Generic.List`1<bool>:EnsureCapacity (int) emitted at 0x7f7765f160 to 0x7f7765f1f0 (code length 144) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Collections.Generic.List`1<bool>:set_Capacity (int)
E/mono (13762): Method void System.Collections.Generic.List`1<bool>:set_Capacity (int) emitted at 0x7f7765f200 to 0x7f7765f2cc (code length 204) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): Method void Java.Interop.JniEnvironment:SetEnvironmentInfo (Java.Interop.JniEnvironmentInfo) emitted at 0x7f7765f320 to 0x7f7765f358 (code length 56) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method void System.Threading.ThreadLocal`1<Java.Interop.JniEnvironmentInfo>:set_Value (Java.Interop.JniEnvironmentInfo)
E/mono (13762): Method void System.Threading.ThreadLocal`1<T_REF>:set_Value (T_REF) emitted at 0x7f7765f368 to 0x7f7765f444 (code length 220) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) intptr object:__icall_wrapper_mono_class_static_field_address (intptr,intptr)
E/mono (13762): Method (wrapper managed-to-native) intptr object:__icall_wrapper_mono_class_static_field_address (intptr,intptr) emitted at 0x7f7765f498 to 0x7f7765f54c (code length 180) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,shared,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method void System.Threading.ThreadLocal`1<Java.Interop.JniEnvironmentInfo>:SetValueSlow (Java.Interop.JniEnvironmentInfo,System.Threading.ThreadLocal`1/LinkedSlotVolatile<Java.Interop.JniEnvironmentInfo>[])
E/mono (13762): Method void System.Threading.ThreadLocal`1<T_REF>:SetValueSlow (T_REF,System.Threading.ThreadLocal`1/LinkedSlotVolatile<T_REF>[]) emitted at 0x7f7765f590 to 0x7f7765f810 (code length 640) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method int System.Threading.ThreadLocal`1<Java.Interop.JniEnvironmentInfo>:GetNewTableSize (int)
E/mono (13762): Method int System.Threading.ThreadLocal`1<T_REF>:GetNewTableSize (int) emitted at 0x7f7765f9d0 to 0x7f7765fa78 (code length 168) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method void System.Threading.ThreadLocal`1/FinalizationHelper<Java.Interop.JniEnvironmentInfo>:.ctor (System.Threading.ThreadLocal`1/LinkedSlotVolatile<Java.Interop.JniEnvironmentInfo>[],bool)
E/mono (13762): Method void System.Threading.ThreadLocal`1/FinalizationHelper<T_REF>:.ctor (System.Threading.ThreadLocal`1/LinkedSlotVolatile<T_REF>[],bool) emitted at 0x7f7765fa78 to 0x7f7765fabc (code length 68) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method void System.Threading.ThreadLocal`1<Java.Interop.JniEnvironmentInfo>:CreateLinkedSlot (System.Threading.ThreadLocal`1/LinkedSlotVolatile<Java.Interop.JniEnvironmentInfo>[],int,Java.Interop.JniEnvironmentInfo)
E/mono (13762): Method void System.Threading.ThreadLocal`1<T_REF>:CreateLinkedSlot (System.Threading.ThreadLocal`1/LinkedSlotVolatile<T_REF>[],int,T_REF) emitted at 0x7f7765fad0 to 0x7f7765fce4 (code length 532) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool intptr:op_Inequality (intptr,intptr)
E/mono (13762): Method bool intptr:op_Inequality (intptr,intptr) emitted at 0x7f7765fe38 to 0x7f7765fe6c (code length 52) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Interop.JniMethodInfo:.ctor (intptr,bool)
E/mono (13762): Method void Java.Interop.JniMethodInfo:.ctor (intptr,bool) emitted at 0x7f7765fe70 to 0x7f7765fea8 (code length 56) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool Java.Interop.JniObjectReference:get_IsValid ()
E/mono (13762): Method bool Java.Interop.JniObjectReference:get_IsValid () emitted at 0x7f7765fea8 to 0x7f7765fed0 (code length 40) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method Java.Interop.JniObjectReference Java.Interop.JniObjectReference:NewGlobalRef ()
E/mono (13762): Method Java.Interop.JniObjectReference Java.Interop.JniObjectReference:NewGlobalRef () emitted at 0x7f7765fee0 to 0x7f7765ff60 (code length 128) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method Java.Interop.JniRuntime Java.Interop.JniEnvironment:get_Runtime ()
E/mono (13762): Method Java.Interop.JniRuntime Java.Interop.JniEnvironment:get_Runtime () emitted at 0x7f7765ff70 to 0x7f7765ff94 (code length 36) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method Java.Interop.JniEnvironmentInfo Java.Interop.JniEnvironment:get_CurrentInfo ()
E/mono (13762): Method Java.Interop.JniEnvironmentInfo Java.Interop.JniEnvironment:get_CurrentInfo () emitted at 0x7f7765ffa8 to 0x7f77660028 (code length 128) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method Java.Interop.JniEnvironmentInfo System.Threading.ThreadLocal`1<Java.Interop.JniEnvironmentInfo>:get_Value ()
E/mono (13762): Method T_REF System.Threading.ThreadLocal`1<T_REF>:get_Value () emitted at 0x7f77660078 to 0x7f7766013c (code length 196) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool Java.Interop.JniEnvironmentInfo:get_IsValid ()
E/mono (13762): Method bool Java.Interop.JniEnvironmentInfo:get_IsValid () emitted at 0x7f77660180 to 0x7f776601d4 (code length 84) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method Java.Interop.JniObjectReference Android.Runtime.AndroidObjectReferenceManager:CreateGlobalReference (Java.Interop.JniObjectReference)
E/mono (13762): Method Java.Interop.JniObjectReference Android.Runtime.AndroidObjectReferenceManager:CreateGlobalReference (Java.Interop.JniObjectReference) emitted at 0x7f776601e8 to 0x7f77660430 (code length 584) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method Java.Interop.JniObjectReference Java.Interop.JniRuntime/JniObjectReferenceManager:CreateGlobalReference (Java.Interop.JniObjectReference)
E/mono (13762): Method Java.Interop.JniObjectReference Java.Interop.JniRuntime/JniObjectReferenceManager:CreateGlobalReference (Java.Interop.JniObjectReference) emitted at 0x7f77660550 to 0x7f77660660 (code length 272) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method Java.Interop.JniObjectReference Java.Interop.JniEnvironment/References:NewGlobalRef (Java.Interop.JniObjectReference)
E/mono (13762): Method Java.Interop.JniObjectReference Java.Interop.JniEnvironment/References:NewGlobalRef (Java.Interop.JniObjectReference) emitted at 0x7f776606a0 to 0x7f77660708 (code length 104) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method intptr Java.Interop.JniEnvironment:get_EnvironmentPointer ()
E/mono (13762): Method intptr Java.Interop.JniEnvironment:get_EnvironmentPointer () emitted at 0x7f77660728 to 0x7f7766074c (code length 36) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) intptr Java.Interop.NativeMethods:java_interop_jnienv_new_global_ref (intptr,intptr)
E/mono (13762): Method (wrapper managed-to-native) intptr Java.Interop.NativeMethods:java_interop_jnienv_new_global_ref (intptr,intptr) emitted at 0x7f77660760 to 0x7f7766081c (code length 188) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method int Android.Runtime.AndroidObjectReferenceManager:get_GlobalReferenceCount ()
E/mono (13762): Method int Android.Runtime.AndroidObjectReferenceManager:get_GlobalReferenceCount () emitted at 0x7f77660850 to 0x7f77660870 (code length 32) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) int Android.Runtime.AndroidObjectReferenceManager:_monodroid_gref_get ()
E/mono (13762): Method (wrapper managed-to-native) int Android.Runtime.AndroidObjectReferenceManager:_monodroid_gref_get () emitted at 0x7f77660880 to 0x7f7766092c (code length 172) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) int Android.Runtime.JNIEnv:_monodroid_gref_log_new (intptr,byte,intptr,byte,string,int,System.Text.StringBuilder,int)
E/mono (13762): Method (wrapper managed-to-native) int Android.Runtime.JNIEnv:_monodroid_gref_log_new (intptr,byte,intptr,byte,string,int,System.Text.StringBuilder,int) emitted at 0x7f77660960 to 0x7f77660a84 (code length 292) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) intptr object:__icall_wrapper_mono_string_to_lpstr (object)
E/mono (13762): Method (wrapper managed-to-native) intptr object:__icall_wrapper_mono_string_to_lpstr (object) emitted at 0x7f77660b08 to 0x7f77660bb0 (code length 168) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,shared,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) intptr object:__icall_wrapper_mono_string_builder_to_utf8 (object)
E/mono (13762): Method (wrapper managed-to-native) intptr object:__icall_wrapper_mono_string_builder_to_utf8 (object) emitted at 0x7f77660bf0 to 0x7f77660c98 (code length 168) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,shared,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) void object:__icall_wrapper_mono_marshal_free (intptr)
E/mono (13762): Method (wrapper managed-to-native) void object:__icall_wrapper_mono_marshal_free (intptr) emitted at 0x7f77660cd8 to 0x7f77660d74 (code length 156) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,shared,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) void object:__icall_wrapper_mono_string_utf8_to_builder (intptr,intptr)
E/mono (13762): Method (wrapper managed-to-native) void object:__icall_wrapper_mono_string_utf8_to_builder (intptr,intptr) emitted at 0x7f77660db8 to 0x7f77660e60 (code length 168) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,shared,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool System.Convert:ToBoolean (int)
E/mono (13762): Method bool System.Convert:ToBoolean (int) emitted at 0x7f77660ea0 to 0x7f77660ecc (code length 44) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Convert:.cctor ()
E/mono (13762): converting method void System.DBNull:.cctor ()
E/mono (13762): Method void System.DBNull:.cctor () emitted at 0x7f77660ed0 to 0x7f77660f10 (code length 64) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.DBNull:.ctor ()
E/mono (13762): Method void System.DBNull:.ctor () emitted at 0x7f77660f30 to 0x7f77660f48 (code length 24) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): Method void System.Convert:.cctor () emitted at 0x7f77660f48 to 0x7f776618d8 (code length 2448) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper stelemref) void object:virt_stelemref_class (intptr,object)
E/mono (13762): Method (wrapper stelemref) void object:virt_stelemref_class (intptr,object) emitted at 0x7f77661918 to 0x7f776619f8 (code length 224) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) object object:__icall_wrapper_mono_object_isinst_icall (object,intptr)
E/mono (13762): Method (wrapper managed-to-native) object object:__icall_wrapper_mono_object_isinst_icall (object,intptr) emitted at 0x7f77661a48 to 0x7f77661afc (code length 180) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,shared,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void string:memcpy (byte*,byte*,int)
E/mono (13762): Method void string:memcpy (byte*,byte*,int) emitted at 0x7f77661b40 to 0x7f77661b70 (code length 48) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Buffer:Memcpy (byte*,byte*,int)
E/mono (13762): Method void System.Buffer:Memcpy (byte*,byte*,int) emitted at 0x7f77661b80 to 0x7f77661cb0 (code length 304) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Buffer:memcpy4 (byte*,byte*,int)
E/mono (13762): Method void System.Buffer:memcpy4 (byte*,byte*,int) emitted at 0x7f77661ce0 to 0x7f77661d9c (code length 188) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method string System.Environment:GetEnvironmentVariable (string)
E/mono (13762): Method string System.Environment:GetEnvironmentVariable (string) emitted at 0x7f77661da0 to 0x7f77661dc0 (code length 32) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) string System.Environment:internalGetEnvironmentVariable (string)
E/mono (13762): Method (wrapper managed-to-native) string System.Environment:internalGetEnvironmentVariable (string) emitted at 0x7f77661dd0 to 0x7f77661e84 (code length 180) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method Java.Lang.Thread/IUncaughtExceptionHandler Java.Lang.Thread:get_DefaultUncaughtExceptionHandler ()
E/mono (13762): converting method void Java.Lang.Thread:.cctor ()
E/mono (13762): Method void Java.Lang.Thread:.cctor () emitted at 0x7f77661eb8 to 0x7f77661f10 (code length 88) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Android.Runtime.XAPeerMembers:.ctor (string,System.Type)
E/mono (13762): Method void Android.Runtime.XAPeerMembers:.ctor (string,System.Type) emitted at 0x7f77661f30 to 0x7f77661f60 (code length 48) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Android.Runtime.XAPeerMembers:.cctor ()
E/mono (13762): Method void Android.Runtime.XAPeerMembers:.cctor () emitted at 0x7f77661f70 to 0x7f77661fb0 (code length 64) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method void System.Collections.Generic.Dictionary`2<string, Java.Interop.JniPeerMembers>:.ctor ()
E/mono (13762): Method void System.Collections.Generic.Dictionary`2<TKey_REF, TValue_REF>:.ctor () emitted at 0x7f77661fd0 to 0x7f77661ff8 (code length 40) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method void System.Collections.Generic.Dictionary`2<string, Java.Interop.JniPeerMembers>:.ctor (int,System.Collections.Generic.IEqualityComparer`1<string>)
E/mono (13762): Method void System.Collections.Generic.Dictionary`2<TKey_REF, TValue_REF>:.ctor (int,System.Collections.Generic.IEqualityComparer`1<TKey_REF>) emitted at 0x7f77662008 to 0x7f77662090 (code length 136) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method System.Collections.Generic.EqualityComparer`1<string> System.Collections.Generic.EqualityComparer`1<string>:get_Default ()
E/mono (13762): Method System.Collections.Generic.EqualityComparer`1<T_REF> System.Collections.Generic.EqualityComparer`1<T_REF>:get_Default () emitted at 0x7f776620e0 to 0x7f77662150 (code length 112) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method System.Collections.Generic.EqualityComparer`1<string> System.Collections.Generic.EqualityComparer`1<string>:CreateComparer ()
E/mono (13762): Method System.Collections.Generic.EqualityComparer`1<T_REF> System.Collections.Generic.EqualityComparer`1<T_REF>:CreateComparer () emitted at 0x7f77662190 to 0x7f77662658 (code length 1224) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool System.Type:op_Equality (System.Type,System.Type)
E/mono (13762): Method bool System.Type:op_Equality (System.Type,System.Type) emitted at 0x7f776628c8 to 0x7f776628f4 (code length 44) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Collections.Generic.InternalStringComparer:.ctor ()
E/mono (13762): Method void System.Collections.Generic.InternalStringComparer:.ctor () emitted at 0x7f776628f8 to 0x7f77662910 (code length 24) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Interop.JniPeerMembers:.ctor (string,System.Type)
E/mono (13762): Method void Java.Interop.JniPeerMembers:.ctor (string,System.Type) emitted at 0x7f77662910 to 0x7f77662a08 (code length 248) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Interop.JniPeerMembers:.ctor (string,System.Type,bool)
E/mono (13762): Method void Java.Interop.JniPeerMembers:.ctor (string,System.Type,bool) emitted at 0x7f77662ab8 to 0x7f77662cb0 (code length 504) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Reflection.TypeInfo System.Reflection.IntrospectionExtensions:GetTypeInfo (System.Type)
E/mono (13762): Method System.Reflection.TypeInfo System.Reflection.IntrospectionExtensions:GetTypeInfo (System.Type) emitted at 0x7f77662e50 to 0x7f77662f80 (code length 304) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Reflection.TypeInfo System.Reflection.TypeInfo:System.Reflection.IReflectableType.GetTypeInfo ()
E/mono (13762): Method System.Reflection.TypeInfo System.Reflection.TypeInfo:System.Reflection.IReflectableType.GetTypeInfo () emitted at 0x7f774f5000 to 0x7f774f501c (code length 28) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool System.RuntimeType:IsAssignableFrom (System.Reflection.TypeInfo)
E/mono (13762): Method bool System.RuntimeType:IsAssignableFrom (System.Reflection.TypeInfo) emitted at 0x7f774f5020 to 0x7f774f507c (code length 92) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Type System.Reflection.TypeInfo:AsType ()
E/mono (13762): Method System.Type System.Reflection.TypeInfo:AsType () emitted at 0x7f774f5080 to 0x7f774f509c (code length 28) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Interop.JniPeerMembers/JniInstanceMethods:.ctor (Java.Interop.JniPeerMembers)
E/mono (13762): Method void Java.Interop.JniPeerMembers/JniInstanceMethods:.ctor (Java.Interop.JniPeerMembers) emitted at 0x7f774f50a0 to 0x7f774f5154 (code length 180) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method void System.Collections.Generic.ObjectEqualityComparer`1<System.Type>:.ctor ()
E/mono (13762): Method void System.Collections.Generic.ObjectEqualityComparer`1<T_REF>:.ctor () emitted at 0x7f774f51d8 to 0x7f774f51f8 (code length 32) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method void System.Collections.Generic.EqualityComparer`1<System.Type>:.ctor ()
E/mono (13762): Method void System.Collections.Generic.EqualityComparer`1<T_REF>:.ctor () emitted at 0x7f774f5208 to 0x7f774f5220 (code length 24) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Interop.JniPeerMembers/JniInstanceFields:.ctor (Java.Interop.JniPeerMembers)
E/mono (13762): Method void Java.Interop.JniPeerMembers/JniInstanceFields:.ctor (Java.Interop.JniPeerMembers) emitted at 0x7f774f5220 to 0x7f774f5280 (code length 96) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Interop.JniPeerMembers/JniStaticMethods:.ctor (Java.Interop.JniPeerMembers)
E/mono (13762): Method void Java.Interop.JniPeerMembers/JniStaticMethods:.ctor (Java.Interop.JniPeerMembers) emitted at 0x7f774f52c0 to 0x7f774f5320 (code length 96) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Interop.JniPeerMembers/JniStaticFields:.ctor (Java.Interop.JniPeerMembers)
E/mono (13762): Method void Java.Interop.JniPeerMembers/JniStaticFields:.ctor (Java.Interop.JniPeerMembers) emitted at 0x7f774f5360 to 0x7f774f53c0 (code length 96) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): Method Java.Lang.Thread/IUncaughtExceptionHandler Java.Lang.Thread:get_DefaultUncaughtExceptionHandler () emitted at 0x7f774f5400 to 0x7f774f54cc (code length 204) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method Java.Interop.JniPeerMembers/JniStaticMethods Java.Interop.JniPeerMembers:get_StaticMethods ()
E/mono (13762): Method Java.Interop.JniPeerMembers/JniStaticMethods Java.Interop.JniPeerMembers:get_StaticMethods () emitted at 0x7f774f5510 to 0x7f774f5540 (code length 48) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method Java.Interop.JniPeerMembers/JniStaticMethods Java.Interop.JniPeerMembers:Assert<Java.Interop.JniPeerMembers/JniStaticMethods> (Java.Interop.JniPeerMembers/JniStaticMethods)
E/mono (13762): Method T_REF Java.Interop.JniPeerMembers:Assert<T_REF> (T_REF) emitted at 0x7f774f5550 to 0x7f774f55a8 (code length 88) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method Java.Interop.JniObjectReference Java.Interop.JniPeerMembers/JniStaticMethods:InvokeObjectMethod (string,Java.Interop.JniArgumentValue*)
E/mono (13762): Method Java.Interop.JniObjectReference Java.Interop.JniPeerMembers/JniStaticMethods:InvokeObjectMethod (string,Java.Interop.JniArgumentValue*) emitted at 0x7f774f55d8 to 0x7f774f567c (code length 164) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method Java.Interop.JniMethodInfo Java.Interop.JniPeerMembers/JniStaticMethods:GetMethodInfo (string)
E/mono (13762): Method Java.Interop.JniMethodInfo Java.Interop.JniPeerMembers/JniStaticMethods:GetMethodInfo (string) emitted at 0x7f774f56b0 to 0x7f774f57ec (code length 316) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method bool System.Collections.Generic.Dictionary`2<string, Java.Interop.JniMethodInfo>:TryGetValue (string,Java.Interop.JniMethodInfo&)
E/mono (13762): Method bool System.Collections.Generic.Dictionary`2<TKey_REF, TValue_REF>:TryGetValue (TKey_REF,TValue_REF&) emitted at 0x7f774f5880 to 0x7f774f5940 (code length 192) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method int System.Collections.Generic.Dictionary`2<string, Java.Interop.JniMethodInfo>:FindEntry (string)
E/mono (13762): Method int System.Collections.Generic.Dictionary`2<TKey_REF, TValue_REF>:FindEntry (TKey_REF) emitted at 0x7f774f5980 to 0x7f774f5bec (code length 620) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Interop.JniPeerMembers:GetNameAndSignature (string,string&,string&)
E/mono (13762): Method void Java.Interop.JniPeerMembers:GetNameAndSignature (string,string&,string&) emitted at 0x7f774f5c50 to 0x7f774f5ce0 (code length 144) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method int Java.Interop.JniPeerMembers:GetSignatureSeparatorIndex (string)
E/mono (13762): Method int Java.Interop.JniPeerMembers:GetSignatureSeparatorIndex (string) emitted at 0x7f774f5d30 to 0x7f774f5e40 (code length 272) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method int string:IndexOf (char)
E/mono (13762): Method int string:IndexOf (char) emitted at 0x7f774f5f00 to 0x7f774f5f3c (code length 60) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method int string:IndexOf (char,int,int)
E/mono (13762): Method int string:IndexOf (char,int,int) emitted at 0x7f774f5f50 to 0x7f774f6080 (code length 304) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method int string:IndexOfUnchecked (char,int,int)
E/mono (13762): ok
E/mono (13762): Method int string:IndexOfUnchecked (char,int,int) emitted at 0x7f774f6150 to 0x7f774f6888 (code length 1848) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method string string:Substring (int,int)
E/mono (13762): Method string string:Substring (int,int) emitted at 0x7f774f68c8 to 0x7f774f6a2c (code length 356) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method string string:InternalSubString (int,int)
E/mono (13762): ok
E/mono (13762): ok
E/mono (13762): Method string string:InternalSubString (int,int) emitted at 0x7f774f6b40 to 0x7f774f6bc8 (code length 136) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) string string:FastAllocateString (int)
E/mono (13762): Method (wrapper managed-to-native) string string:FastAllocateString (int) emitted at 0x7f774f6bf8 to 0x7f774f6cac (code length 180) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void string:wstrcpy (char*,char*,int)
E/mono (13762): Method void string:wstrcpy (char*,char*,int) emitted at 0x7f774f6ce0 to 0x7f774f6d14 (code length 52) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method string string:Substring (int)
E/mono (13762): Method string string:Substring (int) emitted at 0x7f774f6d28 to 0x7f774f6d60 (code length 56) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Buffer:memcpy2 (byte*,byte*,int)
E/mono (13762): Method void System.Buffer:memcpy2 (byte*,byte*,int) emitted at 0x7f774f6d70 to 0x7f774f6e1c (code length 172) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method Java.Interop.JniType Java.Interop.JniPeerMembers:get_JniPeerType ()
E/mono (13762): Method Java.Interop.JniType Java.Interop.JniPeerMembers:get_JniPeerType () emitted at 0x7f774f6e20 to 0x7f774f6e80 (code length 96) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method Java.Interop.JniType Java.Interop.JniType:GetCachedJniType (Java.Interop.JniType&,string)
E/mono (13762): Method Java.Interop.JniType Java.Interop.JniType:GetCachedJniType (Java.Interop.JniType&,string) emitted at 0x7f774f6eb0 to 0x7f774f6fb0 (code length 256) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Interop.JniType:.ctor (string)
E/mono (13762): Method void Java.Interop.JniType:.ctor (string) emitted at 0x7f774f7010 to 0x7f774f7064 (code length 84) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method Java.Interop.JniObjectReference Java.Interop.JniEnvironment/Types:FindClass (string)
E/mono (13762): Method Java.Interop.JniObjectReference Java.Interop.JniEnvironment/Types:FindClass (string) emitted at 0x7f774f7088 to 0x7f774f7428 (code length 928) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Interop.JniEnvironment/Types:.cctor ()
E/mono (13762): Method void Java.Interop.JniEnvironment/Types:.cctor () emitted at 0x7f774f75b8 to 0x7f774f7d44 (code length 1932) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method void System.Collections.Generic.KeyValuePair`2<string, string>:.ctor (string,string)
E/mono (13762): Method void System.Collections.Generic.KeyValuePair`2<TKey_REF, TValue_REF>:.ctor (TKey_REF,TValue_REF) emitted at 0x7f774f7f58 to 0x7f774f7fa4 (code length 76) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) intptr Java.Interop.NativeMethods:java_interop_jnienv_find_class (intptr,intptr&,string)
E/mono (13762): Method (wrapper managed-to-native) intptr Java.Interop.NativeMethods:java_interop_jnienv_find_class (intptr,intptr&,string) emitted at 0x7f774f7fc8 to 0x7f774f80a0 (code length 216) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Interop.JniEnvironment:LogCreateLocalRef (Java.Interop.JniObjectReference)
E/mono (13762): Method void Java.Interop.JniEnvironment:LogCreateLocalRef (Java.Interop.JniObjectReference) emitted at 0x7f774f80f0 to 0x7f774f815c (code length 108) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Interop.JniRuntime/JniObjectReferenceManager:CreatedLocalReference (Java.Interop.JniEnvironmentInfo,Java.Interop.JniObjectReference)
E/mono (13762): Method void Java.Interop.JniRuntime/JniObjectReferenceManager:CreatedLocalReference (Java.Interop.JniEnvironmentInfo,Java.Interop.JniObjectReference) emitted at 0x7f774f81a0 to 0x7f774f8204 (code length 100) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Android.Runtime.AndroidObjectReferenceManager:CreatedLocalReference (Java.Interop.JniObjectReference,int&)
E/mono (13762): Method void Android.Runtime.AndroidObjectReferenceManager:CreatedLocalReference (Java.Interop.JniObjectReference,int&) emitted at 0x7f774f8208 to 0x7f774f8334 (code length 300) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Interop.JniRuntime/JniObjectReferenceManager:CreatedLocalReference (Java.Interop.JniObjectReference,int&)
E/mono (13762): Method void Java.Interop.JniRuntime/JniObjectReferenceManager:CreatedLocalReference (Java.Interop.JniObjectReference,int&) emitted at 0x7f774f83d8 to 0x7f774f8454 (code length 124) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Interop.JniType:Initialize (Java.Interop.JniObjectReference&,Java.Interop.JniObjectReferenceOptions)
E/mono (13762): Method void Java.Interop.JniType:Initialize (Java.Interop.JniObjectReference&,Java.Interop.JniObjectReferenceOptions) emitted at 0x7f774f8488 to 0x7f774f854c (code length 196) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Interop.JniObjectReference:Dispose (Java.Interop.JniObjectReference&,Java.Interop.JniObjectReferenceOptions)
E/mono (13762): Method void Java.Interop.JniObjectReference:Dispose (Java.Interop.JniObjectReference&,Java.Interop.JniObjectReferenceOptions) emitted at 0x7f774f85d0 to 0x7f774f8618 (code length 72) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Interop.JniObjectReference:Dispose (Java.Interop.JniObjectReference&)
E/mono (13762): Method void Java.Interop.JniObjectReference:Dispose (Java.Interop.JniObjectReference&) emitted at 0x7f774f8638 to 0x7f774f87d0 (code length 408) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method Java.Interop.JniObjectReferenceType Java.Interop.JniObjectReference:get_Type ()
E/mono (13762): Method Java.Interop.JniObjectReferenceType Java.Interop.JniObjectReference:get_Type () emitted at 0x7f774f88f0 to 0x7f774f8918 (code length 40) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Interop.JniRuntime/JniObjectReferenceManager:DeleteLocalReference (Java.Interop.JniEnvironmentInfo,Java.Interop.JniObjectReference&)
E/mono (13762): Method void Java.Interop.JniRuntime/JniObjectReferenceManager:DeleteLocalReference (Java.Interop.JniEnvironmentInfo,Java.Interop.JniObjectReference&) emitted at 0x7f774f8918 to 0x7f774f8974 (code length 92) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Android.Runtime.AndroidObjectReferenceManager:DeleteLocalReference (Java.Interop.JniObjectReference&,int&)
E/mono (13762): Method void Android.Runtime.AndroidObjectReferenceManager:DeleteLocalReference (Java.Interop.JniObjectReference&,int&) emitted at 0x7f774f8978 to 0x7f774f8a90 (code length 280) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Interop.JniRuntime/JniObjectReferenceManager:DeleteLocalReference (Java.Interop.JniObjectReference&,int&)
E/mono (13762): Method void Java.Interop.JniRuntime/JniObjectReferenceManager:DeleteLocalReference (Java.Interop.JniObjectReference&,int&) emitted at 0x7f774f8b30 to 0x7f774f8bc8 (code length 152) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Interop.JniRuntime/JniObjectReferenceManager:AssertReferenceType (Java.Interop.JniObjectReference&,Java.Interop.JniObjectReferenceType)
E/mono (13762): Method void Java.Interop.JniRuntime/JniObjectReferenceManager:AssertReferenceType (Java.Interop.JniObjectReference&,Java.Interop.JniObjectReferenceType) emitted at 0x7f774f8c28 to 0x7f774f8d64 (code length 316) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Interop.JniEnvironment/References:DeleteLocalRef (intptr)
E/mono (13762): Method void Java.Interop.JniEnvironment/References:DeleteLocalRef (intptr) emitted at 0x7f774f8df8 to 0x7f774f8e1c (code length 36) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) void Java.Interop.NativeMethods:java_interop_jnienv_delete_local_ref (intptr,intptr)
E/mono (13762): Method (wrapper managed-to-native) void Java.Interop.NativeMethods:java_interop_jnienv_delete_local_ref (intptr,intptr) emitted at 0x7f774f8e40 to 0x7f774f8ef4 (code length 180) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Interop.JniObjectReference:Invalidate ()
E/mono (13762): Method void Java.Interop.JniObjectReference:Invalidate () emitted at 0x7f774f8f28 to 0x7f774f8f50 (code length 40) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method Java.Interop.JniMethodInfo Java.Interop.JniType:GetInstanceMethod (string,string)
E/mono (13762): Method Java.Interop.JniMethodInfo Java.Interop.JniType:GetInstanceMethod (string,string) emitted at 0x7f774f8f50 to 0x7f774f8fa8 (code length 88) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Interop.JniType:AssertValid ()
E/mono (13762): Method void Java.Interop.JniType:AssertValid () emitted at 0x7f774f8fc8 to 0x7f774f9054 (code length 140) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method Java.Interop.JniMethodInfo Java.Interop.JniEnvironment/InstanceMethods:GetMethodID (Java.Interop.JniObjectReference,string,string)
E/mono (13762): Method Java.Interop.JniMethodInfo Java.Interop.JniEnvironment/InstanceMethods:GetMethodID (Java.Interop.JniObjectReference,string,string) emitted at 0x7f774f9088 to 0x7f774f9200 (code length 376) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) intptr Java.Interop.NativeMethods:java_interop_jnienv_get_method_id (intptr,intptr&,intptr,string,string)
E/mono (13762): Method (wrapper managed-to-native) intptr Java.Interop.NativeMethods:java_interop_jnienv_get_method_id (intptr,intptr&,intptr,string,string) emitted at 0x7f774f9320 to 0x7f774f9420 (code length 256) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Exception Java.Interop.JniEnvironment:GetExceptionForLastThrowable (intptr)
E/mono (13762): Method System.Exception Java.Interop.JniEnvironment:GetExceptionForLastThrowable (intptr) emitted at 0x7f774f9490 to 0x7f774f9524 (code length 148) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Interop.JniMethodInfo:.ctor (string,string,intptr,bool)
E/mono (13762): Method void Java.Interop.JniMethodInfo:.ctor (string,string,intptr,bool) emitted at 0x7f774f9558 to 0x7f774f95b8 (code length 96) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Interop.JniType:Dispose ()
E/mono (13762): Method void Java.Interop.JniType:Dispose () emitted at 0x7f774f95d8 to 0x7f774f96b4 (code length 220) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Android.Runtime.AndroidObjectReferenceManager:DeleteGlobalReference (Java.Interop.JniObjectReference&)
E/mono (13762): Method void Android.Runtime.AndroidObjectReferenceManager:DeleteGlobalReference (Java.Interop.JniObjectReference&) emitted at 0x7f774f9718 to 0x7f774f987c (code length 356) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) void Android.Runtime.JNIEnv:_monodroid_gref_log_delete (intptr,byte,string,int,System.Text.StringBuilder,int)
E/mono (13762): Method (wrapper managed-to-native) void Android.Runtime.JNIEnv:_monodroid_gref_log_delete (intptr,byte,string,int,System.Text.StringBuilder,int) emitted at 0x7f774f9940 to 0x7f774f9a4c (code length 268) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Interop.JniRuntime/JniObjectReferenceManager:DeleteGlobalReference (Java.Interop.JniObjectReference&)
E/mono (13762): Method void Java.Interop.JniRuntime/JniObjectReferenceManager:DeleteGlobalReference (Java.Interop.JniObjectReference&) emitted at 0x7f774f9ad0 to 0x7f774f9b78 (code length 168) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Interop.JniEnvironment/References:DeleteGlobalRef (intptr)
E/mono (13762): Method void Java.Interop.JniEnvironment/References:DeleteGlobalRef (intptr) emitted at 0x7f774f9bd8 to 0x7f774f9bfc (code length 36) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) void Java.Interop.NativeMethods:java_interop_jnienv_delete_global_ref (intptr,intptr)
E/mono (13762): Method (wrapper managed-to-native) void Java.Interop.NativeMethods:java_interop_jnienv_delete_global_ref (intptr,intptr) emitted at 0x7f774f9c20 to 0x7f774f9cd4 (code length 180) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Interop.JniType:RegisterWithRuntime ()
E/mono (13762): Method void Java.Interop.JniType:RegisterWithRuntime () emitted at 0x7f774f9d08 to 0x7f774f9d58 (code length 80) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Interop.JniRuntime:Track (Java.Interop.JniType)
E/mono (13762): Method void Java.Interop.JniRuntime:Track (Java.Interop.JniType) emitted at 0x7f774f9d88 to 0x7f774f9dfc (code length 116) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool System.Collections.Concurrent.ConcurrentDictionary`2<intptr, System.IDisposable>:TryAdd (intptr,System.IDisposable)
E/mono (13762): Method bool System.Collections.Concurrent.ConcurrentDictionary`2<intptr, System.IDisposable>:TryAdd (intptr,System.IDisposable) emitted at 0x7f774f9e10 to 0x7f774f9e70 (code length 96) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool System.Collections.Concurrent.ConcurrentDictionary`2<intptr, System.IDisposable>:TryAddInternal (intptr,System.IDisposable,bool,bool,System.IDisposable&)
E/mono (13762): Method bool System.Collections.Concurrent.ConcurrentDictionary`2<intptr, System.IDisposable>:TryAddInternal (intptr,System.IDisposable,bool,bool,System.IDisposable&) emitted at 0x7f774f9eb0 to 0x7f774fa364 (code length 1204) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Collections.Concurrent.ConcurrentDictionary`2<intptr, System.IDisposable>:GetBucketAndLockNo (int,int&,int&,int,int)
E/mono (13762): Method void System.Collections.Concurrent.ConcurrentDictionary`2<intptr, System.IDisposable>:GetBucketAndLockNo (int,int&,int&,int,int) emitted at 0x7f774fa4b8 to 0x7f774fa634 (code length 380) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Collections.Concurrent.ConcurrentDictionary`2/Node<intptr, System.IDisposable>:.ctor (intptr,System.IDisposable,int,System.Collections.Concurrent.ConcurrentDictionary`2/Node<intptr, System.IDisposable>)
E/mono (13762): Method void System.Collections.Concurrent.ConcurrentDictionary`2/Node<intptr, System.IDisposable>:.ctor (intptr,System.IDisposable,int,System.Collections.Concurrent.ConcurrentDictionary`2/Node<intptr, System.IDisposable>) emitted at 0x7f774fa658 to 0x7f774fa6c4 (code length 108) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method Java.Interop.JniMethodInfo Java.Interop.JniType:GetStaticMethod (string,string)
E/mono (13762): Method Java.Interop.JniMethodInfo Java.Interop.JniType:GetStaticMethod (string,string) emitted at 0x7f774fa6e8 to 0x7f774fa740 (code length 88) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method Java.Interop.JniMethodInfo Java.Interop.JniEnvironment/StaticMethods:GetStaticMethodID (Java.Interop.JniObjectReference,string,string)
E/mono (13762): Method Java.Interop.JniMethodInfo Java.Interop.JniEnvironment/StaticMethods:GetStaticMethodID (Java.Interop.JniObjectReference,string,string) emitted at 0x7f774fa760 to 0x7f774fa8d8 (code length 376) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) intptr Java.Interop.NativeMethods:java_interop_jnienv_get_static_method_id (intptr,intptr&,intptr,string,string)
E/mono (13762): Method (wrapper managed-to-native) intptr Java.Interop.NativeMethods:java_interop_jnienv_get_static_method_id (intptr,intptr&,intptr,string,string) emitted at 0x7f774fa9f8 to 0x7f774faaf8 (code length 256) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method void System.Collections.Generic.Dictionary`2<string, Java.Interop.JniMethodInfo>:Add (string,Java.Interop.JniMethodInfo)
E/mono (13762): Method void System.Collections.Generic.Dictionary`2<TKey_REF, TValue_REF>:Add (TKey_REF,TValue_REF) emitted at 0x7f774fab68 to 0x7f774fab9c (code length 52) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method void System.Collections.Generic.Dictionary`2<string, Java.Interop.JniMethodInfo>:Insert (string,Java.Interop.JniMethodInfo,bool)
E/mono (13762): Method void System.Collections.Generic.Dictionary`2<TKey_REF, TValue_REF>:Insert (TKey_REF,TValue_REF,bool) emitted at 0x7f774fabb0 to 0x7f774fb0f0 (code length 1344) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method void System.Collections.Generic.Dictionary`2<string, Java.Interop.JniMethodInfo>:Initialize (int)
E/mono (13762): Method void System.Collections.Generic.Dictionary`2<TKey_REF, TValue_REF>:Initialize (int) emitted at 0x7f774fb1b0 to 0x7f774fb2c4 (code length 276) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method int System.Collections.HashHelpers:GetPrime (int)
E/mono (13762): converting method void System.Collections.HashHelpers:.cctor ()
E/mono (13762): Method void System.Collections.HashHelpers:.cctor () emitted at 0x7f774fb338 to 0x7f774fb390 (code length 88) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): Method int System.Collections.HashHelpers:GetPrime (int) emitted at 0x7f774fb3b0 to 0x7f774fb51c (code length 364) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method int System.Collections.Generic.InternalStringComparer:GetHashCode (string)
E/mono (13762): Method int System.Collections.Generic.InternalStringComparer:GetHashCode (string) emitted at 0x7f774fb638 to 0x7f774fb67c (code length 68) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method int string:GetHashCode ()
E/mono (13762): Method int string:GetHashCode () emitted at 0x7f774fb680 to 0x7f774fb704 (code length 132) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method Java.Interop.JniObjectReference Java.Interop.JniEnvironment/StaticMethods:CallStaticObjectMethod (Java.Interop.JniObjectReference,Java.Interop.JniMethodInfo,Java.Interop.JniArgumentValue*)
E/mono (13762): Method Java.Interop.JniObjectReference Java.Interop.JniEnvironment/StaticMethods:CallStaticObjectMethod (Java.Interop.JniObjectReference,Java.Interop.JniMethodInfo,Java.Interop.JniArgumentValue*) emitted at 0x7f774fb708 to 0x7f774fb8bc (code length 436) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool Java.Interop.JniMethodInfo:get_IsValid ()
E/mono (13762): Method bool Java.Interop.JniMethodInfo:get_IsValid () emitted at 0x7f774fba00 to 0x7f774fba28 (code length 40) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Diagnostics.Debug:Assert (bool)
E/mono (13762): Method void System.Diagnostics.Debug:Assert (bool) emitted at 0x7f774fba38 to 0x7f774fba58 (code length 32) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Diagnostics.TraceInternal:Assert (bool)
E/mono (13762): Method void System.Diagnostics.TraceInternal:Assert (bool) emitted at 0x7f774fba68 to 0x7f774fba9c (code length 52) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Diagnostics.TraceInternal:.cctor ()
E/mono (13762): Method void System.Diagnostics.TraceInternal:.cctor () emitted at 0x7f774fbab0 to 0x7f774fbb04 (code length 84) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper runtime-invoke) object object:runtime_invoke_void (object,intptr,intptr,intptr)
E/mono (13762): Method (wrapper runtime-invoke) object object:runtime_invoke_void (object,intptr,intptr,intptr) emitted at 0x7f774fbb18 to 0x7f774fbbf0 (code length 216) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) intptr Java.Interop.NativeMethods:java_interop_jnienv_call_static_object_method_a (intptr,intptr&,intptr,intptr,Java.Interop.JniArgumentValue*)
E/mono (13762): Method (wrapper managed-to-native) intptr Java.Interop.NativeMethods:java_interop_jnienv_call_static_object_method_a (intptr,intptr&,intptr,intptr,Java.Interop.JniArgumentValue*) emitted at 0x7f774fbc40 to 0x7f774fbd14 (code length 212) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Interop.JniEnvironment:LogCreateLocalRef (intptr)
E/mono (13762): Method void Java.Interop.JniEnvironment:LogCreateLocalRef (intptr) emitted at 0x7f774fbd48 to 0x7f774fbda8 (code length 96) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method Java.Lang.Thread/IUncaughtExceptionHandler Java.Lang.Object:GetObject<Java.Lang.Thread/IUncaughtExceptionHandler> (intptr,Android.Runtime.JniHandleOwnership)
E/mono (13762): Method T_REF Java.Lang.Object:GetObject<T_REF> (intptr,Android.Runtime.JniHandleOwnership) emitted at 0x7f774fbdb8 to 0x7f774fbdf0 (code length 56) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Lang.Object:.cctor ()
E/mono (13762): Method void Java.Lang.Object:.cctor () emitted at 0x7f774fbe10 to 0x7f774fbeac (code length 156) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Collections.Generic.Dictionary`2<intptr, System.Collections.Generic.List`1<System.WeakReference>>:.ctor (System.Collections.Generic.IEqualityComparer`1<intptr>)
E/mono (13762): Method void System.Collections.Generic.Dictionary`2<intptr, System.Collections.Generic.List`1<System.WeakReference>>:.ctor (System.Collections.Generic.IEqualityComparer`1<intptr>) emitted at 0x7f774fbf00 to 0x7f774fbf2c (code length 44) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Collections.Generic.Dictionary`2<intptr, System.Collections.Generic.List`1<System.WeakReference>>:.ctor (int,System.Collections.Generic.IEqualityComparer`1<intptr>)
E/mono (13762): Method void System.Collections.Generic.Dictionary`2<intptr, System.Collections.Generic.List`1<System.WeakReference>>:.ctor (int,System.Collections.Generic.IEqualityComparer`1<intptr>) emitted at 0x7f774fbf40 to 0x7f774fbfbc (code length 124) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method Java.Lang.Thread/IUncaughtExceptionHandler Java.Lang.Object:_GetObject<Java.Lang.Thread/IUncaughtExceptionHandler> (intptr,Android.Runtime.JniHandleOwnership)
E/mono (13762): Method T_REF Java.Lang.Object:_GetObject<T_REF> (intptr,Android.Runtime.JniHandleOwnership) emitted at 0x7f774fc000 to 0x7f774fc078 (code length 120) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool intptr:op_Equality (intptr,intptr)
E/mono (13762): Method bool intptr:op_Equality (intptr,intptr) emitted at 0x7f774fc0c8 to 0x7f774fc0f4 (code length 44) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method Android.Runtime.IJavaObject Java.Lang.Object:GetObject (intptr,Android.Runtime.JniHandleOwnership,System.Type)
E/mono (13762): converting gshared method void System.Collections.Generic.List`1<System.WeakReference>:.cctor ()
E/mono (13762): Method void System.Collections.Generic.List`1<T_REF>:.cctor () emitted at 0x7f774fc0f8 to 0x7f774fc134 (code length 60) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): Method Android.Runtime.IJavaObject Java.Lang.Object:GetObject (intptr,Android.Runtime.JniHandleOwnership,System.Type) emitted at 0x7f774fc188 to 0x7f774fc4bc (code length 820) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method intptr Android.Runtime.JNIEnv:<Initialize>m__0 (intptr)
E/mono (13762): Method intptr Android.Runtime.JNIEnv:<Initialize>m__0 (intptr) emitted at 0x7f774fc580 to 0x7f774fc5a4 (code length 36) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method intptr Android.Runtime.JNIEnv:get_Handle ()
E/mono (13762): Method intptr Android.Runtime.JNIEnv:get_Handle () emitted at 0x7f774fc5c8 to 0x7f774fc5e0 (code length 24) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) intptr Android.Runtime.JNIEnv:_monodroid_get_identity_hash_code (intptr,intptr)
E/mono (13762): Method (wrapper managed-to-native) intptr Android.Runtime.JNIEnv:_monodroid_get_identity_hash_code (intptr,intptr) emitted at 0x7f774fc5f0 to 0x7f774fc6ac (code length 188) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool System.Collections.Generic.Dictionary`2<intptr, System.Collections.Generic.List`1<System.WeakReference>>:TryGetValue (intptr,System.Collections.Generic.List`1<System.WeakReference>&)
E/mono (13762): Method bool System.Collections.Generic.Dictionary`2<intptr, System.Collections.Generic.List`1<System.WeakReference>>:TryGetValue (intptr,System.Collections.Generic.List`1<System.WeakReference>&) emitted at 0x7f774fc6e0 to 0x7f774fc7a4 (code length 196) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method int System.Collections.Generic.Dictionary`2<intptr, System.Collections.Generic.List`1<System.WeakReference>>:FindEntry (intptr)
E/mono (13762): Method int System.Collections.Generic.Dictionary`2<intptr, System.Collections.Generic.List`1<System.WeakReference>>:FindEntry (intptr) emitted at 0x7f774fc7e8 to 0x7f774fca14 (code length 556) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method Android.Runtime.IJavaObject Java.Interop.TypeManager:CreateInstance (intptr,Android.Runtime.JniHandleOwnership,System.Type)
E/mono (13762): Method Android.Runtime.IJavaObject Java.Interop.TypeManager:CreateInstance (intptr,Android.Runtime.JniHandleOwnership,System.Type) emitted at 0x7f774fca58 to 0x7f774fd0d8 (code length 1664) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Interop.TypeManager:.cctor ()
E/mono (13762): Method void Java.Interop.TypeManager:.cctor () emitted at 0x7f774fd418 to 0x7f774fd7a0 (code length 904) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Interop.__TypeRegistrations:RegisterPackages ()
E/mono (13762): Method void Java.Interop.__TypeRegistrations:RegisterPackages () emitted at 0x7f774fd940 to 0x7f774ff2dc (code length 6556) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper stelemref) void object:virt_stelemref_sealed_class (intptr,object)
E/mono (13762): Method (wrapper stelemref) void object:virt_stelemref_sealed_class (intptr,object) emitted at 0x7f774ff500 to 0x7f774ff5a4 (code length 164) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper stelemref) void object:virt_stelemref_complex (intptr,object)
E/mono (13762): Method (wrapper stelemref) void object:virt_stelemref_complex (intptr,object) emitted at 0x7f774ff5e8 to 0x7f774ff684 (code length 156) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Interop.TypeManager:RegisterPackages (string[],System.Converter`2<string, System.Type>[])
E/mono (13762): Method void Java.Interop.TypeManager:RegisterPackages (string[],System.Converter`2<string, System.Type>[]) emitted at 0x7f774ff6d8 to 0x7f774ff990 (code length 696) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) void object:__icall_wrapper_mono_generic_class_init (intptr)
E/mono (13762): Method (wrapper managed-to-native) void object:__icall_wrapper_mono_generic_class_init (intptr) emitted at 0x7f774ffaf0 to 0x7f774ffb8c (code length 156) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,shared,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method void System.Collections.Generic.List`1<System.Converter`2<string, System.Type>>:.ctor ()
E/mono (13762): Method void System.Collections.Generic.List`1<T_REF>:.ctor () emitted at 0x7f774ffbd0 to 0x7f774ffc3c (code length 108) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method void System.Collections.Generic.List`1<System.Converter`2<string, System.Type>>:Add (System.Converter`2<string, System.Type>)
E/mono (13762): Method void System.Collections.Generic.List`1<T_REF>:Add (T_REF) emitted at 0x7f774ffca0 to 0x7f774ffd30 (code length 144) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method void System.Collections.Generic.List`1<System.Converter`2<string, System.Type>>:EnsureCapacity (int)
E/mono (13762): Method void System.Collections.Generic.List`1<T_REF>:EnsureCapacity (int) emitted at 0x7f774ffd40 to 0x7f774ffddc (code length 156) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method void System.Collections.Generic.List`1<System.Converter`2<string, System.Type>>:set_Capacity (int)
E/mono (13762): Method void System.Collections.Generic.List`1<T_REF>:set_Capacity (int) emitted at 0x7f774ffdf0 to 0x7f774ffefc (code length 268) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method void System.Collections.Generic.Dictionary`2<string, System.Collections.Generic.List`1<System.Converter`2<string, System.Type>>>:Resize ()
E/mono (13762): Method void System.Collections.Generic.Dictionary`2<TKey_REF, TValue_REF>:Resize () emitted at 0x7f774fff90 to 0x7f774fffd0 (code length 64) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method int System.Collections.HashHelpers:ExpandPrime (int)
E/mono (13762): Method int System.Collections.HashHelpers:ExpandPrime (int) emitted at 0x7f774ffff0 to 0x7f77500050 (code length 96) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method void System.Collections.Generic.Dictionary`2<string, System.Collections.Generic.List`1<System.Converter`2<string, System.Type>>>:Resize (int,bool)
E/mono (13762): Method void System.Collections.Generic.Dictionary`2<TKey_REF, TValue_REF>:Resize (int,bool) emitted at 0x7f77500060 to 0x7f775003e8 (code length 904) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Array:Copy (System.Array,int,System.Array,int,int)
E/mono (13762): Method void System.Array:Copy (System.Array,int,System.Array,int,int) emitted at 0x7f77500488 to 0x7f7750087c (code length 1012) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) bool System.Array:FastCopy (System.Array,int,System.Array,int,int)
E/mono (13762): Method (wrapper managed-to-native) bool System.Array:FastCopy (System.Array,int,System.Array,int,int) emitted at 0x7f77500b80 to 0x7f77500c58 (code length 216) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method intptr Android.Runtime.JNIEnv:GetObjectClass (intptr)
E/mono (13762): Method intptr Android.Runtime.JNIEnv:GetObjectClass (intptr) emitted at 0x7f77500c88 to 0x7f77500cf8 (code length 112) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method Java.Interop.JniObjectReference Java.Interop.JniEnvironment/Types:GetObjectClass (Java.Interop.JniObjectReference)
E/mono (13762): Method Java.Interop.JniObjectReference Java.Interop.JniEnvironment/Types:GetObjectClass (Java.Interop.JniObjectReference) emitted at 0x7f77500d08 to 0x7f77500de0 (code length 216) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) intptr Java.Interop.NativeMethods:java_interop_jnienv_get_object_class (intptr,intptr)
E/mono (13762): Method (wrapper managed-to-native) intptr Java.Interop.NativeMethods:java_interop_jnienv_get_object_class (intptr,intptr) emitted at 0x7f77500e60 to 0x7f77500f1c (code length 188) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method string Java.Interop.TypeManager:GetClassName (intptr)
E/mono (13762): Method string Java.Interop.TypeManager:GetClassName (intptr) emitted at 0x7f77500f50 to 0x7f77500fb0 (code length 96) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method intptr Android.Runtime.JNIEnv:CallObjectMethod (intptr,intptr)
E/mono (13762): Method intptr Android.Runtime.JNIEnv:CallObjectMethod (intptr,intptr) emitted at 0x7f76e38000 to 0x7f76e38098 (code length 152) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method Java.Interop.JniObjectReference Java.Interop.JniEnvironment/InstanceMethods:CallObjectMethod (Java.Interop.JniObjectReference,Java.Interop.JniMethodInfo)
E/mono (13762): Method Java.Interop.JniObjectReference Java.Interop.JniEnvironment/InstanceMethods:CallObjectMethod (Java.Interop.JniObjectReference,Java.Interop.JniMethodInfo) emitted at 0x7f76e380c8 to 0x7f76e3827c (code length 436) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) intptr Java.Interop.NativeMethods:java_interop_jnienv_call_object_method (intptr,intptr&,intptr,intptr)
E/mono (13762): Method (wrapper managed-to-native) intptr Java.Interop.NativeMethods:java_interop_jnienv_call_object_method (intptr,intptr&,intptr,intptr) emitted at 0x7f76e383c0 to 0x7f76e3848c (code length 204) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method string Android.Runtime.JNIEnv:GetString (intptr,Android.Runtime.JniHandleOwnership)
E/mono (13762): Method string Android.Runtime.JNIEnv:GetString (intptr,Android.Runtime.JniHandleOwnership) emitted at 0x7f76e384c0 to 0x7f76e3853c (code length 124) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method string Java.Interop.JniEnvironment/Strings:ToString (Java.Interop.JniObjectReference)
E/mono (13762): Method string Java.Interop.JniEnvironment/Strings:ToString (Java.Interop.JniObjectReference) emitted at 0x7f76e38560 to 0x7f76e38588 (code length 40) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method string Java.Interop.JniEnvironment/Strings:ToString (Java.Interop.JniObjectReference&,Java.Interop.JniObjectReferenceOptions)
E/mono (13762): Method string Java.Interop.JniEnvironment/Strings:ToString (Java.Interop.JniObjectReference&,Java.Interop.JniObjectReferenceOptions) emitted at 0x7f76e38598 to 0x7f76e38688 (code length 240) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method int Java.Interop.JniEnvironment/Strings:GetStringLength (Java.Interop.JniObjectReference)
E/mono (13762): Method int Java.Interop.JniEnvironment/Strings:GetStringLength (Java.Interop.JniObjectReference) emitted at 0x7f76e386f8 to 0x7f76e38784 (code length 140) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) int Java.Interop.NativeMethods:java_interop_jnienv_get_string_length (intptr,intptr)
E/mono (13762): Method (wrapper managed-to-native) int Java.Interop.NativeMethods:java_interop_jnienv_get_string_length (intptr,intptr) emitted at 0x7f76e387f8 to 0x7f76e388b8 (code length 192) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method char* Java.Interop.JniEnvironment/Strings:GetStringChars (Java.Interop.JniObjectReference,bool*)
E/mono (13762): Method char* Java.Interop.JniEnvironment/Strings:GetStringChars (Java.Interop.JniObjectReference,bool*) emitted at 0x7f76e388e8 to 0x7f76e38978 (code length 144) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) char* Java.Interop.NativeMethods:java_interop_jnienv_get_string_chars (intptr,intptr,bool*)
E/mono (13762): Method (wrapper managed-to-native) char* Java.Interop.NativeMethods:java_interop_jnienv_get_string_chars (intptr,intptr,bool*) emitted at 0x7f76e389e8 to 0x7f76e38aac (code length 196) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-managed) string string:.ctor (char*,int,int)
E/mono (13762): Method (wrapper managed-to-managed) string string:.ctor (char*,int,int) emitted at 0x7f76e38ae0 to 0x7f76e38b18 (code length 56) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method string string:CreateString (char*,int,int)
E/mono (13762): Method string string:CreateString (char*,int,int) emitted at 0x7f76e38b28 to 0x7f76e38b60 (code length 56) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method string string:CtorCharPtrStartLength (char*,int,int)
E/mono (13762): Method string string:CtorCharPtrStartLength (char*,int,int) emitted at 0x7f76e38b70 to 0x7f76e38cf8 (code length 392) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Interop.JniEnvironment/Strings:ReleaseStringChars (Java.Interop.JniObjectReference,char*)
E/mono (13762): Method void Java.Interop.JniEnvironment/Strings:ReleaseStringChars (Java.Interop.JniObjectReference,char*) emitted at 0x7f76e38e18 to 0x7f76e38e98 (code length 128) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) void Java.Interop.NativeMethods:java_interop_jnienv_release_string_chars (intptr,intptr,char*)
E/mono (13762): Method (wrapper managed-to-native) void Java.Interop.NativeMethods:java_interop_jnienv_release_string_chars (intptr,intptr,char*) emitted at 0x7f76e38f08 to 0x7f76e38fc4 (code length 188) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Android.Runtime.JNIEnv:DeleteRef (intptr,Android.Runtime.JniHandleOwnership)
E/mono (13762): Method void Android.Runtime.JNIEnv:DeleteRef (intptr,Android.Runtime.JniHandleOwnership) emitted at 0x7f76e38ff8 to 0x7f76e39050 (code length 88) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Android.Runtime.JNIEnv:DeleteLocalRef (intptr)
E/mono (13762): Method void Android.Runtime.JNIEnv:DeleteLocalRef (intptr) emitted at 0x7f76e39070 to 0x7f76e390ac (code length 60) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method string string:Replace (string,string)
E/mono (13762): Method string string:Replace (string,string) emitted at 0x7f76e390c0 to 0x7f76e39124 (code length 100) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method string string:ReplaceInternal (string,string)
E/mono (13762): Method string string:ReplaceInternal (string,string) emitted at 0x7f76e39168 to 0x7f76e39218 (code length 176) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method string string:ReplaceUnchecked (string,string)
E/mono (13762): ok
E/mono (13762): Method string string:ReplaceUnchecked (string,string) emitted at 0x7f76e39288 to 0x7f76e396d8 (code length 1104) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method string string:Replace (char,char)
E/mono (13762): Method string string:Replace (char,char) emitted at 0x7f76e397f8 to 0x7f76e39828 (code length 48) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method string string:ReplaceInternal (char,char)
E/mono (13762): ok
E/mono (13762): Method string string:ReplaceInternal (char,char) emitted at 0x7f76e39838 to 0x7f76e399b4 (code length 380) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Type Java.Interop.TypeManager:GetJavaToManagedType (string)
E/mono (13762): Method System.Type Java.Interop.TypeManager:GetJavaToManagedType (string) emitted at 0x7f76e399f8 to 0x7f76e39bbc (code length 452) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) intptr Java.Interop.TypeManager:monodroid_typemap_java_to_managed (string)
E/mono (13762): Method (wrapper managed-to-native) intptr Java.Interop.TypeManager:monodroid_typemap_java_to_managed (string) emitted at 0x7f76e39c90 to 0x7f76e39d54 (code length 196) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method int string:LastIndexOf (char)
E/mono (13762): Method int string:LastIndexOf (char) emitted at 0x7f76e39da8 to 0x7f76e39de8 (code length 64) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method int string:LastIndexOf (char,int,int)
E/mono (13762): Method int string:LastIndexOf (char,int,int) emitted at 0x7f76e39df8 to 0x7f76e39f14 (code length 284) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method int string:LastIndexOfUnchecked (char,int,int)
E/mono (13762): ok
E/mono (13762): Method int string:LastIndexOfUnchecked (char,int,int) emitted at 0x7f76e39fd8 to 0x7f76e3a748 (code length 1904) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method string Java.Interop.Tools.TypeNameMappings.JniType:ToCliType (string)
E/mono (13762): Method string Java.Interop.Tools.TypeNameMappings.JniType:ToCliType (string) emitted at 0x7f76e3a788 to 0x7f76e3a898 (code length 272) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method string[] string:Split (char[])
E/mono (13762): Method string[] string:Split (char[]) emitted at 0x7f76e3a8e8 to 0x7f76e3a91c (code length 52) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method string[] string:SplitInternal (char[],int,System.StringSplitOptions)
E/mono (13762): Method string[] string:SplitInternal (char[],int,System.StringSplitOptions) emitted at 0x7f76e3a930 to 0x7f76e3ab24 (code length 500) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method int string:MakeSeparatorList (char[],int[]&)
E/mono (13762): ok
E/mono (13762): ok
E/mono (13762): Method int string:MakeSeparatorList (char[],int[]&) emitted at 0x7f76e3ac28 to 0x7f76e3ae60 (code length 568) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method string[] string:InternalSplitKeepEmptyEntries (int[],int[],int,int)
E/mono (13762): Method string[] string:InternalSplitKeepEmptyEntries (int[],int[],int,int) emitted at 0x7f76e3ae90 to 0x7f76e3b088 (code length 504) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method string Java.Interop.Tools.TypeNameMappings.JniType:ToCliTypePart (string)
E/mono (13762): Method string Java.Interop.Tools.TypeNameMappings.JniType:ToCliTypePart (string) emitted at 0x7f76e3b0c8 to 0x7f76e3b1d8 (code length 272) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method string Java.Interop.Tools.TypeNameMappings.JniType:ToPascalCase (string,int)
E/mono (13762): Method string Java.Interop.Tools.TypeNameMappings.JniType:ToPascalCase (string,int) emitted at 0x7f76e3b248 to 0x7f76e3b304 (code length 188) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method char char:ToUpperInvariant (char)
E/mono (13762): Method char char:ToUpperInvariant (char) emitted at 0x7f76e3b368 to 0x7f76e3b390 (code length 40) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void char:.cctor ()
E/mono (13762): Method void char:.cctor () emitted at 0x7f76e3b3b0 to 0x7f76e3b408 (code length 88) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Globalization.CultureInfo System.Globalization.CultureInfo:get_InvariantCulture ()
E/mono (13762): converting method void System.Globalization.CultureInfo:.cctor ()
E/mono (13762): Method void System.Globalization.CultureInfo:.cctor () emitted at 0x7f76e3b428 to 0x7f76e3b4a4 (code length 124) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Globalization.CultureInfo:.ctor (int,bool,bool)
E/mono (13762): Method void System.Globalization.CultureInfo:.ctor (int,bool,bool) emitted at 0x7f76e3b4d8 to 0x7f76e3b72c (code length 596) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Globalization.CultureData System.Globalization.CultureData:get_Invariant ()
E/mono (13762): Method System.Globalization.CultureData System.Globalization.CultureData:get_Invariant () emitted at 0x7f76e3b8b0 to 0x7f76e3bc50 (code length 928) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Globalization.CalendarData:.cctor ()
E/mono (13762): Method void System.Globalization.CalendarData:.cctor () emitted at 0x7f76e3bd70 to 0x7f76e3ca2c (code length 3260) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Globalization.CalendarData:.ctor ()
E/mono (13762): Method void System.Globalization.CalendarData:.ctor () emitted at 0x7f76e3cc00 to 0x7f76e3cc24 (code length 36) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Globalization.CultureInfo:ConstructInvariant (bool)
E/mono (13762): Method void System.Globalization.CultureInfo:ConstructInvariant (bool) emitted at 0x7f76e3cc28 to 0x7f76e3cdd8 (code length 432) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Globalization.NumberFormatInfo System.Globalization.NumberFormatInfo:get_InvariantInfo ()
E/mono (13762): Method System.Globalization.NumberFormatInfo System.Globalization.NumberFormatInfo:get_InvariantInfo () emitted at 0x7f76e3cea8 to 0x7f76e3cf38 (code length 144) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Globalization.NumberFormatInfo:.ctor ()
E/mono (13762): Method void System.Globalization.NumberFormatInfo:.ctor () emitted at 0x7f76e3cf68 to 0x7f76e3cf8c (code length 36) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Globalization.NumberFormatInfo:.ctor (System.Globalization.CultureData)
E/mono (13762): Method void System.Globalization.NumberFormatInfo:.ctor (System.Globalization.CultureData) emitted at 0x7f76e3cfa0 to 0x7f76e3d4d0 (code length 1328) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Globalization.NumberFormatInfo System.Globalization.NumberFormatInfo:ReadOnly (System.Globalization.NumberFormatInfo)
E/mono (13762): Method System.Globalization.NumberFormatInfo System.Globalization.NumberFormatInfo:ReadOnly (System.Globalization.NumberFormatInfo) emitted at 0x7f76e3d650 to 0x7f76e3d700 (code length 176) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper remoting-invoke-with-check) object object:MemberwiseClone ()
E/mono (13762): Method (wrapper remoting-invoke-with-check) object object:MemberwiseClone () emitted at 0x7f76e3d750 to 0x7f76e3d7c8 (code length 120) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) object object:MemberwiseClone (object)
E/mono (13762): Method (wrapper managed-to-native) object object:MemberwiseClone (object) emitted at 0x7f76e3d7f8 to 0x7f76e3d8bc (code length 196) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Globalization.TextInfo System.Globalization.TextInfo:get_Invariant ()
E/mono (13762): Method System.Globalization.TextInfo System.Globalization.TextInfo:get_Invariant () emitted at 0x7f76e3d910 to 0x7f76e3d98c (code length 124) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Globalization.TextInfo:.ctor (System.Globalization.CultureData)
E/mono (13762): Method void System.Globalization.TextInfo:.ctor (System.Globalization.CultureData) emitted at 0x7f76e3d9c0 to 0x7f76e3da38 (code length 120) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): Method System.Globalization.CultureInfo System.Globalization.CultureInfo:get_InvariantCulture () emitted at 0x7f76e3da68 to 0x7f76e3da8c (code length 36) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method char char:ToUpper (char,System.Globalization.CultureInfo)
E/mono (13762): Method char char:ToUpper (char,System.Globalization.CultureInfo) emitted at 0x7f76e3da90 to 0x7f76e3dafc (code length 108) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Globalization.TextInfo System.Globalization.CultureInfo:get_TextInfo ()
E/mono (13762): Method System.Globalization.TextInfo System.Globalization.CultureInfo:get_TextInfo () emitted at 0x7f76e3db30 to 0x7f76e3dc2c (code length 252) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method char System.Globalization.TextInfo:ToUpper (char)
E/mono (13762): Method char System.Globalization.TextInfo:ToUpper (char) emitted at 0x7f76e3dca0 to 0x7f76e3dcf8 (code length 88) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool System.Globalization.TextInfo:get_IsAsciiCasingSameAsInvariant ()
E/mono (13762): Method bool System.Globalization.TextInfo:get_IsAsciiCasingSameAsInvariant () emitted at 0x7f76e3dd28 to 0x7f76e3de38 (code length 272) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool string:op_Equality (string,string)
E/mono (13762): Method bool string:op_Equality (string,string) emitted at 0x7f76e3de68 to 0x7f76e3de90 (code length 40) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool string:Equals (string,string)
E/mono (13762): Method bool string:Equals (string,string) emitted at 0x7f76e3dea0 to 0x7f76e3df08 (code length 104) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool string:EqualsHelper (string,string)
E/mono (13762): ok
E/mono (13762): ok
E/mono (13762): Method bool string:EqualsHelper (string,string) emitted at 0x7f76e3df18 to 0x7f76e3e020 (code length 264) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool System.Nullable`1<bool>:get_Value ()
E/mono (13762): Method bool System.Nullable`1<bool>:get_Value () emitted at 0x7f76e3e030 to 0x7f76e3e078 (code length 72) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method char System.Globalization.TextInfo:ToUpperAsciiInvariant (char)
E/mono (13762): Method char System.Globalization.TextInfo:ToUpperAsciiInvariant (char) emitted at 0x7f76e3e0a8 to 0x7f76e3e0f4 (code length 76) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method string string:Concat (object,object)
E/mono (13762): Method string string:Concat (object,object) emitted at 0x7f76e3e0f8 to 0x7f76e3e174 (code length 124) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method string char:ToString ()
E/mono (13762): Method string char:ToString () emitted at 0x7f76e3e188 to 0x7f76e3e1b4 (code length 44) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-managed) string string:.ctor (char,int)
E/mono (13762): Method (wrapper managed-to-managed) string string:.ctor (char,int) emitted at 0x7f76e3e1e8 to 0x7f76e3e218 (code length 48) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method string string:CreateString (char,int)
E/mono (13762): Method string string:CreateString (char,int) emitted at 0x7f76e3e228 to 0x7f76e3e2f4 (code length 204) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method string string:ToString ()
E/mono (13762): Method string string:ToString () emitted at 0x7f76e3e338 to 0x7f76e3e354 (code length 28) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method string string:Concat (string,string)
E/mono (13762): Method string string:Concat (string,string) emitted at 0x7f76e3e358 to 0x7f76e3e454 (code length 252) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void string:FillStringChecked (string,int,string)
E/mono (13762): ok
E/mono (13762): ok
E/mono (13762): Method void string:FillStringChecked (string,int,string) emitted at 0x7f76e3e488 to 0x7f76e3e53c (code length 180) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method string string:ToUpperInvariant ()
E/mono (13762): Method string string:ToUpperInvariant () emitted at 0x7f76e3e580 to 0x7f76e3e5b0 (code length 48) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method string string:ToUpper (System.Globalization.CultureInfo)
E/mono (13762): Method string string:ToUpper (System.Globalization.CultureInfo) emitted at 0x7f76e3e5c0 to 0x7f76e3e62c (code length 108) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method string System.Globalization.TextInfo:ToUpper (string)
E/mono (13762): Method string System.Globalization.TextInfo:ToUpper (string) emitted at 0x7f76e3e660 to 0x7f76e3e6b4 (code length 84) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method string System.Globalization.TextInfo:ToUpperInternal (string)
E/mono (13762): Method string System.Globalization.TextInfo:ToUpperInternal (string) emitted at 0x7f76e3e6f8 to 0x7f76e3e7c0 (code length 200) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method string string:Join (string,string[])
E/mono (13762): Method string string:Join (string,string[]) emitted at 0x7f76e3e7d0 to 0x7f76e3e828 (code length 88) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method string string:Join (string,string[],int,int)
E/mono (13762): ok
E/mono (13762): Method string string:Join (string,string[],int,int) emitted at 0x7f76e3e868 to 0x7f76e3eb64 (code length 764) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.UnSafeCharBuffer:.ctor (char*,int)
E/mono (13762): Method void System.UnSafeCharBuffer:.ctor (char*,int) emitted at 0x7f76e3ece8 to 0x7f76e3ed24 (code length 60) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.UnSafeCharBuffer:AppendString (string)
E/mono (13762): Method void System.UnSafeCharBuffer:AppendString (string) emitted at 0x7f76e3ed28 to 0x7f76e3eddc (code length 180) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Type System.Type:GetType (string)
E/mono (13762): Method System.Type System.Type:GetType (string) emitted at 0x7f76e3ee10 to 0x7f76e3ee64 (code length 84) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) System.Type System.Type:internal_from_name (string,bool,bool)
E/mono (13762): Method (wrapper managed-to-native) System.Type System.Type:internal_from_name (string,bool,bool) emitted at 0x7f76e3eea8 to 0x7f76e3ef70 (code length 200) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method intptr Android.Runtime.JNIEnv:GetSuperclass (intptr)
E/mono (13762): Method intptr Android.Runtime.JNIEnv:GetSuperclass (intptr) emitted at 0x7f76e3efa0 to 0x7f76e3f010 (code length 112) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method Java.Interop.JniObjectReference Java.Interop.JniEnvironment/Types:GetSuperclass (Java.Interop.JniObjectReference)
E/mono (13762): Method Java.Interop.JniObjectReference Java.Interop.JniEnvironment/Types:GetSuperclass (Java.Interop.JniObjectReference) emitted at 0x7f76e3f020 to 0x7f76e3f0f8 (code length 216) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) intptr Java.Interop.NativeMethods:java_interop_jnienv_get_superclass (intptr,intptr)
E/mono (13762): Method (wrapper managed-to-native) intptr Java.Interop.NativeMethods:java_interop_jnienv_get_superclass (intptr,intptr) emitted at 0x7f76e3f178 to 0x7f76e3f234 (code length 188) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void string:CharCopy (char*,char*,int)
E/mono (13762): Method void string:CharCopy (char*,char*,int) emitted at 0x7f76e3f268 to 0x7f76e3f328 (code length 192) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) string System.Runtime.InteropServices.Marshal:PtrToStringAnsi (intptr)
E/mono (13762): Method (wrapper managed-to-native) string System.Runtime.InteropServices.Marshal:PtrToStringAnsi (intptr) emitted at 0x7f76e3f348 to 0x7f76e3f3fc (code length 180) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Type Java.Interop.JavaObjectExtensions:GetHelperType (System.Type,string)
E/mono (13762): Method System.Type Java.Interop.JavaObjectExtensions:GetHelperType (System.Type,string) emitted at 0x7f76e3f430 to 0x7f76e3f624 (code length 500) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Type[] System.RuntimeType:GetGenericArguments ()
E/mono (13762): Method System.Type[] System.RuntimeType:GetGenericArguments () emitted at 0x7f76e3f6b8 to 0x7f76e3f704 (code length 76) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) System.Type[] System.RuntimeType:GetGenericArgumentsInternal (System.RuntimeType,bool)
E/mono (13762): Method (wrapper managed-to-native) System.Type[] System.RuntimeType:GetGenericArgumentsInternal (System.RuntimeType,bool) emitted at 0x7f76e3f718 to 0x7f76e3f7e8 (code length 208) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Reflection.Assembly System.RuntimeType:get_Assembly ()
E/mono (13762): Method System.Reflection.Assembly System.RuntimeType:get_Assembly () emitted at 0x7f76e3f838 to 0x7f76e3f858 (code length 32) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Reflection.RuntimeAssembly System.RuntimeType:GetRuntimeAssembly ()
E/mono (13762): Method System.Reflection.RuntimeAssembly System.RuntimeType:GetRuntimeAssembly () emitted at 0x7f76e3f868 to 0x7f76e3f888 (code length 32) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) System.Reflection.RuntimeAssembly System.RuntimeTypeHandle:GetAssembly (System.RuntimeType)
E/mono (13762): Method (wrapper managed-to-native) System.Reflection.RuntimeAssembly System.RuntimeTypeHandle:GetAssembly (System.RuntimeType) emitted at 0x7f76e3f898 to 0x7f76e3f94c (code length 180) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method string System.RuntimeType:ToString ()
E/mono (13762): Method string System.RuntimeType:ToString () emitted at 0x7f76e3f980 to 0x7f76e3f9a8 (code length 40) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) string System.RuntimeType:getFullName (System.RuntimeType,bool,bool)
E/mono (13762): Method (wrapper managed-to-native) string System.RuntimeType:getFullName (System.RuntimeType,bool,bool) emitted at 0x7f76e3f9b8 to 0x7f76e3fa90 (code length 216) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Type System.Reflection.Assembly:GetType (string)
E/mono (13762): Method System.Type System.Reflection.Assembly:GetType (string) emitted at 0x7f76e3fae0 to 0x7f76e3fb20 (code length 64) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Type System.Reflection.MonoAssembly:GetType (string,bool,bool)
E/mono (13762): Method System.Type System.Reflection.MonoAssembly:GetType (string,bool,bool) emitted at 0x7f76e3fb20 to 0x7f76e3fbb8 (code length 152) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) System.Type System.Reflection.Assembly:InternalGetType (System.Reflection.Assembly,System.Reflection.Module,string,bool,bool)
E/mono (13762): Method (wrapper managed-to-native) System.Type System.Reflection.Assembly:InternalGetType (System.Reflection.Assembly,System.Reflection.Module,string,bool,bool) emitted at 0x7f76e3fc28 to 0x7f76e3fd10 (code length 232) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method object Java.Interop.TypeManager:CreateProxy (System.Type,intptr,Android.Runtime.JniHandleOwnership)
E/mono (13762): Method object Java.Interop.TypeManager:CreateProxy (System.Type,intptr,Android.Runtime.JniHandleOwnership) emitted at 0x7f76e3fd60 to 0x7f76e3ff48 (code length 488) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Reflection.ConstructorInfo System.Type:GetConstructor (System.Reflection.BindingFlags,System.Reflection.Binder,System.Type[],System.Reflection.ParameterModifier[])
E/mono (13762): Method System.Reflection.ConstructorInfo System.Type:GetConstructor (System.Reflection.BindingFlags,System.Reflection.Binder,System.Type[],System.Reflection.ParameterModifier[]) emitted at 0x7f76e40028 to 0x7f76e4011c (code length 244) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Reflection.ConstructorInfo System.RuntimeType:GetConstructorImpl (System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[])
E/mono (13762): Method System.Reflection.ConstructorInfo System.RuntimeType:GetConstructorImpl (System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]) emitted at 0x7f76e40190 to 0x7f76e4036c (code length 476) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.RuntimeType/ListBuilder`1<System.Reflection.ConstructorInfo> System.RuntimeType:GetConstructorCandidates (string,System.Reflection.BindingFlags,System.Reflection.CallingConventions,System.Type[],bool)
E/mono (13762): converting method void System.Reflection.ConstructorInfo:.cctor ()
E/mono (13762): Method void System.Reflection.ConstructorInfo:.cctor () emitted at 0x7f76e403d0 to 0x7f76e4041c (code length 76) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): Method System.RuntimeType/ListBuilder`1<System.Reflection.ConstructorInfo> System.RuntimeType:GetConstructorCandidates (string,System.Reflection.BindingFlags,System.Reflection.CallingConventions,System.Type[],bool) emitted at 0x7f76e40420 to 0x7f76e406a4 (code length 644) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.RuntimeType:FilterHelper (System.Reflection.BindingFlags,string&,bool,bool&,bool&,System.RuntimeType/MemberListType&)
E/mono (13762): Method void System.RuntimeType:FilterHelper (System.Reflection.BindingFlags,string&,bool,bool&,bool&,System.RuntimeType/MemberListType&) emitted at 0x7f76e40788 to 0x7f76e408b0 (code length 296) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) System.Reflection.RuntimeConstructorInfo[] System.RuntimeType:GetConstructors_internal (System.RuntimeType,System.Reflection.BindingFlags,System.Type)
E/mono (13762): Method (wrapper managed-to-native) System.Reflection.RuntimeConstructorInfo[] System.RuntimeType:GetConstructors_internal (System.RuntimeType,System.Reflection.BindingFlags,System.Type) emitted at 0x7f76e40900 to 0x7f76e409d8 (code length 216) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method void System.RuntimeType/ListBuilder`1<System.Reflection.ConstructorInfo>:.ctor (int)
E/mono (13762): Method void System.RuntimeType/ListBuilder`1<T_REF>:.ctor (int) emitted at 0x7f76e40a28 to 0x7f76e40a64 (code length 60) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool System.RuntimeType:FilterApplyConstructorInfo (System.Reflection.RuntimeConstructorInfo,System.Reflection.BindingFlags,System.Reflection.CallingConventions,System.Type[])
E/mono (13762): Method bool System.RuntimeType:FilterApplyConstructorInfo (System.Reflection.RuntimeConstructorInfo,System.Reflection.BindingFlags,System.Reflection.CallingConventions,System.Type[]) emitted at 0x7f76e40a68 to 0x7f76e40ab0 (code length 72) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool System.RuntimeType:FilterApplyMethodBase (System.Reflection.MethodBase,System.Reflection.BindingFlags,System.Reflection.BindingFlags,System.Reflection.CallingConventions,System.Type[])
E/mono (13762): Method bool System.RuntimeType:FilterApplyMethodBase (System.Reflection.MethodBase,System.Reflection.BindingFlags,System.Reflection.BindingFlags,System.Reflection.CallingConventions,System.Type[]) emitted at 0x7f76e40ac0 to 0x7f76e40e08 (code length 840) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Reflection.ParameterInfo[] System.Reflection.MethodBase:GetParametersNoCopy ()
E/mono (13762): Method System.Reflection.ParameterInfo[] System.Reflection.MethodBase:GetParametersNoCopy () emitted at 0x7f76e40e38 to 0x7f76e40e68 (code length 48) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Reflection.ParameterInfo[] System.Reflection.MonoCMethod:GetParameters ()
E/mono (13762): Method System.Reflection.ParameterInfo[] System.Reflection.MonoCMethod:GetParameters () emitted at 0x7f76e40e68 to 0x7f76e40e94 (code length 44) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Reflection.ParameterInfo[] System.Reflection.MonoMethodInfo:GetParametersInfo (intptr,System.Reflection.MemberInfo)
E/mono (13762): Method System.Reflection.ParameterInfo[] System.Reflection.MonoMethodInfo:GetParametersInfo (intptr,System.Reflection.MemberInfo) emitted at 0x7f76e40ea8 to 0x7f76e40ed0 (code length 40) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) System.Reflection.ParameterInfo[] System.Reflection.MonoMethodInfo:get_parameter_info (intptr,System.Reflection.MemberInfo)
E/mono (13762): Method (wrapper managed-to-native) System.Reflection.ParameterInfo[] System.Reflection.MonoMethodInfo:get_parameter_info (intptr,System.Reflection.MemberInfo) emitted at 0x7f76e40ee0 to 0x7f76e40fa0 (code length 192) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method void System.RuntimeType/ListBuilder`1<System.Reflection.ConstructorInfo>:Add (System.Reflection.ConstructorInfo)
E/mono (13762): Method void System.RuntimeType/ListBuilder`1<T_REF>:Add (T_REF) emitted at 0x7f76e40fd0 to 0x7f76e410e8 (code length 280) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Reflection.Binder System.Type:get_DefaultBinder ()
E/mono (13762): Method System.Reflection.Binder System.Type:get_DefaultBinder () emitted at 0x7f76e41148 to 0x7f76e41184 (code length 60) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Type:CreateBinder ()
E/mono (13762): Method void System.Type:CreateBinder () emitted at 0x7f76e41198 to 0x7f76e41220 (code length 136) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method System.Reflection.ConstructorInfo[] System.RuntimeType/ListBuilder`1<System.Reflection.ConstructorInfo>:ToArray ()
E/mono (13762): Method T_REF[] System.RuntimeType/ListBuilder`1<T_REF>:ToArray () emitted at 0x7f76e41240 to 0x7f76e41310 (code length 208) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Reflection.MethodBase System.DefaultBinder:SelectMethod (System.Reflection.BindingFlags,System.Reflection.MethodBase[],System.Type[],System.Reflection.ParameterModifier[])
E/mono (13762): Method System.Reflection.MethodBase System.DefaultBinder:SelectMethod (System.Reflection.BindingFlags,System.Reflection.MethodBase[],System.Type[],System.Reflection.ParameterModifier[]) emitted at 0x7f76e41380 to 0x7f76e41a58 (code length 1752) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) object System.Array:Clone (System.Array)
E/mono (13762): Method (wrapper managed-to-native) object System.Array:Clone (System.Array) emitted at 0x7f76e41b88 to 0x7f76e41c4c (code length 196) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Type System.Reflection.ParameterInfo:get_ParameterType ()
E/mono (13762): Method System.Type System.Reflection.ParameterInfo:get_ParameterType () emitted at 0x7f76e41ca0 to 0x7f76e41cc0 (code length 32) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool System.Reflection.ConstructorInfo:op_Equality (System.Reflection.ConstructorInfo,System.Reflection.ConstructorInfo)
E/mono (13762): Method bool System.Reflection.ConstructorInfo:op_Equality (System.Reflection.ConstructorInfo,System.Reflection.ConstructorInfo) emitted at 0x7f76e41cc0 to 0x7f76e41d28 (code length 104) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method object System.Reflection.ConstructorInfo:Invoke (object[])
E/mono (13762): Method object System.Reflection.ConstructorInfo:Invoke (object[]) emitted at 0x7f76e41d48 to 0x7f76e41db8 (code length 112) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method object System.Reflection.MonoCMethod:Invoke (System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
E/mono (13762): Method object System.Reflection.MonoCMethod:Invoke (System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo) emitted at 0x7f76e41db8 to 0x7f76e41dfc (code length 68) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method object System.Reflection.MonoCMethod:DoInvoke (object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
E/mono (13762): Method object System.Reflection.MonoCMethod:DoInvoke (object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo) emitted at 0x7f76e41e10 to 0x7f76e41f7c (code length 364) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Reflection.MonoMethod:ConvertValues (System.Reflection.Binder,object[],System.Reflection.ParameterInfo[],System.Globalization.CultureInfo,System.Reflection.BindingFlags)
E/mono (13762): Method void System.Reflection.MonoMethod:ConvertValues (System.Reflection.Binder,object[],System.Reflection.ParameterInfo[],System.Globalization.CultureInfo,System.Reflection.BindingFlags) emitted at 0x7f76e42060 to 0x7f76e42278 (code length 536) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method object System.RuntimeType:CheckValue (object,System.Reflection.Binder,System.Globalization.CultureInfo,System.Reflection.BindingFlags)
E/mono (13762): Method object System.RuntimeType:CheckValue (object,System.Reflection.Binder,System.Globalization.CultureInfo,System.Reflection.BindingFlags) emitted at 0x7f76e42328 to 0x7f76e4245c (code length 308) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method object System.RuntimeType:TryConvertToType (object,bool&)
E/mono (13762): Method object System.RuntimeType:TryConvertToType (object,bool&) emitted at 0x7f76e42520 to 0x7f76e426bc (code length 412) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool System.RuntimeType:IsInstanceOfType (object)
E/mono (13762): Method bool System.RuntimeType:IsInstanceOfType (object) emitted at 0x7f76e42720 to 0x7f76e42748 (code length 40) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) bool System.RuntimeTypeHandle:IsInstanceOfType (System.RuntimeType,object)
E/mono (13762): Method (wrapper managed-to-native) bool System.RuntimeTypeHandle:IsInstanceOfType (System.RuntimeType,object) emitted at 0x7f76e42758 to 0x7f76e42818 (code length 192) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Type System.Reflection.MonoCMethod:get_DeclaringType ()
E/mono (13762): Method System.Type System.Reflection.MonoCMethod:get_DeclaringType () emitted at 0x7f76e42848 to 0x7f76e4286c (code length 36) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Type System.Reflection.MonoMethodInfo:GetDeclaringType (intptr)
E/mono (13762): Method System.Type System.Reflection.MonoMethodInfo:GetDeclaringType (intptr) emitted at 0x7f76e42880 to 0x7f76e428bc (code length 60) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Reflection.MonoMethodInfo System.Reflection.MonoMethodInfo:GetMethodInfo (intptr)
E/mono (13762): Method System.Reflection.MonoMethodInfo System.Reflection.MonoMethodInfo:GetMethodInfo (intptr) emitted at 0x7f76e428d0 to 0x7f76e42988 (code length 184) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) void System.Reflection.MonoMethodInfo:get_method_info (intptr,System.Reflection.MonoMethodInfo&)
E/mono (13762): Method (wrapper managed-to-native) void System.Reflection.MonoMethodInfo:get_method_info (intptr,System.Reflection.MonoMethodInfo&) emitted at 0x7f76e429b8 to 0x7f76e42a6c (code length 180) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool System.RuntimeType:get_ContainsGenericParameters ()
E/mono (13762): Method bool System.RuntimeType:get_ContainsGenericParameters () emitted at 0x7f76e42aa0 to 0x7f76e42bac (code length 268) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool System.RuntimeType:get_IsGenericParameter ()
E/mono (13762): Method bool System.RuntimeType:get_IsGenericParameter () emitted at 0x7f76e42bd0 to 0x7f76e42bf0 (code length 32) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool System.Type:get_HasElementType ()
E/mono (13762): Method bool System.Type:get_HasElementType () emitted at 0x7f76e42c00 to 0x7f76e42c30 (code length 48) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool System.RuntimeType:HasElementTypeImpl ()
E/mono (13762): Method bool System.RuntimeType:HasElementTypeImpl () emitted at 0x7f76e42c30 to 0x7f76e42c50 (code length 32) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool System.RuntimeTypeHandle:HasElementType (System.RuntimeType)
E/mono (13762): Method bool System.RuntimeTypeHandle:HasElementType (System.RuntimeType) emitted at 0x7f76e42c60 to 0x7f76e42cb0 (code length 80) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) bool System.RuntimeTypeHandle:IsArray (System.RuntimeType)
E/mono (13762): Method (wrapper managed-to-native) bool System.RuntimeTypeHandle:IsArray (System.RuntimeType) emitted at 0x7f76e42ce0 to 0x7f76e42d94 (code length 180) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) bool System.RuntimeTypeHandle:IsByRef (System.RuntimeType)
E/mono (13762): Method (wrapper managed-to-native) bool System.RuntimeTypeHandle:IsByRef (System.RuntimeType) emitted at 0x7f76e42dc8 to 0x7f76e42e7c (code length 180) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) bool System.RuntimeTypeHandle:IsPointer (System.RuntimeType)
E/mono (13762): Method (wrapper managed-to-native) bool System.RuntimeTypeHandle:IsPointer (System.RuntimeType) emitted at 0x7f76e42eb0 to 0x7f76e42f64 (code length 180) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool System.Type:get_IsAbstract ()
E/mono (13762): Method bool System.Type:get_IsAbstract () emitted at 0x7f76e42f98 to 0x7f76e42fe4 (code length 76) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method object System.Reflection.MonoCMethod:InternalInvoke (object,object[])
E/mono (13762): Method object System.Reflection.MonoCMethod:InternalInvoke (object,object[]) emitted at 0x7f76e42fe8 to 0x7f76e430a0 (code length 184) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) object System.Reflection.MonoCMethod:InternalInvoke (System.Reflection.MonoCMethod,object,object[],System.Exception&)
E/mono (13762): Method (wrapper managed-to-native) object System.Reflection.MonoCMethod:InternalInvoke (System.Reflection.MonoCMethod,object,object[],System.Exception&) emitted at 0x7f76e43100 to 0x7f76e431e0 (code length 224) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Lang.Thread/IUncaughtExceptionHandlerInvoker:.ctor (intptr,Android.Runtime.JniHandleOwnership)
E/mono (13762): Method void Java.Lang.Thread/IUncaughtExceptionHandlerInvoker:.ctor (intptr,Android.Runtime.JniHandleOwnership) emitted at 0x7f76e43230 to 0x7f76e43294 (code length 100) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Lang.Thread/IUncaughtExceptionHandlerInvoker:.cctor ()
E/mono (13762): Method void Java.Lang.Thread/IUncaughtExceptionHandlerInvoker:.cctor () emitted at 0x7f76e432f8 to 0x7f76e43350 (code length 88) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper runtime-invoke) object <Module>:runtime_invoke_void__this___intptr_int (object,intptr,intptr,intptr)
E/mono (13762): Method (wrapper runtime-invoke) object <Module>:runtime_invoke_void__this___intptr_int (object,intptr,intptr,intptr) emitted at 0x7f76e43370 to 0x7f76e43478 (code length 264) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method intptr Java.Lang.Thread/IUncaughtExceptionHandlerInvoker:Validate (intptr)
E/mono (13762): Method intptr Java.Lang.Thread/IUncaughtExceptionHandlerInvoker:Validate (intptr) emitted at 0x7f76e434c8 to 0x7f76e4355c (code length 148) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method intptr Java.Lang.Thread/IUncaughtExceptionHandlerInvoker:get_java_class_ref ()
E/mono (13762): Method intptr Java.Lang.Thread/IUncaughtExceptionHandlerInvoker:get_java_class_ref () emitted at 0x7f76e435e0 to 0x7f76e4364c (code length 108) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool Android.Runtime.JNIEnv:IsInstanceOf (intptr,intptr)
E/mono (13762): Method bool Android.Runtime.JNIEnv:IsInstanceOf (intptr,intptr) emitted at 0x7f76e43660 to 0x7f76e436e0 (code length 128) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool Java.Interop.JniEnvironment/Types:IsInstanceOf (Java.Interop.JniObjectReference,Java.Interop.JniObjectReference)
E/mono (13762): Method bool Java.Interop.JniEnvironment/Types:IsInstanceOf (Java.Interop.JniObjectReference,Java.Interop.JniObjectReference) emitted at 0x7f76e436f0 to 0x7f76e437ec (code length 252) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) byte Java.Interop.NativeMethods:java_interop_jnienv_is_instance_of (intptr,intptr,intptr)
E/mono (13762): Method (wrapper managed-to-native) byte Java.Interop.NativeMethods:java_interop_jnienv_is_instance_of (intptr,intptr,intptr) emitted at 0x7f76e438b0 to 0x7f76e43974 (code length 196) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Lang.Object:.ctor (intptr,Android.Runtime.JniHandleOwnership)
E/mono (13762): Method void Java.Lang.Object:.ctor (intptr,Android.Runtime.JniHandleOwnership) emitted at 0x7f76e439a8 to 0x7f76e43a10 (code length 104) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Lang.Object:SetHandle (intptr,Android.Runtime.JniHandleOwnership)
E/mono (13762): Method void Java.Lang.Object:SetHandle (intptr,Android.Runtime.JniHandleOwnership) emitted at 0x7f76e43a30 to 0x7f76e43a8c (code length 92) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Lang.Object:RegisterInstance (Android.Runtime.IJavaObject,intptr,Android.Runtime.JniHandleOwnership,intptr&)
E/mono (13762): Method void Java.Lang.Object:RegisterInstance (Android.Runtime.IJavaObject,intptr,Android.Runtime.JniHandleOwnership,intptr&) emitted at 0x7f76e18000 to 0x7f76e185b8 (code length 1464) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method intptr Android.Runtime.JNIEnv:NewGlobalRef (intptr)
E/mono (13762): Method intptr Android.Runtime.JNIEnv:NewGlobalRef (intptr) emitted at 0x7f76e18788 to 0x7f76e187e4 (code length 92) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Lang.Object:_RegisterInstance (Android.Runtime.IJavaObject,intptr,intptr)
E/mono (13762): Method void Java.Lang.Object:_RegisterInstance (Android.Runtime.IJavaObject,intptr,intptr) emitted at 0x7f76e187f8 to 0x7f76e18c68 (code length 1136) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method void System.Collections.Generic.List`1<System.WeakReference>:.ctor (int)
E/mono (13762): Method void System.Collections.Generic.List`1<T_REF>:.ctor (int) emitted at 0x7f76e18e58 to 0x7f76e18f24 (code length 204) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.WeakReference:.ctor (object,bool)
E/mono (13762): Method void System.WeakReference:.ctor (object,bool) emitted at 0x7f76e18fa8 to 0x7f76e18fe4 (code length 60) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.WeakReference:AllocateHandle (object)
E/mono (13762): Method void System.WeakReference:AllocateHandle (object) emitted at 0x7f76e18ff8 to 0x7f76e19078 (code length 128) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Runtime.InteropServices.GCHandle System.Runtime.InteropServices.GCHandle:Alloc (object,System.Runtime.InteropServices.GCHandleType)
E/mono (13762): Method System.Runtime.InteropServices.GCHandle System.Runtime.InteropServices.GCHandle:Alloc (object,System.Runtime.InteropServices.GCHandleType) emitted at 0x7f76e19098 to 0x7f76e190d4 (code length 60) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Runtime.InteropServices.GCHandle:.ctor (object,System.Runtime.InteropServices.GCHandleType)
E/mono (13762): Method void System.Runtime.InteropServices.GCHandle:.ctor (object,System.Runtime.InteropServices.GCHandleType) emitted at 0x7f76e190e8 to 0x7f76e19148 (code length 96) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) int System.Runtime.InteropServices.GCHandle:GetTargetHandle (object,int,System.Runtime.InteropServices.GCHandleType)
E/mono (13762): Method (wrapper managed-to-native) int System.Runtime.InteropServices.GCHandle:GetTargetHandle (object,int,System.Runtime.InteropServices.GCHandleType) emitted at 0x7f76e19158 to 0x7f76e19224 (code length 204) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Collections.Generic.Dictionary`2<intptr, System.Collections.Generic.List`1<System.WeakReference>>:Add (intptr,System.Collections.Generic.List`1<System.WeakReference>)
E/mono (13762): Method void System.Collections.Generic.Dictionary`2<intptr, System.Collections.Generic.List`1<System.WeakReference>>:Add (intptr,System.Collections.Generic.List`1<System.WeakReference>) emitted at 0x7f76e19258 to 0x7f76e1928c (code length 52) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Collections.Generic.Dictionary`2<intptr, System.Collections.Generic.List`1<System.WeakReference>>:Insert (intptr,System.Collections.Generic.List`1<System.WeakReference>,bool)
E/mono (13762): Method void System.Collections.Generic.Dictionary`2<intptr, System.Collections.Generic.List`1<System.WeakReference>>:Insert (intptr,System.Collections.Generic.List`1<System.WeakReference>,bool) emitted at 0x7f76e192a0 to 0x7f76e19754 (code length 1204) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Collections.Generic.Dictionary`2<intptr, System.Collections.Generic.List`1<System.WeakReference>>:Initialize (int)
E/mono (13762): Method void System.Collections.Generic.Dictionary`2<intptr, System.Collections.Generic.List`1<System.WeakReference>>:Initialize (int) emitted at 0x7f76e197e8 to 0x7f76e198d8 (code length 240) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method int Java.Lang.InstancesKeyComparer:GetHashCode (intptr)
E/mono (13762): Method int Java.Lang.InstancesKeyComparer:GetHashCode (intptr) emitted at 0x7f76e199b0 to 0x7f76e199d4 (code length 36) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Lang.Object:Java.Interop.IJavaObjectEx.set_KeyHandle (intptr)
E/mono (13762): Method void Java.Lang.Object:Java.Interop.IJavaObjectEx.set_KeyHandle (intptr) emitted at 0x7f76e19a20 to 0x7f76e19a48 (code length 40) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method intptr Java.Lang.Object:get_Handle ()
E/mono (13762): Method intptr Java.Lang.Object:get_Handle () emitted at 0x7f76e19a48 to 0x7f76e19a9c (code length 84) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool Java.Interop.Runtime:IsGCUserPeer (Android.Runtime.IJavaObject)
E/mono (13762): Method bool Java.Interop.Runtime:IsGCUserPeer (Android.Runtime.IJavaObject) emitted at 0x7f76e19ac0 to 0x7f76e19b14 (code length 84) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool Java.Interop.Runtime:IsGCUserPeer (intptr)
E/mono (13762): Method bool Java.Interop.Runtime:IsGCUserPeer (intptr) emitted at 0x7f76e19b28 to 0x7f76e19b7c (code length 84) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper castclass) object object:__castclass_with_cache (object,intptr,intptr)
E/mono (13762): Method (wrapper castclass) object object:__castclass_with_cache (object,intptr,intptr) emitted at 0x7f76e19b90 to 0x7f76e19c38 (code length 168) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) object object:__icall_wrapper_mono_marshal_isinst_with_cache (object,intptr,intptr)
E/mono (13762): Method (wrapper managed-to-native) object object:__icall_wrapper_mono_marshal_isinst_with_cache (object,intptr,intptr) emitted at 0x7f76e19c68 to 0x7f76e19d24 (code length 188) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,shared,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Android.Runtime.UncaughtExceptionHandler:.cctor ()
E/mono (13762): Method void Android.Runtime.UncaughtExceptionHandler:.cctor () emitted at 0x7f76e19d68 to 0x7f76e19ed4 (code length 364) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Reflection.MethodInfo System.Type:GetMethod (string,System.Reflection.BindingFlags)
E/mono (13762): Method System.Reflection.MethodInfo System.Type:GetMethod (string,System.Reflection.BindingFlags) emitted at 0x7f76e19f58 to 0x7f76e19fc8 (code length 112) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Reflection.MethodInfo System.RuntimeType:GetMethodImpl (string,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[])
E/mono (13762): Method System.Reflection.MethodInfo System.RuntimeType:GetMethodImpl (string,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]) emitted at 0x7f76e19ff8 to 0x7f76e1a220 (code length 552) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.RuntimeType/ListBuilder`1<System.Reflection.MethodInfo> System.RuntimeType:GetMethodCandidates (string,System.Reflection.BindingFlags,System.Reflection.CallingConventions,System.Type[],bool)
E/mono (13762): Method System.RuntimeType/ListBuilder`1<System.Reflection.MethodInfo> System.RuntimeType:GetMethodCandidates (string,System.Reflection.BindingFlags,System.Reflection.CallingConventions,System.Type[],bool) emitted at 0x7f76e1a2d0 to 0x7f76e1a480 (code length 432) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo[] System.RuntimeType:GetMethodsByName (System.RuntimeType,string,System.Reflection.BindingFlags,bool,System.Type)
E/mono (13762): Method (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo[] System.RuntimeType:GetMethodsByName (System.RuntimeType,string,System.Reflection.BindingFlags,bool,System.Type) emitted at 0x7f76e1a510 to 0x7f76e1a5f8 (code length 232) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool System.RuntimeType:FilterApplyMethodInfo (System.Reflection.RuntimeMethodInfo,System.Reflection.BindingFlags,System.Reflection.CallingConventions,System.Type[])
E/mono (13762): Method bool System.RuntimeType:FilterApplyMethodInfo (System.Reflection.RuntimeMethodInfo,System.Reflection.BindingFlags,System.Reflection.CallingConventions,System.Type[]) emitted at 0x7f76e1a648 to 0x7f76e1a690 (code length 72) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method System.Reflection.MethodInfo System.RuntimeType/ListBuilder`1<System.Reflection.MethodInfo>:get_Item (int)
E/mono (13762): Method T_REF System.RuntimeType/ListBuilder`1<T_REF>:get_Item (int) emitted at 0x7f76e1a6a0 to 0x7f76e1a714 (code length 116) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Delegate System.Delegate:CreateDelegate (System.Type,System.Reflection.MethodInfo)
E/mono (13762): Method System.Delegate System.Delegate:CreateDelegate (System.Type,System.Reflection.MethodInfo) emitted at 0x7f76e1a728 to 0x7f76e1a754 (code length 44) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Delegate System.Delegate:CreateDelegate (System.Type,System.Reflection.MethodInfo,bool)
E/mono (13762): Method System.Delegate System.Delegate:CreateDelegate (System.Type,System.Reflection.MethodInfo,bool) emitted at 0x7f76e1a768 to 0x7f76e1a7a0 (code length 56) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Delegate System.Delegate:CreateDelegate (System.Type,object,System.Reflection.MethodInfo,bool,bool)
E/mono (13762): Method System.Delegate System.Delegate:CreateDelegate (System.Type,object,System.Reflection.MethodInfo,bool,bool) emitted at 0x7f76e1a7b0 to 0x7f76e1b088 (code length 2264) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool System.Reflection.MethodInfo:op_Equality (System.Reflection.MethodInfo,System.Reflection.MethodInfo)
E/mono (13762): Method bool System.Reflection.MethodInfo:op_Equality (System.Reflection.MethodInfo,System.Reflection.MethodInfo) emitted at 0x7f76e1b318 to 0x7f76e1b3f4 (code length 220) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Reflection.MethodInfo System.Type:GetMethod (string)
E/mono (13762): Method System.Reflection.MethodInfo System.Type:GetMethod (string) emitted at 0x7f76e1b3f8 to 0x7f76e1b464 (code length 108) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Type System.Reflection.MonoMethod:get_ReturnType ()
E/mono (13762): Method System.Type System.Reflection.MonoMethod:get_ReturnType () emitted at 0x7f76e1b498 to 0x7f76e1b4bc (code length 36) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Type System.Reflection.MonoMethodInfo:GetReturnType (intptr)
E/mono (13762): Method System.Type System.Reflection.MonoMethodInfo:GetReturnType (intptr) emitted at 0x7f76e1b4d0 to 0x7f76e1b50c (code length 60) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool System.Delegate:return_type_match (System.Type,System.Type)
E/mono (13762): Method bool System.Delegate:return_type_match (System.Type,System.Type) emitted at 0x7f76e1b520 to 0x7f76e1b58c (code length 108) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Reflection.ParameterInfo[] System.Reflection.MonoMethod:GetParametersInternal ()
E/mono (13762): Method System.Reflection.ParameterInfo[] System.Reflection.MonoMethod:GetParametersInternal () emitted at 0x7f76e1b5a0 to 0x7f76e1b5cc (code length 44) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool System.Reflection.MethodBase:get_IsStatic ()
E/mono (13762): Method bool System.Reflection.MethodBase:get_IsStatic () emitted at 0x7f76e1b5e0 to 0x7f76e1b62c (code length 76) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Reflection.MethodAttributes System.Reflection.MonoMethod:get_Attributes ()
E/mono (13762): Method System.Reflection.MethodAttributes System.Reflection.MonoMethod:get_Attributes () emitted at 0x7f76e1b630 to 0x7f76e1b658 (code length 40) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Reflection.MethodAttributes System.Reflection.MonoMethodInfo:GetAttributes (intptr)
E/mono (13762): Method System.Reflection.MethodAttributes System.Reflection.MonoMethodInfo:GetAttributes (intptr) emitted at 0x7f76e1b668 to 0x7f76e1b68c (code length 36) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) int System.Reflection.MonoMethodInfo:get_method_attributes (intptr)
E/mono (13762): Method (wrapper managed-to-native) int System.Reflection.MonoMethodInfo:get_method_attributes (intptr) emitted at 0x7f76e1b6a0 to 0x7f76e1b758 (code length 184) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool System.Delegate:arg_type_match (System.Type,System.Type)
E/mono (13762): Method bool System.Delegate:arg_type_match (System.Type,System.Type) emitted at 0x7f76e1b788 to 0x7f76e1b824 (code length 156) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) System.Delegate System.Delegate:CreateDelegate_internal (System.Type,object,System.Reflection.MethodInfo,bool)
E/mono (13762): Method (wrapper managed-to-native) System.Delegate System.Delegate:CreateDelegate_internal (System.Type,object,System.Reflection.MethodInfo,bool) emitted at 0x7f76e1b848 to 0x7f76e1b918 (code length 208) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Reflection.MethodInfo System.Type:GetMethod (string,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type[],System.Reflection.ParameterModifier[])
E/mono (13762): Method System.Reflection.MethodInfo System.Type:GetMethod (string,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type[],System.Reflection.ParameterModifier[]) emitted at 0x7f76e1b948 to 0x7f76e1ba6c (code length 292) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Reflection.ParameterInfo[] System.Reflection.MonoMethod:GetParameters ()
E/mono (13762): Method System.Reflection.ParameterInfo[] System.Reflection.MonoMethod:GetParameters () emitted at 0x7f76e1bb10 to 0x7f76e1bb88 (code length 120) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method void System.Array:Resize<System.Reflection.MethodInfo> (System.Reflection.MethodInfo[]&,int)
E/mono (13762): Method void System.Array:Resize<T_REF> (T_REF[]&,int) emitted at 0x7f76e1bbb8 to 0x7f76e1bd0c (code length 340) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool System.Type:get_IsPrimitive ()
E/mono (13762): Method bool System.Type:get_IsPrimitive () emitted at 0x7f76e1bdd0 to 0x7f76e1be00 (code length 48) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool System.RuntimeType:IsPrimitiveImpl ()
E/mono (13762): Method bool System.RuntimeType:IsPrimitiveImpl () emitted at 0x7f76e1be00 to 0x7f76e1be20 (code length 32) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) bool System.RuntimeTypeHandle:IsPrimitive (System.RuntimeType)
E/mono (13762): Method (wrapper managed-to-native) bool System.RuntimeTypeHandle:IsPrimitive (System.RuntimeType) emitted at 0x7f76e1be30 to 0x7f76e1bee4 (code length 180) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool System.Reflection.MethodInfo:op_Inequality (System.Reflection.MethodInfo,System.Reflection.MethodInfo)
E/mono (13762): Method bool System.Reflection.MethodInfo:op_Inequality (System.Reflection.MethodInfo,System.Reflection.MethodInfo) emitted at 0x7f76e1bf18 to 0x7f76e1bf48 (code length 48) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Type System.Reflection.MonoMethod:get_DeclaringType ()
E/mono (13762): Method System.Type System.Reflection.MonoMethod:get_DeclaringType () emitted at 0x7f76e1bf58 to 0x7f76e1bf7c (code length 36) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool System.Delegate:arg_type_match_this (System.Type,System.Type,bool)
E/mono (13762): Method bool System.Delegate:arg_type_match_this (System.Type,System.Type,bool) emitted at 0x7f76e1bf90 to 0x7f76e1c058 (code length 200) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Android.Runtime.UncaughtExceptionHandler:.ctor (Java.Lang.Thread/IUncaughtExceptionHandler)
E/mono (13762): Method void Android.Runtime.UncaughtExceptionHandler:.ctor (Java.Lang.Thread/IUncaughtExceptionHandler) emitted at 0x7f76e1c078 to 0x7f76e1c0b0 (code length 56) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Lang.Object:.ctor ()
E/mono (13762): Method void Java.Lang.Object:.ctor () emitted at 0x7f76e1c0d0 to 0x7f76e1c208 (code length 312) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method Java.Interop.JniPeerMembers/JniInstanceMethods Java.Interop.JniPeerMembers:get_InstanceMethods ()
E/mono (13762): Method Java.Interop.JniPeerMembers/JniInstanceMethods Java.Interop.JniPeerMembers:get_InstanceMethods () emitted at 0x7f76e1c298 to 0x7f76e1c2c8 (code length 48) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method Java.Interop.JniObjectReference Java.Interop.JniPeerMembers/JniInstanceMethods:StartCreateInstance (string,System.Type,Java.Interop.JniArgumentValue*)
E/mono (13762): Method Java.Interop.JniObjectReference Java.Interop.JniPeerMembers/JniInstanceMethods:StartCreateInstance (string,System.Type,Java.Interop.JniArgumentValue*) emitted at 0x7f76e1c2d8 to 0x7f76e1c434 (code length 348) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method Java.Interop.JniPeerMembers/JniInstanceMethods Java.Interop.JniPeerMembers/JniInstanceMethods:GetConstructorsForType (System.Type)
E/mono (13762): Method Java.Interop.JniPeerMembers/JniInstanceMethods Java.Interop.JniPeerMembers/JniInstanceMethods:GetConstructorsForType (System.Type) emitted at 0x7f76e1c4f8 to 0x7f76e1c62c (code length 308) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Interop.JniPeerMembers/JniInstanceMethods:.ctor (System.Type)
E/mono (13762): Method void Java.Interop.JniPeerMembers/JniInstanceMethods:.ctor (System.Type) emitted at 0x7f76e1c6b0 to 0x7f76e1c84c (code length 412) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method Java.Interop.JniTypeSignature Java.Interop.JniRuntime/JniTypeManager:GetTypeSignature (System.Type)
E/mono (13762): Method Java.Interop.JniTypeSignature Java.Interop.JniRuntime/JniTypeManager:GetTypeSignature (System.Type) emitted at 0x7f76e1c980 to 0x7f76e1c9ec (code length 108) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Collections.Generic.IEnumerable`1<Java.Interop.JniTypeSignature> Java.Interop.JniRuntime/JniTypeManager:GetTypeSignatures (System.Type)
E/mono (13762): Method System.Collections.Generic.IEnumerable`1<Java.Interop.JniTypeSignature> Java.Interop.JniRuntime/JniTypeManager:GetTypeSignatures (System.Type) emitted at 0x7f76e1ca20 to 0x7f76e1cae8 (code length 200) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Collections.Generic.IEnumerable`1<Java.Interop.JniTypeSignature> Java.Interop.JniRuntime/JniTypeManager:CreateGetTypeSignaturesEnumerator (System.Type)
E/mono (13762): Method System.Collections.Generic.IEnumerable`1<Java.Interop.JniTypeSignature> Java.Interop.JniRuntime/JniTypeManager:CreateGetTypeSignaturesEnumerator (System.Type) emitted at 0x7f76e1cb78 to 0x7f76e1cbf8 (code length 128) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method Java.Interop.JniTypeSignature System.Linq.Enumerable:FirstOrDefault<Java.Interop.JniTypeSignature> (System.Collections.Generic.IEnumerable`1<Java.Interop.JniTypeSignature>)
E/mono (13762): Method Java.Interop.JniTypeSignature System.Linq.Enumerable:FirstOrDefault<Java.Interop.JniTypeSignature> (System.Collections.Generic.IEnumerable`1<Java.Interop.JniTypeSignature>) emitted at 0x7f76e1cc38 to 0x7f76e1cf5c (code length 804) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Collections.Generic.IEnumerator`1<Java.Interop.JniTypeSignature> Java.Interop.JniRuntime/JniTypeManager/<CreateGetTypeSignaturesEnumerator>c__Iterator0:System.Collections.Generic.IEnumerable<Java.Interop.JniTypeSignature>.GetEnumerator ()
E/mono (13762): Method System.Collections.Generic.IEnumerator`1<Java.Interop.JniTypeSignature> Java.Interop.JniRuntime/JniTypeManager/<CreateGetTypeSignaturesEnumerator>c__Iterator0:System.Collections.Generic.IEnumerable<Java.Interop.JniTypeSignature>.GetEnumerator () emitted at 0x7f76e1d038 to 0x7f76e1d0fc (code length 196) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool Java.Interop.JniRuntime/JniTypeManager/<CreateGetTypeSignaturesEnumerator>c__Iterator0:MoveNext ()
E/mono (13762): Method bool Java.Interop.JniRuntime/JniTypeManager/<CreateGetTypeSignaturesEnumerator>c__Iterator0:MoveNext () emitted at 0x7f76e1d1b8 to 0x7f76e1da68 (code length 2224) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool System.Type:get_IsArray ()
E/mono (13762): Method bool System.Type:get_IsArray () emitted at 0x7f76e1dcb8 to 0x7f76e1dce8 (code length 48) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool System.RuntimeType:IsArrayImpl ()
E/mono (13762): Method bool System.RuntimeType:IsArrayImpl () emitted at 0x7f76e1dce8 to 0x7f76e1dd08 (code length 32) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method Java.Interop.JniTypeSignatureAttribute System.Reflection.CustomAttributeExtensions:GetCustomAttribute<Java.Interop.JniTypeSignatureAttribute> (System.Reflection.MemberInfo,bool)
E/mono (13762): Method T_REF System.Reflection.CustomAttributeExtensions:GetCustomAttribute<T_REF> (System.Reflection.MemberInfo,bool) emitted at 0x7f76e1dd18 to 0x7f76e1dd6c (code length 84) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Attribute System.Reflection.CustomAttributeExtensions:GetCustomAttribute (System.Reflection.MemberInfo,System.Type,bool)
E/mono (13762): Method System.Attribute System.Reflection.CustomAttributeExtensions:GetCustomAttribute (System.Reflection.MemberInfo,System.Type,bool) emitted at 0x7f76e1ddb0 to 0x7f76e1dde0 (code length 48) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Attribute System.Attribute:GetCustomAttribute (System.Reflection.MemberInfo,System.Type,bool)
E/mono (13762): Method System.Attribute System.Attribute:GetCustomAttribute (System.Reflection.MemberInfo,System.Type,bool) emitted at 0x7f76e1ddf0 to 0x7f76e1de98 (code length 168) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Attribute[] System.Attribute:GetCustomAttributes (System.Reflection.MemberInfo,System.Type,bool)
E/mono (13762): Method System.Attribute[] System.Attribute:GetCustomAttributes (System.Reflection.MemberInfo,System.Type,bool) emitted at 0x7f76e1dee8 to 0x7f76e1e114 (code length 556) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool System.Reflection.MemberInfo:op_Equality (System.Reflection.MemberInfo,System.Reflection.MemberInfo)
E/mono (13762): Method bool System.Reflection.MemberInfo:op_Equality (System.Reflection.MemberInfo,System.Reflection.MemberInfo) emitted at 0x7f76e1e1e8 to 0x7f76e1e5a4 (code length 956) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Reflection.MemberTypes System.RuntimeType:get_MemberType ()
E/mono (13762): Method System.Reflection.MemberTypes System.RuntimeType:get_MemberType () emitted at 0x7f76e1e668 to 0x7f76e1e6ac (code length 68) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool System.Type:get_IsPublic ()
E/mono (13762): Method bool System.Type:get_IsPublic () emitted at 0x7f76e1e6d0 to 0x7f76e1e718 (code length 72) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool System.Type:get_IsNotPublic ()
E/mono (13762): Method bool System.Type:get_IsNotPublic () emitted at 0x7f76e1e718 to 0x7f76e1e75c (code length 68) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method object[] System.RuntimeType:GetCustomAttributes (System.Type,bool)
E/mono (13762): Method object[] System.RuntimeType:GetCustomAttributes (System.Type,bool) emitted at 0x7f76e1e760 to 0x7f76e1e844 (code length 228) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method object[] System.MonoCustomAttrs:GetCustomAttributes (System.Reflection.ICustomAttributeProvider,System.Type,bool)
E/mono (13762): Method object[] System.MonoCustomAttrs:GetCustomAttributes (System.Reflection.ICustomAttributeProvider,System.Type,bool) emitted at 0x7f76e1e8c8 to 0x7f76e1f27c (code length 2484) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.MonoCustomAttrs:.cctor ()
E/mono (13762): Method void System.MonoCustomAttrs:.cctor () emitted at 0x7f76e1f640 to 0x7f76e1f684 (code length 68) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.AttributeUsageAttribute:.ctor (System.AttributeTargets)
E/mono (13762): Method void System.AttributeUsageAttribute:.ctor (System.AttributeTargets) emitted at 0x7f76e1f6a8 to 0x7f76e1f6e4 (code length 60) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.AttributeUsageAttribute:.cctor ()
E/mono (13762): Method void System.AttributeUsageAttribute:.cctor () emitted at 0x7f76e1f6e8 to 0x7f76e1f72c (code length 68) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method object[] System.MonoCustomAttrs:GetCustomAttributesBase (System.Reflection.ICustomAttributeProvider,System.Type,bool)
E/mono (13762): Method object[] System.MonoCustomAttrs:GetCustomAttributesBase (System.Reflection.ICustomAttributeProvider,System.Type,bool) emitted at 0x7f76e1f750 to 0x7f76e1f850 (code length 256) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool System.MonoCustomAttrs:IsUserCattrProvider (object)
E/mono (13762): Method bool System.MonoCustomAttrs:IsUserCattrProvider (object) emitted at 0x7f76e1f8b0 to 0x7f76e1fa58 (code length 424) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) object[] System.MonoCustomAttrs:GetCustomAttributesInternal (System.Reflection.ICustomAttributeProvider,System.Type,bool)
E/mono (13762): Method (wrapper managed-to-native) object[] System.MonoCustomAttrs:GetCustomAttributesInternal (System.Reflection.ICustomAttributeProvider,System.Type,bool) emitted at 0x7f76e1fa78 to 0x7f76e1fb40 (code length 200) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method object[] System.MonoCustomAttrs:GetPseudoCustomAttributes (System.Reflection.ICustomAttributeProvider,System.Type)
E/mono (13762): Method object[] System.MonoCustomAttrs:GetPseudoCustomAttributes (System.Reflection.ICustomAttributeProvider,System.Type) emitted at 0x7f76e1fb70 to 0x7f76e1feb8 (code length 840) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method object[] System.MonoCustomAttrs:GetPseudoCustomAttributes (System.Type)
E/mono (13762): Method object[] System.MonoCustomAttrs:GetPseudoCustomAttributes (System.Type) emitted at 0x7f76e1ff28 to 0x7f76e20038 (code length 272) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool System.Type:get_IsSealed ()
E/mono (13762): Method bool System.Type:get_IsSealed () emitted at 0x7f76e20078 to 0x7f76e200c4 (code length 76) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method int System.Math:Max (int,int)
E/mono (13762): Method int System.Math:Max (int,int) emitted at 0x7f76e200c8 to 0x7f76e20100 (code length 56) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Math:.cctor ()
E/mono (13762): Method void System.Math:.cctor () emitted at 0x7f76e20100 to 0x7f76e2017c (code length 124) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method int System.Collections.Generic.List`1<object>:get_Count ()
E/mono (13762): Method int System.Collections.Generic.List`1<T_REF>:get_Count () emitted at 0x7f76e201c0 to 0x7f76e201e0 (code length 32) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Array System.Array:CreateInstance (System.Type,int)
E/mono (13762): Method System.Array System.Array:CreateInstance (System.Type,int) emitted at 0x7f76e201e0 to 0x7f76e20240 (code length 96) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Array System.Array:CreateInstance (System.Type,int[])
E/mono (13762): Method System.Array System.Array:CreateInstance (System.Type,int[]) emitted at 0x7f76e20270 to 0x7f76e204b0 (code length 576) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool System.Type:Equals (System.Type)
E/mono (13762): Method bool System.Type:Equals (System.Type) emitted at 0x7f76e20630 to 0x7f76e20694 (code length 100) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) System.Array System.Array:CreateInstanceImpl (System.Type,int[],int[])
E/mono (13762): Method (wrapper managed-to-native) System.Array System.Array:CreateInstanceImpl (System.Type,int[],int[]) emitted at 0x7f76e20698 to 0x7f76e20760 (code length 200) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method void System.Collections.Generic.List`1<object>:CopyTo (object[],int)
E/mono (13762): Method void System.Collections.Generic.List`1<T_REF>:CopyTo (T_REF[],int) emitted at 0x7f76e20790 to 0x7f76e207d0 (code length 64) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Type System.RuntimeType:GetElementType ()
E/mono (13762): Method System.Type System.RuntimeType:GetElementType () emitted at 0x7f76e207e0 to 0x7f76e20800 (code length 32) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) System.RuntimeType System.RuntimeTypeHandle:GetElementType (System.RuntimeType)
E/mono (13762): Method (wrapper managed-to-native) System.RuntimeType System.RuntimeTypeHandle:GetElementType (System.RuntimeType) emitted at 0x7f76e20810 to 0x7f76e208c4 (code length 180) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Collections.Generic.IEnumerable`1<string> Android.Runtime.AndroidTypeManager:GetSimpleReferences (System.Type)
E/mono (13762): Method System.Collections.Generic.IEnumerable`1<string> Android.Runtime.AndroidTypeManager:GetSimpleReferences (System.Type) emitted at 0x7f76e208f8 to 0x7f76e20988 (code length 144) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method string Android.Runtime.JNIEnv:GetJniName (System.Type)
E/mono (13762): Method string Android.Runtime.JNIEnv:GetJniName (System.Type) emitted at 0x7f76e209d8 to 0x7f76e20a78 (code length 160) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method string System.RuntimeType:get_AssemblyQualifiedName ()
E/mono (13762): Method string System.RuntimeType:get_AssemblyQualifiedName () emitted at 0x7f76e20ad8 to 0x7f76e20b00 (code length 40) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) intptr Android.Runtime.JNIEnv:monodroid_typemap_managed_to_java (string)
E/mono (13762): Method (wrapper managed-to-native) intptr Android.Runtime.JNIEnv:monodroid_typemap_managed_to_java (string) emitted at 0x7f76e20b10 to 0x7f76e20bd4 (code length 196) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Collections.Generic.IEnumerable`1<string> Java.Interop.JniRuntime/JniTypeManager:GetSimpleReferences (System.Type)
E/mono (13762): Method System.Collections.Generic.IEnumerable`1<string> Java.Interop.JniRuntime/JniTypeManager:GetSimpleReferences (System.Type) emitted at 0x7f76e20c28 to 0x7f76e20d1c (code length 244) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method System.Collections.Generic.IEnumerable`1<string> System.Linq.Enumerable:Repeat<string> (string,int)
E/mono (13762): Method System.Collections.Generic.IEnumerable`1<TResult_REF> System.Linq.Enumerable:Repeat<TResult_REF> (TResult_REF,int) emitted at 0x7f76e20dc0 to 0x7f76e20e24 (code length 100) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method System.Collections.Generic.IEnumerable`1<string> System.Linq.Enumerable:RepeatIterator<string> (string,int)
E/mono (13762): Method System.Collections.Generic.IEnumerable`1<TResult_REF> System.Linq.Enumerable:RepeatIterator<TResult_REF> (TResult_REF,int) emitted at 0x7f76e20e78 to 0x7f76e20ee0 (code length 104) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method void System.Linq.Enumerable/<RepeatIterator>c__Iterator1B`1<string>:.ctor ()
E/mono (13762): Method void System.Linq.Enumerable/<RepeatIterator>c__Iterator1B`1<TResult_REF>:.ctor () emitted at 0x7f76e20f20 to 0x7f76e20f38 (code length 24) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method System.Collections.Generic.IEnumerable`1<string> System.Linq.Enumerable:Concat<string> (System.Collections.Generic.IEnumerable`1<string>,System.Collections.Generic.IEnumerable`1<string>)
E/mono (13762): Method System.Collections.Generic.IEnumerable`1<TSource_REF> System.Linq.Enumerable:Concat<TSource_REF> (System.Collections.Generic.IEnumerable`1<TSource_REF>,System.Collections.Generic.IEnumerable`1<TSource_REF>) emitted at 0x7f76e20f38 to 0x7f76e20fb8 (code length 128) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method System.Collections.Generic.IEnumerable`1<string> System.Linq.Enumerable:ConcatIterator<string> (System.Collections.Generic.IEnumerable`1<string>,System.Collections.Generic.IEnumerable`1<string>)
E/mono (13762): Method System.Collections.Generic.IEnumerable`1<TSource_REF> System.Linq.Enumerable:ConcatIterator<TSource_REF> (System.Collections.Generic.IEnumerable`1<TSource_REF>,System.Collections.Generic.IEnumerable`1<TSource_REF>) emitted at 0x7f76e21038 to 0x7f76e210b0 (code length 120) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method void System.Linq.Enumerable/<ConcatIterator>c__IteratorE`1<string>:.ctor ()
E/mono (13762): Method void System.Linq.Enumerable/<ConcatIterator>c__IteratorE`1<TSource_REF>:.ctor () emitted at 0x7f76e21100 to 0x7f76e21118 (code length 24) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method System.Collections.Generic.IEnumerator`1<string> System.Linq.Enumerable/<ConcatIterator>c__IteratorE`1<string>:System.Collections.Generic.IEnumerable<TSource>.GetEnumerator ()
E/mono (13762): Method System.Collections.Generic.IEnumerator`1<TSource_REF> System.Linq.Enumerable/<ConcatIterator>c__IteratorE`1<TSource_REF>:System.Collections.Generic.IEnumerable<TSource>.GetEnumerator () emitted at 0x7f76e21160 to 0x7f76e21240 (code length 224) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method bool System.Linq.Enumerable/<ConcatIterator>c__IteratorE`1<string>:MoveNext ()
E/mono (13762): Method bool System.Linq.Enumerable/<ConcatIterator>c__IteratorE`1<TSource_REF>:MoveNext () emitted at 0x7f76e21318 to 0x7f76e21740 (code length 1064) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-managed) System.Collections.Generic.IEnumerator`1<string> string[]:System.Collections.Generic.IEnumerable`1.GetEnumerator ()
E/mono (13762): Method (wrapper managed-to-managed) System.Collections.Generic.IEnumerator`1<string> string[]:System.Collections.Generic.IEnumerable`1.GetEnumerator () emitted at 0x7f76e21d80 to 0x7f76e21dac (code length 44) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method System.Collections.Generic.IEnumerator`1<string> System.Array:InternalArray__IEnumerable_GetEnumerator<string> ()
E/mono (13762): Method System.Collections.Generic.IEnumerator`1<T_REF> System.Array:InternalArray__IEnumerable_GetEnumerator<T_REF> () emitted at 0x7f76e21dc0 to 0x7f76e21e5c (code length 156) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method void System.Array/InternalEnumerator`1<string>:.ctor (System.Array)
E/mono (13762): Method void System.Array/InternalEnumerator`1<T_REF>:.ctor (System.Array) emitted at 0x7f76e21eb0 to 0x7f76e21ef0 (code length 64) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method bool System.Array/InternalEnumerator`1<string>:MoveNext ()
E/mono (13762): Method bool System.Array/InternalEnumerator`1<T_REF>:MoveNext () emitted at 0x7f76e21f48 to 0x7f76e21fe0 (code length 152) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method void System.Array/InternalEnumerator`1<string>:Dispose ()
E/mono (13762): Method void System.Array/InternalEnumerator`1<T_REF>:Dispose () emitted at 0x7f76e22068 to 0x7f76e22094 (code length 44) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method System.Collections.Generic.IEnumerator`1<string> System.Linq.Enumerable/<RepeatIterator>c__Iterator1B`1<string>:System.Collections.Generic.IEnumerable<TResult>.GetEnumerator ()
E/mono (13762): Method System.Collections.Generic.IEnumerator`1<TResult_REF> System.Linq.Enumerable/<RepeatIterator>c__Iterator1B`1<TResult_REF>:System.Collections.Generic.IEnumerable<TResult>.GetEnumerator () emitted at 0x7f76e22120 to 0x7f76e221ec (code length 204) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method bool System.Linq.Enumerable/<RepeatIterator>c__Iterator1B`1<string>:MoveNext ()
E/mono (13762): Method bool System.Linq.Enumerable/<RepeatIterator>c__Iterator1B`1<TResult_REF>:MoveNext () emitted at 0x7f76e222b8 to 0x7f76e223b0 (code length 248) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method string System.Linq.Enumerable/<RepeatIterator>c__Iterator1B`1<string>:System.Collections.Generic.IEnumerator<TResult>.get_Current ()
E/mono (13762): Method TResult_REF System.Linq.Enumerable/<RepeatIterator>c__Iterator1B`1<TResult_REF>:System.Collections.Generic.IEnumerator<TResult>.get_Current () emitted at 0x7f76e22458 to 0x7f76e22478 (code length 32) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method string System.Linq.Enumerable/<ConcatIterator>c__IteratorE`1<string>:System.Collections.Generic.IEnumerator<TSource>.get_Current ()
E/mono (13762): Method TSource_REF System.Linq.Enumerable/<ConcatIterator>c__IteratorE`1<TSource_REF>:System.Collections.Generic.IEnumerator<TSource>.get_Current () emitted at 0x7f76e224f0 to 0x7f76e22510 (code length 32) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Interop.JniTypeSignature:.ctor (string,int,bool)
E/mono (13762): Method void Java.Interop.JniTypeSignature:.ctor (string,int,bool) emitted at 0x7f76e22510 to 0x7f76e226a4 (code length 404) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool string:Contains (string)
E/mono (13762): Method bool string:Contains (string) emitted at 0x7f76e227b8 to 0x7f76e227f8 (code length 64) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method int string:IndexOf (string,System.StringComparison)
E/mono (13762): Method int string:IndexOf (string,System.StringComparison) emitted at 0x7f76e22808 to 0x7f76e2284c (code length 68) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method int string:IndexOf (string,int,int,System.StringComparison)
E/mono (13762): Method int string:IndexOf (string,int,int,System.StringComparison) emitted at 0x7f76e22860 to 0x7f76e22bc8 (code length 872) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Globalization.CompareInfo System.Globalization.CultureInfo:get_CompareInfo ()
E/mono (13762): Method System.Globalization.CompareInfo System.Globalization.CultureInfo:get_CompareInfo () emitted at 0x7f76e22d68 to 0x7f76e22e70 (code length 264) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Globalization.CompareInfo:.ctor (System.Globalization.CultureInfo)
E/mono (13762): Method void System.Globalization.CompareInfo:.ctor (System.Globalization.CultureInfo) emitted at 0x7f76e22ef0 to 0x7f76e22f48 (code length 88) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method int System.Globalization.CompareInfo:IndexOf (string,string,int,int,System.Globalization.CompareOptions)
E/mono (13762): Method int System.Globalization.CompareInfo:IndexOf (string,string,int,int,System.Globalization.CompareOptions) emitted at 0x7f76e22f68 to 0x7f76e23184 (code length 540) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method int System.Globalization.CompareInfo:internal_index_switch (string,int,int,string,System.Globalization.CompareOptions,bool)
E/mono (13762): Method int System.Globalization.CompareInfo:internal_index_switch (string,int,int,string,System.Globalization.CompareOptions,bool) emitted at 0x7f76e23308 to 0x7f76e233ec (code length 228) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method int string:IndexOfUnchecked (string,int,int)
E/mono (13762): ok
E/mono (13762): Method int string:IndexOfUnchecked (string,int,int) emitted at 0x7f76e23430 to 0x7f76e236a0 (code length 624) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool string:StartsWith (string,System.StringComparison)
E/mono (13762): Method bool string:StartsWith (string,System.StringComparison) emitted at 0x7f76e23700 to 0x7f76e239a8 (code length 680) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method int string:nativeCompareOrdinalEx (string,int,string,int,int)
E/mono (13762): Method int string:nativeCompareOrdinalEx (string,int,string,int,int) emitted at 0x7f76e23af8 to 0x7f76e23c20 (code length 296) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method int string:CompareOrdinalUnchecked (string,int,int,string,int,int)
E/mono (13762): Method int string:CompareOrdinalUnchecked (string,int,int,string,int,int) emitted at 0x7f76e23cf0 to 0x7f76e23ee8 (code length 504) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method Java.Interop.JniTypeSignature Java.Interop.JniRuntime/JniTypeManager/<CreateGetTypeSignaturesEnumerator>c__Iterator0:System.Collections.Generic.IEnumerator<Java.Interop.JniTypeSignature>.get_Current ()
E/mono (13762): Method Java.Interop.JniTypeSignature Java.Interop.JniRuntime/JniTypeManager/<CreateGetTypeSignaturesEnumerator>c__Iterator0:System.Collections.Generic.IEnumerator<Java.Interop.JniTypeSignature>.get_Current () emitted at 0x7f76e23f60 to 0x7f76e23fd4 (code length 116) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Interop.JniRuntime/JniTypeManager/<CreateGetTypeSignaturesEnumerator>c__Iterator0:Dispose ()
E/mono (13762): Method void Java.Interop.JniRuntime/JniTypeManager/<CreateGetTypeSignaturesEnumerator>c__Iterator0:Dispose () emitted at 0x7f76e43af8 to 0x7f76e43c04 (code length 268) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method void System.Linq.Enumerable/<ConcatIterator>c__IteratorE`1<string>:Dispose ()
E/mono (13762): Method void System.Linq.Enumerable/<ConcatIterator>c__IteratorE`1<TSource_REF>:Dispose () emitted at 0x7f76e43cb0 to 0x7f76e43dbc (code length 268) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method void System.Linq.Enumerable/<RepeatIterator>c__Iterator1B`1<string>:Dispose ()
E/mono (13762): Method void System.Linq.Enumerable/<RepeatIterator>c__Iterator1B`1<TResult_REF>:Dispose () emitted at 0x7f76e43e40 to 0x7f76e43e74 (code length 52) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method string Java.Interop.JniTypeSignature:get_Name ()
E/mono (13762): Method string Java.Interop.JniTypeSignature:get_Name () emitted at 0x7f76e43e78 to 0x7f76e43ed0 (code length 88) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method int System.Collections.Generic.ObjectEqualityComparer`1<System.Type>:GetHashCode (System.Type)
E/mono (13762): Method int System.Collections.Generic.ObjectEqualityComparer`1<T_REF>:GetHashCode (T_REF) emitted at 0x7f76e43f88 to 0x7f76e43fd4 (code length 76) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method int System.RuntimeType:GetHashCode ()
E/mono (13762): Method int System.RuntimeType:GetHashCode () emitted at 0x7f76e08000 to 0x7f76e0809c (code length 156) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method Java.Interop.JniType Java.Interop.JniPeerMembers/JniInstanceMethods:get_JniPeerType ()
E/mono (13762): Method Java.Interop.JniType Java.Interop.JniPeerMembers/JniInstanceMethods:get_JniPeerType () emitted at 0x7f76e080b0 to 0x7f76e08104 (code length 84) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method Java.Interop.JniObjectReference Java.Interop.JniType:AllocObject ()
E/mono (13762): Method Java.Interop.JniObjectReference Java.Interop.JniType:AllocObject () emitted at 0x7f76e08118 to 0x7f76e0818c (code length 116) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method Java.Interop.JniObjectReference Java.Interop.JniEnvironment/Object:AllocObject (Java.Interop.JniObjectReference)
E/mono (13762): Method Java.Interop.JniObjectReference Java.Interop.JniEnvironment/Object:AllocObject (Java.Interop.JniObjectReference) emitted at 0x7f76e081b0 to 0x7f76e082bc (code length 268) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Interop.JniEnvironment/Object:.cctor ()
E/mono (13762): Method void Java.Interop.JniEnvironment/Object:.cctor () emitted at 0x7f76e08370 to 0x7f76e08434 (code length 196) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) intptr Java.Interop.NativeMethods:java_interop_jnienv_alloc_object (intptr,intptr&,intptr)
E/mono (13762): Method (wrapper managed-to-native) intptr Java.Interop.NativeMethods:java_interop_jnienv_alloc_object (intptr,intptr&,intptr) emitted at 0x7f76e08478 to 0x7f76e0853c (code length 196) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Android.Runtime.JNIEnv:RegisterJniNatives (intptr,int,intptr,intptr,int)
E/mono (13762): Method void Android.Runtime.JNIEnv:RegisterJniNatives (intptr,int,intptr,intptr,int) emitted at 0x7f76e08570 to 0x7f76e09038 (code length 2760) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper runtime-invoke) object <Module>:runtime_invoke_void_intptr_int_intptr_intptr_int (object,intptr,intptr,intptr)
E/mono (13762): Method (wrapper runtime-invoke) object <Module>:runtime_invoke_void_intptr_int_intptr_intptr_int (object,intptr,intptr,intptr) emitted at 0x7f76e09408 to 0x7f76e09538 (code length 304) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Android.Runtime.TypeManager:RegisterType (string,System.Type)
E/mono (13762): Method void Android.Runtime.TypeManager:RegisterType (string,System.Type) emitted at 0x7f76e09588 to 0x7f76e095b0 (code length 40) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Interop.TypeManager:RegisterType (string,System.Type)
E/mono (13762): Method void Java.Interop.TypeManager:RegisterType (string,System.Type) emitted at 0x7f76e095c0 to 0x7f76e09788 (code length 456) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method string Java.Interop.Tools.TypeNameMappings.JniType:ToJniName (System.Type)
E/mono (13762): Method string Java.Interop.Tools.TypeNameMappings.JniType:ToJniName (System.Type) emitted at 0x7f76e09838 to 0x7f76e09880 (code length 72) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method string Java.Interop.Tools.TypeNameMappings.JniType:ToJniName (System.Type,Java.Interop.ExportParameterKind)
E/mono (13762): Method string Java.Interop.Tools.TypeNameMappings.JniType:ToJniName (System.Type,Java.Interop.ExportParameterKind) emitted at 0x7f76e09890 to 0x7f76e09c50 (code length 960) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) System.Type[] System.RuntimeType:GetInterfaces (System.RuntimeType)
E/mono (13762): Method (wrapper managed-to-native) System.Type[] System.RuntimeType:GetInterfaces (System.RuntimeType) emitted at 0x7f76e09d20 to 0x7f76e09de4 (code length 196) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method bool System.Linq.Enumerable:Any<System.Type> (System.Collections.Generic.IEnumerable`1<System.Type>,System.Func`2<System.Type, bool>)
E/mono (13762): Method bool System.Linq.Enumerable:Any<TSource_REF> (System.Collections.Generic.IEnumerable`1<TSource_REF>,System.Func`2<TSource_REF, bool>) emitted at 0x7f76e09e38 to 0x7f76e09fac (code length 372) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-managed) System.Collections.Generic.IEnumerator`1<System.RuntimeType> System.RuntimeType[]:System.Collections.Generic.IEnumerable`1.GetEnumerator ()
E/mono (13762): Method (wrapper managed-to-managed) System.Collections.Generic.IEnumerator`1<System.RuntimeType> System.RuntimeType[]:System.Collections.Generic.IEnumerable`1.GetEnumerator () emitted at 0x7f76e0a6d8 to 0x7f76e0a704 (code length 44) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method System.RuntimeType System.Array/InternalEnumerator`1<System.RuntimeType>:get_Current ()
E/mono (13762): Method T_REF System.Array/InternalEnumerator`1<T_REF>:get_Current () emitted at 0x7f76e0b140 to 0x7f76e0b200 (code length 192) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method System.RuntimeType System.Array:InternalArray__get_Item<System.RuntimeType> (int)
E/mono (13762): Method T_REF System.Array:InternalArray__get_Item<T_REF> (int) emitted at 0x7f76e0b2c0 to 0x7f76e0b330 (code length 112) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool Java.Interop.Tools.TypeNameMappings.JniType:<ToJniName>m__0 (System.Type)
E/mono (13762): Method bool Java.Interop.Tools.TypeNameMappings.JniType:<ToJniName>m__0 (System.Type) emitted at 0x7f76e0b370 to 0x7f76e0b3b0 (code length 64) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method string System.RuntimeType:get_FullName ()
E/mono (13762): Method string System.RuntimeType:get_FullName () emitted at 0x7f76e0b3c0 to 0x7f76e0b46c (code length 172) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method string Java.Interop.Tools.TypeNameMappings.JniType:ToJniName<System.Type> (System.Type,System.Func`2<System.Type, System.Type>,System.Func`2<System.Type, string>,System.Func`2<System.Type, string>,System.Func`2<System.Type, string>)
E/mono (13762): Method string Java.Interop.Tools.TypeNameMappings.JniType:ToJniName<T_REF> (T_REF,System.Func`2<T_REF, T_REF>,System.Func`2<T_REF, string>,System.Func`2<T_REF, string>,System.Func`2<T_REF, string>) emitted at 0x7f76e0b538 to 0x7f76e0b7f8 (code length 704) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method string Java.Interop.Tools.TypeNameMappings.JniType:<ToJniName>m__3 (System.Type)
E/mono (13762): Method string Java.Interop.Tools.TypeNameMappings.JniType:<ToJniName>m__3 (System.Type) emitted at 0x7f76e0b958 to 0x7f76e0b978 (code length 32) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method string Java.Interop.Tools.TypeNameMappings.JniType:ToJniNameFromAttributes (System.Type)
E/mono (13762): Method string Java.Interop.Tools.TypeNameMappings.JniType:ToJniNameFromAttributes (System.Type) emitted at 0x7f76e0b988 to 0x7f76e0c134 (code length 1964) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method string Java.Interop.Tools.TypeNameMappings.JniType:<ToJniName>m__2 (System.Type)
E/mono (13762): Method string Java.Interop.Tools.TypeNameMappings.JniType:<ToJniName>m__2 (System.Type) emitted at 0x7f76e0c1c8 to 0x7f76e0c1f8 (code length 48) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) string System.RuntimeType:get_Name (System.RuntimeType)
E/mono (13762): Method (wrapper managed-to-native) string System.RuntimeType:get_Name (System.RuntimeType) emitted at 0x7f76e0c1f8 to 0x7f76e0c2bc (code length 196) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Type Java.Interop.Tools.TypeNameMappings.JniType:<ToJniName>m__1 (System.Type)
E/mono (13762): Method System.Type Java.Interop.Tools.TypeNameMappings.JniType:<ToJniName>m__1 (System.Type) emitted at 0x7f76e0c310 to 0x7f76e0c340 (code length 48) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) System.Type System.RuntimeType:get_DeclaringType (System.RuntimeType)
E/mono (13762): Method (wrapper managed-to-native) System.Type System.RuntimeType:get_DeclaringType (System.RuntimeType) emitted at 0x7f76e0c340 to 0x7f76e0c404 (code length 196) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method void System.Collections.Generic.List`1<string>:Reverse ()
E/mono (13762): Method void System.Collections.Generic.List`1<T_REF>:Reverse () emitted at 0x7f76e0c458 to 0x7f76e0c494 (code length 60) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method void System.Collections.Generic.List`1<string>:Reverse (int,int)
E/mono (13762): Method void System.Collections.Generic.List`1<T_REF>:Reverse (int,int) emitted at 0x7f76e0c4b8 to 0x7f76e0c548 (code length 144) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Array:Reverse (System.Array,int,int)
E/mono (13762): Method void System.Array:Reverse (System.Array,int,int) emitted at 0x7f76e0c588 to 0x7f76e0cb24 (code length 1436) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method int System.Array:GetUpperBound (int)
E/mono (13762): Method int System.Array:GetUpperBound (int) emitted at 0x7f76e0cd28 to 0x7f76e0cd80 (code length 88) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) int System.Array:GetLowerBound (System.Array,int)
E/mono (13762): Method (wrapper managed-to-native) int System.Array:GetLowerBound (System.Array,int) emitted at 0x7f76e0cda0 to 0x7f76e0ce74 (code length 212) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) int System.Array:GetLength (System.Array,int)
E/mono (13762): Method (wrapper managed-to-native) int System.Array:GetLength (System.Array,int) emitted at 0x7f76e0cec8 to 0x7f76e0cf9c (code length 212) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.TypeCode System.Type:GetTypeCode (System.Type)
E/mono (13762): Method System.TypeCode System.Type:GetTypeCode (System.Type) emitted at 0x7f76e0cff0 to 0x7f76e0d038 (code length 72) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.TypeCode System.RuntimeType:GetTypeCodeImpl ()
E/mono (13762): Method System.TypeCode System.RuntimeType:GetTypeCodeImpl () emitted at 0x7f76e0d038 to 0x7f76e0d05c (code length 36) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) System.TypeCode System.RuntimeType:GetTypeCodeImplInternal (System.Type)
E/mono (13762): Method (wrapper managed-to-native) System.TypeCode System.RuntimeType:GetTypeCodeImplInternal (System.Type) emitted at 0x7f76e0d070 to 0x7f76e0d128 (code length 184) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method string[] System.Collections.Generic.List`1<string>:ToArray ()
E/mono (13762): Method T_REF[] System.Collections.Generic.List`1<T_REF>:ToArray () emitted at 0x7f76e0d158 to 0x7f76e0d1b8 (code length 96) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method string Java.Interop.Tools.TypeNameMappings.JniType:GetPackageName (System.Type)
E/mono (13762): Method string Java.Interop.Tools.TypeNameMappings.JniType:GetPackageName (System.Type) emitted at 0x7f76e0d1e8 to 0x7f76e0d3b8 (code length 464) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Reflection.AssemblyName System.Reflection.Assembly:GetName ()
E/mono (13762): Method System.Reflection.AssemblyName System.Reflection.Assembly:GetName () emitted at 0x7f76e0d458 to 0x7f76e0d48c (code length 52) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Reflection.AssemblyName System.Reflection.Assembly:GetName (bool)
E/mono (13762): Method System.Reflection.AssemblyName System.Reflection.Assembly:GetName (bool) emitted at 0x7f76e0d490 to 0x7f76e0d4c4 (code length 52) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Reflection.AssemblyName System.Reflection.Assembly:UnprotectedGetName ()
E/mono (13762): Method System.Reflection.AssemblyName System.Reflection.Assembly:UnprotectedGetName () emitted at 0x7f76e0d4c8 to 0x7f76e0d510 (code length 72) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) void System.Reflection.Assembly:FillName (System.Reflection.Assembly,System.Reflection.AssemblyName)
E/mono (13762): Method (wrapper managed-to-native) void System.Reflection.Assembly:FillName (System.Reflection.Assembly,System.Reflection.AssemblyName) emitted at 0x7f76e0d530 to 0x7f76e0d5e4 (code length 180) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Version:.ctor (int,int,int,int)
E/mono (13762): Method void System.Version:.ctor (int,int,int,int) emitted at 0x7f76e0d618 to 0x7f76e0d770 (code length 344) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Version:.cctor ()
E/mono (13762): Method void System.Version:.cctor () emitted at 0x7f76e0d870 to 0x7f76e0d8d0 (code length 96) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper runtime-invoke) object <Module>:runtime_invoke_void__this___int_int_int_int (object,intptr,intptr,intptr)
E/mono (13762): Method (wrapper runtime-invoke) object <Module>:runtime_invoke_void__this___int_int_int_int (object,intptr,intptr,intptr) emitted at 0x7f76e0d8f0 to 0x7f76e0da18 (code length 296) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Globalization.CultureInfo System.Globalization.CultureInfo:CreateCulture (string,bool)
E/mono (13762): Method System.Globalization.CultureInfo System.Globalization.CultureInfo:CreateCulture (string,bool) emitted at 0x7f76e0da68 to 0x7f76e0db08 (code length 160) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper runtime-invoke) object <Module>:runtime_invoke_object_object_byte (object,intptr,intptr,intptr)
E/mono (13762): Method (wrapper runtime-invoke) object <Module>:runtime_invoke_object_object_byte (object,intptr,intptr,intptr) emitted at 0x7f76e0db28 to 0x7f76e0dc28 (code length 256) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Globalization.CultureInfo:.ctor (string,bool,bool)
E/mono (13762): Method void System.Globalization.CultureInfo:.ctor (string,bool,bool) emitted at 0x7f76e0dc78 to 0x7f76e0de60 (code length 488) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method object System.Globalization.NumberFormatInfo:Clone ()
E/mono (13762): Method object System.Globalization.NumberFormatInfo:Clone () emitted at 0x7f76e0df40 to 0x7f76e0dfa8 (code length 104) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool Java.Interop.Tools.TypeNameMappings.JniType:IsPackageNamePreservedForAssembly (string)
E/mono (13762): Method bool Java.Interop.Tools.TypeNameMappings.JniType:IsPackageNamePreservedForAssembly (string) emitted at 0x7f76e0dfc8 to 0x7f76e0dff4 (code length 44) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) string System.RuntimeType:get_Namespace (System.RuntimeType)
E/mono (13762): Method (wrapper managed-to-native) string System.RuntimeType:get_Namespace (System.RuntimeType) emitted at 0x7f76e0e008 to 0x7f76e0e0cc (code length 196) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method string string:ToLowerInvariant ()
E/mono (13762): Method string string:ToLowerInvariant () emitted at 0x7f76e0e120 to 0x7f76e0e150 (code length 48) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method string string:ToLower (System.Globalization.CultureInfo)
E/mono (13762): Method string string:ToLower (System.Globalization.CultureInfo) emitted at 0x7f76e0e160 to 0x7f76e0e1cc (code length 108) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method string System.Globalization.TextInfo:ToLower (string)
E/mono (13762): Method string System.Globalization.TextInfo:ToLower (string) emitted at 0x7f76e0e200 to 0x7f76e0e254 (code length 84) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method string System.Globalization.TextInfo:ToLowerInternal (string)
E/mono (13762): Method string System.Globalization.TextInfo:ToLowerInternal (string) emitted at 0x7f76e0e298 to 0x7f76e0e360 (code length 200) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method char System.Globalization.TextInfo:ToLower (char)
E/mono (13762): Method char System.Globalization.TextInfo:ToLower (char) emitted at 0x7f76e0e370 to 0x7f76e0e3c8 (code length 88) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method char System.Globalization.TextInfo:ToLowerAsciiInvariant (char)
E/mono (13762): Method char System.Globalization.TextInfo:ToLowerAsciiInvariant (char) emitted at 0x7f76e0e3f8 to 0x7f76e0e440 (code length 72) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method string Java.Interop.Tools.TypeNameMappings.JniType:ToLowerCase (string)
E/mono (13762): Method string Java.Interop.Tools.TypeNameMappings.JniType:ToLowerCase (string) emitted at 0x7f76e0e440 to 0x7f76e0e558 (code length 280) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool string:IsNullOrEmpty (string)
E/mono (13762): Method bool string:IsNullOrEmpty (string) emitted at 0x7f76e0e5a8 to 0x7f76e0e5e4 (code length 60) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method string string:Concat (string,string,string)
E/mono (13762): Method string string:Concat (string,string,string) emitted at 0x7f76e0e5e8 to 0x7f76e0e6d8 (code length 240) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool string:op_Inequality (string,string)
E/mono (13762): Method bool string:op_Inequality (string,string) emitted at 0x7f76e0e718 to 0x7f76e0e748 (code length 48) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method string[] string:Split (char[],int)
E/mono (13762): Method string[] string:Split (char[],int) emitted at 0x7f76e0e758 to 0x7f76e0e78c (code length 52) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Type System.Type:GetType (string,bool)
E/mono (13762): Method System.Type System.Type:GetType (string,bool) emitted at 0x7f76e0e7a0 to 0x7f76e0e854 (code length 180) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Delegate System.Delegate:CreateDelegate (System.Type,System.Type,string)
E/mono (13762): Method System.Delegate System.Delegate:CreateDelegate (System.Type,System.Type,string) emitted at 0x7f76e0e8e8 to 0x7f76e0e920 (code length 56) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Delegate System.Delegate:CreateDelegate (System.Type,System.Type,string,bool,bool)
E/mono (13762): Method System.Delegate System.Delegate:CreateDelegate (System.Type,System.Type,string,bool,bool) emitted at 0x7f76e0e930 to 0x7f76e0e9e4 (code length 180) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Reflection.MethodInfo System.Delegate:GetCandidateMethod (System.Type,System.Type,string,System.Reflection.BindingFlags,bool,bool)
E/mono (13762): converting method void System.EmptyArray`1<System.Reflection.ParameterModifier>:.cctor ()
E/mono (13762): Method void System.EmptyArray`1<System.Reflection.ParameterModifier>:.cctor () emitted at 0x7f76e0ea48 to 0x7f76e0ea84 (code length 60) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): Method System.Reflection.MethodInfo System.Delegate:GetCandidateMethod (System.Type,System.Type,string,System.Reflection.BindingFlags,bool,bool) emitted at 0x7f76e0ea98 to 0x7f76e0ed5c (code length 708) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Delegate Java.Lang.Thread/IUncaughtExceptionHandlerInvoker:GetUncaughtException_Ljava_lang_Thread_Ljava_lang_Throwable_Handler ()
E/mono (13762): Method System.Delegate Java.Lang.Thread/IUncaughtExceptionHandlerInvoker:GetUncaughtException_Ljava_lang_Thread_Ljava_lang_Throwable_Handler () emitted at 0x7f76e0eeb0 to 0x7f76e0ef88 (code length 216) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Delegate Android.Runtime.JNINativeWrapper:CreateDelegate (System.Delegate)
E/mono (13762): converting method void System.Reflection.Emit.OpCodes:.cctor ()
E/mono (13762): Method void System.Reflection.Emit.OpCodes:.cctor () emitted at 0x7f70fa1000 to 0x7f70fabd34 (code length 44340) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Reflection.Emit.OpCode:.ctor (int,int)
E/mono (13762): Method void System.Reflection.Emit.OpCode:.ctor (int,int) emitted at 0x7f70facb58 to 0x7f70facc08 (code length 176) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): Method System.Delegate Android.Runtime.JNINativeWrapper:CreateDelegate (System.Delegate) emitted at 0x7f76e0efa8 to 0x7f76e0f7ac (code length 2052) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Reflection.MethodInfo System.Delegate:get_Method ()
E/mono (13762): Method System.Reflection.MethodInfo System.Delegate:get_Method () emitted at 0x7f70facc08 to 0x7f70facc38 (code length 48) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Reflection.MethodInfo System.MulticastDelegate:GetMethodImpl ()
E/mono (13762): Method System.Reflection.MethodInfo System.MulticastDelegate:GetMethodImpl () emitted at 0x7f70facc38 to 0x7f70faccb8 (code length 128) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Reflection.MethodInfo System.Delegate:GetMethodImpl ()
E/mono (13762): Method System.Reflection.MethodInfo System.Delegate:GetMethodImpl () emitted at 0x7f70facce8 to 0x7f70facdcc (code length 228) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Reflection.MethodBase System.Reflection.MethodBase:GetMethodFromHandleNoGenericCheck (System.RuntimeMethodHandle)
E/mono (13762): Method System.Reflection.MethodBase System.Reflection.MethodBase:GetMethodFromHandleNoGenericCheck (System.RuntimeMethodHandle) emitted at 0x7f70face40 to 0x7f70face64 (code length 36) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) System.Reflection.MethodBase System.Reflection.MethodBase:GetMethodFromHandleInternalType (intptr,intptr)
E/mono (13762): Method (wrapper managed-to-native) System.Reflection.MethodBase System.Reflection.MethodBase:GetMethodFromHandleInternalType (intptr,intptr) emitted at 0x7f70face78 to 0x7f70facf38 (code length 192) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Android.Runtime.JNINativeWrapper:get_runtime_types ()
E/mono (13762): Method void Android.Runtime.JNINativeWrapper:get_runtime_types () emitted at 0x7f76e0f900 to 0x7f76e0fa80 (code length 384) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method System.Collections.Generic.IEnumerable`1<System.Type> System.Linq.Enumerable:Select<System.Reflection.ParameterInfo, System.Type> (System.Collections.Generic.IEnumerable`1<System.Reflection.ParameterInfo>,System.Func`2<System.Reflection.ParameterInfo, System.Type>)
E/mono (13762): Method System.Collections.Generic.IEnumerable`1<TResult_REF> System.Linq.Enumerable:Select<TSource_REF, TResult_REF> (System.Collections.Generic.IEnumerable`1<TSource_REF>,System.Func`2<TSource_REF, TResult_REF>) emitted at 0x7f76e0fb20 to 0x7f76e0fd54 (code length 564) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper castclass) object object:__isinst_with_cache (object,intptr,intptr)
E/mono (13762): Method (wrapper castclass) object object:__isinst_with_cache (object,intptr,intptr) emitted at 0x7f76e0fef8 to 0x7f76e0ff90 (code length 152) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method void System.Linq.Enumerable/WhereSelectArrayIterator`2<System.Reflection.ParameterInfo, System.Type>:.ctor (System.Reflection.ParameterInfo[],System.Func`2<System.Reflection.ParameterInfo, bool>,System.Func`2<System.Reflection.ParameterInfo, System.Type>)
E/mono (13762): Method void System.Linq.Enumerable/WhereSelectArrayIterator`2<TSource_REF, TResult_REF>:.ctor (TSource_REF[],System.Func`2<TSource_REF, bool>,System.Func`2<TSource_REF, TResult_REF>) emitted at 0x7f76e0ffa0 to 0x7f76e1000c (code length 108) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method void System.Linq.Enumerable/Iterator`1<System.Type>:.ctor ()
E/mono (13762): Method void System.Linq.Enumerable/Iterator`1<TSource_REF>:.ctor () emitted at 0x7f70facf68 to 0x7f70facfac (code length 68) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Threading.Thread System.Threading.Thread:get_CurrentThread ()
E/mono (13762): Method System.Threading.Thread System.Threading.Thread:get_CurrentThread () emitted at 0x7f76e10050 to 0x7f76e100c4 (code length 116) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) intptr object:__icall_wrapper_mono_get_special_static_data (intptr)
E/mono (13762): Method (wrapper managed-to-native) intptr object:__icall_wrapper_mono_get_special_static_data (intptr) emitted at 0x7f76e10128 to 0x7f76e101d0 (code length 168) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,shared,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method int System.Threading.Thread:get_ManagedThreadId ()
E/mono (13762): Method int System.Threading.Thread:get_ManagedThreadId () emitted at 0x7f76e10210 to 0x7f76e10234 (code length 36) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Threading.InternalThread System.Threading.Thread:get_Internal ()
E/mono (13762): Method System.Threading.InternalThread System.Threading.Thread:get_Internal () emitted at 0x7f76e10248 to 0x7f76e1027c (code length 52) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method System.Type[] System.Linq.Enumerable:ToArray<System.Type> (System.Collections.Generic.IEnumerable`1<System.Type>)
E/mono (13762): Method TSource_REF[] System.Linq.Enumerable:ToArray<TSource_REF> (System.Collections.Generic.IEnumerable`1<TSource_REF>) emitted at 0x7f76e10290 to 0x7f76e1031c (code length 140) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method void System.Linq.Buffer`1<System.Type>:.ctor (System.Collections.Generic.IEnumerable`1<System.Type>)
E/mono (13762): Method void System.Linq.Buffer`1<TElement_REF>:.ctor (System.Collections.Generic.IEnumerable`1<TElement_REF>) emitted at 0x7f76e10390 to 0x7f76e10634 (code length 676) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method System.Collections.Generic.IEnumerator`1<System.Type> System.Linq.Enumerable/Iterator`1<System.Type>:GetEnumerator ()
E/mono (13762): Method System.Collections.Generic.IEnumerator`1<TSource_REF> System.Linq.Enumerable/Iterator`1<TSource_REF>:GetEnumerator () emitted at 0x7f76e107a0 to 0x7f76e10838 (code length 152) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method bool System.Linq.Enumerable/WhereSelectArrayIterator`2<System.Reflection.ParameterInfo, System.Type>:MoveNext ()
E/mono (13762): Method bool System.Linq.Enumerable/WhereSelectArrayIterator`2<TSource_REF, TResult_REF>:MoveNext () emitted at 0x7f76e108d0 to 0x7f76e10a08 (code length 312) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Type Android.Runtime.JNINativeWrapper:<CreateDelegate>m__0 (System.Reflection.ParameterInfo)
E/mono (13762): Method System.Type Android.Runtime.JNINativeWrapper:<CreateDelegate>m__0 (System.Reflection.ParameterInfo) emitted at 0x7f70facfd0 to 0x7f70fad000 (code length 48) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method System.Type System.Linq.Enumerable/Iterator`1<System.Type>:get_Current ()
E/mono (13762): Method TSource_REF System.Linq.Enumerable/Iterator`1<TSource_REF>:get_Current () emitted at 0x7f76e10aa0 to 0x7f76e10ac0 (code length 32) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method void System.Linq.Enumerable/Iterator`1<System.Type>:Dispose ()
E/mono (13762): Method void System.Linq.Enumerable/Iterator`1<TSource_REF>:Dispose () emitted at 0x7f76e10ac0 to 0x7f76e10b04 (code length 68) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method System.Type[] System.Linq.Buffer`1<System.Type>:ToArray ()
E/mono (13762): Method TElement_REF[] System.Linq.Buffer`1<TElement_REF>:ToArray () emitted at 0x7f76e10b60 to 0x7f76e10bf4 (code length 148) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Guid System.Guid:NewGuid ()
E/mono (13762): converting method void System.Guid:.cctor ()
E/mono (13762): Method void System.Guid:.cctor () emitted at 0x7f76e10c48 to 0x7f76e10ca8 (code length 96) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): Method System.Guid System.Guid:NewGuid () emitted at 0x7f76e10cb8 to 0x7f76e10e3c (code length 388) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Security.Cryptography.RandomNumberGenerator System.Security.Cryptography.RandomNumberGenerator:Create ()
E/mono (13762): Method System.Security.Cryptography.RandomNumberGenerator System.Security.Cryptography.RandomNumberGenerator:Create () emitted at 0x7f76e10eb0 to 0x7f76e10ed4 (code length 36) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Security.Cryptography.RandomNumberGenerator System.Security.Cryptography.RandomNumberGenerator:Create (string)
E/mono (13762): Method System.Security.Cryptography.RandomNumberGenerator System.Security.Cryptography.RandomNumberGenerator:Create (string) emitted at 0x7f76e10ee8 to 0x7f76e10f50 (code length 104) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method object System.Security.Cryptography.CryptoConfig:CreateFromName (string)
E/mono (13762): Method object System.Security.Cryptography.CryptoConfig:CreateFromName (string) emitted at 0x7f76e10f70 to 0x7f76e10f94 (code length 36) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Security.Cryptography.CryptoConfig:.cctor ()
E/mono (13762): Method void System.Security.Cryptography.CryptoConfig:.cctor () emitted at 0x7f76e10fa8 to 0x7f76e11248 (code length 672) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method object System.Security.Cryptography.CryptoConfig:CreateFromName (string,object[])
E/mono (13762): Method object System.Security.Cryptography.CryptoConfig:CreateFromName (string,object[]) emitted at 0x7f76e11258 to 0x7f76e11418 (code length 448) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Security.Cryptography.CryptoConfig:Initialize ()
E/mono (13762): Method void System.Security.Cryptography.CryptoConfig:Initialize () emitted at 0x7f76e114f8 to 0x7f76e12bbc (code length 5828) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.StringComparer System.StringComparer:get_OrdinalIgnoreCase ()
E/mono (13762): converting method void System.StringComparer:.cctor ()
E/mono (13762): Method void System.StringComparer:.cctor () emitted at 0x7f76e13400 to 0x7f76e13504 (code length 260) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.CultureAwareComparer:.ctor (System.Globalization.CultureInfo,bool)
E/mono (13762): Method void System.CultureAwareComparer:.ctor (System.Globalization.CultureInfo,bool) emitted at 0x7f76e13588 to 0x7f76e135e4 (code length 92) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.StringComparer:.ctor ()
E/mono (13762): Method void System.StringComparer:.ctor () emitted at 0x7f76e13608 to 0x7f76e13620 (code length 24) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.OrdinalComparer:.ctor (bool)
E/mono (13762): Method void System.OrdinalComparer:.ctor (bool) emitted at 0x7f76e13620 to 0x7f76e13654 (code length 52) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): Method System.StringComparer System.StringComparer:get_OrdinalIgnoreCase () emitted at 0x7f76e13668 to 0x7f76e1368c (code length 36) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method void System.Collections.Generic.Dictionary`2<string, System.Type>:.ctor (System.Collections.Generic.IEqualityComparer`1<string>)
E/mono (13762): Method void System.Collections.Generic.Dictionary`2<TKey_REF, TValue_REF>:.ctor (System.Collections.Generic.IEqualityComparer`1<TKey_REF>) emitted at 0x7f76e13690 to 0x7f76e136bc (code length 44) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method int System.OrdinalComparer:GetHashCode (string)
E/mono (13762): Method int System.OrdinalComparer:GetHashCode (string) emitted at 0x7f76e13778 to 0x7f76e137ec (code length 116) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method int System.Globalization.TextInfo:GetHashCodeOrdinalIgnoreCase (string)
E/mono (13762): Method int System.Globalization.TextInfo:GetHashCodeOrdinalIgnoreCase (string) emitted at 0x7f76e13830 to 0x7f76e1385c (code length 44) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method int System.Globalization.TextInfo:GetHashCodeOrdinalIgnoreCase (string,bool,long)
E/mono (13762): Method int System.Globalization.TextInfo:GetHashCodeOrdinalIgnoreCase (string,bool,long) emitted at 0x7f76e13870 to 0x7f76e138b4 (code length 68) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method int System.Globalization.TextInfo:GetCaseInsensitiveHashCode (string,bool,long)
E/mono (13762): Method int System.Globalization.TextInfo:GetCaseInsensitiveHashCode (string,bool,long) emitted at 0x7f76e138d8 to 0x7f76e13988 (code length 176) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method int System.Globalization.TextInfo:GetInvariantCaseInsensitiveHashCode (string)
E/mono (13762): Method int System.Globalization.TextInfo:GetInvariantCaseInsensitiveHashCode (string) emitted at 0x7f76e139d8 to 0x7f76e13aac (code length 212) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) string System.Environment:GetMachineConfigPath ()
E/mono (13762): Method (wrapper managed-to-native) string System.Environment:GetMachineConfigPath () emitted at 0x7f76e13ae0 to 0x7f76e13b8c (code length 172) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Security.Cryptography.CryptoConfig:LoadConfig (string,System.Collections.Generic.IDictionary`2<string, System.Type>,System.Collections.Generic.IDictionary`2<string, string>)
E/mono (13762): Method void System.Security.Cryptography.CryptoConfig:LoadConfig (string,System.Collections.Generic.IDictionary`2<string, System.Type>,System.Collections.Generic.IDictionary`2<string, string>) emitted at 0x7f76e13bc0 to 0x7f76e13cf0 (code length 304) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool System.IO.File:Exists (string)
E/mono (13762): Method bool System.IO.File:Exists (string) emitted at 0x7f76e13da0 to 0x7f76e13e2c (code length 140) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool string:IsNullOrWhiteSpace (string)
E/mono (13762): Method bool string:IsNullOrWhiteSpace (string) emitted at 0x7f76e13e70 to 0x7f76e13ef4 (code length 132) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool char:IsWhiteSpace (char)
E/mono (13762): Method bool char:IsWhiteSpace (char) emitted at 0x7f76e13f18 to 0x7f76e13f64 (code length 76) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool char:IsWhiteSpaceLatin1 (char)
E/mono (13762): Method bool char:IsWhiteSpaceLatin1 (char) emitted at 0x7f76e13f88 to 0x7f76e13ff0 (code length 104) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.IO.Path:.cctor ()
E/mono (13762): Method void System.IO.Path:.cctor () emitted at 0x7f70f91000 to 0x7f70f911ac (code length 428) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) char System.IO.MonoIO:get_VolumeSeparatorChar ()
E/mono (13762): Method (wrapper managed-to-native) char System.IO.MonoIO:get_VolumeSeparatorChar () emitted at 0x7f70f91230 to 0x7f70f912dc (code length 172) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.IO.MonoIO:.cctor ()
E/mono (13762): Method void System.IO.MonoIO:.cctor () emitted at 0x7f70f91310 to 0x7f70f91378 (code length 104) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) char System.IO.MonoIO:get_DirectorySeparatorChar ()
E/mono (13762): Method (wrapper managed-to-native) char System.IO.MonoIO:get_DirectorySeparatorChar () emitted at 0x7f70f91388 to 0x7f70f91434 (code length 172) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) char System.IO.MonoIO:get_AltDirectorySeparatorChar ()
E/mono (13762): Method (wrapper managed-to-native) char System.IO.MonoIO:get_AltDirectorySeparatorChar () emitted at 0x7f70f91468 to 0x7f70f91514 (code length 172) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) char System.IO.MonoIO:get_PathSeparator ()
E/mono (13762): Method (wrapper managed-to-native) char System.IO.MonoIO:get_PathSeparator () emitted at 0x7f70f91548 to 0x7f70f915f4 (code length 172) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method char[] System.IO.Path:GetInvalidPathChars ()
E/mono (13762): Method char[] System.IO.Path:GetInvalidPathChars () emitted at 0x7f70f91628 to 0x7f70f91650 (code length 40) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method int string:IndexOfAny (char[])
E/mono (13762): Method int string:IndexOfAny (char[]) emitted at 0x7f70f91660 to 0x7f70f9169c (code length 60) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method int string:IndexOfAny (char[],int,int)
E/mono (13762): Method int string:IndexOfAny (char[],int,int) emitted at 0x7f70f916b0 to 0x7f70f9177c (code length 204) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method int string:IndexOfAnyUnchecked (char[],int,int)
E/mono (13762): ok
E/mono (13762): Method int string:IndexOfAnyUnchecked (char[],int,int) emitted at 0x7f70f91810 to 0x7f70f91ba0 (code length 912) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool System.IO.MonoIO:ExistsFile (string,System.IO.MonoIOError&)
E/mono (13762): Method bool System.IO.MonoIO:ExistsFile (string,System.IO.MonoIOError&) emitted at 0x7f70f91c00 to 0x7f70f91c6c (code length 108) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) System.IO.FileAttributes System.IO.MonoIO:GetFileAttributes (string,System.IO.MonoIOError&)
E/mono (13762): Method (wrapper managed-to-native) System.IO.FileAttributes System.IO.MonoIO:GetFileAttributes (string,System.IO.MonoIOError&) emitted at 0x7f70f91c80 to 0x7f70f91d44 (code length 196) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool System.OrdinalComparer:Equals (string,string)
E/mono (13762): Method bool System.OrdinalComparer:Equals (string,string) emitted at 0x7f70f91d78 to 0x7f70f91e18 (code length 160) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method object System.Activator:CreateInstance (System.Type,object[])
E/mono (13762): Method object System.Activator:CreateInstance (System.Type,object[]) emitted at 0x7f70f91e38 to 0x7f70f91e70 (code length 56) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method object System.Activator:CreateInstance (System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo,object[])
E/mono (13762): Method object System.Activator:CreateInstance (System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo,object[]) emitted at 0x7f70f91e80 to 0x7f70f920dc (code length 604) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method object System.RuntimeType:CreateInstanceImpl (System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo,object[],System.Threading.StackCrawlMark&)
E/mono (13762): Method object System.RuntimeType:CreateInstanceImpl (System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo,object[],System.Threading.StackCrawlMark&) emitted at 0x7f70f92220 to 0x7f70f9289c (code length 1660) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.RuntimeType:CreateInstanceCheckThis ()
E/mono (13762): Method void System.RuntimeType:CreateInstanceCheckThis () emitted at 0x7f70f92b00 to 0x7f70f92c84 (code length 388) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Type System.Type:GetRootElementType ()
E/mono (13762): Method System.Type System.Type:GetRootElementType () emitted at 0x7f70f92d78 to 0x7f70f92dc4 (code length 76) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Reflection.ConstructorInfo[] System.RuntimeType:GetConstructors (System.Reflection.BindingFlags)
E/mono (13762): Method System.Reflection.ConstructorInfo[] System.RuntimeType:GetConstructors (System.Reflection.BindingFlags) emitted at 0x7f70f92dd8 to 0x7f70f92e38 (code length 96) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method void System.Collections.Generic.List`1<System.Reflection.MethodBase>:CopyTo (System.Reflection.MethodBase[])
E/mono (13762): Method void System.Collections.Generic.List`1<T_REF>:CopyTo (T_REF[]) emitted at 0x7f70f92e78 to 0x7f70f92ea4 (code length 44) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Reflection.MethodBase System.DefaultBinder:BindToMethod (System.Reflection.BindingFlags,System.Reflection.MethodBase[],object[]&,System.Reflection.ParameterModifier[],System.Globalization.CultureInfo,string[],object&)
E/mono (13762): Method System.Reflection.MethodBase System.DefaultBinder:BindToMethod (System.Reflection.BindingFlags,System.Reflection.MethodBase[],object[]&,System.Reflection.ParameterModifier[],System.Globalization.CultureInfo,string[],object&) emitted at 0x7f70f92eb8 to 0x7f70f95084 (code length 8652) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool System.Reflection.MethodBase:op_Equality (System.Reflection.MethodBase,System.Reflection.MethodBase)
E/mono (13762): Method bool System.Reflection.MethodBase:op_Equality (System.Reflection.MethodBase,System.Reflection.MethodBase) emitted at 0x7f70f954b8 to 0x7f70f95664 (code length 428) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method object System.Activator:CreateInstance (System.Type,bool)
E/mono (13762): Method object System.Activator:CreateInstance (System.Type,bool) emitted at 0x7f70f956c8 to 0x7f70f957c8 (code length 256) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method object System.RuntimeType:CreateInstanceDefaultCtor (bool,bool,bool,System.Threading.StackCrawlMark&)
E/mono (13762): Method object System.RuntimeType:CreateInstanceDefaultCtor (bool,bool,bool,System.Threading.StackCrawlMark&) emitted at 0x7f70f95848 to 0x7f70f958d0 (code length 136) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method object System.RuntimeType:CreateInstanceSlow (bool,bool,bool,System.Threading.StackCrawlMark&)
E/mono (13762): Method object System.RuntimeType:CreateInstanceSlow (bool,bool,bool,System.Threading.StackCrawlMark&) emitted at 0x7f70f95910 to 0x7f70f95974 (code length 100) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method object System.RuntimeType:CreateInstanceMono (bool)
E/mono (13762): Method object System.RuntimeType:CreateInstanceMono (bool) emitted at 0x7f70f95998 to 0x7f70f95b5c (code length 452) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Reflection.MonoCMethod System.RuntimeType:GetDefaultConstructor ()
E/mono (13762): Method System.Reflection.MonoCMethod System.RuntimeType:GetDefaultConstructor () emitted at 0x7f70f95cb0 to 0x7f70f95e1c (code length 364) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method int System.Reflection.MonoCMethod:GetParametersCount ()
E/mono (13762): Method int System.Reflection.MonoCMethod:GetParametersCount () emitted at 0x7f70f95e80 to 0x7f70f95ec8 (code length 72) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Security.Cryptography.RNGCryptoServiceProvider:.ctor ()
E/mono (13762): Method void System.Security.Cryptography.RNGCryptoServiceProvider:.ctor () emitted at 0x7f70f95ed8 to 0x7f70f95f0c (code length 52) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Security.Cryptography.RNGCryptoServiceProvider:.cctor ()
E/mono (13762): Method void System.Security.Cryptography.RNGCryptoServiceProvider:.cctor () emitted at 0x7f70f95f30 to 0x7f70f95f70 (code length 64) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) bool System.Security.Cryptography.RNGCryptoServiceProvider:RngOpen ()
E/mono (13762): Method (wrapper managed-to-native) bool System.Security.Cryptography.RNGCryptoServiceProvider:RngOpen () emitted at 0x7f70f95f90 to 0x7f70f9603c (code length 172) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper runtime-invoke) object object:runtime_invoke_void__this__ (object,intptr,intptr,intptr)
E/mono (13762): Method (wrapper runtime-invoke) object object:runtime_invoke_void__this__ (object,intptr,intptr,intptr) emitted at 0x7f70f96070 to 0x7f70f96158 (code length 232) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) intptr System.Security.Cryptography.RNGCryptoServiceProvider:RngInitialize (byte[])
E/mono (13762): Method (wrapper managed-to-native) intptr System.Security.Cryptography.RNGCryptoServiceProvider:RngInitialize (byte[]) emitted at 0x7f70f961a8 to 0x7f70f9625c (code length 180) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Security.Cryptography.RNGCryptoServiceProvider:Check ()
E/mono (13762): Method void System.Security.Cryptography.RNGCryptoServiceProvider:Check () emitted at 0x7f70f96290 to 0x7f70f962e0 (code length 80) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Security.Cryptography.RNGCryptoServiceProvider:GetBytes (byte[])
E/mono (13762): Method void System.Security.Cryptography.RNGCryptoServiceProvider:GetBytes (byte[]) emitted at 0x7f70f96310 to 0x7f70f96430 (code length 288) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) intptr System.Security.Cryptography.RNGCryptoServiceProvider:RngGetBytes (intptr,byte[])
E/mono (13762): Method (wrapper managed-to-native) intptr System.Security.Cryptography.RNGCryptoServiceProvider:RngGetBytes (intptr,byte[]) emitted at 0x7f70f964d0 to 0x7f70f96590 (code length 192) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Guid:.ctor (byte[])
E/mono (13762): Method void System.Guid:.ctor (byte[]) emitted at 0x7f70f965c0 to 0x7f70f9685c (code length 668) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method string System.Guid:ToString ()
E/mono (13762): Method string System.Guid:ToString () emitted at 0x7f70f96900 to 0x7f70f96930 (code length 48) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method string System.Guid:ToString (string,System.IFormatProvider)
E/mono (13762): Method string System.Guid:ToString (string,System.IFormatProvider) emitted at 0x7f70f96940 to 0x7f70f97030 (code length 1776) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method int System.Guid:HexsToChars (char*,int,int,int)
E/mono (13762): Method int System.Guid:HexsToChars (char*,int,int,int) emitted at 0x7f70f971f0 to 0x7f70f97230 (code length 64) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method int System.Guid:HexsToChars (char*,int,int,int,bool)
E/mono (13762): Method int System.Guid:HexsToChars (char*,int,int,int,bool) emitted at 0x7f70f97240 to 0x7f70f973ec (code length 428) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method char System.Guid:HexToChar (int)
E/mono (13762): Method char System.Guid:HexToChar (int) emitted at 0x7f70f97430 to 0x7f70f97478 (code length 72) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Reflection.Emit.DynamicMethod:.ctor (string,System.Type,System.Type[],System.Type,bool)
E/mono (13762): Method void System.Reflection.Emit.DynamicMethod:.ctor (string,System.Type,System.Type[],System.Type,bool) emitted at 0x7f70f97478 to 0x7f70f974c8 (code length 80) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Reflection.Emit.DynamicMethod:.ctor (string,System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type,System.Type[],System.Type,bool)
E/mono (13762): Method void System.Reflection.Emit.DynamicMethod:.ctor (string,System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type,System.Type[],System.Type,bool) emitted at 0x7f70f974d8 to 0x7f70f97564 (code length 140) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Reflection.Module System.RuntimeType:get_Module ()
E/mono (13762): Method System.Reflection.Module System.RuntimeType:get_Module () emitted at 0x7f70f97578 to 0x7f70f97598 (code length 32) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Reflection.RuntimeModule System.RuntimeType:GetRuntimeModule ()
E/mono (13762): Method System.Reflection.RuntimeModule System.RuntimeType:GetRuntimeModule () emitted at 0x7f70f975a8 to 0x7f70f975c8 (code length 32) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) System.Reflection.RuntimeModule System.RuntimeTypeHandle:GetModule (System.RuntimeType)
E/mono (13762): Method (wrapper managed-to-native) System.Reflection.RuntimeModule System.RuntimeTypeHandle:GetModule (System.RuntimeType) emitted at 0x7f70f975d8 to 0x7f70f9768c (code length 180) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Reflection.Emit.DynamicMethod:.ctor (string,System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type,System.Type[],System.Type,System.Reflection.Module,bool,bool)
E/mono (13762): Method void System.Reflection.Emit.DynamicMethod:.ctor (string,System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type,System.Type[],System.Type,System.Reflection.Module,bool,bool) emitted at 0x7f70f976c0 to 0x7f70f9794c (code length 652) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool System.Reflection.Module:op_Equality (System.Reflection.Module,System.Reflection.Module)
E/mono (13762): Method bool System.Reflection.Module:op_Equality (System.Reflection.Module,System.Reflection.Module) emitted at 0x7f70f97b50 to 0x7f70f97bb8 (code length 104) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Reflection.Module:.cctor ()
E/mono (13762): Method void System.Reflection.Module:.cctor () emitted at 0x7f70f97bb8 to 0x7f70f97c94 (code length 220) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool System.Type:get_IsByRef ()
E/mono (13762): Method bool System.Type:get_IsByRef () emitted at 0x7f70f97cb8 to 0x7f70f97ce8 (code length 48) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool System.RuntimeType:IsByRefImpl ()
E/mono (13762): Method bool System.RuntimeType:IsByRefImpl () emitted at 0x7f70f97ce8 to 0x7f70f97d08 (code length 32) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Reflection.Emit.ILGenerator System.Reflection.Emit.DynamicMethod:GetILGenerator ()
E/mono (13762): Method System.Reflection.Emit.ILGenerator System.Reflection.Emit.DynamicMethod:GetILGenerator () emitted at 0x7f70f97d18 to 0x7f70f97d3c (code length 36) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Reflection.Emit.ILGenerator System.Reflection.Emit.DynamicMethod:GetILGenerator (int)
E/mono (13762): Method System.Reflection.Emit.ILGenerator System.Reflection.Emit.DynamicMethod:GetILGenerator (int) emitted at 0x7f70f97d50 to 0x7f70f97e54 (code length 260) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Reflection.MethodImplAttributes System.Reflection.Emit.DynamicMethod:GetMethodImplementationFlags ()
E/mono (13762): Method System.Reflection.MethodImplAttributes System.Reflection.Emit.DynamicMethod:GetMethodImplementationFlags () emitted at 0x7f70f97ed8 to 0x7f70f97ef4 (code length 28) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Reflection.Module System.Reflection.Emit.DynamicMethod:get_Module ()
E/mono (13762): Method System.Reflection.Module System.Reflection.Emit.DynamicMethod:get_Module () emitted at 0x7f70f97ef8 to 0x7f70f97f18 (code length 32) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Reflection.Emit.ILGenerator:.ctor (System.Reflection.Module,System.Reflection.Emit.TokenGenerator,int)
E/mono (13762): Method void System.Reflection.Emit.ILGenerator:.ctor (System.Reflection.Module,System.Reflection.Emit.TokenGenerator,int) emitted at 0x7f70f97f18 to 0x7f70f97fc0 (code length 168) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Reflection.Emit.ILGenerator:Emit (System.Reflection.Emit.OpCode,System.Reflection.MethodInfo)
E/mono (13762): Method void System.Reflection.Emit.ILGenerator:Emit (System.Reflection.Emit.OpCode,System.Reflection.MethodInfo) emitted at 0x7f70f98020 to 0x7f70f98414 (code length 1012) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method int System.Reflection.Emit.DynamicMethodTokenGenerator:GetToken (System.Reflection.MemberInfo,bool)
E/mono (13762): Method int System.Reflection.Emit.DynamicMethodTokenGenerator:GetToken (System.Reflection.MemberInfo,bool) emitted at 0x7f70f98508 to 0x7f70f98544 (code length 60) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method int System.Reflection.Emit.DynamicMethod:AddRef (object)
E/mono (13762): Method int System.Reflection.Emit.DynamicMethod:AddRef (object) emitted at 0x7f70f98558 to 0x7f70f98680 (code length 296) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Reflection.Emit.ILGenerator:make_room (int)
E/mono (13762): Method void System.Reflection.Emit.ILGenerator:make_room (int) emitted at 0x7f70f986f0 to 0x7f70f98780 (code length 144) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Reflection.Emit.ILGenerator:ll_emit (System.Reflection.Emit.OpCode)
E/mono (13762): Method void System.Reflection.Emit.ILGenerator:ll_emit (System.Reflection.Emit.OpCode) emitted at 0x7f70f987b0 to 0x7f70f98948 (code length 408) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool System.Reflection.Module:Equals (object)
E/mono (13762): Method bool System.Reflection.Module:Equals (object) emitted at 0x7f70f98b88 to 0x7f70f98bb4 (code length 44) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Reflection.Emit.ILGenerator:emit_int (int)
E/mono (13762): Method void System.Reflection.Emit.ILGenerator:emit_int (int) emitted at 0x7f70f98bb8 to 0x7f70f98ce4 (code length 300) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method int System.Reflection.MonoMethod:GetParametersCount ()
E/mono (13762): Method int System.Reflection.MonoMethod:GetParametersCount () emitted at 0x7f70f98cf8 to 0x7f70f98d28 (code length 48) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Reflection.Emit.Label System.Reflection.Emit.ILGenerator:BeginExceptionBlock ()
E/mono (13762): Method System.Reflection.Emit.Label System.Reflection.Emit.ILGenerator:BeginExceptionBlock () emitted at 0x7f70f98d38 to 0x7f70f98f10 (code length 472) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Collections.Stack:.ctor (int)
E/mono (13762): Method void System.Collections.Stack:.ctor (int) emitted at 0x7f70f98fb0 to 0x7f70f9904c (code length 156) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Collections.Stack:Push (object)
E/mono (13762): Method void System.Collections.Stack:Push (object) emitted at 0x7f70f990b0 to 0x7f70f99164 (code length 180) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Reflection.Emit.Label System.Reflection.Emit.ILGenerator:DefineLabel ()
E/mono (13762): Method System.Reflection.Emit.Label System.Reflection.Emit.ILGenerator:DefineLabel () emitted at 0x7f70f99198 to 0x7f70f992c4 (code length 300) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Reflection.Emit.ILGenerator:Emit (System.Reflection.Emit.OpCode,int)
E/mono (13762): Method void System.Reflection.Emit.ILGenerator:Emit (System.Reflection.Emit.OpCode,int) emitted at 0x7f70f99328 to 0x7f70f99374 (code length 76) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Reflection.Emit.ILGenerator:Emit (System.Reflection.Emit.OpCode,System.Reflection.Emit.Label)
E/mono (13762): Method void System.Reflection.Emit.ILGenerator:Emit (System.Reflection.Emit.OpCode,System.Reflection.Emit.Label) emitted at 0x7f70f993a8 to 0x7f70f995f4 (code length 588) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool System.Diagnostics.Debugger:get_IsAttached ()
E/mono (13762): Method bool System.Diagnostics.Debugger:get_IsAttached () emitted at 0x7f70f99678 to 0x7f70f99690 (code length 24) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Diagnostics.Debugger:.cctor ()
E/mono (13762): Method void System.Diagnostics.Debugger:.cctor () emitted at 0x7f70f996a0 to 0x7f70f996d4 (code length 52) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) bool System.Diagnostics.Debugger:IsAttached_internal ()
E/mono (13762): Method (wrapper managed-to-native) bool System.Diagnostics.Debugger:IsAttached_internal () emitted at 0x7f70f996d8 to 0x7f70f99784 (code length 172) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Reflection.Emit.ILGenerator:BeginCatchBlock (System.Type)
E/mono (13762): Method void System.Reflection.Emit.ILGenerator:BeginCatchBlock (System.Type) emitted at 0x7f70f997b8 to 0x7f70f99a10 (code length 600) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method int System.Collections.Stack:get_Count ()
E/mono (13762): Method int System.Collections.Stack:get_Count () emitted at 0x7f70f99b20 to 0x7f70f99b40 (code length 32) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool System.RuntimeType:get_IsUserType ()
E/mono (13762): Method bool System.RuntimeType:get_IsUserType () emitted at 0x7f70f99b40 to 0x7f70f99b5c (code length 28) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method int System.Reflection.Emit.ILExceptionInfo:LastClauseType ()
E/mono (13762): Method int System.Reflection.Emit.ILExceptionInfo:LastClauseType () emitted at 0x7f70f99b60 to 0x7f70f99bd4 (code length 116) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Reflection.Emit.ILGenerator:InternalEndClause ()
E/mono (13762): Method void System.Reflection.Emit.ILGenerator:InternalEndClause () emitted at 0x7f70f99be8 to 0x7f70f99d7c (code length 404) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Reflection.Emit.ILExceptionInfo:AddCatch (System.Type,int)
E/mono (13762): Method void System.Reflection.Emit.ILExceptionInfo:AddCatch (System.Type,int) emitted at 0x7f70f99e00 to 0x7f70f99ee8 (code length 232) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Reflection.Emit.ILExceptionInfo:End (int)
E/mono (13762): Method void System.Reflection.Emit.ILExceptionInfo:End (int) emitted at 0x7f70f99f28 to 0x7f70f99fd8 (code length 176) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Reflection.Emit.ILExceptionInfo:add_block (int)
E/mono (13762): Method void System.Reflection.Emit.ILExceptionInfo:add_block (int) emitted at 0x7f70f99fe8 to 0x7f70f9a0fc (code length 276) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Reflection.Emit.ILGenerator:Emit (System.Reflection.Emit.OpCode)
E/mono (13762): Method void System.Reflection.Emit.ILGenerator:Emit (System.Reflection.Emit.OpCode) emitted at 0x7f70f9a160 to 0x7f70f9a19c (code length 60) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Array:Copy (System.Array,System.Array,int)
E/mono (13762): Method void System.Array:Copy (System.Array,System.Array,int) emitted at 0x7f70f9a1c0 to 0x7f70f9a288 (code length 200) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Reflection.Emit.ILGenerator:EndExceptionBlock ()
E/mono (13762): Method void System.Reflection.Emit.ILGenerator:EndExceptionBlock () emitted at 0x7f70f9a2f8 to 0x7f70f9a540 (code length 584) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Reflection.Emit.ILGenerator:MarkLabel (System.Reflection.Emit.Label)
E/mono (13762): Method void System.Reflection.Emit.ILGenerator:MarkLabel (System.Reflection.Emit.Label) emitted at 0x7f70f9a620 to 0x7f70f9a770 (code length 336) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method object System.Collections.Stack:Pop ()
E/mono (13762): Method object System.Collections.Stack:Pop () emitted at 0x7f70f9a7e0 to 0x7f70f9a8c0 (code length 224) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Delegate System.Reflection.Emit.DynamicMethod:CreateDelegate (System.Type)
E/mono (13762): Method System.Delegate System.Reflection.Emit.DynamicMethod:CreateDelegate (System.Type) emitted at 0x7f70f9a910 to 0x7f70f9a998 (code length 136) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Reflection.Emit.DynamicMethod:CreateDynMethod ()
E/mono (13762): Method void System.Reflection.Emit.DynamicMethod:CreateDynMethod () emitted at 0x7f70f9a9f8 to 0x7f70f9ac28 (code length 560) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method int System.Reflection.Emit.ILGenerator:get_ILOffset ()
E/mono (13762): Method int System.Reflection.Emit.ILGenerator:get_ILOffset () emitted at 0x7f70f9ace8 to 0x7f70f9ad08 (code length 32) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Reflection.Emit.ILGenerator:label_fixup (System.Reflection.MethodBase)
E/mono (13762): Method void System.Reflection.Emit.ILGenerator:label_fixup (System.Reflection.MethodBase) emitted at 0x7f70f9ad08 to 0x7f70f9afd4 (code length 716) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) void System.Reflection.Emit.DynamicMethod:create_dynamic_method (System.Reflection.Emit.DynamicMethod,System.Reflection.Emit.DynamicMethod)
E/mono (13762): Method (wrapper managed-to-native) void System.Reflection.Emit.DynamicMethod:create_dynamic_method (System.Reflection.Emit.DynamicMethod,System.Reflection.Emit.DynamicMethod) emitted at 0x7f70f9b048 to 0x7f70f9b10c (code length 196) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Type System.Reflection.Emit.DynamicMethod:get_ReturnType ()
E/mono (13762): Method System.Type System.Reflection.Emit.DynamicMethod:get_ReturnType () emitted at 0x7f70f9b160 to 0x7f70f9b180 (code length 32) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Reflection.ParameterInfo[] System.Reflection.Emit.DynamicMethod:GetParametersInternal ()
E/mono (13762): Method System.Reflection.ParameterInfo[] System.Reflection.Emit.DynamicMethod:GetParametersInternal () emitted at 0x7f70f9b1a0 to 0x7f70f9b2c8 (code length 296) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Reflection.ParameterInfo System.Reflection.ParameterInfo:New (System.Reflection.Emit.ParameterBuilder,System.Type,System.Reflection.MemberInfo,int)
E/mono (13762): Method System.Reflection.ParameterInfo System.Reflection.ParameterInfo:New (System.Reflection.Emit.ParameterBuilder,System.Type,System.Reflection.MemberInfo,int) emitted at 0x7f70f9b2f8 to 0x7f70f9b348 (code length 80) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Reflection.MonoParameterInfo:.ctor (System.Reflection.Emit.ParameterBuilder,System.Type,System.Reflection.MemberInfo,int)
E/mono (13762): Method void System.Reflection.MonoParameterInfo:.ctor (System.Reflection.Emit.ParameterBuilder,System.Type,System.Reflection.MemberInfo,int) emitted at 0x7f70f9b368 to 0x7f70f9b42c (code length 196) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Reflection.MethodAttributes System.Reflection.Emit.DynamicMethod:get_Attributes ()
E/mono (13762): Method System.Reflection.MethodAttributes System.Reflection.Emit.DynamicMethod:get_Attributes () emitted at 0x7f70f9b460 to 0x7f70f9b480 (code length 32) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper dynamic-method) void object:b2487773-9ec9-4888-a54a-3b6e70c436c1 (intptr,intptr,intptr,intptr)
E/mono (13762): Method (wrapper dynamic-method) void object:b2487773-9ec9-4888-a54a-3b6e70c436c1 (intptr,intptr,intptr,intptr) emitted at 0x7f67805070 to 0x7f678050e0 (code length 112) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Interop.JniNativeMethodRegistration:.ctor (string,string,System.Delegate)
E/mono (13762): Method void Java.Interop.JniNativeMethodRegistration:.ctor (string,string,System.Delegate) emitted at 0x7f70f9b480 to 0x7f70f9b4d8 (code length 88) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Interop.JniEnvironment/Types:RegisterNatives (Java.Interop.JniObjectReference,Java.Interop.JniNativeMethodRegistration[],int)
E/mono (13762): Method void Java.Interop.JniEnvironment/Types:RegisterNatives (Java.Interop.JniObjectReference,Java.Interop.JniNativeMethodRegistration[],int) emitted at 0x7f70f9b508 to 0x7f70f9b614 (code length 268) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method int Java.Interop.JniEnvironment/Types:_RegisterNatives (Java.Interop.JniObjectReference,Java.Interop.JniNativeMethodRegistration[],int)
E/mono (13762): Method int Java.Interop.JniEnvironment/Types:_RegisterNatives (Java.Interop.JniObjectReference,Java.Interop.JniNativeMethodRegistration[],int) emitted at 0x7f70f9b698 to 0x7f70f9b770 (code length 216) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) int Java.Interop.NativeMethods:java_interop_jnienv_register_natives (intptr,intptr&,intptr,Java.Interop.JniNativeMethodRegistration[],int)
E/mono (13762): Method (wrapper managed-to-native) int Java.Interop.NativeMethods:java_interop_jnienv_register_natives (intptr,intptr&,intptr,Java.Interop.JniNativeMethodRegistration[],int) emitted at 0x7f70f9b810 to 0x7f70f9ba98 (code length 648) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) intptr object:__icall_wrapper_mono_delegate_to_ftnptr (object)
E/mono (13762): Method (wrapper managed-to-native) intptr object:__icall_wrapper_mono_delegate_to_ftnptr (object) emitted at 0x7f70f9bb38 to 0x7f70f9bbe0 (code length 168) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,shared,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper native-to-managed) void object:b2487773-9ec9-4888-a54a-3b6e70c436c1 (intptr,intptr,intptr,intptr)
E/mono (13762): Method (wrapper native-to-managed) void object:b2487773-9ec9-4888-a54a-3b6e70c436c1 (intptr,intptr,intptr,intptr) emitted at 0x7f70f9bc20 to 0x7f70f9bd24 (code length 260) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) void object:__icall_wrapper_mono_struct_delete_old (intptr,intptr)
E/mono (13762): Method (wrapper managed-to-native) void object:__icall_wrapper_mono_struct_delete_old (intptr,intptr) emitted at 0x7f70f9bdd8 to 0x7f70f9be80 (code length 168) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,shared,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Interop.JniObjectReference:set_Flags (Java.Interop.JniObjectReferenceFlags)
E/mono (13762): Method void Java.Interop.JniObjectReference:set_Flags (Java.Interop.JniObjectReferenceFlags) emitted at 0x7f70f9bec0 to 0x7f70f9bf00 (code length 64) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Interop.JniPeerMembers/JniInstanceMethods:FinishCreateInstance (string,Java.Interop.IJavaPeerable,Java.Interop.JniArgumentValue*)
E/mono (13762): Method void Java.Interop.JniPeerMembers/JniInstanceMethods:FinishCreateInstance (string,Java.Interop.IJavaPeerable,Java.Interop.JniArgumentValue*) emitted at 0x7f70f9bf48 to 0x7f70f9c090 (code length 328) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method bool System.Collections.Generic.ObjectEqualityComparer`1<System.Type>:Equals (System.Type,System.Type)
E/mono (13762): Method bool System.Collections.Generic.ObjectEqualityComparer`1<T_REF>:Equals (T_REF,T_REF) emitted at 0x7f70f9c140 to 0x7f70f9c1a8 (code length 104) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool System.RuntimeType:Equals (object)
E/mono (13762): Method bool System.RuntimeType:Equals (object) emitted at 0x7f70f9c1a8 to 0x7f70f9c1d4 (code length 44) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method Java.Interop.JniMethodInfo Java.Interop.JniPeerMembers/JniInstanceMethods:GetConstructor (string)
E/mono (13762): Method Java.Interop.JniMethodInfo Java.Interop.JniPeerMembers/JniInstanceMethods:GetConstructor (string) emitted at 0x7f70f9c1d8 to 0x7f70f9c31c (code length 324) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method Java.Interop.JniMethodInfo Java.Interop.JniType:GetConstructor (string)
E/mono (13762): Method Java.Interop.JniMethodInfo Java.Interop.JniType:GetConstructor (string) emitted at 0x7f70f9c3d0 to 0x7f70f9c42c (code length 92) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method Java.Interop.JniObjectReference Java.Lang.Object:get_PeerReference ()
E/mono (13762): Method Java.Interop.JniObjectReference Java.Lang.Object:get_PeerReference () emitted at 0x7f70f9c498 to 0x7f70f9c4ec (code length 84) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Interop.JniEnvironment/InstanceMethods:CallNonvirtualVoidMethod (Java.Interop.JniObjectReference,Java.Interop.JniObjectReference,Java.Interop.JniMethodInfo,Java.Interop.JniArgumentValue*)
E/mono (13762): Method void Java.Interop.JniEnvironment/InstanceMethods:CallNonvirtualVoidMethod (Java.Interop.JniObjectReference,Java.Interop.JniObjectReference,Java.Interop.JniMethodInfo,Java.Interop.JniArgumentValue*) emitted at 0x7f70f9c4f0 to 0x7f70f9c6a8 (code length 440) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) void Java.Interop.NativeMethods:java_interop_jnienv_call_nonvirtual_void_method_a (intptr,intptr&,intptr,intptr,intptr,Java.Interop.JniArgumentValue*)
E/mono (13762): Method (wrapper managed-to-native) void Java.Interop.NativeMethods:java_interop_jnienv_call_nonvirtual_void_method_a (intptr,intptr&,intptr,intptr,intptr,Java.Interop.JniArgumentValue*) emitted at 0x7f70f9c828 to 0x7f70f9c8fc (code length 212) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method string Java.Interop.Tools.TypeNameMappings.JniType:GetSpecialExportJniType (string,Java.Interop.ExportParameterKind)
E/mono (13762): Method string Java.Interop.Tools.TypeNameMappings.JniType:GetSpecialExportJniType (string,Java.Interop.ExportParameterKind) emitted at 0x7f70f9c930 to 0x7f70f9cacc (code length 412) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Delegate Java.Interop.TypeManager:GetActivateHandler ()
E/mono (13762): Method System.Delegate Java.Interop.TypeManager:GetActivateHandler () emitted at 0x7f70f9cc10 to 0x7f70f9cd20 (code length 272) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper dynamic-method) void object:89aece06-2d64-4dc2-9a9b-d16050122a1d (intptr,intptr,intptr,intptr,intptr,intptr)
E/mono (13762): Method (wrapper dynamic-method) void object:89aece06-2d64-4dc2-9a9b-d16050122a1d (intptr,intptr,intptr,intptr,intptr,intptr) emitted at 0x7f678051a8 to 0x7f67805228 (code length 128) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper native-to-managed) void object:89aece06-2d64-4dc2-9a9b-d16050122a1d (intptr,intptr,intptr,intptr,intptr,intptr)
E/mono (13762): Method (wrapper native-to-managed) void object:89aece06-2d64-4dc2-9a9b-d16050122a1d (intptr,intptr,intptr,intptr,intptr,intptr) emitted at 0x7f70f9cd50 to 0x7f70f9ce64 (code length 276) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Android.Runtime.JNIEnv:WaitForBridgeProcessing ()
E/mono (13762): Method void Android.Runtime.JNIEnv:WaitForBridgeProcessing () emitted at 0x7f70f9cf18 to 0x7f70f9cf44 (code length 44) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Interop.TypeManager:n_Activate (intptr,intptr,intptr,intptr,intptr,intptr)
E/mono (13762): Method void Java.Interop.TypeManager:n_Activate (intptr,intptr,intptr,intptr,intptr,intptr) emitted at 0x7f6696f000 to 0x7f6696f5b0 (code length 1456) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method Android.Runtime.IJavaObject Java.Lang.Object:PeekObject (intptr)
E/mono (13762): Method Android.Runtime.IJavaObject Java.Lang.Object:PeekObject (intptr) emitted at 0x7f6696f820 to 0x7f6696fad4 (code length 692) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool Java.Lang.InstancesKeyComparer:Equals (intptr,intptr)
E/mono (13762): Method bool Java.Lang.InstancesKeyComparer:Equals (intptr,intptr) emitted at 0x7f6696fb78 to 0x7f6696fba8 (code length 48) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method System.WeakReference System.Collections.Generic.List`1<System.WeakReference>:get_Item (int)
E/mono (13762): Method T_REF System.Collections.Generic.List`1<T_REF>:get_Item (int) emitted at 0x7f6696fba8 to 0x7f6696fbfc (code length 84) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method object System.WeakReference:get_Target ()
E/mono (13762): Method object System.WeakReference:get_Target () emitted at 0x7f6696fc10 to 0x7f6696fc80 (code length 112) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method object System.Runtime.InteropServices.GCHandle:get_Target ()
E/mono (13762): Method object System.Runtime.InteropServices.GCHandle:get_Target () emitted at 0x7f6696fca0 to 0x7f6696fcfc (code length 92) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) object System.Runtime.InteropServices.GCHandle:GetTarget (int)
E/mono (13762): Method (wrapper managed-to-native) object System.Runtime.InteropServices.GCHandle:GetTarget (int) emitted at 0x7f6696fd40 to 0x7f6696fdf4 (code length 180) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool Android.Runtime.JNIEnv:IsSameObject (intptr,intptr)
E/mono (13762): Method bool Android.Runtime.JNIEnv:IsSameObject (intptr,intptr) emitted at 0x7f6696fe28 to 0x7f6696fea8 (code length 128) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool Java.Interop.JniEnvironment/Types:IsSameObject (Java.Interop.JniObjectReference,Java.Interop.JniObjectReference)
E/mono (13762): Method bool Java.Interop.JniEnvironment/Types:IsSameObject (Java.Interop.JniObjectReference,Java.Interop.JniObjectReference) emitted at 0x7f6696feb8 to 0x7f6696ff0c (code length 84) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) byte Java.Interop.NativeMethods:java_interop_jnienv_is_same_object (intptr,intptr,intptr)
E/mono (13762): Method (wrapper managed-to-native) byte Java.Interop.NativeMethods:java_interop_jnienv_is_same_object (intptr,intptr,intptr) emitted at 0x7f6696ff30 to 0x7f6696fff4 (code length 196) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool Java.Lang.Object:Java.Interop.IJavaObjectEx.get_NeedsActivation ()
E/mono (13762): Method bool Java.Lang.Object:Java.Interop.IJavaObjectEx.get_NeedsActivation () emitted at 0x7f66970028 to 0x7f66970048 (code length 32) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool Java.Lang.Object:Java.Interop.IJavaObjectEx.get_IsProxy ()
E/mono (13762): Method bool Java.Lang.Object:Java.Interop.IJavaObjectEx.get_IsProxy () emitted at 0x7f66970048 to 0x7f66970068 (code length 32) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Lang.Thread:set_DefaultUncaughtExceptionHandler (Java.Lang.Thread/IUncaughtExceptionHandler)
E/mono (13762): Method void Java.Lang.Thread:set_DefaultUncaughtExceptionHandler (Java.Lang.Thread/IUncaughtExceptionHandler) emitted at 0x7f66970068 to 0x7f66970208 (code length 416) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Interop.JniPeerMembers/JniStaticMethods:InvokeVoidMethod (string,Java.Interop.JniArgumentValue*)
E/mono (13762): Method void Java.Interop.JniPeerMembers/JniStaticMethods:InvokeVoidMethod (string,Java.Interop.JniArgumentValue*) emitted at 0x7f66970288 to 0x7f66970300 (code length 120) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Interop.JniEnvironment/StaticMethods:CallStaticVoidMethod (Java.Interop.JniObjectReference,Java.Interop.JniMethodInfo,Java.Interop.JniArgumentValue*)
E/mono (13762): Method void Java.Interop.JniEnvironment/StaticMethods:CallStaticVoidMethod (Java.Interop.JniObjectReference,Java.Interop.JniMethodInfo,Java.Interop.JniArgumentValue*) emitted at 0x7f66970330 to 0x7f66970484 (code length 340) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) void Java.Interop.NativeMethods:java_interop_jnienv_call_static_void_method_a (intptr,intptr&,intptr,intptr,Java.Interop.JniArgumentValue*)
E/mono (13762): Method (wrapper managed-to-native) void Java.Interop.NativeMethods:java_interop_jnienv_call_static_void_method_a (intptr,intptr&,intptr,intptr,Java.Interop.JniArgumentValue*) emitted at 0x7f669705b8 to 0x7f66970684 (code length 204) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
I/System.out(13762): Calabash loaded Mono
E/mono (13762): converting method void Android.App.ActivityAttribute:.ctor ()
E/mono (13762): Method void Android.App.ActivityAttribute:.ctor () emitted at 0x7f669706b8 to 0x7f669706d0 (code length 24) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper runtime-invoke) object object:runtime_invoke_void__this__ (object,intptr,intptr,intptr)
E/mono (13762): Method (wrapper runtime-invoke) object object:runtime_invoke_void__this__ (object,intptr,intptr,intptr) emitted at 0x7f669706d0 to 0x7f669707b8 (code length 232) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Android.App.ActivityAttribute:set_Label (string)
E/mono (13762): Method void Android.App.ActivityAttribute:set_Label (string) emitted at 0x7f66970808 to 0x7f66970838 (code length 48) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper runtime-invoke) object <Module>:runtime_invoke_void__this___object (object,intptr,intptr,intptr)
E/mono (13762): Method (wrapper runtime-invoke) object <Module>:runtime_invoke_void__this___object (object,intptr,intptr,intptr) emitted at 0x7f66970848 to 0x7f66970938 (code length 240) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Android.App.ActivityAttribute:set_MainLauncher (bool)
E/mono (13762): Method void Android.App.ActivityAttribute:set_MainLauncher (bool) emitted at 0x7f66970988 to 0x7f669709b0 (code length 40) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper runtime-invoke) object <Module>:runtime_invoke_void__this___byte (object,intptr,intptr,intptr)
E/mono (13762): Method (wrapper runtime-invoke) object <Module>:runtime_invoke_void__this___byte (object,intptr,intptr,intptr) emitted at 0x7f669709b0 to 0x7f66970aa8 (code length 248) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Android.App.ActivityAttribute:set_Icon (string)
E/mono (13762): Method void Android.App.ActivityAttribute:set_Icon (string) emitted at 0x7f66970af8 to 0x7f66970b28 (code length 48) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method string System.Reflection.Assembly:get_FullName ()
E/mono (13762): Method string System.Reflection.Assembly:get_FullName () emitted at 0x7f66970b38 to 0x7f66970b68 (code length 48) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method string System.Reflection.Assembly:ToString ()
E/mono (13762): Method string System.Reflection.Assembly:ToString () emitted at 0x7f66970b68 to 0x7f66970bb8 (code length 80) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) string System.Reflection.Assembly:get_fullname (System.Reflection.Assembly)
E/mono (13762): Method (wrapper managed-to-native) string System.Reflection.Assembly:get_fullname (System.Reflection.Assembly) emitted at 0x7f66970bd8 to 0x7f66970c9c (code length 196) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method string Java.Interop.Tools.TypeNameMappings.JniType:ToMd5 (string)
E/mono (13762): Method string Java.Interop.Tools.TypeNameMappings.JniType:ToMd5 (string) emitted at 0x7f66970cf0 to 0x7f66970e6c (code length 380) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Text.Encoding System.Text.Encoding:get_UTF8 ()
E/mono (13762): Method System.Text.Encoding System.Text.Encoding:get_UTF8 () emitted at 0x7f66970f00 to 0x7f66970f74 (code length 116) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Text.UTF8Encoding:.ctor (bool)
E/mono (13762): Method void System.Text.UTF8Encoding:.ctor (bool) emitted at 0x7f66970f98 to 0x7f66970fc4 (code length 44) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Text.UTF8Encoding:.ctor (bool,bool)
E/mono (13762): Method void System.Text.UTF8Encoding:.ctor (bool,bool) emitted at 0x7f66970fd8 to 0x7f66971034 (code length 92) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Text.Encoding:.ctor (int)
E/mono (13762): Method void System.Text.Encoding:.ctor (int) emitted at 0x7f66971048 to 0x7f669710b0 (code length 104) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Text.UTF8Encoding:SetDefaultFallbacks ()
E/mono (13762): Method void System.Text.UTF8Encoding:SetDefaultFallbacks () emitted at 0x7f669710e0 to 0x7f669711b4 (code length 212) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Text.EncoderReplacementFallback:.ctor (string)
E/mono (13762): Method void System.Text.EncoderReplacementFallback:.ctor (string) emitted at 0x7f66971258 to 0x7f6697138c (code length 308) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool char:IsSurrogate (string,int)
E/mono (13762): Method bool char:IsSurrogate (string,int) emitted at 0x7f66971450 to 0x7f669714ec (code length 156) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool char:IsSurrogate (char)
E/mono (13762): Method bool char:IsSurrogate (char) emitted at 0x7f66971570 to 0x7f669715bc (code length 76) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Text.DecoderReplacementFallback:.ctor (string)
E/mono (13762): Method void System.Text.DecoderReplacementFallback:.ctor (string) emitted at 0x7f669715c0 to 0x7f669716f4 (code length 308) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method byte[] System.Text.Encoding:GetBytes (string)
E/mono (13762): Method byte[] System.Text.Encoding:GetBytes (string) emitted at 0x7f669717b8 to 0x7f6697187c (code length 196) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method int System.Text.UTF8Encoding:GetByteCount (string)
E/mono (13762): Method int System.Text.UTF8Encoding:GetByteCount (string) emitted at 0x7f669718d0 to 0x7f6697193c (code length 108) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method int System.Text.UTF8Encoding:GetByteCount (char*,int,System.Text.EncoderNLS)
E/mono (13762): converting method void System.BitConverter:.cctor ()
E/mono (13762): Method void System.BitConverter:.cctor () emitted at 0x7f66971970 to 0x7f6697199c (code length 44) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool System.BitConverter:AmILittleEndian ()
E/mono (13762): Method bool System.BitConverter:AmILittleEndian () emitted at 0x7f669719b0 to 0x7f669719e8 (code length 56) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): Method int System.Text.UTF8Encoding:GetByteCount (char*,int,System.Text.EncoderNLS) emitted at 0x7f669719e8 to 0x7f66972148 (code length 1888) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method int System.Text.UTF8Encoding:GetBytes (string,int,int,byte[],int)
E/mono (13762): Method int System.Text.UTF8Encoding:GetBytes (string,int,int,byte[],int) emitted at 0x7f66972228 to 0x7f66972468 (code length 576) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method int System.Text.UTF8Encoding:GetBytes (char*,int,byte*,int,System.Text.EncoderNLS)
E/mono (13762): Method int System.Text.UTF8Encoding:GetBytes (char*,int,byte*,int,System.Text.EncoderNLS) emitted at 0x7f66972568 to 0x7f66972f64 (code length 2556) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Security.Cryptography.MD5 System.Security.Cryptography.MD5:Create ()
E/mono (13762): Method System.Security.Cryptography.MD5 System.Security.Cryptography.MD5:Create () emitted at 0x7f66973088 to 0x7f669730ac (code length 36) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Security.Cryptography.MD5 System.Security.Cryptography.MD5:Create (string)
E/mono (13762): Method System.Security.Cryptography.MD5 System.Security.Cryptography.MD5:Create (string) emitted at 0x7f669730c0 to 0x7f66973128 (code length 104) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Security.Cryptography.MD5CryptoServiceProvider:.ctor ()
E/mono (13762): Method void System.Security.Cryptography.MD5CryptoServiceProvider:.ctor () emitted at 0x7f66973148 to 0x7f669731f8 (code length 176) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Security.Cryptography.MD5CryptoServiceProvider:.cctor ()
E/mono (13762): Method void System.Security.Cryptography.MD5CryptoServiceProvider:.cctor () emitted at 0x7f66973258 to 0x7f669732b0 (code length 88) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Security.Cryptography.MD5CryptoServiceProvider:Initialize ()
E/mono (13762): Method void System.Security.Cryptography.MD5CryptoServiceProvider:Initialize () emitted at 0x7f669732d0 to 0x7f66973394 (code length 196) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method byte[] System.Security.Cryptography.HashAlgorithm:ComputeHash (byte[])
E/mono (13762): Method byte[] System.Security.Cryptography.HashAlgorithm:ComputeHash (byte[]) emitted at 0x7f669733a8 to 0x7f669734d8 (code length 304) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Security.Cryptography.MD5CryptoServiceProvider:HashCore (byte[],int,int)
E/mono (13762): Method void System.Security.Cryptography.MD5CryptoServiceProvider:HashCore (byte[],int,int) emitted at 0x7f66973558 to 0x7f669736d8 (code length 384) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Security.Cryptography.MD5CryptoServiceProvider:ProcessBlock (byte[],int)
E/mono (13762): Method void System.Security.Cryptography.MD5CryptoServiceProvider:ProcessBlock (byte[],int) emitted at 0x7f66973728 to 0x7f6697566c (code length 8004) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Buffer:BlockCopy (System.Array,int,System.Array,int,int)
E/mono (13762): Method void System.Buffer:BlockCopy (System.Array,int,System.Array,int,int) emitted at 0x7f66975680 to 0x7f66975880 (code length 512) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method byte[] System.Security.Cryptography.MD5CryptoServiceProvider:HashFinal ()
E/mono (13762): Method byte[] System.Security.Cryptography.MD5CryptoServiceProvider:HashFinal () emitted at 0x7f66975a10 to 0x7f66975b04 (code length 244) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Security.Cryptography.MD5CryptoServiceProvider:ProcessFinalBlock (byte[],int,int)
E/mono (13762): Method void System.Security.Cryptography.MD5CryptoServiceProvider:ProcessFinalBlock (byte[],int,int) emitted at 0x7f66975b38 to 0x7f66975d20 (code length 488) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Security.Cryptography.MD5CryptoServiceProvider:AddLength (ulong,byte[],int)
E/mono (13762): Method void System.Security.Cryptography.MD5CryptoServiceProvider:AddLength (ulong,byte[],int) emitted at 0x7f66975d80 to 0x7f66975f14 (code length 404) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Text.StringBuilder:.ctor (int)
E/mono (13762): Method void System.Text.StringBuilder:.ctor (int) emitted at 0x7f66975f28 to 0x7f66975f60 (code length 56) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Text.StringBuilder:.ctor (string,int)
E/mono (13762): Method void System.Text.StringBuilder:.ctor (string,int) emitted at 0x7f66975f70 to 0x7f66975fd0 (code length 96) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Text.StringBuilder:.ctor (string,int,int,int)
E/mono (13762): Method void System.Text.StringBuilder:.ctor (string,int,int,int) emitted at 0x7f66975fe0 to 0x7f66976240 (code length 608) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Text.StringBuilder:ThreadSafeCopy (char*,char[],int,int)
E/mono (13762): ok
E/mono (13762): Method void System.Text.StringBuilder:ThreadSafeCopy (char*,char[],int,int) emitted at 0x7f669763d0 to 0x7f669764a8 (code length 216) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Text.StringBuilder System.Text.StringBuilder:AppendFormat (string,object)
E/mono (13762): Method System.Text.StringBuilder System.Text.StringBuilder:AppendFormat (string,object) emitted at 0x7f66976508 to 0x7f6697659c (code length 148) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.ParamsArray:.ctor (object)
E/mono (13762): converting method void System.ParamsArray:.cctor ()
E/mono (13762): Method void System.ParamsArray:.cctor () emitted at 0x7f669765c0 to 0x7f6697664c (code length 140) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): Method void System.ParamsArray:.ctor (object) emitted at 0x7f66976680 to 0x7f669766dc (code length 92) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Text.StringBuilder System.Text.StringBuilder:AppendFormatHelper (System.IFormatProvider,string,System.ParamsArray)
E/mono (13762): Method System.Text.StringBuilder System.Text.StringBuilder:AppendFormatHelper (System.IFormatProvider,string,System.ParamsArray) emitted at 0x7f66976700 to 0x7f6697711c (code length 2588) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method object System.ParamsArray:get_Item (int)
E/mono (13762): Method object System.ParamsArray:get_Item (int) emitted at 0x7f66977440 to 0x7f66977484 (code length 68) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Text.StringBuilder:.ctor ()
E/mono (13762): Method void System.Text.StringBuilder:.ctor () emitted at 0x7f66977498 to 0x7f669774bc (code length 36) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Text.StringBuilder System.Text.StringBuilder:Append (char)
E/mono (13762): Method System.Text.StringBuilder System.Text.StringBuilder:Append (char) emitted at 0x7f669774d0 to 0x7f66977568 (code length 152) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method string System.Text.StringBuilder:ToString ()
E/mono (13762): Method string System.Text.StringBuilder:ToString () emitted at 0x7f66977588 to 0x7f66977700 (code length 376) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method string byte:ToString (string,System.IFormatProvider)
E/mono (13762): Method string byte:ToString (string,System.IFormatProvider) emitted at 0x7f669777e8 to 0x7f6697782c (code length 68) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Globalization.NumberFormatInfo System.Globalization.NumberFormatInfo:GetInstance (System.IFormatProvider)
E/mono (13762): Method System.Globalization.NumberFormatInfo System.Globalization.NumberFormatInfo:GetInstance (System.IFormatProvider) emitted at 0x7f66977870 to 0x7f669779c8 (code length 344) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Globalization.NumberFormatInfo System.Globalization.NumberFormatInfo:get_CurrentInfo ()
E/mono (13762): Method System.Globalization.NumberFormatInfo System.Globalization.NumberFormatInfo:get_CurrentInfo () emitted at 0x7f669779d8 to 0x7f66977a88 (code length 176) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Globalization.CultureInfo System.Threading.Thread:get_CurrentCulture ()
E/mono (13762): Method System.Globalization.CultureInfo System.Threading.Thread:get_CurrentCulture () emitted at 0x7f66977ab8 to 0x7f66977b44 (code length 140) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Globalization.CultureInfo System.Globalization.CultureInfo:ConstructCurrentCulture ()
E/mono (13762): Method System.Globalization.CultureInfo System.Globalization.CultureInfo:ConstructCurrentCulture () emitted at 0x7f66977b68 to 0x7f66977c48 (code length 224) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) string System.Globalization.CultureInfo:get_current_locale_name ()
E/mono (13762): Method (wrapper managed-to-native) string System.Globalization.CultureInfo:get_current_locale_name () emitted at 0x7f66977c88 to 0x7f66977d34 (code length 172) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Globalization.CultureInfo System.Globalization.CultureInfo:CreateSpecificCulture (string)
E/mono (13762): Method System.Globalization.CultureInfo System.Globalization.CultureInfo:CreateSpecificCulture (string) emitted at 0x7f66977d68 to 0x7f66977fd0 (code length 616) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) bool System.Globalization.CultureInfo:construct_internal_locale_from_name (System.Globalization.CultureInfo,string)
E/mono (13762): Method (wrapper managed-to-native) bool System.Globalization.CultureInfo:construct_internal_locale_from_name (System.Globalization.CultureInfo,string) emitted at 0x7f669780d0 to 0x7f669781a0 (code length 208) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool System.Globalization.CultureInfo:get_IsNeutralCulture ()
E/mono (13762): Method bool System.Globalization.CultureInfo:get_IsNeutralCulture () emitted at 0x7f669781f0 to 0x7f66978244 (code length 84) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method int System.Globalization.CultureInfo:get_CalendarType ()
E/mono (13762): Method int System.Globalization.CultureInfo:get_CalendarType () emitted at 0x7f66978258 to 0x7f669782f0 (code length 152) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Globalization.CultureData System.Globalization.CultureData:GetCultureData (string,bool,int,int,int,string,int,int,int,int,bool,string)
E/mono (13762): Method System.Globalization.CultureData System.Globalization.CultureData:GetCultureData (string,bool,int,int,int,string,int,int,int,int,bool,string) emitted at 0x7f66978360 to 0x7f66978480 (code length 288) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) void System.Globalization.CultureData:fill_culture_data (System.Globalization.CultureData,int)
E/mono (13762): Method (wrapper managed-to-native) void System.Globalization.CultureData:fill_culture_data (System.Globalization.CultureData,int) emitted at 0x7f669784e0 to 0x7f669785a4 (code length 196) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method object System.Globalization.CultureInfo:GetFormat (System.Type)
E/mono (13762): Method object System.Globalization.CultureInfo:GetFormat (System.Type) emitted at 0x7f669785f8 to 0x7f66978688 (code length 144) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Globalization.NumberFormatInfo System.Globalization.CultureInfo:get_NumberFormat ()
E/mono (13762): Method System.Globalization.NumberFormatInfo System.Globalization.CultureInfo:get_NumberFormat () emitted at 0x7f66978688 to 0x7f669786f8 (code length 112) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Globalization.CultureData:GetNFIValues (System.Globalization.NumberFormatInfo)
E/mono (13762): Method void System.Globalization.CultureData:GetNFIValues (System.Globalization.NumberFormatInfo) emitted at 0x7f66978728 to 0x7f669787d4 (code length 172) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) void System.Globalization.CultureData:fill_number_data (System.Globalization.NumberFormatInfo,int)
E/mono (13762): Method (wrapper managed-to-native) void System.Globalization.CultureData:fill_number_data (System.Globalization.NumberFormatInfo,int) emitted at 0x7f66978818 to 0x7f669788cc (code length 180) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method string System.Number:FormatInt32 (int,string,System.Globalization.NumberFormatInfo)
E/mono (13762): Method string System.Number:FormatInt32 (int,string,System.Globalization.NumberFormatInfo) emitted at 0x7f66978900 to 0x7f66978930 (code length 48) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method string System.NumberFormatter:NumberToString (string,int,System.IFormatProvider)
E/mono (13762): Method string System.NumberFormatter:NumberToString (string,int,System.IFormatProvider) emitted at 0x7f66978940 to 0x7f669789cc (code length 140) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.NumberFormatter:.cctor ()
E/mono (13762): Method void System.NumberFormatter:.cctor () emitted at 0x7f66978a10 to 0x7f66978a70 (code length 96) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) void System.NumberFormatter:GetFormatterTables (ulong*&,int*&,char*&,char*&,long*&,int*&)
E/mono (13762): Method (wrapper managed-to-native) void System.NumberFormatter:GetFormatterTables (ulong*&,int*&,char*&,char*&,long*&,int*&) emitted at 0x7f66978a80 to 0x7f66978b54 (code length 212) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.NumberFormatter System.NumberFormatter:GetInstance (System.IFormatProvider)
E/mono (13762): Method System.NumberFormatter System.NumberFormatter:GetInstance (System.IFormatProvider) emitted at 0x7f66978b88 to 0x7f66978c9c (code length 276) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.NumberFormatter:.ctor (System.Threading.Thread)
E/mono (13762): converting method void System.EmptyArray`1<char>:.cctor ()
E/mono (13762): Method void System.EmptyArray`1<char>:.cctor () emitted at 0x7f66978d80 to 0x7f66978dbc (code length 60) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): Method void System.NumberFormatter:.ctor (System.Threading.Thread) emitted at 0x7f66978dd0 to 0x7f66978e34 (code length 100) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.NumberFormatter:Init (string,int,int)
E/mono (13762): Method void System.NumberFormatter:Init (string,int,int) emitted at 0x7f66978e68 to 0x7f66978f1c (code length 180) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.NumberFormatter:Init (string)
E/mono (13762): Method void System.NumberFormatter:Init (string) emitted at 0x7f66978f60 to 0x7f669790bc (code length 348) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method int System.NumberFormatter:ParsePrecision (string)
E/mono (13762): Method int System.NumberFormatter:ParsePrecision (string) emitted at 0x7f669790e0 to 0x7f66979190 (code length 176) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.NumberFormatter:InitHex (ulong)
E/mono (13762): Method void System.NumberFormatter:InitHex (ulong) emitted at 0x7f669791a0 to 0x7f66979218 (code length 120) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method int System.NumberFormatter:DecHexLen ()
E/mono (13762): Method int System.NumberFormatter:DecHexLen () emitted at 0x7f66979228 to 0x7f669792b8 (code length 144) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method int System.NumberFormatter:DecHexLen (uint)
E/mono (13762): Method int System.NumberFormatter:DecHexLen (uint) emitted at 0x7f669792f8 to 0x7f66979348 (code length 80) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method int System.NumberFormatter:FastDecHexLen (int)
E/mono (13762): Method int System.NumberFormatter:FastDecHexLen (int) emitted at 0x7f66979368 to 0x7f669793c8 (code length 96) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method string System.NumberFormatter:IntegerToString (string,System.IFormatProvider)
E/mono (13762): Method string System.NumberFormatter:IntegerToString (string,System.IFormatProvider) emitted at 0x7f669793c8 to 0x7f66979570 (code length 424) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Globalization.NumberFormatInfo System.NumberFormatter:GetNumberFormatInstance (System.IFormatProvider)
E/mono (13762): Method System.Globalization.NumberFormatInfo System.NumberFormatter:GetNumberFormatInstance (System.IFormatProvider) emitted at 0x7f66979750 to 0x7f66979790 (code length 64) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method string System.NumberFormatter:FormatHexadecimal (int)
E/mono (13762): Method string System.NumberFormatter:FormatHexadecimal (int) emitted at 0x7f669797a0 to 0x7f669798c4 (code length 292) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.NumberFormatter:ResetCharBuf (int)
E/mono (13762): Method void System.NumberFormatter:ResetCharBuf (int) emitted at 0x7f669798f8 to 0x7f66979958 (code length 96) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-managed) string string:.ctor (char[],int,int)
E/mono (13762): Method (wrapper managed-to-managed) string string:.ctor (char[],int,int) emitted at 0x7f66979978 to 0x7f669799b0 (code length 56) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method string string:CreateString (char[],int,int)
E/mono (13762): Method string string:CreateString (char[],int,int) emitted at 0x7f669799c0 to 0x7f669799f8 (code length 56) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method string string:CtorCharArrayStartLength (char[],int,int)
E/mono (13762): Method string string:CtorCharArrayStartLength (char[],int,int) emitted at 0x7f66979a08 to 0x7f66979bd4 (code length 460) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.NumberFormatter:Release ()
E/mono (13762): Method void System.NumberFormatter:Release () emitted at 0x7f66979cf8 to 0x7f66979d38 (code length 64) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Text.StringBuilder System.Text.StringBuilder:Append (string)
E/mono (13762): ok
E/mono (13762): Method System.Text.StringBuilder System.Text.StringBuilder:Append (string) emitted at 0x7f66979d58 to 0x7f66979ed0 (code length 376) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Text.StringBuilder:AppendHelper (string)
E/mono (13762): Method void System.Text.StringBuilder:AppendHelper (string) emitted at 0x7f66979f00 to 0x7f66979f34 (code length 52) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Text.StringBuilder System.Text.StringBuilder:Append (char*,int)
E/mono (13762): Method System.Text.StringBuilder System.Text.StringBuilder:Append (char*,int) emitted at 0x7f66979f48 to 0x7f6697a068 (code length 288) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Security.Cryptography.HashAlgorithm:Dispose ()
E/mono (13762): Method void System.Security.Cryptography.HashAlgorithm:Dispose () emitted at 0x7f6697a160 to 0x7f6697a19c (code length 60) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Security.Cryptography.MD5CryptoServiceProvider:Dispose (bool)
E/mono (13762): Method void System.Security.Cryptography.MD5CryptoServiceProvider:Dispose (bool) emitted at 0x7f6697a1b0 to 0x7f6697a234 (code length 132) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Array:Clear (System.Array,int,int)
E/mono (13762): Method void System.Array:Clear (System.Array,int,int) emitted at 0x7f6697a278 to 0x7f6697a37c (code length 260) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) void System.Array:ClearInternal (System.Array,int,int)
E/mono (13762): Method (wrapper managed-to-native) void System.Array:ClearInternal (System.Array,int,int) emitted at 0x7f6697a450 to 0x7f6697a50c (code length 188) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Security.Cryptography.HashAlgorithm:Dispose (bool)
E/mono (13762): Method void System.Security.Cryptography.HashAlgorithm:Dispose (bool) emitted at 0x7f6697a540 to 0x7f6697a594 (code length 84) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) void System.GC:SuppressFinalize (object)
E/mono (13762): Method (wrapper managed-to-native) void System.GC:SuppressFinalize (object) emitted at 0x7f6697a5a8 to 0x7f6697a650 (code length 168) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.GC:.cctor ()
E/mono (13762): Method void System.GC:.cctor () emitted at 0x7f6697a680 to 0x7f6697a6ac (code length 44) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) object System.GC:get_ephemeron_tombstone ()
E/mono (13762): Method (wrapper managed-to-native) object System.GC:get_ephemeron_tombstone () emitted at 0x7f6697a6c0 to 0x7f6697a76c (code length 172) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Type System.RuntimeType:get_BaseType ()
E/mono (13762): Method System.Type System.RuntimeType:get_BaseType () emitted at 0x7f6697a7a0 to 0x7f6697a7c0 (code length 32) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Delegate Android.App.Activity:GetOnCreate_Landroid_os_Bundle_Handler ()
E/mono (13762): converting method void Android.App.Activity:.cctor ()
E/mono (13762): Method void Android.App.Activity:.cctor () emitted at 0x7f6697a7d0 to 0x7f6697a828 (code length 88) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): Method System.Delegate Android.App.Activity:GetOnCreate_Landroid_os_Bundle_Handler () emitted at 0x7f6697a848 to 0x7f6697a920 (code length 216) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper dynamic-method) void object:44bf130a-20de-4a39-9aab-5056ad620ac2 (intptr,intptr,intptr)
E/mono (13762): Method (wrapper dynamic-method) void object:44bf130a-20de-4a39-9aab-5056ad620ac2 (intptr,intptr,intptr) emitted at 0x7f678052e8 to 0x7f67805350 (code length 104) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper native-to-managed) void object:44bf130a-20de-4a39-9aab-5056ad620ac2 (intptr,intptr,intptr)
E/mono (13762): Method (wrapper native-to-managed) void object:44bf130a-20de-4a39-9aab-5056ad620ac2 (intptr,intptr,intptr) emitted at 0x7f6697a940 to 0x7f6697aa3c (code length 252) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
D/InjectionManager(13762): InjectionManager
D/InjectionManager(13762): fillFeatureStoreMap com.xamarin.benchmarkagent
I/TestRunner(13762): started: testHook(sh.calaba.instrumentationbackend.InstrumentationBackend)
I/InjectionManager(13762): Constructor com.xamarin.benchmarkagent, Feature store :{}
I/InjectionManager(13762): featureStore :{}
I/InstrumentationBackend(13762): Added:'NullAction', with key:'nullAction'
I/InstrumentationBackend(13762): Added:'FinishOpenedActivities', with key:'finish_opened_activities'
I/InstrumentationBackend(13762): Added:'GetActivityOrientation', with key:'get_activity_orientation'
I/InstrumentationBackend(13762): Added:'SetActivityOrientation', with key:'set_activity_orientation'
I/InstrumentationBackend(13762): Added:'Backdoor', with key:'backdoor'
I/InstrumentationBackend(13762): Added:'DpToDevicePixel', with key:'dp_to_device_pixel'
I/InstrumentationBackend(13762): Added:'SetRotation', with key:'set_rotation'
I/InstrumentationBackend(13762): Added:'ClickOnScreen', with key:'click_on_screen'
I/InstrumentationBackend(13762): Added:'DoubleTapCoordinate', with key:'double_tap_coordinate'
I/InstrumentationBackend(13762): Added:'Drag', with key:'drag'
I/InstrumentationBackend(13762): Added:'DragCoordinates', with key:'drag_coordinates'
I/InstrumentationBackend(13762): Added:'LongPressCoordinate', with key:'long_press_coordinate'
I/InstrumentationBackend(13762): Added:'ResumeApplication', with key:'resume_application'
I/InstrumentationBackend(13762): Added:'Swipe', with key:'swipe'
I/InstrumentationBackend(13762): Added:'TouchCoordinates', with key:'touch_coordinate'
I/InstrumentationBackend(13762): Added:'ListActions', with key:'list_actions'
I/InstrumentationBackend(13762): Added:'SendTcp', with key:'send_tcp'
I/InstrumentationBackend(13762): Added:'PressElement', with key:'press_l10n_element'
I/InstrumentationBackend(13762): Added:'WaitForElement', with key:'wait_for_l10n_element'
I/InstrumentationBackend(13762): Added:'FakeGPSLocation', with key:'set_gps_coordinates'
I/InstrumentationBackend(13762): Added:'GetMapBounds', with key:'get_map_bounds'
I/InstrumentationBackend(13762): Added:'GetMapCenter', with key:'get_map_center'
I/InstrumentationBackend(13762): Added:'GetMapMarker', with key:'get_map_marker'
I/InstrumentationBackend(13762): Added:'GetMapMarkers', with key:'get_map_markers'
I/InstrumentationBackend(13762): Added:'GetMapZoom', with key:'get_map_zoom'
I/InstrumentationBackend(13762): Added:'PanMapTo', with key:'pan_map_to'
I/InstrumentationBackend(13762): Added:'SetMapCenter', with key:'set_map_center'
I/InstrumentationBackend(13762): Added:'SetMapZoom', with key:'set_map_zoom'
I/InstrumentationBackend(13762): Added:'TapAwayFromMarkers', with key:'tap_map_away_from_markers'
I/InstrumentationBackend(13762): Added:'TapMapMarker', with key:'tap_map_marker_by_title'
I/InstrumentationBackend(13762): Added:'ClearPreferences', with key:'clear_preferences'
I/InstrumentationBackend(13762): Added:'GetPreferences', with key:'get_preferences'
I/InstrumentationBackend(13762): Added:'SetPreferences', with key:'set_preferences'
I/InstrumentationBackend(13762): Added:'DownKey', with key:'send_key_down'
I/InstrumentationBackend(13762): Added:'EnterKey', with key:'send_key_enter'
I/InstrumentationBackend(13762): Added:'GoBack', with key:'go_back'
I/InstrumentationBackend(13762): Added:'LeftKey', with key:'send_key_left'
I/InstrumentationBackend(13762): Added:'PressKey', with key:'press_key'
I/InstrumentationBackend(13762): Added:'PressMenu', with key:'press_menu'
I/InstrumentationBackend(13762): Added:'RightKey', with key:'send_key_right'
I/InstrumentationBackend(13762): Added:'UpKey', with key:'send_key_up'
I/InstrumentationBackend(13762): Added:'ClearText', with key:'clear_text'
I/InstrumentationBackend(13762): Added:'HideSoftKeyboard', with key:'hide_soft_keyboard'
I/InstrumentationBackend(13762): Added:'KeyboardEnterText', with key:'keyboard_enter_text'
I/InstrumentationBackend(13762): Added:'PressUserActionButton', with key:'press_user_action_button'
I/InstrumentationBackend(13762): Added:'Version', with key:'version'
I/InstrumentationBackend(13762): Added:'GetActivityName', with key:'get_activity_name'
I/InstrumentationBackend(13762): Added:'IsCurrentActivityFocused', with key:'is_current_activity_focused'
I/InstrumentationBackend(13762): Added:'ScrollToView', with key:'scroll_to_view'
I/InstrumentationBackend(13762): Added:'ViewConfiguration', with key:'view_configuration'
I/InstrumentationBackend(13762): Added:'DumpBodyHtml', with key:'dump_body_html'
I/InstrumentationBackend(13762): Added:'DumpHtml', with key:'dump_html'
I/InstrumentationBackend(13762): Added:'EnterTextByCssSelector', with key:'enter_text_by_selector'
I/InstrumentationBackend(13762): Added:'GetLoadProgress', with key:'get_load_progress'
I/InstrumentationBackend(13762): Added:'GetUrl', with key:'get_url'
I/InstrumentationBackend(13762): Added:'ScrollTo', with key:'scroll_to'
I/InstrumentationBackend(13762): Added:'SetPropertyByCssSelector', with key:'set_property_by_css_selector'
I/Timeline(13762): Timeline: Activity_launch_request id:com.xamarin.benchmarkagent time:3488214
I/ActivityManager( 3466): isWidgetUsingPkg : com.xamarin.benchmarkagent no widget is using.
D/VirtualScreenPolicy( 3466): applyVirtualScreenAttrs attrs=VirtualScreenAttrs{mDisplayId=0, mBaseDisplayId=0, mBaseActivity=false}
W/ResourcesManager( 3466): getTopLevelResources: /data/app/com.xamarin.benchmarkagent-1/base.apk / 1.0 running in null rsrc of package com.xamarin.benchmarkagent
D/ResourcesManager( 3466): For user 0 new overlays fetched Null
D/GameManagerService( 3466): identifyGamePackage. com.xamarin.benchmarkagent
D/MultiWindowPolicy( 3466): Gamemode - return 0, when calling identifyForegroundApp(com.xamarin.benchmarkagent)
D/CustomFrequencyManagerService( 3466): acquireDVFSLockLocked : type : DVFS_MIN_LIMIT frequency : 1872000 uid : 1000 pid : 3466 pkgName : ACTIVITY_RESUME_BOOSTER@3
D/ActivityManager( 3466): mDVFSHelper.acquire()
W/ActivityManager( 3466): Activity start request from 13481 stopped
D/SSRM:n ( 3466): SIOP:: AP = 350, PST = 346 (W:6), CP = 283, CUR = -26, LCD = 61
I/System.out(13762): URI: /ready
I/System.out(13762): params: {}
V/AlarmManager( 3466): Expired Alarm result :4
D/Finsky (11339): [1200] AppStatesReplicator.handleContentSyncResponse: Completed 0 account content syncs with 0 successful.
D/Finsky (11339): [1] 5.onFinished: Installation state replication succeeded.
D/FocusedStackFrame( 3466): Set to : 0
V/WindowManager( 3466): addAppToken: AppWindowToken{d05d7fa0d token=Token{69c3ca4 ActivityRecord{e4a1f37 u0 com.xamarin.benchmarkagent/md53d4059ad9808ba2195cac3487eddb24d.MainActivity t1918}}} to stack=2 task=1918 at 0
D/InputDispatcher( 3466): Focused application set to: xxxx
D/Launcher( 4307): onPause, Launcher: 172588672
D/Launcher.HomeView( 4307): onPause
D/Launcher.Workspace( 4307): exitWidgetResizeMode. isClearResizeFrame is false
D/InputDispatcher( 3466): Focus left window: 4307
V/WindowOrientationListener( 3466): setCurrentAppOrientation :-1
V/WindowOrientationListener( 3466): OrientationSensorJudge.getProposedRotation, Rotation: -1
I/InjectionManager( 3466): Inside getClassLibPath caller
V/WindowManager( 3466): rotationForOrientationLw(orient=-1, last=0); user=0 sensorRotation=-1 mLidState=-1 mDockMode=0 mHdmiPlugged=false mMobileKeyboardEnabled=false displayId=0
V/WindowOrientationListener( 3466): OrientationSensorJudge.getProposedRotation, Rotation: -1
D/ActivityManager( 3466): Launching com.xamarin.benchmarkagent, updated priority
D/GameManagerService( 3466): NotifyRunnable. pkg: com.xamarin.benchmarkagent, type: 4, isMinimized: false, isTunableApp: false
D/SecWifiDisplayUtil( 3466): Metadata value : SecSettings2
D/ViewRootImpl( 3466): #1 mView = com.android.internal.policy.PhoneWindow$DecorView{32fb72 V.E...... R.....ID 0,0-0,0}
D/ISSUE_DEBUG( 3466): InputChannelName : 261a779 Starting com.xamarin.benchmarkagent
E/mono (13762): converting method bool Java.Interop.TypeManager:get_ActivationEnabled ()
E/mono (13762): Method bool Java.Interop.TypeManager:get_ActivationEnabled () emitted at 0x7f6697aaf0 to 0x7f6697ab10 (code length 32) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool Java.Interop.JniEnvironment:get_WithinNewObjectScope ()
E/mono (13762): Method bool Java.Interop.JniEnvironment:get_WithinNewObjectScope () emitted at 0x7f6697ab20 to 0x7f6697ab44 (code length 36) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool System.RuntimeType:get_IsGenericTypeDefinition ()
E/mono (13762): Method bool System.RuntimeType:get_IsGenericTypeDefinition () emitted at 0x7f6697ab58 to 0x7f6697ab78 (code length 32) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) bool System.RuntimeTypeHandle:IsGenericTypeDefinition (System.RuntimeType)
E/mono (13762): Method (wrapper managed-to-native) bool System.RuntimeTypeHandle:IsGenericTypeDefinition (System.RuntimeType) emitted at 0x7f6697ab88 to 0x7f6697ac3c (code length 180) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Type[] Java.Interop.TypeManager:GetParameterTypes (string)
D/PointerIcon( 3466): setMouseIconStyle1 pointerType: 1001 iconType:101 flag:0 pid:3466 uid:1000
E/mono (13762): Method System.Type[] Java.Interop.TypeManager:GetParameterTypes (string) emitted at 0x7f6697ac70 to 0x7f6697ad9c (code length 300) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
D/PointerIcon( 3466): setMouseCustomIcon IconType is same.101
E/mono (13762): converting method object[] Android.Runtime.JNIEnv:GetObjectArray (intptr,System.Type[])
E/mono (13762): Method object[] Android.Runtime.JNIEnv:GetObjectArray (intptr,System.Type[]) emitted at 0x7f6695f000 to 0x7f6695f1c4 (code length 452) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method int Android.Runtime.JNIEnv:_GetArrayLength (intptr)
E/mono (13762): Method int Android.Runtime.JNIEnv:_GetArrayLength (intptr) emitted at 0x7f6695f238 to 0x7f6695f288 (code length 80) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method int Java.Interop.JniEnvironment/Arrays:GetArrayLength (Java.Interop.JniObjectReference)
E/mono (13762): Method int Java.Interop.JniEnvironment/Arrays:GetArrayLength (Java.Interop.JniObjectReference) emitted at 0x7f6695f298 to 0x7f6695f324 (code length 140) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) int Java.Interop.NativeMethods:java_interop_jnienv_get_array_length (intptr,intptr)
E/mono (13762): Method (wrapper managed-to-native) int Java.Interop.NativeMethods:java_interop_jnienv_get_array_length (intptr,intptr) emitted at 0x7f6695f398 to 0x7f6695f458 (code length 192) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Collections.Generic.Dictionary`2<System.Type, System.Func`4<System.Type, intptr, int, object>> Android.Runtime.JNIEnv:get_NativeArrayElementToManaged ()
E/mono (13762): Method System.Collections.Generic.Dictionary`2<System.Type, System.Func`4<System.Type, intptr, int, object>> Android.Runtime.JNIEnv:get_NativeArrayElementToManaged () emitted at 0x7f6695f488 to 0x7f6695f520 (code length 152) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Collections.Generic.Dictionary`2<System.Type, System.Func`4<System.Type, intptr, int, object>> Android.Runtime.JNIEnv:CreateNativeArrayElementToManaged ()
W/SearchService( 4595): Abort, client detached.
E/mono (13762): Method System.Collections.Generic.Dictionary`2<System.Type, System.Func`4<System.Type, intptr, int, object>> Android.Runtime.JNIEnv:CreateNativeArrayElementToManaged () emitted at 0x7f6695f540 to 0x7f6695fcc4 (code length 1924) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
V/MARsPolicyManager( 3466): updatePackagesScore PackageInfo name -- com.xamarin.benchmarkagent
E/mono (13762): converting gshared method System.Func`4<System.Type, intptr, int, object> Android.Runtime.JNIEnv:GetConverter<System.Func`4<System.Type, intptr, int, object>> (System.Collections.Generic.Dictionary`2<System.Type, System.Func`4<System.Type, intptr, int, object>>,System.Type,intptr)
I/MicroDetectionWrkImpl( 4595): Micro detection mode: 1.
D/NetworkPolicy( 3466): isUidForegroundLocked: 13481, mScreenOn: true, uidstate: 2, mProxSensorScreenOff: false
E/mono (13762): Method TValue_REF Android.Runtime.JNIEnv:GetConverter<TValue_REF> (System.Collections.Generic.Dictionary`2<System.Type, TValue_REF>,System.Type,intptr) emitted at 0x7f6695fe48 to 0x7f669601a8 (code length 864) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool System.Type:op_Inequality (System.Type,System.Type)
I/SurfaceFlinger( 2989): id=29 createSurf (1x1),1 flag=404, cenchmarkag
E/mono (13762): Method bool System.Type:op_Inequality (System.Type,System.Type) emitted at 0x7f669603f8 to 0x7f6696042c (code length 52) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method string Android.Runtime.JNIEnv:GetClassNameFromInstance (intptr)
E/mono (13762): Method string Android.Runtime.JNIEnv:GetClassNameFromInstance (intptr) emitted at 0x7f66960430 to 0x7f66960484 (code length 84) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Android.Runtime.JNIEnv:AssertIsJavaObject (System.Type)
E/mono (13762): Method void Android.Runtime.JNIEnv:AssertIsJavaObject (System.Type) emitted at 0x7f669604c8 to 0x7f6696058c (code length 196) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method System.Func`4<System.Type, intptr, int, object> System.Collections.Generic.Dictionary`2<System.Type, System.Func`4<System.Type, intptr, int, object>>:get_Item (System.Type)
E/mono (13762): Method TValue_REF System.Collections.Generic.Dictionary`2<TKey_REF, TValue_REF>:get_Item (TKey_REF) emitted at 0x7f669605e0 to 0x7f66960670 (code length 144) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Reflection.ConstructorInfo System.Type:GetConstructor (System.Type[])
E/mono (13762): Method System.Reflection.ConstructorInfo System.Type:GetConstructor (System.Type[]) emitted at 0x7f669606a0 to 0x7f669606d4 (code length 52) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Action`2<intptr, object[]> Android.Runtime.ConstructorBuilder:CreateDelegate (System.Type,System.Reflection.ConstructorInfo,System.Type[])
E/mono (13762): converting method void Android.Runtime.ConstructorBuilder:.cctor ()
I/SurfaceFlinger( 2989): Modify Choreographer's phase offset to 0
E/mono (13762): Method void Android.Runtime.ConstructorBuilder:.cctor () emitted at 0x7f669606e8 to 0x7f669608f8 (code length 528) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.AppDomain System.AppDomain:get_CurrentDomain ()
E/mono (13762): Method System.AppDomain System.AppDomain:get_CurrentDomain () emitted at 0x7f66960968 to 0x7f66960980 (code length 24) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) System.AppDomain System.AppDomain:getCurDomain ()
E/mono (13762): Method (wrapper managed-to-native) System.AppDomain System.AppDomain:getCurDomain () emitted at 0x7f66960990 to 0x7f66960a3c (code length 172) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper remoting-invoke-with-check) System.Reflection.Emit.AssemblyBuilder System.AppDomain:DefineDynamicAssembly (System.Reflection.AssemblyName,System.Reflection.Emit.AssemblyBuilderAccess,string,System.Security.Policy.Evidence,System.Security.PermissionSet,System.Security.PermissionSet,System.Security.PermissionSet,bool)
I/SurfaceFlinger( 2989): Modify SurfaceFlinger's phase offset to 0
E/mono (13762): Method (wrapper remoting-invoke-with-check) System.Reflection.Emit.AssemblyBuilder System.AppDomain:DefineDynamicAssembly (System.Reflection.AssemblyName,System.Reflection.Emit.AssemblyBuilderAccess,string,System.Security.Policy.Evidence,System.Security.PermissionSet,System.Security.PermissionSet,System.Security.PermissionSet,bool) emitted at 0x7f66960a70 to 0x7f66960bd0 (code length 352) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Reflection.Emit.AssemblyBuilder System.AppDomain:DefineDynamicAssembly (System.Reflection.AssemblyName,System.Reflection.Emit.AssemblyBuilderAccess,string,System.Security.Policy.Evidence,System.Security.PermissionSet,System.Security.PermissionSet,System.Security.PermissionSet,bool)
E/mono (13762): Method System.Reflection.Emit.AssemblyBuilder System.AppDomain:DefineDynamicAssembly (System.Reflection.AssemblyName,System.Reflection.Emit.AssemblyBuilderAccess,string,System.Security.Policy.Evidence,System.Security.PermissionSet,System.Security.PermissionSet,System.Security.PermissionSet,bool) emitted at 0x7f66960c00 to 0x7f66960cb0 (code length 176) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.AppDomain:ValidateAssemblyName (string)
E/mono (13762): Method void System.AppDomain:ValidateAssemblyName (string) emitted at 0x7f66960d10 to 0x7f66960e0c (code length 252) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Reflection.Emit.AssemblyBuilder:.ctor (System.Reflection.AssemblyName,string,System.Reflection.Emit.AssemblyBuilderAccess,bool)
E/mono (13762): Method void System.Reflection.Emit.AssemblyBuilder:.ctor (System.Reflection.AssemblyName,string,System.Reflection.Emit.AssemblyBuilderAccess,bool) emitted at 0x7f66960e90 to 0x7f6696138c (code length 1276) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool System.Enum:IsDefined (System.Type,object)
E/mono (13762): Method bool System.Enum:IsDefined (System.Type,object) emitted at 0x7f669615e0 to 0x7f66961644 (code length 100) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Enum:.cctor ()
E/mono (13762): Method void System.Enum:.cctor () emitted at 0x7f66961678 to 0x7f669616d8 (code length 96) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool System.RuntimeType:IsEnumDefined (object)
E/mono (13762): Method bool System.RuntimeType:IsEnumDefined (object) emitted at 0x7f669616f8 to 0x7f66961a50 (code length 856) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool System.RuntimeType:IsEquivalentTo (System.Type)
E/mono (13762): Method bool System.RuntimeType:IsEquivalentTo (System.Type) emitted at 0x7f66961bd0 to 0x7f66961c68 (code length 152) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Type System.RuntimeType:GetEnumUnderlyingType ()
E/mono (13762): Method System.Type System.RuntimeType:GetEnumUnderlyingType () emitted at 0x7f66961c68 to 0x7f66961cd8 (code length 112) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) System.RuntimeType System.Enum:InternalGetUnderlyingType (System.RuntimeType)
E/mono (13762): Method (wrapper managed-to-native) System.RuntimeType System.Enum:InternalGetUnderlyingType (System.RuntimeType) emitted at 0x7f66961d28 to 0x7f66961ddc (code length 180) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool System.Type:IsIntegerType (System.Type)
E/mono (13762): Method bool System.Type:IsIntegerType (System.Type) emitted at 0x7f66961e10 to 0x7f66961f28 (code length 280) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method ulong[] System.Enum:InternalGetValues (System.RuntimeType)
E/mono (13762): Method ulong[] System.Enum:InternalGetValues (System.RuntimeType) emitted at 0x7f66961f28 to 0x7f66961f50 (code length 40) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Enum/ValuesAndNames System.Enum:GetCachedValuesAndNames (System.RuntimeType,bool)
E/mono (13762): Method System.Enum/ValuesAndNames System.Enum:GetCachedValuesAndNames (System.RuntimeType,bool) emitted at 0x7f66961f60 to 0x7f6696206c (code length 268) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) bool System.Enum:GetEnumValuesAndNames (System.RuntimeType,ulong[]&,string[]&)
E/mono (13762): Method (wrapper managed-to-native) bool System.Enum:GetEnumValuesAndNames (System.RuntimeType,ulong[]&,string[]&) emitted at 0x7f669620d0 to 0x7f66962198 (code length 200) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Enum/ValuesAndNames:.ctor (ulong[],string[])
E/mono (13762): Method void System.Enum/ValuesAndNames:.ctor (ulong[],string[]) emitted at 0x7f669621c8 to 0x7f66962210 (code length 72) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method ulong System.Enum:ToUInt64 (object)
E/mono (13762): Method ulong System.Enum:ToUInt64 (object) emitted at 0x7f66962230 to 0x7f669622fc (code length 204) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.TypeCode System.Convert:GetTypeCode (object)
E/mono (13762): Method System.TypeCode System.Convert:GetTypeCode (object) emitted at 0x7f66962400 to 0x7f6696250c (code length 268) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.TypeCode System.Enum:GetTypeCode ()
E/mono (13762): Method System.TypeCode System.Enum:GetTypeCode () emitted at 0x7f66962568 to 0x7f669626fc (code length 404) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Type System.Enum:GetUnderlyingType (System.Type)
E/mono (13762): Method System.Type System.Enum:GetUnderlyingType (System.Type) emitted at 0x7f66962740 to 0x7f6696279c (code length 92) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method long System.Convert:ToInt64 (object,System.IFormatProvider)
E/mono (13762): Method long System.Convert:ToInt64 (object,System.IFormatProvider) emitted at 0x7f669627d0 to 0x7f669628e4 (code length 276) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method long System.Enum:System.IConvertible.ToInt64 (System.IFormatProvider)
E/mono (13762): Method long System.Enum:System.IConvertible.ToInt64 (System.IFormatProvider) emitted at 0x7f66962928 to 0x7f66962960 (code length 56) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method object System.Enum:GetValue ()
E/mono (13762): Method object System.Enum:GetValue () emitted at 0x7f66962990 to 0x7f669629b0 (code length 32) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) object System.Enum:get_value (System.Enum)
E/mono (13762): Method (wrapper managed-to-native) object System.Enum:get_value (System.Enum) emitted at 0x7f669629c0 to 0x7f66962a84 (code length 196) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Globalization.CultureInfo System.Globalization.CultureInfo:get_CurrentCulture ()
E/mono (13762): Method System.Globalization.CultureInfo System.Globalization.CultureInfo:get_CurrentCulture () emitted at 0x7f66962ad8 to 0x7f66962b00 (code length 40) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method long int:System.IConvertible.ToInt64 (System.IFormatProvider)
E/mono (13762): Method long int:System.IConvertible.ToInt64 (System.IFormatProvider) emitted at 0x7f66962b98 to 0x7f66962bc0 (code length 40) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method int System.Array:BinarySearch<ulong> (ulong[],ulong)
E/mono (13762): Method int System.Array:BinarySearch<ulong> (ulong[],ulong) emitted at 0x7f66962be0 to 0x7f66962c40 (code length 96) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method int System.Array:BinarySearch<ulong> (ulong[],int,int,ulong,System.Collections.Generic.IComparer`1<ulong>)
E/mono (13762): Method int System.Array:BinarySearch<ulong> (ulong[],int,int,ulong,System.Collections.Generic.IComparer`1<ulong>) emitted at 0x7f66962c80 to 0x7f66962eb0 (code length 560) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Collections.Generic.Comparer`1<ulong> System.Collections.Generic.Comparer`1<ulong>:get_Default ()
E/mono (13762): Method System.Collections.Generic.Comparer`1<ulong> System.Collections.Generic.Comparer`1<ulong>:get_Default () emitted at 0x7f66962ff0 to 0x7f66963050 (code length 96) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Collections.Generic.Comparer`1<ulong> System.Collections.Generic.Comparer`1<ulong>:CreateComparer ()
E/mono (13762): Method System.Collections.Generic.Comparer`1<ulong> System.Collections.Generic.Comparer`1<ulong>:CreateComparer () emitted at 0x7f66963060 to 0x7f669632c0 (code length 608) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method object System.RuntimeType:CreateInstanceForAnotherGenericParameter (System.Type,System.RuntimeType)
E/mono (13762): Method object System.RuntimeType:CreateInstanceForAnotherGenericParameter (System.Type,System.RuntimeType) emitted at 0x7f66963320 to 0x7f669633f0 (code length 208) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) System.Type System.RuntimeType:MakeGenericType (System.Type,System.Type[])
E/mono (13762): Method (wrapper managed-to-native) System.Type System.RuntimeType:MakeGenericType (System.Type,System.Type[]) emitted at 0x7f66963440 to 0x7f66963500 (code length 192) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Collections.Generic.GenericComparer`1<ulong>:.ctor ()
E/mono (13762): Method void System.Collections.Generic.GenericComparer`1<ulong>:.ctor () emitted at 0x7f66963530 to 0x7f66963548 (code length 24) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper runtime-invoke) object object:runtime_invoke_void__this__ (object,intptr,intptr,intptr)
E/mono (13762): Method (wrapper runtime-invoke) object object:runtime_invoke_void__this__ (object,intptr,intptr,intptr) emitted at 0x7f66963548 to 0x7f66963630 (code length 232) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method int System.Collections.Generic.GenericComparer`1<ulong>:Compare (ulong,ulong)
E/mono (13762): Method int System.Collections.Generic.GenericComparer`1<ulong>:Compare (ulong,ulong) emitted at 0x7f669636c8 to 0x7f66963720 (code length 88) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method int ulong:CompareTo (ulong)
E/mono (13762): Method int ulong:CompareTo (ulong) emitted at 0x7f66963730 to 0x7f66963784 (code length 84) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool System.Version:op_Inequality (System.Version,System.Version)
E/mono (13762): Method bool System.Version:op_Inequality (System.Version,System.Version) emitted at 0x7f66963788 to 0x7f669637b8 (code length 48) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool System.Version:op_Equality (System.Version,System.Version)
E/mono (13762): Method bool System.Version:op_Equality (System.Version,System.Version) emitted at 0x7f669637c8 to 0x7f66963814 (code length 76) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) void System.Reflection.Emit.AssemblyBuilder:basic_init (System.Reflection.Emit.AssemblyBuilder)
E/mono (13762): Method (wrapper managed-to-native) void System.Reflection.Emit.AssemblyBuilder:basic_init (System.Reflection.Emit.AssemblyBuilder) emitted at 0x7f66963828 to 0x7f669638d0 (code length 168) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Reflection.Emit.ModuleBuilder System.Reflection.Emit.AssemblyBuilder:DefineDynamicModule (string,bool)
E/mono (13762): Method System.Reflection.Emit.ModuleBuilder System.Reflection.Emit.AssemblyBuilder:DefineDynamicModule (string,bool) emitted at 0x7f66963900 to 0x7f66963940 (code length 64) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Reflection.Emit.ModuleBuilder System.Reflection.Emit.AssemblyBuilder:DefineDynamicModule (string,string,bool,bool)
E/mono (13762): Method System.Reflection.Emit.ModuleBuilder System.Reflection.Emit.AssemblyBuilder:DefineDynamicModule (string,string,bool,bool) emitted at 0x7f66963950 to 0x7f66963b60 (code length 528) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Reflection.Emit.AssemblyBuilder:check_name_and_filename (string,string,bool)
E/mono (13762): Method void System.Reflection.Emit.AssemblyBuilder:check_name_and_filename (string,string,bool) emitted at 0x7f66963ce0 to 0x7f669640e8 (code length 1032) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method string System.IO.Path:GetFileName (string)
E/mono (13762): Method string System.IO.Path:GetFileName (string) emitted at 0x7f66964448 to 0x7f66964510 (code length 200) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method int string:LastIndexOfAny (char[])
E/mono (13762): Method int string:LastIndexOfAny (char[]) emitted at 0x7f66964570 to 0x7f669645b0 (code length 64) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method int string:LastIndexOfAny (char[],int,int)
E/mono (13762): Method int string:LastIndexOfAny (char[],int,int) emitted at 0x7f669645c0 to 0x7f66964704 (code length 324) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method int string:LastIndexOfAnyUnchecked (char[],int,int)
E/mono (13762): ok
E/mono (13762): Method int string:LastIndexOfAnyUnchecked (char[],int,int) emitted at 0x7f669647e8 to 0x7f66964a18 (code length 560) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Reflection.Emit.ModuleBuilder:.ctor (System.Reflection.Emit.AssemblyBuilder,string,string,bool,bool)
V/WindowStateAnimator( 3466): Finishing drawing window Window{261a779 u0 d0 Starting com.xamarin.benchmarkagent}: mDrawState=DRAW_PENDING
D/ViewRootImpl( 3466): MSG_RESIZED_REPORT: ci=Rect(0, 96 - 0, 0) vi=Rect(0, 96 - 0, 0) or=1
D/ConnectivityService( 3466): returning getNetworkInfo for network type 1 : [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "xtc-ag", roaming: false, failover: false, isAvailable: true]
E/mono (13762): Method void System.Reflection.Emit.ModuleBuilder:.ctor (System.Reflection.Emit.AssemblyBuilder,string,string,bool,bool) emitted at 0x7f66964a78 to 0x7f66964de4 (code length 876) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method byte[] System.Guid:FastNewGuidArray ()
E/mono (13762): Method byte[] System.Guid:FastNewGuidArray () emitted at 0x7f66965008 to 0x7f66965200 (code length 504) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method int System.Reflection.Emit.ModuleBuilder:get_next_table_index (object,int,bool)
E/mono (13762): Method int System.Reflection.Emit.ModuleBuilder:get_next_table_index (object,int,bool) emitted at 0x7f66965280 to 0x7f669653c0 (code length 320) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method void System.Collections.Generic.GenericEqualityComparer`1<System.TypeName>:.ctor ()
E/mono (13762): Method void System.Collections.Generic.GenericEqualityComparer`1<T_REF>:.ctor () emitted at 0x7f669653f0 to 0x7f66965410 (code length 32) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Collections.Generic.Dictionary`2<string, int>:.ctor (int)
E/mono (13762): Method void System.Collections.Generic.Dictionary`2<string, int>:.ctor (int) emitted at 0x7f66965420 to 0x7f6696544c (code length 44) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Collections.Generic.Dictionary`2<string, int>:.ctor (int,System.Collections.Generic.IEqualityComparer`1<string>)
E/mono (13762): Method void System.Collections.Generic.Dictionary`2<string, int>:.ctor (int,System.Collections.Generic.IEqualityComparer`1<string>) emitted at 0x7f66965460 to 0x7f669654e8 (code length 136) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Collections.Generic.Dictionary`2<string, int>:Initialize (int)
E/mono (13762): Method void System.Collections.Generic.Dictionary`2<string, int>:Initialize (int) emitted at 0x7f66965528 to 0x7f66965618 (code length 240) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) void System.Reflection.Emit.ModuleBuilder:basic_init (System.Reflection.Emit.ModuleBuilder)
E/mono (13762): Method (wrapper managed-to-native) void System.Reflection.Emit.ModuleBuilder:basic_init (System.Reflection.Emit.ModuleBuilder) emitted at 0x7f66965678 to 0x7f66965720 (code length 168) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Reflection.Emit.ModuleBuilder:CreateGlobalType ()
D/ConnectivityService( 3466): returning getNetworkInfo for network type 1 : [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "xtc-ag", roaming: false, failover: false, isAvailable: true]
E/mono (13762): Method void System.Reflection.Emit.ModuleBuilder:CreateGlobalType () emitted at 0x7f66965750 to 0x7f669657bc (code length 108) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Reflection.Emit.TypeBuilder:.ctor (System.Reflection.Emit.ModuleBuilder,System.Reflection.TypeAttributes,int)
E/mono (13762): Method void System.Reflection.Emit.TypeBuilder:.ctor (System.Reflection.Emit.ModuleBuilder,System.Reflection.TypeAttributes,int) emitted at 0x7f669657f0 to 0x7f66965910 (code length 288) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) void System.Reflection.Emit.TypeBuilder:setup_internal_class (System.Reflection.Emit.TypeBuilder,System.Reflection.Emit.TypeBuilder)
E/mono (13762): Method (wrapper managed-to-native) void System.Reflection.Emit.TypeBuilder:setup_internal_class (System.Reflection.Emit.TypeBuilder,System.Reflection.Emit.TypeBuilder) emitted at 0x7f669659a0 to 0x7f66965a64 (code length 196) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool System.Reflection.Emit.AssemblyBuilder:get_IsRun ()
E/mono (13762): Method bool System.Reflection.Emit.AssemblyBuilder:get_IsRun () emitted at 0x7f66965ab8 to 0x7f66965b14 (code length 92) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method string int:ToString ()
E/mono (13762): Method string int:ToString () emitted at 0x7f66965b18 to 0x7f66965b50 (code length 56) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.NumberFormatter:InitDecHexDigits (uint)
E/mono (13762): Method void System.NumberFormatter:InitDecHexDigits (uint) emitted at 0x7f66965b70 to 0x7f66965bf8 (code length 136) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method uint System.NumberFormatter:ToDecHex (int)
E/mono (13762): Method uint System.NumberFormatter:ToDecHex (int) emitted at 0x7f66965c28 to 0x7f66965ce0 (code length 184) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method uint System.NumberFormatter:FastToDecHex (int)
E/mono (13762): Method uint System.NumberFormatter:FastToDecHex (int) emitted at 0x7f66965d20 to 0x7f66965dd0 (code length 176) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method string System.NumberFormatter:FormatDecimal (int,System.Globalization.NumberFormatInfo)
E/mono (13762): Method string System.NumberFormatter:FormatDecimal (int,System.Globalization.NumberFormatInfo) emitted at 0x7f66965dd0 to 0x7f66965e6c (code length 156) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.NumberFormatter:AppendDigits (int,int)
E/mono (13762): Method void System.NumberFormatter:AppendDigits (int,int) emitted at 0x7f66965eb0 to 0x7f66966294 (code length 996) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Type System.Reflection.Emit.TypeBuilder:CreateType ()
E/mono (13762): Method System.Type System.Reflection.Emit.TypeBuilder:CreateType () emitted at 0x7f66966338 to 0x7f66966358 (code length 32) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Reflection.TypeInfo System.Reflection.Emit.TypeBuilder:CreateTypeInfo ()
V/WindowStateAnimator( 3466): Finishing drawing window Window{261a779 u0 d0 Starting com.xamarin.benchmarkagent}: mDrawState=COMMIT_DRAW_PENDING
E/mono (13762): Method System.Reflection.TypeInfo System.Reflection.Emit.TypeBuilder:CreateTypeInfo () emitted at 0x7f66966368 to 0x7f66966c70 (code length 2312) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Reflection.TypeAttributes System.Reflection.Emit.TypeBuilder:GetAttributeFlagsImpl ()
E/mono (13762): Method System.Reflection.TypeAttributes System.Reflection.Emit.TypeBuilder:GetAttributeFlagsImpl () emitted at 0x7f66966fc0 to 0x7f66966fe0 (code length 32) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method string System.Reflection.Emit.TypeBuilder:get_FullName ()
E/mono (13762): Method string System.Reflection.Emit.TypeBuilder:get_FullName () emitted at 0x7f66966fe0 to 0x7f66967024 (code length 68) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method string System.TypeIdentifiers/NoEscape:get_DisplayName ()
D/StatusBarManagerService( 3466): manageDisableList userId=0 what=0x0 pkg=Window{261a779 u0 d0 Starting com.xamarin.benchmarkagent}
E/mono (13762): Method string System.TypeIdentifiers/NoEscape:get_DisplayName () emitted at 0x7f66967028 to 0x7f66967048 (code length 32) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Reflection.Emit.TypeBuilder:SetParent (System.Type)
E/mono (13762): Method void System.Reflection.Emit.TypeBuilder:SetParent (System.Type) emitted at 0x7f66967048 to 0x7f66967100 (code length 184) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Reflection.Emit.TypeBuilder:check_not_created ()
D/libEGL ( 2989): eglInitialize EGLDisplay = 0x7fde7a3218
E/mono (13762): Method void System.Reflection.Emit.TypeBuilder:check_not_created () emitted at 0x7f66967170 to 0x7f669671b0 (code length 64) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) void System.Reflection.Emit.TypeBuilder:create_generic_class (System.Reflection.Emit.TypeBuilder)
E/mono (13762): Method (wrapper managed-to-native) void System.Reflection.Emit.TypeBuilder:create_generic_class (System.Reflection.Emit.TypeBuilder) emitted at 0x7f669671e0 to 0x7f66967298 (code length 184) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool System.Reflection.Emit.TypeBuilder:IsValueTypeImpl ()
E/mono (13762): Method bool System.Reflection.Emit.TypeBuilder:IsValueTypeImpl () emitted at 0x7f669672e8 to 0x7f66967394 (code length 172) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) System.Reflection.TypeInfo System.Reflection.Emit.TypeBuilder:create_runtime_class (System.Reflection.Emit.TypeBuilder,System.Reflection.Emit.TypeBuilder)
E/mono (13762): Method (wrapper managed-to-native) System.Reflection.TypeInfo System.Reflection.Emit.TypeBuilder:create_runtime_class (System.Reflection.Emit.TypeBuilder,System.Reflection.Emit.TypeBuilder) emitted at 0x7f66967398 to 0x7f66967468 (code length 208) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) void System.Reflection.Emit.ModuleBuilder:set_wrappers_type (System.Reflection.Emit.ModuleBuilder,System.Type)
E/mono (13762): Method (wrapper managed-to-native) void System.Reflection.Emit.ModuleBuilder:set_wrappers_type (System.Reflection.Emit.ModuleBuilder,System.Type) emitted at 0x7f669674b8 to 0x7f6696756c (code length 180) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Reflection.FieldInfo System.RuntimeType:GetField (string,System.Reflection.BindingFlags)
E/mono (13762): Method System.Reflection.FieldInfo System.RuntimeType:GetField (string,System.Reflection.BindingFlags) emitted at 0x7f669675a0 to 0x7f66967810 (code length 624) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.RuntimeType:FilterHelper (System.Reflection.BindingFlags,string&,bool&,System.RuntimeType/MemberListType&)
E/mono (13762): Method void System.RuntimeType:FilterHelper (System.Reflection.BindingFlags,string&,bool&,System.RuntimeType/MemberListType&) emitted at 0x7f66967920 to 0x7f66967964 (code length 68) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) System.Reflection.RuntimeFieldInfo[] System.RuntimeType:GetFields_internal (System.RuntimeType,string,System.Reflection.BindingFlags,System.Type)
E/mono (13762): Method (wrapper managed-to-native) System.Reflection.RuntimeFieldInfo[] System.RuntimeType:GetFields_internal (System.RuntimeType,string,System.Reflection.BindingFlags,System.Type) emitted at 0x7f66967978 to 0x7f66967a58 (code length 224) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool System.Reflection.FieldInfo:op_Inequality (System.Reflection.FieldInfo,System.Reflection.FieldInfo)
E/mono (13762): Method bool System.Reflection.FieldInfo:op_Inequality (System.Reflection.FieldInfo,System.Reflection.FieldInfo) emitted at 0x7f66967aa8 to 0x7f66967b18 (code length 112) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool System.Reflection.FieldInfo:op_Equality (System.Reflection.FieldInfo,System.Reflection.FieldInfo)
D/RestrictionPolicy( 3466): isStatusBarExpansionAllowedAsUser : true, userId = 0
E/mono (13762): Method bool System.Reflection.FieldInfo:op_Equality (System.Reflection.FieldInfo,System.Reflection.FieldInfo) emitted at 0x7f66967b18 to 0x7f66967b80 (code length 104) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): Method System.Action`2<intptr, object[]> Android.Runtime.ConstructorBuilder:CreateDelegate (System.Type,System.Reflection.ConstructorInfo,System.Type[]) emitted at 0x7f66967b80 to 0x7f66968290 (code length 1808) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Reflection.Emit.DynamicMethod:.ctor (string,System.Type,System.Type[],System.Reflection.Module,bool)
E/mono (13762): Method void System.Reflection.Emit.DynamicMethod:.ctor (string,System.Type,System.Type[],System.Reflection.Module,bool) emitted at 0x7f66968300 to 0x7f66968350 (code length 80) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Reflection.Emit.DynamicMethod:.ctor (string,System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type,System.Type[],System.Reflection.Module,bool)
E/mono (13762): Method void System.Reflection.Emit.DynamicMethod:.ctor (string,System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type,System.Type[],System.Reflection.Module,bool) emitted at 0x7f66968360 to 0x7f669683d4 (code length 116) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Reflection.Emit.LocalBuilder System.Reflection.Emit.ILGenerator:DeclareLocal (System.Type)
E/mono (13762): Method System.Reflection.Emit.LocalBuilder System.Reflection.Emit.ILGenerator:DeclareLocal (System.Type) emitted at 0x7f669683e8 to 0x7f66968424 (code length 60) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Reflection.Emit.LocalBuilder System.Reflection.Emit.ILGenerator:DeclareLocal (System.Type,bool)
D/RestrictionPolicy( 3466): isStatusBarExpansionAllowedAsUser : true, userId = 0
E/mono (13762): Method System.Reflection.Emit.LocalBuilder System.Reflection.Emit.ILGenerator:DeclareLocal (System.Type,bool) emitted at 0x7f66968428 to 0x7f669685a0 (code length 376) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Reflection.Emit.LocalBuilder:.ctor (System.Type,System.Reflection.Emit.ILGenerator)
E/mono (13762): Method void System.Reflection.Emit.LocalBuilder:.ctor (System.Type,System.Reflection.Emit.ILGenerator) emitted at 0x7f66968670 to 0x7f669686b8 (code length 72) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Reflection.Emit.ILGenerator:Emit (System.Reflection.Emit.OpCode,System.Type)
E/mono (13762): Method void System.Reflection.Emit.ILGenerator:Emit (System.Reflection.Emit.OpCode,System.Type) emitted at 0x7f669686d8 to 0x7f669687f8 (code length 288) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool System.Reflection.Emit.OpCode:op_Inequality (System.Reflection.Emit.OpCode,System.Reflection.Emit.OpCode)
E/mono (13762): Method bool System.Reflection.Emit.OpCode:op_Inequality (System.Reflection.Emit.OpCode,System.Reflection.Emit.OpCode) emitted at 0x7f66968878 to 0x7f669688d0 (code length 88) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Reflection.Emit.ILGenerator:Emit (System.Reflection.Emit.OpCode,System.Reflection.FieldInfo)
E/mono (13762): Method void System.Reflection.Emit.ILGenerator:Emit (System.Reflection.Emit.OpCode,System.Reflection.FieldInfo) emitted at 0x7f669688d0 to 0x7f66968990 (code length 192) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Type System.Reflection.MonoField:get_DeclaringType ()
E/mono (13762): Method System.Type System.Reflection.MonoField:get_DeclaringType () emitted at 0x7f669689e0 to 0x7f66968a04 (code length 36) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) System.Type System.Reflection.MonoField:GetParentType (System.Reflection.MonoField,bool)
E/mono (13762): Method (wrapper managed-to-native) System.Type System.Reflection.MonoField:GetParentType (System.Reflection.MonoField,bool) emitted at 0x7f66968a18 to 0x7f66968ae8 (code length 208) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Reflection.Emit.ILGenerator:Emit (System.Reflection.Emit.OpCode,System.Reflection.ConstructorInfo)
E/mono (13762): Method void System.Reflection.Emit.ILGenerator:Emit (System.Reflection.Emit.OpCode,System.Reflection.ConstructorInfo) emitted at 0x7f66968b38 to 0x7f66968c74 (code length 316) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper dynamic-method) void object:539bceb8-b45f-4186-a9ec-c3f58bef1e16 (intptr,object[])
E/mono (13762): Method (wrapper dynamic-method) void object:539bceb8-b45f-4186-a9ec-c3f58bef1e16 (intptr,object[]) emitted at 0x7f678053e0 to 0x7f67805418 (code length 56) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method object System.Runtime.Serialization.FormatterServices:GetUninitializedObject (System.Type)
E/mono (13762): Method object System.Runtime.Serialization.FormatterServices:GetUninitializedObject (System.Type) emitted at 0x7f66968cc8 to 0x7f66968e0c (code length 324) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Runtime.Serialization.FormatterServices:.cctor ()
E/mono (13762): Method void System.Runtime.Serialization.FormatterServices:.cctor () emitted at 0x7f66968eb0 to 0x7f66969020 (code length 368) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method void System.Collections.Generic.Dictionary`2<System.Runtime.Serialization.MemberHolder, System.Reflection.MemberInfo[]>:.ctor (int)
E/mono (13762): Method void System.Collections.Generic.Dictionary`2<TKey_REF, TValue_REF>:.ctor (int) emitted at 0x7f66969060 to 0x7f6696908c (code length 44) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method object System.Runtime.Serialization.FormatterServices:nativeGetUninitializedObject (System.RuntimeType)
E/mono (13762): Method object System.Runtime.Serialization.FormatterServices:nativeGetUninitializedObject (System.RuntimeType) emitted at 0x7f669690a0 to 0x7f669690c0 (code length 32) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) object System.Runtime.Remoting.Activation.ActivationServices:AllocateUninitializedClassInstance (System.Type)
E/mono (13762): Method (wrapper managed-to-native) object System.Runtime.Remoting.Activation.ActivationServices:AllocateUninitializedClassInstance (System.Type) emitted at 0x7f669690d0 to 0x7f66969184 (code length 180) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void AndroidAgent.MainActivity:.ctor ()
E/mono (13762): Method void AndroidAgent.MainActivity:.ctor () emitted at 0x7f669691b8 to 0x7f669691d8 (code length 32) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void AndroidAgent.MainActivity:.cctor ()
D/libEGL ( 2989): eglTerminate EGLDisplay = 0x7f81400e78
E/mono (13762): Method void AndroidAgent.MainActivity:.cctor () emitted at 0x7f669691e8 to 0x7f669692c4 (code length 220) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper runtime-invoke) object object:runtime_invoke_void (object,intptr,intptr,intptr)
E/mono (13762): Method (wrapper runtime-invoke) object object:runtime_invoke_void (object,intptr,intptr,intptr) emitted at 0x7f66969318 to 0x7f669693f0 (code length 216) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void AndroidAgent.AndroidLogger:.ctor ()
E/mono (13762): Method void AndroidAgent.AndroidLogger:.ctor () emitted at 0x7f66969440 to 0x7f66969458 (code length 24) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void AndroidAgent.AndroidLogger:.cctor ()
E/mono (13762): Method void AndroidAgent.AndroidLogger:.cctor () emitted at 0x7f66969458 to 0x7f66969488 (code length 48) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Benchmarker.Logging:SetLogging (Common.Logging.ILog)
E/mono (13762): Method void Benchmarker.Logging:SetLogging (Common.Logging.ILog) emitted at 0x7f66969488 to 0x7f669694b4 (code length 44) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Android.App.Activity:.ctor ()
E/mono (13762): Method void Android.App.Activity:.ctor () emitted at 0x7f669694b8 to 0x7f669695f0 (code length 312) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Android.Views.ContextThemeWrapper:.ctor (intptr,Android.Runtime.JniHandleOwnership)
E/mono (13762): Method void Android.Views.ContextThemeWrapper:.ctor (intptr,Android.Runtime.JniHandleOwnership) emitted at 0x7f66969680 to 0x7f669696b0 (code length 48) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Android.Views.ContextThemeWrapper:.cctor ()
E/mono (13762): Method void Android.Views.ContextThemeWrapper:.cctor () emitted at 0x7f669696c0 to 0x7f66969718 (code length 88) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Android.Content.ContextWrapper:.ctor (intptr,Android.Runtime.JniHandleOwnership)
E/mono (13762): Method void Android.Content.ContextWrapper:.ctor (intptr,Android.Runtime.JniHandleOwnership) emitted at 0x7f66969738 to 0x7f66969768 (code length 48) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Android.Content.ContextWrapper:.cctor ()
E/mono (13762): Method void Android.Content.ContextWrapper:.cctor () emitted at 0x7f66969778 to 0x7f669697d0 (code length 88) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Android.Content.Context:.ctor (intptr,Android.Runtime.JniHandleOwnership)
E/mono (13762): Method void Android.Content.Context:.ctor (intptr,Android.Runtime.JniHandleOwnership) emitted at 0x7f669697f0 to 0x7f66969820 (code length 48) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Android.Content.Context:.cctor ()
E/mono (13762): Method void Android.Content.Context:.cctor () emitted at 0x7f66969830 to 0x7f66969888 (code length 88) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
W/ResourcesManager(13762): getTopLevelResources: /data/app/com.xamarin.benchmarkagent-1/base.apk / 1.0 running in com.xamarin.benchmarkagent rsrc of package com.xamarin.benchmarkagent
D/ContextRelationManager(13762): ContextRelationManager() : FEATURE_ENABLED=true
D/RelationGraph(13762): garbageCollect()
D/libEGL ( 2989): eglInitialize EGLDisplay = 0x7fde7a3218
E/mono (13762): converting method void Android.App.Activity:n_OnCreate_Landroid_os_Bundle_ (intptr,intptr,intptr)
E/mono (13762): Method void Android.App.Activity:n_OnCreate_Landroid_os_Bundle_ (intptr,intptr,intptr) emitted at 0x7f66969920 to 0x7f66969990 (code length 112) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method Android.App.Activity Java.Lang.Object:GetObject<Android.App.Activity> (intptr,intptr,Android.Runtime.JniHandleOwnership)
E/mono (13762): Method T_REF Java.Lang.Object:GetObject<T_REF> (intptr,intptr,Android.Runtime.JniHandleOwnership) emitted at 0x7f669699b0 to 0x7f669699f4 (code length 68) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Android.Runtime.JNIEnv:CheckHandle (intptr)
E/mono (13762): Method void Android.Runtime.JNIEnv:CheckHandle (intptr) emitted at 0x7f66969a28 to 0x7f66969a60 (code length 56) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Interop.JniTransition:.ctor (intptr)
E/mono (13762): Method void Java.Interop.JniTransition:.ctor (intptr) emitted at 0x7f66969a80 to 0x7f66969ab4 (code length 52) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Interop.JniEnvironment:SetEnvironmentPointer (intptr)
E/mono (13762): Method void Java.Interop.JniEnvironment:SetEnvironmentPointer (intptr) emitted at 0x7f66969ac8 to 0x7f66969af8 (code length 48) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Interop.JniTransition:Dispose ()
E/mono (13762): Method void Java.Interop.JniTransition:Dispose () emitted at 0x7f66969b18 to 0x7f66969b70 (code length 88) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void AndroidAgent.MainActivity:OnCreate (Android.OS.Bundle)
E/mono (13762): Method void AndroidAgent.MainActivity:OnCreate (Android.OS.Bundle) emitted at 0x7f66969bf8 to 0x7f66969f10 (code length 792) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method string Android.OS.Build:get_CpuAbi ()
E/mono (13762): converting method void Android.OS.Build:.cctor ()
E/mono (13762): Method void Android.OS.Build:.cctor () emitted at 0x7f6696a0b0 to 0x7f6696a108 (code length 88) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): Method string Android.OS.Build:get_CpuAbi () emitted at 0x7f6696a128 to 0x7f6696a1a0 (code length 120) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method Java.Interop.JniPeerMembers/JniStaticFields Java.Interop.JniPeerMembers:get_StaticFields ()
E/mono (13762): Method Java.Interop.JniPeerMembers/JniStaticFields Java.Interop.JniPeerMembers:get_StaticFields () emitted at 0x7f6696a1d0 to 0x7f6696a200 (code length 48) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method Java.Interop.JniObjectReference Java.Interop.JniPeerMembers/JniStaticFields:GetObjectValue (string)
E/mono (13762): Method Java.Interop.JniObjectReference Java.Interop.JniPeerMembers/JniStaticFields:GetObjectValue (string) emitted at 0x7f6696a210 to 0x7f6696a2ac (code length 156) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method Java.Interop.JniFieldInfo Java.Interop.JniPeerMembers/JniStaticFields:GetFieldInfo (string)
E/mono (13762): Method Java.Interop.JniFieldInfo Java.Interop.JniPeerMembers/JniStaticFields:GetFieldInfo (string) emitted at 0x7f6696a2e0 to 0x7f6696a41c (code length 316) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Collections.Concurrent.ConcurrentDictionary`2<intptr, System.IDisposable>:GrowTable (System.Collections.Concurrent.ConcurrentDictionary`2/Tables<intptr, System.IDisposable>,System.Collections.Generic.IEqualityComparer`1<intptr>,bool,int)
E/mono (13762): Method void System.Collections.Concurrent.ConcurrentDictionary`2<intptr, System.IDisposable>:GrowTable (System.Collections.Concurrent.ConcurrentDictionary`2/Tables<intptr, System.IDisposable>,System.Collections.Generic.IEqualityComparer`1<intptr>,bool,int) emitted at 0x7f6696a4b0 to 0x7f6696acf8 (code length 2120) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Collections.Concurrent.ConcurrentDictionary`2<intptr, System.IDisposable>:AcquireLocks (int,int,int&)
E/mono (13762): Method void System.Collections.Concurrent.ConcurrentDictionary`2<intptr, System.IDisposable>:AcquireLocks (int,int,int&) emitted at 0x7f6696ae88 to 0x7f6696af44 (code length 188) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Collections.Concurrent.ConcurrentDictionary`2<intptr, System.IDisposable>:ReleaseLocks (int,int)
E/mono (13762): Method void System.Collections.Concurrent.ConcurrentDictionary`2<intptr, System.IDisposable>:ReleaseLocks (int,int) emitted at 0x7f6697adf0 to 0x7f6697aeac (code length 188) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
D/BatteryService( 3466): !@BatteryListener : batteryPropertiesChanged!
E/mono (13762): converting method Java.Interop.JniFieldInfo Java.Interop.JniType:GetStaticField (string,string)
D/BatteryService( 3466): level:100, scale:100, status:5, health:2, present:true, voltage: 4343, temperature: 294, technology: Li-ion, AC powered:false, USB powered:true, POGO powered:false, Wireless powered:false, icon:17303412, invalid charger:0, maxChargingCurrent:0
E/mono (13762): Method Java.Interop.JniFieldInfo Java.Interop.JniType:GetStaticField (string,string) emitted at 0x7f6696af78 to 0x7f6696afd0 (code length 88) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
D/BatteryService( 3466): online:4, current avg:-53, charge type:0, power sharing:false, high voltage charger:false, capacity:280000, batterySWSelfDischarging:false, current_now:0
E/mono (13762): converting method Java.Interop.JniFieldInfo Java.Interop.JniEnvironment/StaticFields:GetStaticFieldID (Java.Interop.JniObjectReference,string,string)
D/BatteryService( 3466): Sending ACTION_BATTERY_CHANGED.
E/mono (13762): Method Java.Interop.JniFieldInfo Java.Interop.JniEnvironment/StaticFields:GetStaticFieldID (Java.Interop.JniObjectReference,string,string) emitted at 0x7f6694f000 to 0x7f6694f178 (code length 376) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) intptr Java.Interop.NativeMethods:java_interop_jnienv_get_static_field_id (intptr,intptr&,intptr,string,string)
E/mono (13762): Method (wrapper managed-to-native) intptr Java.Interop.NativeMethods:java_interop_jnienv_get_static_field_id (intptr,intptr&,intptr,string,string) emitted at 0x7f6694f298 to 0x7f6694f398 (code length 256) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Interop.JniFieldInfo:.ctor (string,string,intptr,bool)
E/mono (13762): Method void Java.Interop.JniFieldInfo:.ctor (string,string,intptr,bool) emitted at 0x7f6694f408 to 0x7f6694f468 (code length 96) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method Java.Interop.JniObjectReference Java.Interop.JniEnvironment/StaticFields:GetStaticObjectField (Java.Interop.JniObjectReference,Java.Interop.JniFieldInfo)
I/MotionRecognitionService( 3466): Plugged
D/MotionRecognitionService( 3466): cableConnection= 1
E/mono (13762): Method Java.Interop.JniObjectReference Java.Interop.JniEnvironment/StaticFields:GetStaticObjectField (Java.Interop.JniObjectReference,Java.Interop.JniFieldInfo) emitted at 0x7f6694f488 to 0x7f6694f5f8 (code length 368) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
D/MotionRecognitionService( 3466): setPowerConnected | current backoffstate = 1024 , state =1024
E/mono (13762): converting method bool Java.Interop.JniFieldInfo:get_IsValid ()
D/MotionRecognitionService( 3466): skip setTransmitPower.
E/mono (13762): Method bool Java.Interop.JniFieldInfo:get_IsValid () emitted at 0x7f6694f708 to 0x7f6694f730 (code length 40) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) intptr Java.Interop.NativeMethods:java_interop_jnienv_get_static_object_field (intptr,intptr,intptr)
E/mono (13762): Method (wrapper managed-to-native) intptr Java.Interop.NativeMethods:java_interop_jnienv_get_static_object_field (intptr,intptr,intptr) emitted at 0x7f6694f740 to 0x7f6694f804 (code length 196) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Android.App.Activity:OnCreate (Android.OS.Bundle)
E/mono (13762): Method void Android.App.Activity:OnCreate (Android.OS.Bundle) emitted at 0x7f6694f838 to 0x7f6694f99c (code length 356) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Interop.JniPeerMembers/JniInstanceMethods:InvokeVirtualVoidMethod (string,Java.Interop.IJavaPeerable,Java.Interop.JniArgumentValue*)
E/mono (13762): Method void Java.Interop.JniPeerMembers/JniInstanceMethods:InvokeVirtualVoidMethod (string,Java.Interop.IJavaPeerable,Java.Interop.JniArgumentValue*) emitted at 0x7f6694fa10 to 0x7f6694fb94 (code length 388) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Interop.JniPeerMembers:AssertSelf (Java.Interop.IJavaPeerable)
D/WifiController( 3466): ApOrStaEnabledState msg.what= 155652
E/mono (13762): Method void Java.Interop.JniPeerMembers:AssertSelf (Java.Interop.IJavaPeerable) emitted at 0x7f6694fc08 to 0x7f6694fcd0 (code length 200) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool Android.Runtime.XAPeerMembers:UsesVirtualDispatch (Java.Interop.IJavaPeerable,System.Type)
E/mono (13762): Method bool Android.Runtime.XAPeerMembers:UsesVirtualDispatch (Java.Interop.IJavaPeerable,System.Type) emitted at 0x7f6694fdd8 to 0x7f6694fe50 (code length 120) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Type Android.Runtime.XAPeerMembers:GetThresholdType (Java.Interop.IJavaPeerable)
E/mono (13762): Method System.Type Android.Runtime.XAPeerMembers:GetThresholdType (Java.Interop.IJavaPeerable) emitted at 0x7f6694fe70 to 0x7f6694ff44 (code length 212) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Type Java.Lang.Object:GetThresholdType ()
E/mono (13762): Method System.Type Java.Lang.Object:GetThresholdType () emitted at 0x7f6694ff68 to 0x7f6694ff98 (code length 48) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Type Android.App.Activity:get_ThresholdType ()
D/KeyguardUpdateMonitor( 3991): received broadcast android.intent.action.BATTERY_CHANGED
E/mono (13762): Method System.Type Android.App.Activity:get_ThresholdType () emitted at 0x7f6694ff98 to 0x7f6694ffcc (code length 52) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
D/KeyguardUpdateMonitor( 3991): handleBatteryUpdate
E/mono (13762): converting method Java.Interop.JniPeerMembers Android.Runtime.XAPeerMembers:GetPeerMembers (Java.Interop.IJavaPeerable)
E/mono (13762): Method Java.Interop.JniPeerMembers Android.Runtime.XAPeerMembers:GetPeerMembers (Java.Interop.IJavaPeerable) emitted at 0x7f6694ffd0 to 0x7f6695019c (code length 460) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method Java.Interop.JniPeerMembers Android.App.Activity:get_JniPeerMembers ()
E/mono (13762): Method Java.Interop.JniPeerMembers Android.App.Activity:get_JniPeerMembers () emitted at 0x7f66950260 to 0x7f66950288 (code length 40) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method Java.Interop.JniPeerMembers Java.Interop.JniPeerMembers:GetPeerMembers (Java.Interop.IJavaPeerable)
E/mono (13762): Method Java.Interop.JniPeerMembers Java.Interop.JniPeerMembers:GetPeerMembers (Java.Interop.IJavaPeerable) emitted at 0x7f66950288 to 0x7f669502d0 (code length 72) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method Java.Interop.JniMethodInfo Java.Interop.JniPeerMembers/JniInstanceMethods:GetMethodInfo (string)
E/mono (13762): Method Java.Interop.JniMethodInfo Java.Interop.JniPeerMembers/JniInstanceMethods:GetMethodInfo (string) emitted at 0x7f669502d0 to 0x7f66950404 (code length 308) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Android.App.Activity:SetContentView (int)
E/mono (13762): Method void Android.App.Activity:SetContentView (int) emitted at 0x7f66950498 to 0x7f669505d4 (code length 316) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
D/PowerUI ( 3991): priorPlugType = 2 mPlugType = 2
D/BatteryMeterView( 3991): ACTION_BATTERY_CHANGED : level:100 status:5 health:2
D/BatteryMeterView( 3991): ACTION_BATTERY_CHANGED : level:100 status:5 health:2
D/CommonServiceConfiguration( 4641): getStringValueSetting
D/BatteryMonitor( 4641): new battery level: 100
E/mono (13762): converting gshared method Android.Widget.Button Android.App.Activity:FindViewById<Android.Widget.Button> (int)
E/mono (13762): Method T_REF Android.App.Activity:FindViewById<T_REF> (int) emitted at 0x7f66950638 to 0x7f6695068c (code length 84) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method Android.Views.View Android.App.Activity:FindViewById (int)
E/mono (13762): Method Android.Views.View Android.App.Activity:FindViewById (int) emitted at 0x7f669506b0 to 0x7f66950848 (code length 408) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method Java.Interop.JniObjectReference Java.Interop.JniPeerMembers/JniInstanceMethods:InvokeVirtualObjectMethod (string,Java.Interop.IJavaPeerable,Java.Interop.JniArgumentValue*)
E/mono (13762): Method Java.Interop.JniObjectReference Java.Interop.JniPeerMembers/JniInstanceMethods:InvokeVirtualObjectMethod (string,Java.Interop.IJavaPeerable,Java.Interop.JniArgumentValue*) emitted at 0x7f669508b8 to 0x7f66950a88 (code length 464) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method Java.Interop.JniObjectReference Java.Interop.JniEnvironment/InstanceMethods:CallNonvirtualObjectMethod (Java.Interop.JniObjectReference,Java.Interop.JniObjectReference,Java.Interop.JniMethodInfo,Java.Interop.JniArgumentValue*)
E/mono (13762): Method Java.Interop.JniObjectReference Java.Interop.JniEnvironment/InstanceMethods:CallNonvirtualObjectMethod (Java.Interop.JniObjectReference,Java.Interop.JniObjectReference,Java.Interop.JniMethodInfo,Java.Interop.JniArgumentValue*) emitted at 0x7f66950af8 to 0x7f66950d10 (code length 536) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) intptr Java.Interop.NativeMethods:java_interop_jnienv_call_nonvirtual_object_method_a (intptr,intptr&,intptr,intptr,intptr,Java.Interop.JniArgumentValue*)
E/mono (13762): Method (wrapper managed-to-native) intptr Java.Interop.NativeMethods:java_interop_jnienv_call_nonvirtual_object_method_a (intptr,intptr&,intptr,intptr,intptr,Java.Interop.JniArgumentValue*) emitted at 0x7f66950ea0 to 0x7f66950f7c (code length 220) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method int System.Math:Min (int,int)
E/mono (13762): Method int System.Math:Min (int,int) emitted at 0x7f66950fb0 to 0x7f66950fe8 (code length 56) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Android.Widget.Button:.ctor (intptr,Android.Runtime.JniHandleOwnership)
E/mono (13762): Method void Android.Widget.Button:.ctor (intptr,Android.Runtime.JniHandleOwnership) emitted at 0x7f66950fe8 to 0x7f66951018 (code length 48) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Android.Widget.Button:.cctor ()
E/mono (13762): Method void Android.Widget.Button:.cctor () emitted at 0x7f66951028 to 0x7f66951080 (code length 88) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Android.Widget.TextView:.ctor (intptr,Android.Runtime.JniHandleOwnership)
E/mono (13762): Method void Android.Widget.TextView:.ctor (intptr,Android.Runtime.JniHandleOwnership) emitted at 0x7f669510a0 to 0x7f669510d0 (code length 48) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Android.Widget.TextView:.cctor ()
E/mono (13762): Method void Android.Widget.TextView:.cctor () emitted at 0x7f669510e0 to 0x7f66951138 (code length 88) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Android.Views.View:.ctor (intptr,Android.Runtime.JniHandleOwnership)
E/mono (13762): Method void Android.Views.View:.ctor (intptr,Android.Runtime.JniHandleOwnership) emitted at 0x7f66951158 to 0x7f66951188 (code length 48) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Android.Views.View:.cctor ()
E/mono (13762): Method void Android.Views.View:.cctor () emitted at 0x7f66951198 to 0x7f669511f0 (code length 88) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Collections.Generic.Dictionary`2<intptr, System.Collections.Generic.List`1<System.WeakReference>>:Resize ()
E/mono (13762): Method void System.Collections.Generic.Dictionary`2<intptr, System.Collections.Generic.List`1<System.WeakReference>>:Resize () emitted at 0x7f66951210 to 0x7f6695124c (code length 60) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Collections.Generic.Dictionary`2<intptr, System.Collections.Generic.List`1<System.WeakReference>>:Resize (int,bool)
E/mono (13762): Method void System.Collections.Generic.Dictionary`2<intptr, System.Collections.Generic.List`1<System.WeakReference>>:Resize (int,bool) emitted at 0x7f66951270 to 0x7f669515cc (code length 860) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method Android.Widget.Button Android.Runtime.Extensions:JavaCast<Android.Widget.Button> (Android.Runtime.IJavaObject)
E/mono (13762): Method TResult_REF Android.Runtime.Extensions:JavaCast<TResult_REF> (Android.Runtime.IJavaObject) emitted at 0x7f669516c8 to 0x7f669516f8 (code length 48) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method Android.Widget.Button Java.Interop.JavaObjectExtensions:JavaCast<Android.Widget.Button> (Android.Runtime.IJavaObject)
E/mono (13762): Method TResult_REF Java.Interop.JavaObjectExtensions:JavaCast<TResult_REF> (Android.Runtime.IJavaObject) emitted at 0x7f66951718 to 0x7f66951748 (code length 48) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method Android.Widget.Button Java.Interop.JavaObjectExtensions:_JavaCast<Android.Widget.Button> (Android.Runtime.IJavaObject)
E/mono (13762): Method TResult_REF Java.Interop.JavaObjectExtensions:_JavaCast<TResult_REF> (Android.Runtime.IJavaObject) emitted at 0x7f66951768 to 0x7f669519d4 (code length 620) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Android.Views.View:add_Click (System.EventHandler)
E/mono (13762): Method void Android.Views.View:add_Click (System.EventHandler) emitted at 0x7f66951b78 to 0x7f66951d38 (code length 448) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method void Java.Interop.EventHelper:AddEventHandler<Android.Views.View/IOnClickListener, Android.Views.View/IOnClickListenerImplementor> (System.WeakReference&,System.Func`1<Android.Views.View/IOnClickListenerImplementor>,System.Action`1<Android.Views.View/IOnClickListener>,System.Action`1<Android.Views.View/IOnClickListenerImplementor>)
E/mono (13762): Method void Java.Interop.EventHelper:AddEventHandler<TInterface_REF, TImplementor_REF> (System.WeakReference&,System.Func`1<TImplementor_REF>,System.Action`1<TInterface_REF>,System.Action`1<TImplementor_REF>) emitted at 0x7f66951df8 to 0x7f66951eec (code length 244) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method Android.Views.View/IOnClickListenerImplementor Android.Views.View:__CreateIOnClickListenerImplementor ()
E/mono (13762): Method Android.Views.View/IOnClickListenerImplementor Android.Views.View:__CreateIOnClickListenerImplementor () emitted at 0x7f66951f40 to 0x7f66951f74 (code length 52) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Android.Views.View/IOnClickListenerImplementor:.ctor ()
E/mono (13762): Method void Android.Views.View/IOnClickListenerImplementor:.ctor () emitted at 0x7f66951f98 to 0x7f66952064 (code length 204) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.EmptyArray`1<Android.Runtime.JValue>:.cctor ()
E/mono (13762): Method void System.EmptyArray`1<Android.Runtime.JValue>:.cctor () emitted at 0x7f669520c8 to 0x7f66952104 (code length 60) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper runtime-invoke) object object:runtime_invoke_void (object,intptr,intptr,intptr)
E/mono (13762): Method (wrapper runtime-invoke) object object:runtime_invoke_void (object,intptr,intptr,intptr) emitted at 0x7f66952118 to 0x7f669521f0 (code length 216) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method intptr Android.Runtime.JNIEnv:StartCreateInstance (string,string,Android.Runtime.JValue[])
E/mono (13762): Method intptr Android.Runtime.JNIEnv:StartCreateInstance (string,string,Android.Runtime.JValue[]) emitted at 0x7f66952240 to 0x7f669522cc (code length 140) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method intptr Android.Runtime.JNIEnv:StartCreateInstance (string,string,Android.Runtime.JValue*)
E/mono (13762): Method intptr Android.Runtime.JNIEnv:StartCreateInstance (string,string,Android.Runtime.JValue*) emitted at 0x7f669522f0 to 0x7f66952348 (code length 88) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method intptr Android.Runtime.JNIEnv:AllocObject (string)
E/mono (13762): Method intptr Android.Runtime.JNIEnv:AllocObject (string) emitted at 0x7f66952368 to 0x7f669523bc (code length 84) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method intptr Android.Runtime.JNIEnv:FindClass (string)
E/mono (13762): Method intptr Android.Runtime.JNIEnv:FindClass (string) emitted at 0x7f66952400 to 0x7f669525d0 (code length 464) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method intptr Android.Runtime.JNIEnv:BinaryName (string)
E/mono (13762): Method intptr Android.Runtime.JNIEnv:BinaryName (string) emitted at 0x7f66952680 to 0x7f66952854 (code length 468) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method intptr Android.Runtime.JNIEnv:NewString (char[],int)
E/mono (13762): Method intptr Android.Runtime.JNIEnv:NewString (char[],int) emitted at 0x7f66952928 to 0x7f669529dc (code length 180) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method Java.Interop.JniObjectReference Java.Interop.JniEnvironment/Strings:NewString (char*,int)
E/mono (13762): Method Java.Interop.JniObjectReference Java.Interop.JniEnvironment/Strings:NewString (char*,int) emitted at 0x7f66952a00 to 0x7f66952ac0 (code length 192) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) intptr Java.Interop.NativeMethods:java_interop_jnienv_new_string (intptr,intptr&,char*,int)
E/mono (13762): Method (wrapper managed-to-native) intptr Java.Interop.NativeMethods:java_interop_jnienv_new_string (intptr,intptr&,char*,int) emitted at 0x7f66952b20 to 0x7f66952bec (code length 204) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Android.Runtime.JValue:.ctor (intptr)
E/mono (13762): Method void Android.Runtime.JValue:.ctor (intptr) emitted at 0x7f66952c20 to 0x7f66952c50 (code length 48) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Android.Runtime.JValue:.cctor ()
E/mono (13762): Method void Android.Runtime.JValue:.cctor () emitted at 0x7f66952c50 to 0x7f66952c90 (code length 64) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Android.Runtime.JValue:.ctor (bool)
E/mono (13762): Method void Android.Runtime.JValue:.ctor (bool) emitted at 0x7f66952ca0 to 0x7f66952cd0 (code length 48) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method intptr Android.Runtime.JNIEnv:CallStaticObjectMethod (intptr,intptr,Android.Runtime.JValue[])
E/mono (13762): Method intptr Android.Runtime.JNIEnv:CallStaticObjectMethod (intptr,intptr,Android.Runtime.JValue[]) emitted at 0x7f66952cd0 to 0x7f66952d5c (code length 140) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method intptr Android.Runtime.JNIEnv:CallStaticObjectMethod (intptr,intptr,Android.Runtime.JValue*)
E/mono (13762): Method intptr Android.Runtime.JNIEnv:CallStaticObjectMethod (intptr,intptr,Android.Runtime.JValue*) emitted at 0x7f66952d80 to 0x7f66952e20 (code length 160) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Android.Runtime.RegisterAttribute:.ctor (string)
E/mono (13762): Method void Android.Runtime.RegisterAttribute:.ctor (string) emitted at 0x7f66952e50 to 0x7f66952e80 (code length 48) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Delegate Android.Views.View/IOnClickListenerInvoker:GetOnClick_Landroid_view_View_Handler ()
E/mono (13762): converting method void Android.Views.View/IOnClickListenerInvoker:.cctor ()
E/mono (13762): Method void Android.Views.View/IOnClickListenerInvoker:.cctor () emitted at 0x7f66952e90 to 0x7f66952ee8 (code length 88) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): Method System.Delegate Android.Views.View/IOnClickListenerInvoker:GetOnClick_Landroid_view_View_Handler () emitted at 0x7f66952f08 to 0x7f66952fe0 (code length 216) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper dynamic-method) void object:ffce49f5-0e96-49a8-b4d3-fddeda7b3de5 (intptr,intptr,intptr)
E/mono (13762): Method (wrapper dynamic-method) void object:ffce49f5-0e96-49a8-b4d3-fddeda7b3de5 (intptr,intptr,intptr) emitted at 0x7f678054a8 to 0x7f67805510 (code length 104) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper native-to-managed) void object:ffce49f5-0e96-49a8-b4d3-fddeda7b3de5 (intptr,intptr,intptr)
E/mono (13762): Method (wrapper native-to-managed) void object:ffce49f5-0e96-49a8-b4d3-fddeda7b3de5 (intptr,intptr,intptr) emitted at 0x7f66953000 to 0x7f669530fc (code length 252) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method intptr Android.Runtime.JNIEnv:AllocObject (intptr)
E/mono (13762): Method intptr Android.Runtime.JNIEnv:AllocObject (intptr) emitted at 0x7f669531b0 to 0x7f66953220 (code length 112) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Android.Runtime.JNIEnv:DeleteGlobalRef (intptr)
E/mono (13762): Method void Android.Runtime.JNIEnv:DeleteGlobalRef (intptr) emitted at 0x7f66953230 to 0x7f6695326c (code length 60) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Android.Runtime.JNIEnv:FinishCreateInstance (intptr,string,Android.Runtime.JValue[])
E/mono (13762): Method void Android.Runtime.JNIEnv:FinishCreateInstance (intptr,string,Android.Runtime.JValue[]) emitted at 0x7f669532c8 to 0x7f6695335c (code length 148) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Android.Runtime.JNIEnv:FinishCreateInstance (intptr,string,Android.Runtime.JValue*)
E/mono (13762): Method void Android.Runtime.JNIEnv:FinishCreateInstance (intptr,string,Android.Runtime.JValue*) emitted at 0x7f66953380 to 0x7f669533c4 (code length 68) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Android.Runtime.JNIEnv:InvokeConstructor (intptr,string,Android.Runtime.JValue*)
E/mono (13762): Method void Android.Runtime.JNIEnv:InvokeConstructor (intptr,string,Android.Runtime.JValue*) emitted at 0x7f669533d8 to 0x7f669534bc (code length 228) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method intptr Android.Runtime.JNIEnv:GetMethodID (intptr,string,string)
E/mono (13762): Method intptr Android.Runtime.JNIEnv:GetMethodID (intptr,string,string) emitted at 0x7f66953560 to 0x7f669535c8 (code length 104) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Android.Runtime.JNIEnv:CallNonvirtualVoidMethod (intptr,intptr,intptr,Android.Runtime.JValue*)
E/mono (13762): Method void Android.Runtime.JNIEnv:CallNonvirtualVoidMethod (intptr,intptr,intptr,Android.Runtime.JValue*) emitted at 0x7f669535d8 to 0x7f66953688 (code length 176) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Android.Views.View:SetOnClickListener (Android.Views.View/IOnClickListener)
E/mono (13762): Method void Android.Views.View:SetOnClickListener (Android.Views.View/IOnClickListener) emitted at 0x7f66953700 to 0x7f669538ac (code length 428) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Type Android.Widget.Button:get_ThresholdType ()
E/mono (13762): Method System.Type Android.Widget.Button:get_ThresholdType () emitted at 0x7f66953978 to 0x7f669539ac (code length 52) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Interop.JniEnvironment/InstanceMethods:CallVoidMethod (Java.Interop.JniObjectReference,Java.Interop.JniMethodInfo,Java.Interop.JniArgumentValue*)
E/mono (13762): Method void Java.Interop.JniEnvironment/InstanceMethods:CallVoidMethod (Java.Interop.JniObjectReference,Java.Interop.JniMethodInfo,Java.Interop.JniArgumentValue*) emitted at 0x7f669539b0 to 0x7f66953b0c (code length 348) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) void Java.Interop.NativeMethods:java_interop_jnienv_call_void_method_a (intptr,intptr&,intptr,intptr,Java.Interop.JniArgumentValue*)
E/mono (13762): Method (wrapper managed-to-native) void Java.Interop.NativeMethods:java_interop_jnienv_call_void_method_a (intptr,intptr&,intptr,intptr,Java.Interop.JniArgumentValue*) emitted at 0x7f66953c40 to 0x7f66953d0c (code length 204) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Android.Views.View/<>c__AnonStorey6:<>m__0 (Android.Views.View/IOnClickListenerImplementor)
E/mono (13762): Method void Android.Views.View/<>c__AnonStorey6:<>m__0 (Android.Views.View/IOnClickListenerImplementor) emitted at 0x7f66953d40 to 0x7f66953dbc (code length 124) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Delegate System.Delegate:Combine (System.Delegate,System.Delegate)
E/mono (13762): Method System.Delegate System.Delegate:Combine (System.Delegate,System.Delegate) emitted at 0x7f66953df0 to 0x7f66953f20 (code length 304) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Version System.Environment:get_Version ()
E/mono (13762): Method System.Version System.Environment:get_Version () emitted at 0x7f66953f70 to 0x7f66953fac (code length 60) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Version:.ctor (string)
E/mono (13762): Method void System.Version:.ctor (string) emitted at 0x7f66953fd0 to 0x7f66954044 (code length 116) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Version System.Version:Parse (string)
E/mono (13762): Method System.Version System.Version:Parse (string) emitted at 0x7f66954058 to 0x7f66954118 (code length 192) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool System.Version:TryParseVersion (string,System.Version/VersionResult&)
E/mono (13762): Method bool System.Version:TryParseVersion (string,System.Version/VersionResult&) emitted at 0x7f66954188 to 0x7f66954454 (code length 716) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool System.Version:TryParseComponent (string,string,System.Version/VersionResult&,int&)
E/mono (13762): Method bool System.Version:TryParseComponent (string,string,System.Version/VersionResult&,int&) emitted at 0x7f66954568 to 0x7f66954600 (code length 152) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool int:TryParse (string,System.Globalization.NumberStyles,System.IFormatProvider,int&)
E/mono (13762): Method bool int:TryParse (string,System.Globalization.NumberStyles,System.IFormatProvider,int&) emitted at 0x7f66954630 to 0x7f66954680 (code length 80) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Globalization.NumberFormatInfo:ValidateParseStyleInteger (System.Globalization.NumberStyles)
E/mono (13762): Method void System.Globalization.NumberFormatInfo:ValidateParseStyleInteger (System.Globalization.NumberStyles) emitted at 0x7f669546b0 to 0x7f66954750 (code length 160) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool System.Number:TryParseInt32 (string,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo,int&)
E/mono (13762): converting method void System.Number/NumberBuffer:.cctor ()
E/mono (13762): Method void System.Number/NumberBuffer:.cctor () emitted at 0x7f669547c0 to 0x7f669547e8 (code length 40) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): Method bool System.Number:TryParseInt32 (string,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo,int&) emitted at 0x7f669547e8 to 0x7f66954948 (code length 352) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Number/NumberBuffer:.ctor (byte*)
E/mono (13762): Method void System.Number/NumberBuffer:.ctor (byte*) emitted at 0x7f669549b8 to 0x7f669549f4 (code length 60) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool System.Number:TryStringToNumber (string,System.Globalization.NumberStyles,System.Number/NumberBuffer&,System.Globalization.NumberFormatInfo,bool)
E/mono (13762): Method bool System.Number:TryStringToNumber (string,System.Globalization.NumberStyles,System.Number/NumberBuffer&,System.Globalization.NumberFormatInfo,bool) emitted at 0x7f669549f8 to 0x7f66954a3c (code length 68) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool System.Number:TryStringToNumber (string,System.Globalization.NumberStyles,System.Number/NumberBuffer&,System.Text.StringBuilder,System.Globalization.NumberFormatInfo,bool)
E/mono (13762): Method bool System.Number:TryStringToNumber (string,System.Globalization.NumberStyles,System.Number/NumberBuffer&,System.Text.StringBuilder,System.Globalization.NumberFormatInfo,bool) emitted at 0x7f66954a50 to 0x7f66954c54 (code length 516) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool System.Number:ParseNumber (char*&,System.Globalization.NumberStyles,System.Number/NumberBuffer&,System.Text.StringBuilder,System.Globalization.NumberFormatInfo,bool)
E/mono (13762): Method bool System.Number:ParseNumber (char*&,System.Globalization.NumberStyles,System.Number/NumberBuffer&,System.Text.StringBuilder,System.Globalization.NumberFormatInfo,bool) emitted at 0x7f66954ca8 to 0x7f6695557c (code length 2260) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool System.Number:IsWhite (char)
E/mono (13762): Method bool System.Number:IsWhite (char) emitted at 0x7f669556a0 to 0x7f66955700 (code length 96) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method char* System.Number:MatchChars (char*,string)
E/mono (13762): Method char* System.Number:MatchChars (char*,string) emitted at 0x7f66955700 to 0x7f6695572c (code length 44) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method char* System.Number:MatchChars (char*,char*)
E/mono (13762): Method char* System.Number:MatchChars (char*,char*) emitted at 0x7f66955740 to 0x7f669557c8 (code length 136) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool System.Number:NumberToInt32 (System.Number/NumberBuffer&,int&)
E/mono (13762): Method bool System.Number:NumberToInt32 (System.Number/NumberBuffer&,int&) emitted at 0x7f669557c8 to 0x7f669558b4 (code length 236) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method string System.Version:ToString ()
E/mono (13762): Method string System.Version:ToString () emitted at 0x7f669558b8 to 0x7f6695592c (code length 116) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method string System.Version:ToString (int)
E/mono (13762): Method string System.Version:ToString (int) emitted at 0x7f66955960 to 0x7f66955d78 (code length 1048) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Text.StringBuilder System.Text.StringBuilderCache:Acquire (int)
E/mono (13762): Method System.Text.StringBuilder System.Text.StringBuilderCache:Acquire (int) emitted at 0x7f66956098 to 0x7f66956134 (code length 156) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Version:AppendPositiveNumber (int,System.Text.StringBuilder)
E/mono (13762): Method void System.Version:AppendPositiveNumber (int,System.Text.StringBuilder) emitted at 0x7f66956188 to 0x7f66956288 (code length 256) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Text.StringBuilder System.Text.StringBuilder:Insert (int,char)
E/mono (13762): Method System.Text.StringBuilder System.Text.StringBuilder:Insert (int,char) emitted at 0x7f669562b8 to 0x7f669562f8 (code length 64) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Text.StringBuilder:Insert (int,char*,int)
E/mono (13762): Method void System.Text.StringBuilder:Insert (int,char*,int) emitted at 0x7f66956308 to 0x7f669563c4 (code length 188) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Text.StringBuilder:MakeRoom (int,int,System.Text.StringBuilder&,int&,bool)
E/mono (13762): Method void System.Text.StringBuilder:MakeRoom (int,int,System.Text.StringBuilder&,int&,bool) emitted at 0x7f66956428 to 0x7f6695679c (code length 884) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Text.StringBuilder:ReplaceInPlaceAtChunk (System.Text.StringBuilder&,int&,char*,int)
E/mono (13762): Method void System.Text.StringBuilder:ReplaceInPlaceAtChunk (System.Text.StringBuilder&,int&,char*,int) emitted at 0x7f66956870 to 0x7f66956968 (code length 248) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Text.StringBuilder System.Text.StringBuilder:Next (System.Text.StringBuilder)
E/mono (13762): Method System.Text.StringBuilder System.Text.StringBuilder:Next (System.Text.StringBuilder) emitted at 0x7f66956998 to 0x7f669569e0 (code length 72) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method string System.Text.StringBuilderCache:GetStringAndRelease (System.Text.StringBuilder)
E/mono (13762): Method string System.Text.StringBuilderCache:GetStringAndRelease (System.Text.StringBuilder) emitted at 0x7f669569f0 to 0x7f66956a30 (code length 64) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Text.StringBuilderCache:Release (System.Text.StringBuilder)
E/mono (13762): Method void System.Text.StringBuilderCache:Release (System.Text.StringBuilder) emitted at 0x7f66956a40 to 0x7f66956a8c (code length 76) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method string AndroidAgent.MainActivity:GetMonoVersion ()
E/mono (13762): Method string AndroidAgent.MainActivity:GetMonoVersion () emitted at 0x7f66956aa0 to 0x7f66956b50 (code length 176) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method object System.Reflection.MethodBase:Invoke (object,object[])
E/mono (13762): Method object System.Reflection.MethodBase:Invoke (object,object[]) emitted at 0x7f66956b90 to 0x7f66956bdc (code length 76) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method object System.Reflection.MonoMethod:Invoke (object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
E/mono (13762): Method object System.Reflection.MonoMethod:Invoke (object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo) emitted at 0x7f66956be0 to 0x7f66956d1c (code length 316) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool System.Reflection.MonoMethod:get_ContainsGenericParameters ()
E/mono (13762): Method bool System.Reflection.MonoMethod:get_ContainsGenericParameters () emitted at 0x7f66956de0 to 0x7f66956ebc (code length 220) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) bool System.Reflection.MonoMethod:get_IsGenericMethod (System.Reflection.MonoMethod)
E/mono (13762): Method (wrapper managed-to-native) bool System.Reflection.MonoMethod:get_IsGenericMethod (System.Reflection.MonoMethod) emitted at 0x7f66956ed0 to 0x7f66956f94 (code length 196) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) object System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
E/mono (13762): Method (wrapper managed-to-native) object System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&) emitted at 0x7f66956fe8 to 0x7f669570c8 (code length 224) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) string Mono.Runtime:GetDisplayName ()
E/mono (13762): Method (wrapper managed-to-native) string Mono.Runtime:GetDisplayName () emitted at 0x7f66957118 to 0x7f669571c4 (code length 172) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper runtime-invoke) object <Module>:runtime_invoke_object (object,intptr,intptr,intptr)
E/mono (13762): Method (wrapper runtime-invoke) object <Module>:runtime_invoke_object (object,intptr,intptr,intptr) emitted at 0x7f669571f8 to 0x7f669572d8 (code length 224) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool System.Collections.Generic.InternalStringComparer:Equals (string,string)
E/mono (13762): Method bool System.Collections.Generic.InternalStringComparer:Equals (string,string) emitted at 0x7f66957328 to 0x7f66957380 (code length 88) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Android.Widget.TextView:set_Text (string)
E/mono (13762): Method void Android.Widget.TextView:set_Text (string) emitted at 0x7f66957408 to 0x7f66957484 (code length 124) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Lang.String:.ctor (string)
E/mono (13762): Method void Java.Lang.String:.ctor (string) emitted at 0x7f669574c8 to 0x7f669574fc (code length 52) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Lang.String:.cctor ()
E/mono (13762): Method void Java.Lang.String:.cctor () emitted at 0x7f66957520 to 0x7f66957578 (code length 88) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method intptr Android.Runtime.JNIEnv:NewString (string)
E/mono (13762): Method intptr Android.Runtime.JNIEnv:NewString (string) emitted at 0x7f66957598 to 0x7f669575f0 (code length 88) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method Java.Interop.JniObjectReference Java.Interop.JniEnvironment/Strings:NewString (string)
E/mono (13762): Method Java.Interop.JniObjectReference Java.Interop.JniEnvironment/Strings:NewString (string) emitted at 0x7f66957600 to 0x7f6695769c (code length 156) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Android.Widget.TextView:set_TextFormatted (Java.Lang.ICharSequence)
E/mono (13762): Method void Android.Widget.TextView:set_TextFormatted (Java.Lang.ICharSequence) emitted at 0x7f66957758 to 0x7f669578ac (code length 340) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method intptr Android.Runtime.CharSequence:ToLocalJniHandle (Java.Lang.ICharSequence)
E/mono (13762): Method intptr Android.Runtime.CharSequence:ToLocalJniHandle (Java.Lang.ICharSequence) emitted at 0x7f66957930 to 0x7f6695796c (code length 60) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method intptr Android.Runtime.JNIEnv:ToLocalJniHandle (Android.Runtime.IJavaObject)
E/mono (13762): Method intptr Android.Runtime.JNIEnv:ToLocalJniHandle (Android.Runtime.IJavaObject) emitted at 0x7f66957980 to 0x7f66957ab8 (code length 312) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method intptr Java.Lang.Object:Java.Interop.IJavaObjectEx.ToLocalJniHandle ()
E/mono (13762): Method intptr Java.Lang.Object:Java.Interop.IJavaObjectEx.ToLocalJniHandle () emitted at 0x7f66957b20 to 0x7f66957bf8 (code length 216) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method intptr Android.Runtime.JNIEnv:NewLocalRef (intptr)
E/mono (13762): Method intptr Android.Runtime.JNIEnv:NewLocalRef (intptr) emitted at 0x7f66957c58 to 0x7f66957cb4 (code length 92) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method Java.Interop.JniObjectReference Java.Interop.JniObjectReference:NewLocalRef ()
E/mono (13762): Method Java.Interop.JniObjectReference Java.Interop.JniObjectReference:NewLocalRef () emitted at 0x7f66957cc8 to 0x7f66957d54 (code length 140) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method Java.Interop.JniObjectReference Java.Interop.JniRuntime/JniObjectReferenceManager:CreateLocalReference (Java.Interop.JniEnvironmentInfo,Java.Interop.JniObjectReference)
E/mono (13762): Method Java.Interop.JniObjectReference Java.Interop.JniRuntime/JniObjectReferenceManager:CreateLocalReference (Java.Interop.JniEnvironmentInfo,Java.Interop.JniObjectReference) emitted at 0x7f66957d88 to 0x7f66957e28 (code length 160) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method Java.Interop.JniObjectReference Android.Runtime.AndroidObjectReferenceManager:CreateLocalReference (Java.Interop.JniObjectReference,int&)
E/mono (13762): Method Java.Interop.JniObjectReference Android.Runtime.AndroidObjectReferenceManager:CreateLocalReference (Java.Interop.JniObjectReference,int&) emitted at 0x7f66957e28 to 0x7f66957f7c (code length 340) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method Java.Interop.JniObjectReference Java.Interop.JniRuntime/JniObjectReferenceManager:CreateLocalReference (Java.Interop.JniObjectReference,int&)
E/mono (13762): Method Java.Interop.JniObjectReference Java.Interop.JniRuntime/JniObjectReferenceManager:CreateLocalReference (Java.Interop.JniObjectReference,int&) emitted at 0x7f66958020 to 0x7f66958104 (code length 228) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method Java.Interop.JniObjectReference Java.Interop.JniEnvironment/References:NewLocalRef (Java.Interop.JniObjectReference)
E/mono (13762): Method Java.Interop.JniObjectReference Java.Interop.JniEnvironment/References:NewLocalRef (Java.Interop.JniObjectReference) emitted at 0x7f66958148 to 0x7f669581b0 (code length 104) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) intptr Java.Interop.NativeMethods:java_interop_jnienv_new_local_ref (intptr,intptr)
E/mono (13762): Method (wrapper managed-to-native) intptr Java.Interop.NativeMethods:java_interop_jnienv_new_local_ref (intptr,intptr) emitted at 0x7f669581d0 to 0x7f6695828c (code length 188) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Interop.JniPeerMembers/JniInstanceMethods:InvokeNonvirtualVoidMethod (string,Java.Interop.IJavaPeerable,Java.Interop.JniArgumentValue*)
E/mono (13762): Method void Java.Interop.JniPeerMembers/JniInstanceMethods:InvokeNonvirtualVoidMethod (string,Java.Interop.IJavaPeerable,Java.Interop.JniArgumentValue*) emitted at 0x7f669582c0 to 0x7f66958384 (code length 196) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Lang.Object:Dispose ()
E/mono (13762): Method void Java.Lang.Object:Dispose () emitted at 0x7f66958410 to 0x7f66958478 (code length 104) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Lang.Object:Dispose (bool)
E/mono (13762): Method void Java.Lang.Object:Dispose (bool) emitted at 0x7f669584a8 to 0x7f669584c4 (code length 28) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Lang.Object:Dispose (object,intptr&,intptr,Android.Runtime.JObjectRefType)
E/mono (13762): Method void Java.Lang.Object:Dispose (object,intptr&,intptr,Android.Runtime.JObjectRefType) emitted at 0x7f669584c8 to 0x7f66958728 (code length 608) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Lang.Object:DeregisterInstance (object,intptr)
E/mono (13762): Method void Java.Lang.Object:DeregisterInstance (object,intptr) emitted at 0x7f66958868 to 0x7f66958a10 (code length 424) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting gshared method void System.Collections.Generic.List`1<System.WeakReference>:RemoveAt (int)
E/mono (13762): Method void System.Collections.Generic.List`1<T_REF>:RemoveAt (int) emitted at 0x7f66958a90 to 0x7f66958b48 (code length 184) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool System.Collections.Generic.Dictionary`2<intptr, System.Collections.Generic.List`1<System.WeakReference>>:Remove (intptr)
E/mono (13762): Method bool System.Collections.Generic.Dictionary`2<intptr, System.Collections.Generic.List`1<System.WeakReference>>:Remove (intptr) emitted at 0x7f66958b68 to 0x7f66958f54 (code length 1004) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method Common.Logging.ILog Benchmarker.Logging:GetLogging ()
E/mono (13762): Method Common.Logging.ILog Benchmarker.Logging:GetLogging () emitted at 0x7f66958fa8 to 0x7f66959008 (code length 96) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void AndroidAgent.AndroidLogger:Info (object)
E/mono (13762): Method void AndroidAgent.AndroidLogger:Info (object) emitted at 0x7f66959140 to 0x7f66959198 (code length 88) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method int Android.Util.Log:Info (string,string)
E/mono (13762): converting method void Android.Util.Log:.cctor ()
E/mono (13762): Method void Android.Util.Log:.cctor () emitted at 0x7f669591a8 to 0x7f66959200 (code length 88) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): Method int Android.Util.Log:Info (string,string) emitted at 0x7f66959220 to 0x7f669593c4 (code length 420) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method int Java.Interop.JniPeerMembers/JniStaticMethods:InvokeInt32Method (string,Java.Interop.JniArgumentValue*)
E/mono (13762): Method int Java.Interop.JniPeerMembers/JniStaticMethods:InvokeInt32Method (string,Java.Interop.JniArgumentValue*) emitted at 0x7f66959468 to 0x7f669594e4 (code length 124) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method int Java.Interop.JniEnvironment/StaticMethods:CallStaticIntMethod (Java.Interop.JniObjectReference,Java.Interop.JniMethodInfo,Java.Interop.JniArgumentValue*)
E/mono (13762): Method int Java.Interop.JniEnvironment/StaticMethods:CallStaticIntMethod (Java.Interop.JniObjectReference,Java.Interop.JniMethodInfo,Java.Interop.JniArgumentValue*) emitted at 0x7f66959518 to 0x7f66959688 (code length 368) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) int Java.Interop.NativeMethods:java_interop_jnienv_call_static_int_method_a (intptr,intptr&,intptr,intptr,Java.Interop.JniArgumentValue*)
E/mono (13762): Method (wrapper managed-to-native) int Java.Interop.NativeMethods:java_interop_jnienv_call_static_int_method_a (intptr,intptr&,intptr,intptr,Java.Interop.JniArgumentValue*) emitted at 0x7f669597b8 to 0x7f66959890 (code length 216) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
I/benchmarker(13762): .NET version:
I/benchmarker(13762): 4.0.50524.0
I/benchmarker(13762):
I/benchmarker(13762): MonoVersion:
I/benchmarker(13762): 4.6.0 (mono-4.6.0-branch/dea2155)
I/benchmarker(13762): Architecture: arm64-v8a
E/mono (13762): converting method bool AndroidAgent.AndroidCPUManagment:IsRooted ()
E/mono (13762): Method bool AndroidAgent.AndroidCPUManagment:IsRooted () emitted at 0x7f669598c0 to 0x7f669599d4 (code length 276) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void AndroidAgent.AndroidCPUManagment:.cctor ()
E/mono (13762): Method void AndroidAgent.AndroidCPUManagment:.cctor () emitted at 0x7f66959a38 to 0x7f66959ad0 (code length 152) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method Java.Lang.Runtime Java.Lang.Runtime:GetRuntime ()
E/mono (13762): converting method void Java.Lang.Runtime:.cctor ()
E/mono (13762): Method void Java.Lang.Runtime:.cctor () emitted at 0x7f66959af0 to 0x7f66959b48 (code length 88) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): Method Java.Lang.Runtime Java.Lang.Runtime:GetRuntime () emitted at 0x7f66959b68 to 0x7f66959c34 (code length 204) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Lang.Runtime:.ctor (intptr,Android.Runtime.JniHandleOwnership)
E/mono (13762): Method void Java.Lang.Runtime:.ctor (intptr,Android.Runtime.JniHandleOwnership) emitted at 0x7f66959c78 to 0x7f66959ca8 (code length 48) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method Java.Lang.Process Java.Lang.Runtime:Exec (string)
E/mono (13762): Method Java.Lang.Process Java.Lang.Runtime:Exec (string) emitted at 0x7f66959d00 to 0x7f66959eac (code length 428) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Type Java.Lang.Runtime:get_ThresholdType ()
E/mono (13762): Method System.Type Java.Lang.Runtime:get_ThresholdType () emitted at 0x7f66959f88 to 0x7f66959fbc (code length 52) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method Java.Interop.JniObjectReference Java.Interop.JniEnvironment/InstanceMethods:CallObjectMethod (Java.Interop.JniObjectReference,Java.Interop.JniMethodInfo,Java.Interop.JniArgumentValue*)
E/mono (13762): Method Java.Interop.JniObjectReference Java.Interop.JniEnvironment/InstanceMethods:CallObjectMethod (Java.Interop.JniObjectReference,Java.Interop.JniMethodInfo,Java.Interop.JniArgumentValue*) emitted at 0x7f66959fc0 to 0x7f6695a17c (code length 444) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) intptr Java.Interop.NativeMethods:java_interop_jnienv_call_object_method_a (intptr,intptr&,intptr,intptr,Java.Interop.JniArgumentValue*)
E/mono (13762): Method (wrapper managed-to-native) intptr Java.Interop.NativeMethods:java_interop_jnienv_call_object_method_a (intptr,intptr&,intptr,intptr,Java.Interop.JniArgumentValue*) emitted at 0x7f6695a2c0 to 0x7f6695a394 (code length 212) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Interop.JniEnvironment/Exceptions:ExceptionClear ()
E/mono (13762): Method void Java.Interop.JniEnvironment/Exceptions:ExceptionClear () emitted at 0x7f6695a3c8 to 0x7f6695a3e4 (code length 28) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) void Java.Interop.NativeMethods:java_interop_jnienv_exception_clear (intptr)
E/mono (13762): Method (wrapper managed-to-native) void Java.Interop.NativeMethods:java_interop_jnienv_exception_clear (intptr) emitted at 0x7f6695a408 to 0x7f6695a4b0 (code length 168) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Exception Android.Runtime.AndroidRuntime:GetExceptionForThrowable (Java.Interop.JniObjectReference&,Java.Interop.JniObjectReferenceOptions)
E/mono (13762): Method System.Exception Android.Runtime.AndroidRuntime:GetExceptionForThrowable (Java.Interop.JniObjectReference&,Java.Interop.JniObjectReferenceOptions) emitted at 0x7f6695a4e0 to 0x7f6695a58c (code length 172) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Lang.Exception:.ctor (intptr,Android.Runtime.JniHandleOwnership)
E/mono (13762): Method void Java.Lang.Exception:.ctor (intptr,Android.Runtime.JniHandleOwnership) emitted at 0x7f6695a5b0 to 0x7f6695a5e0 (code length 48) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Lang.Exception:.cctor ()
E/mono (13762): Method void Java.Lang.Exception:.cctor () emitted at 0x7f6695a5f0 to 0x7f6695a648 (code length 88) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Lang.Throwable:.ctor (intptr,Android.Runtime.JniHandleOwnership)
E/mono (13762): Method void Java.Lang.Throwable:.ctor (intptr,Android.Runtime.JniHandleOwnership) emitted at 0x7f6695a668 to 0x7f6695a71c (code length 180) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Lang.Throwable:.cctor ()
E/mono (13762): Method void Java.Lang.Throwable:.cctor () emitted at 0x7f6695a770 to 0x7f6695a7c8 (code length 88) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method string Java.Lang.Throwable:_GetMessage (intptr)
E/mono (13762): Method string Java.Lang.Throwable:_GetMessage (intptr) emitted at 0x7f6695a7e8 to 0x7f6695a8ec (code length 260) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Exception Java.Lang.Throwable:_GetInnerException (intptr)
E/mono (13762): Method System.Exception Java.Lang.Throwable:_GetInnerException (intptr) emitted at 0x7f6695a930 to 0x7f6695aaa4 (code length 372) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method bool string:Equals (string)
E/mono (13762): Method bool string:Equals (string) emitted at 0x7f6695aae8 to 0x7f6695ab64 (code length 124) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Exception:.ctor (string,System.Exception)
E/mono (13762): Method void System.Exception:.ctor (string,System.Exception) emitted at 0x7f6695ab98 to 0x7f6695abe8 (code length 80) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Lang.Throwable:SetHandle (intptr,Android.Runtime.JniHandleOwnership)
E/mono (13762): Method void Java.Lang.Throwable:SetHandle (intptr,Android.Runtime.JniHandleOwnership) emitted at 0x7f6695ac18 to 0x7f6695ac74 (code length 92) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void Java.Lang.Throwable:Java.Interop.IJavaObjectEx.set_KeyHandle (intptr)
E/mono (13762): Method void Java.Lang.Throwable:Java.Interop.IJavaObjectEx.set_KeyHandle (intptr) emitted at 0x7f6695ace0 to 0x7f6695ad08 (code length 40) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method intptr Java.Lang.Throwable:get_Handle ()
E/mono (13762): Method intptr Java.Lang.Throwable:get_Handle () emitted at 0x7f6695ad08 to 0x7f6695ad28 (code length 32) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method System.Runtime.ExceptionServices.ExceptionDispatchInfo System.Runtime.ExceptionServices.ExceptionDispatchInfo:Capture (System.Exception)
E/mono (13762): Method System.Runtime.ExceptionServices.ExceptionDispatchInfo System.Runtime.ExceptionServices.ExceptionDispatchInfo:Capture (System.Exception) emitted at 0x7f6695ad28 to 0x7f6695ada0 (code length 120) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Runtime.ExceptionServices.ExceptionDispatchInfo:.ctor (System.Exception)
E/mono (13762): Method void System.Runtime.ExceptionServices.ExceptionDispatchInfo:.ctor (System.Exception) emitted at 0x7f6695ae00 to 0x7f6695aed8 (code length 216) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Diagnostics.StackTrace:.ctor (System.Exception,int,bool)
E/mono (13762): Method void System.Diagnostics.StackTrace:.ctor (System.Exception,int,bool) emitted at 0x7f64925000 to 0x7f649250c4 (code length 196) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) System.Diagnostics.StackFrame[] System.Diagnostics.StackTrace:get_trace (System.Exception,int,bool)
E/mono (13762): Method (wrapper managed-to-native) System.Diagnostics.StackFrame[] System.Diagnostics.StackTrace:get_trace (System.Exception,int,bool) emitted at 0x7f64925168 to 0x7f64925230 (code length 200) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Runtime.ExceptionServices.ExceptionDispatchInfo:Throw ()
E/mono (13762): Method void System.Runtime.ExceptionServices.ExceptionDispatchInfo:Throw () emitted at 0x7f64925260 to 0x7f6492529c (code length 60) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void System.Exception:RestoreExceptionDispatchInfo (System.Runtime.ExceptionServices.ExceptionDispatchInfo)
E/mono (13762): Method void System.Exception:RestoreExceptionDispatchInfo (System.Runtime.ExceptionServices.ExceptionDispatchInfo) emitted at 0x7f649252c0 to 0x7f6492536c (code length 172) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method (wrapper managed-to-native) object object:__icall_wrapper_mono_thread_get_undeniable_exception ()
E/mono (13762): Method (wrapper managed-to-native) object object:__icall_wrapper_mono_thread_get_undeniable_exception () emitted at 0x7f64925390 to 0x7f64925430 (code length 160) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,shared,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method void AndroidAgent.AndroidLogger:Warn (object)
E/mono (13762): Method void AndroidAgent.AndroidLogger:Warn (object) emitted at 0x7f64925548 to 0x7f649255a0 (code length 88) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
E/mono (13762): converting method int Android.Util.Log:Warn (string,string)
E/mono (13762): Method int Android.Util.Log:Warn (string,string) emitted at 0x7f649255b0 to 0x7f64925754 (code length 420) [RootDomain] with opts peephole,branch,inline,cfold,consprop,copyprop,deadce,linears,cmov,intrins,loop,aot,exception,gshared,simd,alias-analysis
W/benchmarker(13762): device not rooted, thus can't set CPU frequency: expect flaky results
I/benchmarker(13762): OnCreate finished
D/Activity(13762): performCreate Call Injection manager
I/InjectionManager(13762): dispatchOnViewCreated > Target : md53d4059ad9808ba2195cac3487eddb24d.MainActivity isFragment :false
D/SecWifiDisplayUtil(13762): Metadata value : SecSettings2
D/ViewRootImpl(13762): #1 mView = com.android.internal.policy.PhoneWindow$DecorView{8af05ed I.E...... R.....ID 0,0-0,0}
D/OpenGLRenderer(13762): Use EGL_SWAP_BEHAVIOR_PRESERVED: true
D/ISSUE_DEBUG( 3466): InputChannelName : a4a4596 com.xamarin.benchmarkagent/md53d4059ad9808ba2195cac3487eddb24d.MainActivity
D/ActivityManager( 3466): post active user change for 0 fullscreen true isFloatingActivity() false isHomeActivity() false
D/KnoxTimeoutHandler( 3466): postActiveUserChange [MsgParam] userId: 0 fullscreen is true showWhenlocked is false
D/KnoxTimeoutHandler( 3466): handleActiveUserChange [MsgParam] userId: 0 fullscreen is true showWhenlocked is false
I/KnoxTimeoutHandler( 3466): Shared devices show user statefalse
I/SurfaceFlinger( 2989): id=30 createSurf (1x1),1 flag=404, NainActivit
D/InputDispatcher( 3466): Focus entered window: 13762
D/PointerIcon( 3466): setMouseIconStyle1 pointerType: 1001 iconType:101 flag:0 pid:3466 uid:1000
D/PointerIcon( 3466): setMouseCustomIcon IconType is same.101
D/libEGL (13762): eglInitialize EGLDisplay = 0x7f6467a178
I/OpenGLRenderer(13762): Initialized EGL, version 1.4
D/ (13762): ro.exynos.dss isEnabled: 0
D/mali_winsys(13762): new_window_surface returns 0x3000, [1440x2560]-format:1
I/InjectionManager(13762): dispatchCreateOptionsMenu :md53d4059ad9808ba2195cac3487eddb24d.MainActivity
I/InjectionManager(13762): dispatchPrepareOptionsMenu :md53d4059ad9808ba2195cac3487eddb24d.MainActivity
D/ViewRootImpl(13762): MSG_RESIZED_REPORT: ci=Rect(0, 96 - 0, 0) vi=Rect(0, 96 - 0, 0) or=1
D/InputMethodManagerService( 3466): windowGainedFocus mCurrentFocusedUserId - 0 and mSecureKeypadEnabled-false
D/SamsungIME( 4907): IMPL finishInput
D/SamsungIME( 4907): SwiftKeyWrapper writeDBdataToFileOnFinishInput
D/SamsungIME( 4907): saveAndClear +
D/SamsungIME( 4907): saveAndClear -
W/DisplayListCanvas(13762): DisplayListCanvas is started on unbinded RenderNode (without mOwningView)
W/DisplayListCanvas(13762): DisplayListCanvas is started on unbinded RenderNode (without mOwningView)
W/DisplayListCanvas(13762): DisplayListCanvas is started on unbinded RenderNode (without mOwningView)
D/libGLESv1(13762): DTS_GLAPI : DTS is not allowed for Package : com.xamarin.benchmarkagent
D/MdnieScenarioControlService( 3466): packageName : com.xamarin.benchmarkagent className : md53d4059ad9808ba2195cac3487eddb24d.MainActivity
V/WindowStateAnimator( 3466): Finishing drawing window Window{a4a4596 u0 d0 com.xamarin.benchmarkagent/md53d4059ad9808ba2195cac3487eddb24d.MainActivity}: mDrawState=DRAW_PENDING
I/Timeline(13762): Timeline: Activity_idle id: android.os.BinderProxy@cf5fb44 time:3490169
I/System.out(13762): testHook: Activity set to: md53d4059ad9808ba2195cac3487eddb24d.MainActivity@4a229d6
D/KnoxTimeoutHandler( 3466): notifyActivityDrawn [MsgParam] userId: 0 fullscreen is true showWhenlocked is false
I/ActivityManager( 3466): Displayed com.xamarin.benchmarkagent/md53d4059ad9808ba2195cac3487eddb24d.MainActivity: +305ms (total +47s255ms)
D/KnoxTimeoutHandler( 3466): activityDrawn [MsgParam] userId: 0 fullscreen is true showWhenlocked is false
D/ViewRootImpl( 3466): #3 mView = null
D/libEGL ( 2989): eglInitialize EGLDisplay = 0x7fde7a3218
I/KnoxTimeoutHandler( 3466): SD activityfalse
D/libEGL ( 2989): eglInitialize EGLDisplay = 0x7fde7a3218
I/System.out(13762): URI: /ready
I/System.out(13762): params: {}
I/MdnieScenarioControlService( 3466): mGameModeLauncher : false
I/MdnieScenarioControlService( 3466): setUIMode
D/CustomFrequencyManagerService( 3466): releaseDVFSLockLocked : Getting Lock type frm List : DVFS_MIN_LIMIT frequency : 1872000 uid : 1000 pid : 3466 tag : ACTIVITY_RESUME_BOOSTER@3
I/Timeline( 3466): Timeline: Activity_windows_visible id: ActivityRecord{e4a1f37 u0 com.xamarin.benchmarkagent/md53d4059ad9808ba2195cac3487eddb24d.MainActivity t1918} time:3490244
D/ActivityManager( 3466): mDVFSHelper.release()
D/Launcher.HomeView( 4307): onStop
D/capture ( 4307): ----destroy
V/ActivityThread( 4307): updateVisibility : ActivityRecord{59dc398 token=android.os.BinderProxy@a60985f {com.sec.android.app.launcher/com.sec.android.app.launcher.activities.LauncherActivity}} show : false
D/KnoxTimeoutHandler( 3466): notifyActivityDrawn [MsgParam] userId: 0 fullscreen is true showWhenlocked is false
D/CustomFrequencyManagerService( 3466): acquireDVFSLockLocked : type : DVFS_MIN_LIMIT frequency : 1872000 uid : 1000 pid : 3466 pkgName : ACTIVITY_RESUME_BOOSTER@9
I/System.out(13762): URI: /ready
D/NetworkPolicy( 3466): isUidForegroundLocked: 10067, mScreenOn: true, uidstate: 3, mProxSensorScreenOff: false
I/System.out(13762): params: {}
D/KnoxTimeoutHandler( 3466): activityDrawn [MsgParam] userId: 0 fullscreen is true showWhenlocked is false
D/Launcher( 4307): onTrimMemory. Level: 20
I/KnoxTimeoutHandler( 3466): SD activityfalse
I/SurfaceFlinger( 2989): id=27 Removed MauncherAct (5/12)
I/SurfaceFlinger( 2989): id=27 Removed MauncherAct (-2/12)
D/libEGL ( 2989): eglTerminate EGLDisplay = 0x7fde7a3338
I/SurfaceFlinger( 2989): id=29 Removed cenchmarkag (7/11)
I/SurfaceFlinger( 2989): id=29 Removed cenchmarkag (-2/11)
D/libEGL ( 2989): eglTerminate EGLDisplay = 0x7f815fee78
D/libEGL ( 2989): eglTerminate EGLDisplay = 0x7fde7a3338
D/MdnieScenarioControlService( 3466): packageName : com.xamarin.benchmarkagent className : md53d4059ad9808ba2195cac3487eddb24d.MainActivity
D/CustomFrequencyManagerService( 3466): releaseDVFSLockLocked : Getting Lock type frm List : DVFS_MIN_LIMIT frequency : 1872000 uid : 1000 pid : 3466 tag : ACTIVITY_RESUME_BOOSTER@9
I/MdnieScenarioControlService( 3466): mGameModeLauncher : false
I/MdnieScenarioControlService( 3466): setUIMode
D/libEGL ( 2989): eglInitialize EGLDisplay = 0x7fde7a3218
I/System.out(13762): URI: /map
I/System.out(13762): params: {json={"query":"*","operation":{"method_name":"query","arguments":[]}}
I/System.out(13762): }
D/Recents ( 4070): onTaskStackChanged
W/ResourceType(13762): No known package when getting name for resource number 0xffffffff
W/ResourceType(13762): No known package when getting name for resource number 0xffffffff
W/ResourceType(13762): No known package when getting name for resource number 0xffffffff
D/ConnectivityService( 3466): updateCapabilities: oldCap = [ Transports: WIFI Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps SignalStrength: -64], newCap = [ Transports: WIFI Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps SignalStrength: -63]
D/ConnectivityService( 3466): rematching NetworkAgentInfo [WIFI () - 502]
D/ConnectivityService( 3466): network has: NetworkAgentInfo{ ni{[type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "xtc-ag", roaming: false, failover: false, isAvailable: true]} network{502} lp{{InterfaceName: wlan0 LinkAddresses: [fe80::ae5f:3eff:fe25:78cd/64,10.22.72.41/16,] Routes: [fe80::/64 -> :: wlan0,10.22.0.0/16 -> 0.0.0.0 wlan0,0.0.0.0/0 -> 10.22.0.1 wlan0,] DnsAddresses: [10.222.200.222,10.222.200.200,] Domains: device.prod MTU: 0 TcpBufferSizes: 524288,1048576,2097120,524288,1048576,4194240}} nc{[ Transports: WIFI Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps SignalStrength: -63]} Score{60} everValidated{true} lastValidated{true} created{true} lingering{false} explicitlySelected{false} acceptUnvalidated{false} everCaptivePortalDetected{false} lastCaptivePortalDetected{false} }
D/ConnectivityService( 3466): Network NetworkAgentInfo [WIFI () - 502] was already satisfying request 1. No change.
D/ConnectivityService( 3466): checking if request is: NetworkRequest [ id=4, legacyType=-1, [ Transports: WIFI Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] satisfies: true nri.isRequest: false
D/ConnectivityService( 3466): checking if request is: NetworkRequest [ id=3, legacyType=-1, [ Transports: CELLULAR Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] satisfies: false nri.isRequest: false
D/ConnectivityService( 3466): checking if request is: NetworkRequest [ id=6, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] satisfies: true nri.isRequest: false
D/ConnectivityService( 3466): checking if request is: NetworkRequest [ id=5, legacyType=-1, [] ] satisfies: true nri.isRequest: false
D/ConnectivityService( 3466): notifyType CAP_CHANGED for NetworkAgentInfo [WIFI () - 502]
D/NetworkController( 3991): onReceive: intent=Intent { act=android.net.wifi.RSSI_CHANGED flg=0x4000010 bqHint=4 VirtualScreenParam=Params{mDisplayId=-1, null, mFlags=0x00000000)} (has extras) }
D/ConnectivityService( 3466): sending notification for NetworkRequest [ id=1, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
D/ConnectivityService( 3466): sending notification for NetworkRequest [ id=4, legacyType=-1, [ Transports: WIFI Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
D/ConnectivityService( 3466): sending notification CAP_CHANGED for NetworkRequest [ id=4, legacyType=-1, [ Transports: WIFI Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
D/ConnectivityService( 3466): sending notification for NetworkRequest [ id=5, legacyType=-1, [] ]
D/ConnectivityService( 3466): sending notification CAP_CHANGED for NetworkRequest [ id=5, legacyType=-1, [] ]
D/ConnectivityService( 3466): sending notification for NetworkRequest [ id=6, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
D/ConnectivityService( 3466): sending notification CAP_CHANGED for NetworkRequest [ id=6, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
D/QSTileView( 3991): handleLabelStateChanged() label = Wi-Fi cellWidth 272
I/art (13762): Starting a blocking GC Explicit
I/art (13762): Explicit concurrent mark sweep GC freed 24140(1299KB) AllocSpace objects, 2(40KB) LOS objects, 53% free, 3MB/7MB, paused 945us total 39.118ms
I/art (13762): Starting a blocking GC Explicit
I/art (13762): Explicit concurrent mark sweep GC freed 26(976B) AllocSpace objects, 0(0B) LOS objects, 53% free, 3MB/7MB, paused 647us total 21.237ms
I/art (13762): Starting a blocking GC Explicit
I/art (13762): Explicit concurrent mark sweep GC freed 3(96B) AllocSpace objects, 0(0B) LOS objects, 53% free, 3MB/7MB, paused 304us total 15.487ms
I/art (13762): Starting a blocking GC Explicit
I/art (13762): Explicit concurrent mark sweep GC freed 3(96B) AllocSpace objects, 0(0B) LOS objects, 53% free, 3MB/7MB, paused 307us total 13.249ms
I/art (13762): Starting a blocking GC Explicit
I/art (13762): Explicit concurrent mark sweep GC freed 4(128B) AllocSpace objects, 0(0B) LOS objects, 53% free, 3MB/7MB, paused 305us total 13.541ms
I/art ( 3466): Background sticky concurrent mark sweep GC freed 194730(13MB) AllocSpace objects, 27(528KB) LOS objects, 27% free, 38MB/53MB, paused 3.976ms total 126.585ms
W/System.err( 3466): remove failed: ENOENT (No such file or directory) : /data/system/recent_tasks/1918_task.xml.bak
D/[0]UMC:CloudMDMSecurity(12839): Deregister Engine being called!
D/[0]UMC:CloudMDMSecurity(12839): Deregister Engine being called!
D/DEVICE_BULK_ENROLL_AUTHORIZE(12839): onFailure in ResponseHandler:Device Auth Check Failed
E/[0]UMC:AsyncResponseHandler(12839): Server message Device Auth Check Failed
E/[0]UMC:BulkEnrollmentManager(12839): onNetworkOperationFailure: DEVICE_BULK_ENROLL_AUTHORIZE: -1001
D/[0]UMC:BulkEnrollmentManager(12839): Old State : STATE_ENROLLMENT
D/[0]UMC:BulkEnrollmentManager(12839): New State : STATE_IDLE
D/[0]UMC:BulkEnrollmentManager(12839): exiting STATE_ENROLLMENT
D/[0]UMC:BulkEnrollmentManager(12839): forceEnrollUMC : true
D/[0]UMC:BulkEnrollmentManager(12839): resetMDMPolicy : true
D/EnterpriseDeviceManagerService( 3466): isManagedProfileUser(): userId = 0
D/EnterpriseDeviceManagerService( 3466): isKioskOrOwnerUserId(): userId = 0
D/EnterpriseDeviceManagerService( 3466): isManagedProfileUser(): userId = 0
D/EnterpriseDeviceManagerService( 3466): isKioskOrOwnerUserId(): userId = 0
D/SAGearPolicymManager( 3466): SetStringAndBooleanTypePolicy policyName = allowHardwareKeys
D/SAGearPolicymManager( 3466): getService()
D/SAGearPolicymManager( 3466): SetStringAndBooleanTypePolicy mService = null
D/KioskModeService( 3466): GearPolicy allowHardwareKeys : 187 allow : true
D/SamsungWindowManager( 3466): Blocked hw keys cache is being refreshed.
D/EnterpriseDeviceManagerService( 3466): isManagedProfileUser(): userId = 0
D/EnterpriseDeviceManagerService( 3466): Creating context as user 0
V/KioskModeService( 3466): Task Manager is not available in this device
D/[0]UMC:BulkEnrollmentManager(12839): Allow task manager result =false
D/EnterpriseDeviceManagerService( 3466): isManagedProfileUser(): userId = 0
E/KioskModeService( 3466): getBlockedEdgeScreen() failed
D/EnterpriseDeviceManagerService( 3466): isManagedProfileUser(): userId = 0
D/RestrictionPolicy( 3466): setCamera : true
D/EnterpriseDeviceManagerService( 3466): isManagedProfileUser(): userId = 0
W/RestrictionPolicy( 3466): setUSBDebugging : true
D/RestrictionPolicy( 3466): isUsbDebuggingEnabled : true
D/SAGearPolicymManager( 3466): SetBooleanTypePolicy policyName = setUsbDebuggingEnabled
D/SAGearPolicymManager( 3466): getService()
D/SAGearPolicymManager( 3466): SetBooleanTypePolicy mService = null
D/RestrictionPolicy( 3466): GearPolicy SetBooleanTypePolicy : true
D/EnterpriseDeviceManagerService( 3466): isManagedProfileUser(): userId = 0
D/SAGearPolicymManager( 3466): SetStringListTypePolicy policyName = removePackagesFromForceStopBlackList
D/SAGearPolicymManager( 3466): getService()
D/SAGearPolicymManager( 3466): SetStringListTypePolicy mService = null
D/[0]UMC:BulkEnrollmentManager(12839): set bulk enroll in progress: false
D/[0]UMC:UMCAdmin(12839): deactivateUMCAdminIfNotRequired : -1
E/[0]UMC:Utils(12839): Admin not found in package com.samsung.knoxpb.mdm
E/[0]UMC:Utils(12839): Admin not found in package com.sec.enterprise.knox.cloudmdm.smdms.agent.myknox
D/[0]UMC:UMCAdmin(12839): deactivateUMCAdmin : -1
D/[0]UMC:UMCAdmin(12839): isContainer : 0
D/EnterpriseDeviceManagerService( 3466): isManagedProfileUser(): userId = 0
D/SAGearPolicymManager( 3466): SetStringListTypePolicy policyName = removePackagesFromClearDataBlackList
D/SAGearPolicymManager( 3466): getService()
D/SAGearPolicymManager( 3466): SetStringListTypePolicy mService = null
D/EnterpriseDeviceManagerService( 3466): isManagedProfileUser(): userId = 0
D/ApplicationPolicy( 3466): Sending broadcast to user com.sec.enterprise.knox.cloudmdm.smdms (packageName), 0 (userId) to 1 uninstall status
D/SAGearPolicymManager( 3466): SetStringAndBooleanTypePolicy policyName = setApplicationUninstallationDisabled
D/SAGearPolicymManager( 3466): getService()
D/SAGearPolicymManager( 3466): SetStringAndBooleanTypePolicy mService = null
D/[0]UMC:UMCAdmin(12839): isContainer : 0
D/SecContentProvider2( 3466): query(), uri = 1 selection = getApplicationInstallUninstallList
D/SecContentProvider2( 3466): getApplicationInstallUninstallList
D/ApplicationPolicy( 3466): getApplicationInstallUninstallList : userId - 10064 key = UninstallationBlacklist
D/ApplicationPolicy( 3466): getApplicationInstallUninstallList : uid - 10018
D/ApplicationPolicy( 3466): getApplicationInstallUninstallList : uid - 10152
D/ApplicationPolicy( 3466): getApplicationInstallUninstallList : uid - 1000
D/SecContentProvider2( 3466): getApplicationInstallUninstallList null
D/MenuAppModel( 4307): getApplicationInstallUninstallList cursor is null:
D/EnterpriseDeviceManagerService( 3466): Admin found on user 0: ComponentInfo{com.sec.enterprise.knox.cloudmdm.smdms/com.sec.enterprise.knox.cloudmdm.smdms.policyinterface.UMCAdmin}
D/EnterpriseDeviceManagerService( 3466): isManagedProfileUser(): userId = 0
W/EnterpriseDeviceManagerService( 3466): setAdminRemovable : callingUid = 10152
D/EnterpriseDeviceManagerService( 3466): Removing admin ComponentInfo{com.sec.enterprise.knox.cloudmdm.smdms/com.sec.enterprise.knox.cloudmdm.smdms.policyinterface.UMCAdmin} from user 0
D/EnterpriseDeviceManagerService( 3466): isAdminRemovableInternal: ComponentInfo{com.sec.enterprise.knox.cloudmdm.smdms/com.sec.enterprise.knox.cloudmdm.smdms.policyinterface.UMCAdmin}
W/ResourcesManager( 3466): getTopLevelResources: /system/app/UniversalMDMClient/UniversalMDMClient.apk / 1.0 running in null rsrc of package com.sec.enterprise.knox.cloudmdm.smdms
D/ResourcesManager( 3466): For user 0 new overlays fetched Null
W/ResourcesManager( 3466): getTopLevelResources: /system/app/UniversalMDMClient/UniversalMDMClient.apk / 1.0 running in null rsrc of package com.sec.enterprise.knox.cloudmdm.smdms
W/EnterpriseLicenseService( 3466): getELMPermissions() failed
D/EnterpriseDeviceManagerService( 3466): isAdminRemovableInternal : true
D/EnterpriseDeviceManagerService( 3466): Admin removed from DPM!
V/MARsPolicyManager( 3466): handleDeviceAdminActions pkgName = com.sec.enterprise.knox.cloudmdm.smdms action = android.app.action.DEVICE_ADMIN_DISABLED
V/BroadcastQueue( 3466): [background] Process cur broadcast BroadcastRecord{be60e9 u0 android.app.action.DEVICE_ADMIN_DISABLED qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{574d71d 12839:com.sec.enterprise.knox.cloudmdm.smdms/u0a152}
D/[0]UMC:UMCAdmin(12839): ~~~~~~~~~~~ onDisabled ~~~~~~~~~~~
D/EnterpriseDeviceManagerService( 3466): Removing admin ComponentInfo{com.sec.enterprise.knox.cloudmdm.smdms/com.sec.enterprise.knox.cloudmdm.smdms.policyinterface.UMCAdmin} from user 0 from DPM
D/EnterpriseDeviceManagerService( 3466): removeActiveAdminDelayed - adminReceiver: ComponentInfo{com.sec.enterprise.knox.cloudmdm.smdms/com.sec.enterprise.knox.cloudmdm.smdms.policyinterface.UMCAdmin}, userId: 0
D/EnterpriseDeviceManagerService( 3466): Admin found on user 0: ComponentInfo{com.sec.enterprise.knox.cloudmdm.smdms/com.sec.enterprise.knox.cloudmdm.smdms.policyinterface.UMCAdmin}
D/EnterpriseDeviceManagerService( 3466): Admin uid: 10152, calling uid: 1000
D/ConstrainedState( 3466): constrained state will go on
D/[0]UMC:UMCAdmin(12839): deactivateUMCAdmin - UMC App Admin deactivated
D/[0]UMC:BulkEnrollmentManager(12839): unregisterLocaleReceiver
D/CertificatePolicy( 3466): onPreAdminRemoval...
D/DualSimPolicyService( 3466): onPreAdminRemoval
V/EnterpriseBillingPolicy( 3466): - on onPreAdminRemoval - start 10152
V/EnterpriseBillingPolicyStorage( 3466): getCurrentActiveProfiles - start -
V/EnterpriseBillingPolicyStorage( 3466): getCurrentActiveProfiles - end - null
V/AlarmManager( 3466): remove PendingIntent] PendingIntent{fcc716e: PendingIntentRecord{8bfb336 com.sec.enterprise.knox.cloudmdm.smdms broadcastIntent}}
V/EnterpriseBillingPolicy( 3466): - on onPreAdminRemoval - end
D/EnterprisePremiumVpnPolicyServiceV2( 3466): Pre admin remove : 10152
D/EnterprisePremiumVpnPolicyServiceV2( 3466): Admin has VPN Permission : Pre admin remove 10152
V/[0]BulkEnrollCheckService(12839): removeAlarm()
D/EnterpriseSSOPolicyService( 3466): inside onPreAdminRemoval 10152
D/EnterpriseSSOPolicyService( 3466): interface Map :{}
D/EnterpriseSSOPolicyService( 3466): clientsList Map :[]
I/ActivityManager( 3466): Killing 12691:com.samsung.android.themestore/u0a63 (adj 15): DHA:empty #33
D/EnterpriseSSOPolicyService( 3466): interface Map :{}
D/EnterpriseSSOPolicyService( 3466): clientsList Map :[]
D/EnterpriseSSOPolicyService( 3466): leaving onPreAdminRemoval 10152
D/EnterpriseUserSpaceSSOPolicy( 3466): interface Map :{}
D/EnterpriseUserSpaceSSOPolicy( 3466): clientsList Map :[]
D/EnterpriseUserSpaceSSOPolicy( 3466): interface Map :{}
D/EnterpriseUserSpaceSSOPolicy( 3466): clientsList Map :[]
D/[0]UMC:BulkEnrollmentManager(12839): In STATE_IDLE
I/[0]UMC:Core(12839): shutdown
D/[0]UMC:GuardService(12839): @GuardService - stopService Result = true
D/[0]UMC:GuardService(12839): @GuardService onDestroy()
I/art (12839): System.exit called, status: 0
I/AndroidRuntime(12839): VM exiting with result code 0, cleanup skipped.
D/FirewallPolicy( 3466): getLastUidForProxy() uid = -1
D/GenericSSOService( 3466): Pre Admin removed10152
D/EnterpriseSCEPPolicy( 3466): OnPreAdminRemoval started with thread:10152
D/EnterpriseSCEPPolicy( 3466): mPriority = 0
D/EnterpriseSCEPPolicy( 3466): OnPreAdminRemoval End with thread:10152
D/KnoxVpnEngineService( 3466): [onPreAdminRemoval]
I/KnoxVpnEngineService( 3466): vpn handle : Message received
D/KnoxVpnEngineService( 3466): stopVpnConnectionAfterAdminRemoval : beginning
D/KnoxMUMContainerPolicy( 3466): onPreAdminRemoval:10152
D/RestrictionPolicy( 3466): isSDCardWriteAllowed : true
D/KnoxMUMContainerPolicy( 3466): getContainers: admin uid: 10152
I/OTPFW ( 3466): OTPService::onPreAdminRemoval | Enter [uid = 10152]
D/KnoxVpnEngineService( 3466): stopVpnConnectionAfterAdminRemoval : got cvList from DB : []
D/ActivityManager( 3466): isAutoRunBlockedApp:: com.samsung.android.themestore, Auto Run ON
D/EnterpriseDeviceManagerService( 3466): Removing Admin with uid10152
I/ActivityManager( 3466): Process com.sec.enterprise.knox.cloudmdm.smdms (pid 12839)(adj 9) has died(77,1994)
D/ActivityManager( 3466): isAutoRunBlockedApp:: com.sec.enterprise.knox.cloudmdm.smdms, Auto Run ON
W/ContextImpl( 3466): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:830 com.android.server.am.ActivityManagerService.updateOomAdjLocked:26681 com.android.server.am.ActivityManagerService.appDiedLocked:7551 com.android.server.am.ActivityManagerService$AppDeathRecipient.binderDied:1915 android.os.BinderProxy.sendDeathNotice:558
D/RestrictionPolicy( 3466): isExistEFSFile : false
D/RestrictionPolicy( 3466): isFactoryResetAllowed(): isExistEFSFile - false DB - true
I/ ( 2960): Read from block
D/RestrictionPolicy( 3466): readParamData : [B@db0000f
D/RestrictionPolicy( 3466): readParamData : index - 7 ret - true
D/RestrictionPolicy( 3466): isFirmwareRecoveryAllowed(): ret - true param - true
I/ ( 2960): Read from block
V/ApplicationPolicy( 3466): refresh widget status for user 0
D/EnterpriseDeviceManagerService( 3466): isManagedProfileUser(): userId = 0
D/EnterpriseDeviceManagerService( 3466): Enterprise Device Admins []
D/BluetoothPolicyService( 3466): onAdminRemoved - uid: 10152
D/BluetoothPolicyService( 3466): getBluetoothLogEnabled(true)
D/BluetoothPolicyService( 3466): getBluetoothLogEnabled - uid: -1
D/BluetoothPolicyService( 3466): getBluetoothLogEnabled - cvList: []
D/BluetoothPolicyService( 3466): getBluetoothLogEnabled - ret: false
D/BluetoothPolicyService( 3466): onAdminRemoved - Clean log
D/DualSimPolicyService( 3466): onAdminRemoved
V/EnterpriseBillingPolicy( 3466): - on AdminRemoved - 10152
D/EnterprisePremiumVpnPolicyServiceV2( 3466): admin removed has reached Enterprise VPN Policy V2 : 10152
D/FirewallPolicy( 3466): No Admin data was found - Network for Market Policy
D/FirewallPolicy( 3466): No Admin data was found - Network for Market Policy
E/TLC_TZ_KEYSTORE: ( 3466): Inside TZ_KEYSTORE_initialize()
D/TimaService( 3466): TIMA3: KeyStore3_init
I/TLC_TZ_KEYSTORE: ( 3466): creating new keystore context...
D/TimaService( 3466): TIMA: in getTimaVersion
I/TLC_TZ_KEYSTORE: ( 3466): initializing ccm context...
I/TLC_TZ_KEYSTORE: ( 3466): root = 0, root_strlen = 1
I/TLC_TZ_KEYSTORE: ( 3466): process = ffffffff000000000000000000000013, process_strlen = 32
I/TZ: mc_tlc_communication( 3466): input max_sendmsg_size = 1080
I/TZ: mc_tlc_communication( 3466): input max_recvmsg_size = 1080
I/TZ: mc_tlc_communication( 3466): root = 0, root_len = 1
I/TZ: mc_tlc_communication( 3466): process = ffffffff000000000000000000000013, process_strlen = 32
I/TZ: mc_tlc_communication( 3466): aligned max_sendmsg_size = 1088
I/TZ: mc_tlc_communication( 3466): aligned max_recvmsg_size = 1088
I/TZ: mc_tlc_communication( 3466): device_id = 0x0
I/TZ: mc_tlc_communication( 3466): tlc_open() was called
I/TZ: mc_tlc_communication( 3466): Opening MobiCore device
I/TZ: mc_tlc_communication( 3466): Allocating message buffer for TCI
I/TZ: mc_tlc_communication( 3466): Opening the session
I/ ( 3466): CCM JNI: In ccm_delete_certificate
I/TZ_CCM_C_Initialize: ( 3466): DEBUG_CONTAINER_PROBLEM Enter TZ_CCM_C_Initialize_TLC!
I/TZ_CCM_C_Initialize: ( 3466): pInitArgs 0x7fcc16d9d8 has not called C_Init before.
I/TZ_CCM_C_Initialize: ( 3466): &ctx = 0x7f726f72a0
I/TLC_TZ_CCM: ( 3466): creating new ccm context...
I/TLC_TZ_CCM: ( 3466): initializing ccm context...
I/TLC_TZ_CCM: ( 3466): root = 0, root_strlen = 1
I/TLC_TZ_CCM: ( 3466): process = ffffffff000000000000000000000012, process_strlen = 32
I/TZ: client_server_communication( 3466): input max_sendmsg_size = 19420
I/TZ: client_server_communication( 3466): input max_recvmsg_size = 19420
I/TZ: client_server_communication( 3466): root = 0, root_len = 1
I/TZ: client_server_communication( 3466): process = ffffffff000000000000000000000012, process_strlen = 32
I/TZ: client_server_communication( 3466): aligned max_sendmsg_size = 19456
I/TZ: client_server_communication( 3466): aligned max_recvmsg_size = 19456
I/TZ: client_server_communication( 3466): Client_Server_Open was called
I/TLC_SERVER( 3845): BnTLCServer::onTransact(1598968902) 16
I/TLC_SERVER( 3845): Unknown
I/TZ: client_server_communication( 3466): IClientServer::IClientServer()
I/TZ: client_server_communication( 3466): BpClientServer::BpClientServer()
I/TLC_SERVER( 3845): BnTLCServer::onTransact(0) 16
I/TLC_SERVER( 3845): OPENSWCONN
I/TZ: client_server_communication( 3466): OpenSWConn(CCM) is successful
I/TZ: client_server_communication( 3466): Client_Server_Open succeeded, serverName = CCM
I/TZ_CCM_C_Initialize: ( 3466): ctx = 0x7f4ef45de0, comm = 0x7f4b998340, sendmsg = 0x7f4e942000, recvmsg = 0x7f4e946c00
I/TZ_init: ( 3466): TZ_init: sending initialization request...
E/TZ: client_server_communication( 3466): comm_request(0x7f4b998340) pImpl->serverName : CCM
E/TZ: client_server_communication( 3466): comm_request(0x7f4b998340) <IClientServer>pImpl->sconn : 0x7f4e6bf140
E/TZ: client_server_communication( 3466): comm_request(0x7f4b998340) <IClientServer>pImpl->sconn->getInterfaceDescriptor() : CCM
I/TZ: client_server_communication( 3466): Cmd id = 2, len = 19456
I/TZ: client_server_communication( 3466): Calling Communicate()
I/TLC_SERVER( 3845): BnTLCServer::onTransact(2) 16
I/TLC_SERVER( 3845): COMM
I/TZ: mc_tlc_communication( 3466): tlc_open() succeeded
I/TLC_TZ_KEYSTORE: ( 3466): ctx = 0x7f4b536960, comm = 0x7f4b998610, sendmsg = 0x7f633c9000, recvmsg = 0x7f633c9440
I/TZ_init: ( 3466): TZ_init: sending initialization request...
I/TZ_init: ( 3466): TZ_init Process: Strange errors! Unrecognized Return Code: 191 - probably already initialized
I/TLC_TZ_COMMON: key_db_init: ( 3466): Exercising TZ_DB_INIT in TLC
E/TZ: client_server_communication( 3466): comm_request(0x7f4b998340) pImpl->serverName : CCM
E/TZ: client_server_communication( 3466): comm_request(0x7f4b998340) <IClientServer>pImpl->sconn : 0x7f4e6bf140
E/TZ: client_server_communication( 3466): comm_request(0x7f4b998340) <IClientServer>pImpl->sconn->getInterfaceDescriptor() : CCM
I/TZ: client_server_communication( 3466): Cmd id = 17, len = 19456
I/TZ: client_server_communication( 3466): Calling Communicate()
I/TLC_SERVER( 3845): BnTLCServer::onTransact(2) 16
I/TLC_SERVER( 3845): COMM
I/TZ_init: ( 3466): TZ_init: successful initialization
I/TZ: mc_tlc_communication( 3466): tlc_close() was called
I/TZ: mc_tlc_communication( 3466): Closing the session
I/TZ_COMMON: tlc_key_db_util: ( 3466): DB Operation suceeded
I/TLC_TZ_COMMON: key_db_delete: ( 3466): Exercising TZ_DB_DELETE in TLC
E/TZ: client_server_communication( 3466): comm_request(0x7f4b998340) pImpl->serverName : CCM
E/TZ: client_server_communication( 3466): comm_request(0x7f4b998340) <IClientServer>pImpl->sconn : 0x7f4e6bf140
E/TZ: client_server_communication( 3466): comm_request(0x7f4b998340) <IClientServer>pImpl->sconn->getInterfaceDescriptor() : CCM
I/TZ: client_server_communication( 3466): Cmd id = 16, len = 19456
I/TZ: client_server_communication( 3466): Calling Communicate()
I/TLC_SERVER( 3845): BnTLCServer::onTransact(2) 16
I/TLC_SERVER( 3845): COMM
I/TZ: mc_tlc_communication( 3466): Freeing message buffer
I/TZ: mc_tlc_communication( 3466): Closing MobiCore device
I/TZ: mc_tlc_communication( 3466): tlc_close() succeeded
E/TLC_TZ_KEYSTORE: ( 3466): Count : 1, Ret : 0
I/ ( 3466): CCM JNI: In get_ccm_version
I/TLC_TZ_COMMON: key_db_delete: ( 3466): Ending
E/TLC_TZ_COMMON: key_db_delete: ( 3466): TL failed - ret:0
I/TZ_COMMON: tlc_key_db_util: ( 3466): DB Operation suceeded
I/TZ_CCM_C_Finalize: ( 3466): DEBUG_CONTAINER_PROBLEM Exercising TZ_CCM_C_Finalize_TLC
E/TZ: client_server_communication( 3466): comm_request(0x7f4b998340) pImpl->serverName : CCM
E/TZ: client_server_communication( 3466): comm_request(0x7f4b998340) <IClientServer>pImpl->sconn : 0x7f4e6bf140
E/TZ: client_server_communication( 3466): comm_request(0x7f4b998340) <IClientServer>pImpl->sconn->getInterfaceDescriptor() : CCM
I/TZ: client_server_communication( 3466): Cmd id = 41, len = 19456
I/TZ: client_server_communication( 3466): Calling Communicate()
I/TLC_SERVER( 3845): BnTLCServer::onTransact(2) 16
I/TLC_SERVER( 3845): COMM
I/TZ: client_server_communication( 3466): Client_Server_Close was called
I/TLC_SERVER( 3845): BnTLCServer::onTransact(1) 16
I/TLC_SERVER( 3845): CLOSESWCONN
I/TZ: client_server_communication( 3466): Client_Server_Close succeeded
I/TZ: client_server_communication( 3466): IClientServer::~IClientServer()
I/TZ_CCM_C_Initialize: ( 3466): DEBUG_CONTAINER_PROBLEM Enter TZ_CCM_C_Initialize_TLC!
I/TZ_CCM_C_Initialize: ( 3466): pInitArgs 0x7f54a0eac8 has not called C_Init before.
I/TZ_CCM_C_Initialize: ( 3466): &ctx = 0x7f726f72a0
I/TLC_TZ_CCM: ( 3466): creating new ccm context...
I/TLC_TZ_CCM: ( 3466): initializing ccm context...
I/TLC_TZ_CCM: ( 3466): root = 0, root_strlen = 1
I/TLC_TZ_CCM: ( 3466): process = ffffffff000000000000000000000012, process_strlen = 32
I/TZ: client_server_communication( 3466): input max_sendmsg_size = 19420
I/TZ: client_server_communication( 3466): input max_recvmsg_size = 19420
I/TZ: client_server_communication( 3466): root = 0, root_len = 1
I/TZ: client_server_communication( 3466): process = ffffffff000000000000000000000012, process_strlen = 32
I/TZ: client_server_communication( 3466): aligned max_sendmsg_size = 19456
I/TZ: client_server_communication( 3466): aligned max_recvmsg_size = 19456
I/TZ: client_server_communication( 3466): Client_Server_Open was called
I/TLC_SERVER( 3845): BnTLCServer::onTransact(1598968902) 16
I/TLC_SERVER( 3845): Unknown
I/TZ: client_server_communication( 3466): IClientServer::IClientServer()
I/TZ: client_server_communication( 3466): BpClientServer::BpClientServer()
I/TLC_SERVER( 3845): BnTLCServer::onTransact(0) 16
I/TLC_SERVER( 3845): OPENSWCONN
I/ ( 3466): CCM JNI: In ccm_delete_slot
I/TZ: client_server_communication( 3466): OpenSWConn(CCM) is successful
I/TZ: client_server_communication( 3466): Client_Server_Open succeeded, serverName = CCM
I/TZ_CCM_C_Initialize: ( 3466): ctx = 0x7f4b536960, comm = 0x7f4b998610, sendmsg = 0x7f50082000, recvmsg = 0x7f50086c00
I/TZ_init: ( 3466): TZ_init: sending initialization request...
E/TZ: client_server_communication( 3466): comm_request(0x7f4b998610) pImpl->serverName : CCM
E/TZ: client_server_communication( 3466): comm_request(0x7f4b998610) <IClientServer>pImpl->sconn : 0x7f4b6d3b80
E/TZ: client_server_communication( 3466): comm_request(0x7f4b998610) <IClientServer>pImpl->sconn->getInterfaceDescriptor() : CCM
I/TZ: client_server_communication( 3466): Cmd id = 2, len = 19456
I/TZ: client_server_communication( 3466): Calling Communicate()
I/TLC_SERVER( 3845): BnTLCServer::onTransact(2) 16
I/TLC_SERVER( 3845): COMM
I/TZ_init: ( 3466): TZ_init Process: Strange errors! Unrecognized Return Code: 191 - probably already initialized
I/TLC_TZ_COMMON: key_db_init: ( 3466): Exercising TZ_DB_INIT in TLC
E/TZ: client_server_communication( 3466): comm_request(0x7f4b998610) pImpl->serverName : CCM
E/TZ: client_server_communication( 3466): comm_request(0x7f4b998610) <IClientServer>pImpl->sconn : 0x7f4b6d3b80
E/TZ: client_server_communication( 3466): comm_request(0x7f4b998610) <IClientServer>pImpl->sconn->getInterfaceDescriptor() : CCM
I/TZ: client_server_communication( 3466): Cmd id = 17, len = 19456
I/TZ: client_server_communication( 3466): Calling Communicate()
I/TLC_SERVER( 3845): BnTLCServer::onTransact(2) 16
I/TLC_SERVER( 3845): COMM
I/TZ_COMMON: tlc_key_db_util: ( 3466): DB Operation suceeded
E/TZ: client_server_communication( 3466): comm_request(0x7f4b998610) pImpl->serverName : CCM
E/TZ: client_server_communication( 3466): comm_request(0x7f4b998610) <IClientServer>pImpl->sconn : 0x7f4b6d3b80
E/TZ: client_server_communication( 3466): comm_request(0x7f4b998610) <IClientServer>pImpl->sconn->getInterfaceDescriptor() : CCM
I/TZ: client_server_communication( 3466): Cmd id = 46, len = 19456
I/TZ: client_server_communication( 3466): Calling Communicate()
I/TLC_SERVER( 3845): BnTLCServer::onTransact(2) 16
I/TLC_SERVER( 3845): COMM
I/TZ_CCM_C_Finalize: ( 3466): DEBUG_CONTAINER_PROBLEM Exercising TZ_CCM_C_Finalize_TLC
E/TZ: client_server_communication( 3466): comm_request(0x7f4b998610) pImpl->serverName : CCM
E/TZ: client_server_communication( 3466): comm_request(0x7f4b998610) <IClientServer>pImpl->sconn : 0x7f4b6d3b80
E/TZ: client_server_communication( 3466): comm_request(0x7f4b998610) <IClientServer>pImpl->sconn->getInterfaceDescriptor() : CCM
I/TZ: client_server_communication( 3466): Cmd id = 41, len = 19456
I/TZ: client_server_communication( 3466): Calling Communicate()
I/TLC_SERVER( 3845): BnTLCServer::onTransact(2) 16
I/TLC_SERVER( 3845): COMM
I/TZ: client_server_communication( 3466): Client_Server_Close was called
I/TLC_SERVER( 3845): BnTLCServer::onTransact(1) 16
I/TLC_SERVER( 3845): CLOSESWCONN
I/TZ: client_server_communication( 3466): Client_Server_Close succeeded
I/TZ: client_server_communication( 3466): IClientServer::~IClientServer()
I/TZ_CCM_C_Initialize: ( 3466): DEBUG_CONTAINER_PROBLEM Enter TZ_CCM_C_Initialize_TLC!
I/TZ_CCM_C_Initialize: ( 3466): pInitArgs 0x7fcc16d9c8 has not called C_Init before.
I/TZ_CCM_C_Initialize: ( 3466): &ctx = 0x7f726f72a0
I/TLC_TZ_CCM: ( 3466): creating new ccm context...
I/TLC_TZ_CCM: ( 3466): initializing ccm context...
I/TLC_TZ_CCM: ( 3466): root = 0, root_strlen = 1
I/TLC_TZ_CCM: ( 3466): process = ffffffff000000000000000000000012, process_strlen = 32
I/TZ: client_server_communication( 3466): input max_sendmsg_size = 19420
I/TZ: client_server_communication( 3466): input max_recvmsg_size = 19420
I/TZ: client_server_communication( 3466): root = 0, root_len = 1
I/TZ: client_server_communication( 3466): process = ffffffff000000000000000000000012, process_strlen = 32
I/TZ: client_server_communication( 3466): aligned max_sendmsg_size = 19456
I/TZ: client_server_communication( 3466): aligned max_recvmsg_size = 19456
I/TZ: client_server_communication( 3466): Client_Server_Open was called
I/TLC_SERVER( 3845): BnTLCServer::onTransact(1598968902) 16
I/TLC_SERVER( 3845): Unknown
I/TZ: client_server_communication( 3466): IClientServer::IClientServer()
I/TZ: client_server_communication( 3466): BpClientServer::BpClientServer()
I/TLC_SERVER( 3845): BnTLCServer::onTransact(0) 16
I/TLC_SERVER( 3845): OPENSWCONN
I/TZ: client_server_communication( 3466): OpenSWConn(CCM) is successful
I/TZ: client_server_communication( 3466): Client_Server_Open succeeded, serverName = CCM
I/TZ_CCM_C_Initialize: ( 3466): ctx = 0x7f4ef45de0, comm = 0x7f4b998340, sendmsg = 0x7f4e942000, recvmsg = 0x7f4e946c00
I/TZ_init: ( 3466): TZ_init: sending initialization request...
E/TZ: client_server_communication( 3466): comm_request(0x7f4b998340) pImpl->serverName : CCM
E/TZ: client_server_communication( 3466): comm_request(0x7f4b998340) <IClientServer>pImpl->sconn : 0x7f4e6bf140
E/TZ: client_server_communication( 3466): comm_request(0x7f4b998340) <IClientServer>pImpl->sconn->getInterfaceDescriptor() : CCM
I/TZ: client_server_communication( 3466): Cmd id = 2, len = 19456
I/TZ: client_server_communication( 3466): Calling Communicate()
I/TLC_SERVER( 3845): BnTLCServer::onTransact(2) 16
I/TLC_SERVER( 3845): COMM
I/TZ_init: ( 3466): TZ_init Process: Strange errors! Unrecognized Return Code: 191 - probably already initialized
I/TLC_TZ_COMMON: key_db_init: ( 3466): Exercising TZ_DB_INIT in TLC
E/TZ: client_server_communication( 3466): comm_request(0x7f4b998340) pImpl->serverName : CCM
E/TZ: client_server_communication( 3466): comm_request(0x7f4b998340) <IClientServer>pImpl->sconn : 0x7f4e6bf140
E/TZ: client_server_communication( 3466): comm_request(0x7f4b998340) <IClientServer>pImpl->sconn->getInterfaceDescriptor() : CCM
I/TZ: client_server_communication( 3466): Cmd id = 17, len = 19456
I/TZ: client_server_communication( 3466): Calling Communicate()
I/TLC_SERVER( 3845): BnTLCServer::onTransact(2) 16
I/TLC_SERVER( 3845): COMM
I/TZ_COMMON: tlc_key_db_util: ( 3466): DB Operation suceeded
I/TLC_TZ_COMMON: key_db_delete: ( 3466): Exercising TZ_DB_DELETE in TLC
E/TZ: client_server_communication( 3466): comm_request(0x7f4b998340) pImpl->serverName : CCM
E/TZ: client_server_communication( 3466): comm_request(0x7f4b998340) <IClientServer>pImpl->sconn : 0x7f4e6bf140
E/TZ: client_server_communication( 3466): comm_request(0x7f4b998340) <IClientServer>pImpl->sconn->getInterfaceDescriptor() : CCM
I/TZ: client_server_communication( 3466): Cmd id = 16, len = 19456
I/TZ: client_server_communication( 3466): Calling Communicate()
I/TLC_SERVER( 3845): BnTLCServer::onTransact(2) 16
I/TLC_SERVER( 3845): COMM
I/TLC_TZ_COMMON: key_db_delete: ( 3466): Ending
I/TLC_TZ_COMMON: key_db_delete: ( 3466): update file length -- 0 - 0 entries deleted
I/TZ_COMMON: tlc_key_db_util: ( 3466): DB Operation suceeded
I/TZ_CCM_C_Finalize: ( 3466): DEBUG_CONTAINER_PROBLEM Exercising TZ_CCM_C_Finalize_TLC
E/TZ: client_server_communication( 3466): comm_request(0x7f4b998340) pImpl->serverName : CCM
E/TZ: client_server_communication( 3466): comm_request(0x7f4b998340) <IClientServer>pImpl->sconn : 0x7f4e6bf140
E/TZ: client_server_communication( 3466): comm_request(0x7f4b998340) <IClientServer>pImpl->sconn->getInterfaceDescriptor() : CCM
I/TZ: client_server_communication( 3466): Cmd id = 41, len = 19456
I/TZ: client_server_communication( 3466): Calling Communicate()
I/TLC_SERVER( 3845): BnTLCServer::onTransact(2) 16
I/TLC_SERVER( 3845): COMM
I/TZ: client_server_communication( 3466): Client_Server_Close was called
I/TLC_SERVER( 3845): BnTLCServer::onTransact(1) 16
I/TLC_SERVER( 3845): CLOSESWCONN
I/TZ: client_server_communication( 3466): Client_Server_Close succeeded
I/TZ: client_server_communication( 3466): IClientServer::~IClientServer()
D/EdmStorageProvider( 3466): getCount(ClientCertificateManagerTable) - 0
D/UniversalCredentialManagerService( 3466): onAdminRemoved is called....
D/KnoxVpnEngineService( 3466): [onAdminRemoved]
D/KnoxMUMContainerPolicy( 3466): onAdminRemoval:10152
I/OTPFW ( 3466): OTPService::onAdminRemoved | Enter [uid = 10152]
I/OTPFW ( 3466): OTPService::onAdminRemoved | user id = 0
D/OTPFW ( 3466): OTPService::onAdminRemoved Ignoring call for containerId 0
D/RestrictionPolicy( 3466): isScreenCaptureEnabled : ret=true userId=0
D/RestrictionPolicy( 3466): userId: 0, isMicrophoneEnabledAsUser : true
D/RestrictionPolicy( 3466): isScreenCaptureEnabled : ret=true userId=0
D/RestrictionPolicy( 3466): isSDCardWriteAllowed : true
D/RestrictionPolicy( 3466): isStatusBarExpansionAllowedAsUser : true, userId = 0
D/RestrictionPolicy( 3466): isStatusBarExpansionAllowed : true
D/StatusBarManagerService( 3466): manageDisableList userId=0 what=0x0 pkg=android
D/RestrictionPolicy( 3466): isStatusBarExpansionAllowedAsUser : true, userId = 0
I/TimaKeyStore( 3466): CCM is enabled for this user
I/TimaKeyStore( 3466): in getPkcs11KeyStoreInstance
D/RestrictionPolicy( 3466): isStatusBarExpansionAllowedAsUser : true, userId = 0
W/TimaKeyStore( 3466): getSlotIdForCaller returned invalid slotid = -1
E/TimaKeyStore( 3466): Error Creating CCM backed KeyStore, Using AndoirdKeyStore
D/RestrictionPolicy( 3466): isSVoiceAllowedAsUser, userId 0 : true
D/TimaService( 3466): TIMA3: KeyStore3_exist
I/ ( 3466): TimaKeyStore: tima_KeyStore3_exist_JNI
D/TimaService( 3466): TIMA: in getTimaVersion
I/ ( 3466): TimaKeyStore: callingUid is 1000
E/TLC_TZ_KEYSTORE: ( 3466): Inside TZ_KEYSTORE_encrypt_filename()
I/TLC_TZ_KEYSTORE: ( 3466): creating new keystore context...
I/TLC_TZ_KEYSTORE: ( 3466): initializing ccm context...
I/TLC_TZ_KEYSTORE: ( 3466): root = 0, root_strlen = 1
I/TLC_TZ_KEYSTORE: ( 3466): process = ffffffff000000000000000000000013, process_strlen = 32
I/TZ: mc_tlc_communication( 3466): input max_sendmsg_size = 1080
I/TZ: mc_tlc_communication( 3466): input max_recvmsg_size = 1080
I/TZ: mc_tlc_communication( 3466): root = 0, root_len = 1
I/TZ: mc_tlc_communication( 3466): process = ffffffff000000000000000000000013, process_strlen = 32
I/TZ: mc_tlc_communication( 3466): aligned max_sendmsg_size = 1088
I/TZ: mc_tlc_communication( 3466): aligned max_recvmsg_size = 1088
I/TZ: mc_tlc_communication( 3466): device_id = 0x0
I/TZ: mc_tlc_communication( 3466): tlc_open() was called
I/TZ: mc_tlc_communication( 3466): Opening MobiCore device
I/TZ: mc_tlc_communication( 3466): Allocating message buffer for TCI
I/TZ: mc_tlc_communication( 3466): Opening the session
D/SecContentProvider( 3466): query(), uri = 16 selection = isLockScreenViewAllowed
D/SettingsProvider( 3466): isChangeAllowed() : name = kg_multiple_lockscreen
D/SettingsProvider( 3466): edmUri: content://com.sec.knox.provider/RestrictionPolicy2
D/SettingsProvider( 3466): projectionArgs: isLockScreenViewAllowed
D/SettingsProvider( 3466): selectionArgs: 1000
D/SettingsProvider( 3466): selectionArgs: 1
D/RestrictionPolicy( 3466): isLockScreenViewAllowed : true
D/SecContentProvider( 3466): isLockScreenViewAllowed return = true
D/SettingsProvider( 3466): ret = 1
D/SettingsProvider( 3466): isChangeAllowed() : name = kg_enable_camera_widget
D/SecContentProvider( 3466): query(), uri = 16 selection = isLockScreenViewAllowed
D/SettingsProvider( 3466): edmUri: content://com.sec.knox.provider/RestrictionPolicy2
D/SettingsProvider( 3466): projectionArgs: isLockScreenViewAllowed
D/SettingsProvider( 3466): selectionArgs: 1000
D/SettingsProvider( 3466): selectionArgs: 1
D/SecContentProvider( 3466): isLockScreenViewAllowed return = true
D/RestrictionPolicy( 3466): isLockScreenViewAllowed : true
D/SettingsProvider( 3466): ret = 1
D/SecContentProvider( 3466): query(), uri = 16 selection = isLockScreenViewAllowed
D/SettingsProvider( 3466): isChangeAllowed() : name = lock_screen_shortcut
D/SettingsProvider( 3466): edmUri: content://com.sec.knox.provider/RestrictionPolicy2
D/SettingsProvider( 3466): projectionArgs: isLockScreenViewAllowed
D/SettingsProvider( 3466): selectionArgs: 1000
D/SettingsProvider( 3466): selectionArgs: 2
D/SecContentProvider( 3466): isLockScreenViewAllowed return = true
D/RestrictionPolicy( 3466): isLockScreenViewAllowed : true
I/TZ: mc_tlc_communication( 3466): tlc_open() succeeded
D/SettingsProvider( 3466): ret = 1
I/TLC_TZ_KEYSTORE: ( 3466): ctx = 0x7f4b536a40, comm = 0x7f4b998ae0, sendmsg = 0x7f633c9000, recvmsg = 0x7f633c9440
D/SettingsProvider( 3466): isChangeAllowed() : name = set_shortcuts_mode
I/TLC_TZ_COMMON: get_filename: ( 3466): TZ_COMMON: Get_filename - allow_hashing: 0
D/SettingsProvider( 3466): edmUri: content://com.sec.knox.provider/RestrictionPolicy2
I/TLC_TZ_COMMON: get_filename: ( 3466): TZ GetFN : priv_data.in_filename: 1000_KS_SKEY_GenericSSOService, len: 30
D/SettingsProvider( 3466): projectionArgs: isLockScreenViewAllowed
I/TLC_TZ_COMMON: get_filename: ( 3466): TZ CCM : priv_data.in_fn_len: 30
D/SettingsProvider( 3466): selectionArgs: 1000
I/TLC_TZ_COMMON: get_filename: ( 3466): TZ GetFN : Starting
D/SettingsProvider( 3466): selectionArgs: 2
D/SecContentProvider( 3466): query(), uri = 16 selection = isLockScreenViewAllowed
D/SecContentProvider( 3466): isLockScreenViewAllowed return = true
D/RestrictionPolicy( 3466): isLockScreenViewAllowed : true
D/SettingsProvider( 3466): ret = 1
W/SmartCardEmailPolicy( 3466): getEmailAcctCountAsUser() count =0
W/SmartCardVpnPolicy( 3466): getVpnProfileCountAsUser() count = 0
I/TLC_TZ_COMMON: get_filename: ( 3466): TZ GetFN : enc filename: B184224F2A99F8D71A4E17B45B4DBC2CE73DC4CD6ACBA6876F942AFB13E32173E49C71C7A0AEEEA3754C6795F84778B61CEB6766A8F79F9C0DEA914767968A51
I/TZ: mc_tlc_communication( 3466): tlc_close() was called
I/TZ: mc_tlc_communication( 3466): Closing the session
I/TZ: mc_tlc_communication( 3466): Freeing message buffer
I/TZ: mc_tlc_communication( 3466): Closing MobiCore device
I/TZ: mc_tlc_communication( 3466): tlc_close() succeeded
E/TLC_TZ_KEYSTORE: ( 3466): Count : 1, Ret : 0
I/ ( 3466): TimaKeyStore: encryptFilename : filename is: B184224F2A99F8D71A4E17B45B4DBC2CE73DC4CD6ACBA6876F942AFB13E32173E49C71C7A0AEEEA3754C6795F84778B61CEB6766A8F79F9C0DEA914767968A51
W/ContextImpl( 3466): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:830 com.android.server.enterprise.wifi.WifiPolicy.sendCacheUpdateCommand:3819 com.android.server.enterprise.wifi.WifiPolicy.onAdminRemoved:348 com.android.server.enterprise.EnterpriseDeviceManagerService.removeActiveAdminDelayed:1192 com.android.server.enterprise.EnterpriseDeviceManagerService.removeActiveAdminFromDpm:1105
D/WifiPolicyService( 3466): getAllNetworkSSIDforKNOX
W/ContextImpl( 3466): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:830 com.android.server.enterprise.wifi.WifiPolicy.sendCacheUpdateCommand:3819 com.android.server.enterprise.wifi.WifiPolicy.loadEffectiveWifiNetworkSsidBlackWhitelist:4103 com.android.server.enterprise.wifi.WifiPolicy.onAdminRemoved:349 com.android.server.enterprise.EnterpriseDeviceManagerService.removeActiveAdminDelayed:1192
W/EnterpriseDeviceManagerService( 3466): delete admin, Send intent to Gear for deregister
E/DevicePolicyManagerService( 3466): getAllowBluetoothMode - value retunrs : 2
D/CryptdConnector( 3466): SND -> {5 cryptfs setfield security.ode.maxattempts 0}
D/CryptdConnector( 3466): RCV <- {200 5 0}
D/PasswordPolicy( 3466): isBiometricAuthenticationEnabled: return true (CSC)
D/DevicePolicyManagerService( 3466): sendChangedNotification : isBTChanged false
W/ContextImpl( 3466): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:830 com.android.server.devicepolicy.DevicePolicyManagerService.sendChangedNotification:2061 com.android.server.devicepolicy.DevicePolicyManagerService.saveSettingsLocked:2024 com.android.server.devicepolicy.DevicePolicyManagerService.access$900:236 com.android.server.devicepolicy.DevicePolicyManagerService$2.onReceive:1825
D/DevicePolicyManagerService( 3466): Setting a timeout in power manager this time for non-container
D/SamsungWindowManager( 3466): Blocked hw keys cache is being refreshed.
D/UniversalCredentialManagerService( 3466): ****MSG_CLEAN_INFO block started****
D/UniversalCredentialManagerService( 3466): uid - 10152, userId-0
D/UniversalCredentialManagerService( 3466): notifyChangeToPlugin is called for package uninstalled...
D/UcmService( 3466): notifyChangeToPlugin event 12
D/UcmService( 3466): checkCallerPermissionFor is called for method-notifyChangeToPlugin
I/UcmService( 3466): checkIfNotify for cs Name = com.sec.smartcard.manager:com.samsung.ucs.agent.baiMobile Package name = com.sec.smartcard.manager
D/UcmService( 3466): notifying to unmanaged plugin
E/ucsBai_agentService( 4357): notifyChange NOT SUPPORTED
D/UcmService( 3466): agentService com.sec.smartcard.manager:com.samsung.ucs.agent.baiMobile notify status - 0
D/UcmService( 3466): agentService status-0
I/UcmService( 3466): checkIfNotify for cs Name = com.samsung.ucs.agent.ese:eSE Credential Storage Package name = com.samsung.ucs.agent.ese
D/UcmService( 3466): notifying to managed plugin
D/UcmService( 3466): checkIfNotify: Valid userid - 0
D/PolicyManager( 3466): PolicyManager.isStorageEnabled() for userId = 0
D/UniversalCredentialManagerService( 3466): checkCallerPermissionFor is called for method-isCredentialStorageManagedAsUser
D/UniversalCredentialManagerService( 3466): isCredentialStorageManagedAsUser is called....
D/PolicyManager( 3466): PolicyManager.isStorageEnabled() result = false
D/UcmService( 3466): agentService com.samsung.ucs.agent.ese:eSE Credential Storage not notified
D/UcmService( 3466): agentService status-0
I/UcmService( 3466): checkIfNotify for cs Name = com.samsung.ucs.agent.boot:com.samsung.ucs.agent.boot Package name = com.samsung.ucs.agent.boot
D/UcmService( 3466): notifying to unmanaged plugin
D/BootAgentService( 4383): notifyChange eventId-12
D/UcmService( 3466): agentService com.samsung.ucs.agent.boot:com.samsung.ucs.agent.boot notify status - -1
D/UcmService( 3466): agentService status--1
D/UniversalCredentialManagerService( 3466): ****MSG_CLEAN_INFO block ended****
W/PhoneRestrictionPolicy( 3466): Message received - msg { when=-83ms what=2 target=com.android.server.enterprise.restriction.PhoneRestrictionPolicy$SmsMmsDeliveryHandler }
W/PhoneRestrictionPolicy( 3466): >>>> deliveryBlockedMsgs
W/PhoneRestrictionPolicy( 3466): cvList size 0
V/KeyguardFingerPrint( 3991): updateFingerprintListeningState(false)
W/PhoneRestrictionPolicy( 3466): >>>> deliveryBlockedMsgs
W/PhoneRestrictionPolicy( 3466): cvList size 0
D/KeyguardFingerPrint( 3991): shouldListenForFingerprint ( FingerPrint is not enabled. )
V/KeyguardUpdateMonitor( 3991): stopListeningForFingerprint()
D/MountService( 3466): mPolicyReceiver ::
D/Tethering( 3466): [ActiveSync] onReceive() ACTION_DEVICE_POLICY_MANAGER_STATE_CHANGED intent
D/MountService( 3466): ApplyCurrentSdCardPolicy :: false
D/UsbDeviceManager( 3466): setEnabledFunctions functions=mtp,adb, forceRestart=false
D/KeyguardViewMediator( 3991): setKeyguardEnabled(true)
E/Watchdog( 3466): !@Sync 116 [09-08 01:50:56.870]
V/MARsPolicyManager( 3466): executePolicy policy spcmpolicy(1) reason Adj 14 BG Killed
V/MARsPolicyManager( 3466): CurrentImportantPackage com.lesspainful -in latest protected packageslist for SPCM!
V/MARsPolicyManager( 3466): CurrentImportantPackage com.xamarin.devicecontrol -in latest protected packageslist for SPCM!
V/MARsPolicyManager( 3466): CurrentImportantPackage com.xamarin.benchmarkagent -in latest protected packageslist for SPCM!
D/Tethering( 3466): Current userid =0
D/Tethering( 3466): [ActiveSync] internet sharing is NOT blocked
D/Tethering( 3466): [ActiveSync] onReceive() Internet sharing is NOT banned any more.
E/DevicePolicyManagerService( 3466): getAllowBluetoothMode - value retunrs : 2
I/BluetoothPan( 3466): Intent IT Policy2, Tethering IT Policy true
E/DevicePolicyManagerService( 3466): getAllowBluetoothMode - value retunrs : 2
D/PhoneStatusBar/KeyguardBottomAreaView( 3991): updateCameraVisibility isCameraDisabledByDpm=false
I/WifiService( 3466): Receive IP Policy Intent
I/WifiService( 3466): handleSecurityPolicy() allowWifi (true) allowWifiAp (true)
E/DevicePolicyManagerService( 3466): getAllowBluetoothMode - value retunrs : 2
I/BluetoothPan( 3991): Intent IT Policy2, Tethering IT Policy true
E/DevicePolicyManagerService( 3466): getAllowBluetoothMode - value retunrs : 2
D/PersonaManagerService( 3466): Received the DPM state change broadcast
D/PersonaManagerService( 3466): checkIfAdminHasBeenRemoved(0)
D/StatusBar( 3991): LSSN:1
D/PackageManager( 3466): setEnabledSetting : userId = 0 packageName = com.android.nfc cmp = com.android.nfc.BeamShareActivity newState = 1 callingPackage = 1027
I/qtaguid (12631): Untagging socket 21
I/System.out(12631): (HTTPLog)-Static: isSBSettingEnabled false
I/System.out(12631): (HTTPLog)-Static: isSBSettingEnabled false
D/EnterpriseController( 3135): netId is 0
D/Netd ( 3135): getNetworkForDns: using netid 502 for uid 10013
I/qtaguid (12631): Tagging socket 21 with tag c06c786700000000{3228334183,0} uid -1, pid: 12631, getuid(): 10013
D/ConnectivityService( 3466): updateCapabilities: oldCap = [ Transports: WIFI Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps SignalStrength: -63], newCap = [ Transports: WIFI Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps SignalStrength: -64]
D/ConnectivityService( 3466): rematching NetworkAgentInfo [WIFI () - 502]
D/ConnectivityService( 3466): network has: NetworkAgentInfo{ ni{[type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "xtc-ag", roaming: false, failover: false, isAvailable: true]} network{502} lp{{InterfaceName: wlan0 LinkAddresses: [fe80::ae5f:3eff:fe25:78cd/64,10.22.72.41/16,] Routes: [fe80::/64 -> :: wlan0,10.22.0.0/16 -> 0.0.0.0 wlan0,0.0.0.0/0 -> 10.22.0.1 wlan0,] DnsAddresses: [10.222.200.222,10.222.200.200,] Domains: device.prod MTU: 0 TcpBufferSizes: 524288,1048576,2097120,524288,1048576,4194240}} nc{[ Transports: WIFI Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps SignalStrength: -64]} Score{60} everValidated{true} lastValidated{true} created{true} lingering{false} explicitlySelected{false} acceptUnvalidated{false} everCaptivePortalDetected{false} lastCaptivePortalDetected{false} }
D/ConnectivityService( 3466): Network NetworkAgentInfo [WIFI () - 502] was already satisfying request 1. No change.
D/ConnectivityService( 3466): checking if request is: NetworkRequest [ id=4, legacyType=-1, [ Transports: WIFI Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] satisfies: true nri.isRequest: false
D/ConnectivityService( 3466): checking if request is: NetworkRequest [ id=3, legacyType=-1, [ Transports: CELLULAR Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] satisfies: false nri.isRequest: false
D/ConnectivityService( 3466): checking if request is: NetworkRequest [ id=6, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] satisfies: true nri.isRequest: false
D/NetworkController( 3991): onReceive: intent=Intent { act=android.net.wifi.RSSI_CHANGED flg=0x4000010 bqHint=4 VirtualScreenParam=Params{mDisplayId=-1, null, mFlags=0x00000000)} (has extras) }
D/ConnectivityService( 3466): checking if request is: NetworkRequest [ id=5, legacyType=-1, [] ] satisfies: true nri.isRequest: false
D/ConnectivityService( 3466): notifyType CAP_CHANGED for NetworkAgentInfo [WIFI () - 502]
D/ConnectivityService( 3466): sending notification for NetworkRequest [ id=1, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
D/ConnectivityService( 3466): sending notification for NetworkRequest [ id=4, legacyType=-1, [ Transports: WIFI Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
D/ConnectivityService( 3466): sending notification CAP_CHANGED for NetworkRequest [ id=4, legacyType=-1, [ Transports: WIFI Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
D/ConnectivityService( 3466): sending notification for NetworkRequest [ id=5, legacyType=-1, [] ]
D/ConnectivityService( 3466): sending notification CAP_CHANGED for NetworkRequest [ id=5, legacyType=-1, [] ]
D/ConnectivityService( 3466): sending notification for NetworkRequest [ id=6, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
D/ConnectivityService( 3466): sending notification CAP_CHANGED for NetworkRequest [ id=6, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
D/QSTileView( 3991): handleLabelStateChanged() label = Wi-Fi cellWidth 272
D/ConnectivityService( 3466): returning getNetworkInfo for network type 1 : [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "xtc-ag", roaming: false, failover: false, isAvailable: true]
D/PackageManager( 3466): [MSG] WRITE_PACKAGE_RESTRICTIONS
W/System.err( 3466): remove failed: ENOENT (No such file or directory) : /data/system/users/0/package-restrictions.xml.bak
I/art (13762): Starting a blocking GC Explicit
I/art (13762): Explicit concurrent mark sweep GC freed 1265(74KB) AllocSpace objects, 1(20KB) LOS objects, 53% free, 3MB/7MB, paused 676us total 20.581ms
I/art (13762): Starting a blocking GC Explicit
I/art (13762): Explicit concurrent mark sweep GC freed 18(640B) AllocSpace objects, 0(0B) LOS objects, 53% free, 3MB/7MB, paused 616us total 17.152ms
I/art (13762): Starting a blocking GC Explicit
I/art (13762): Explicit concurrent mark sweep GC freed 3(96B) AllocSpace objects, 0(0B) LOS objects, 53% free, 3MB/7MB, paused 337us total 13.455ms
I/art (13762): Starting a blocking GC Explicit
I/art (13762): Explicit concurrent mark sweep GC freed 3(96B) AllocSpace objects, 0(0B) LOS objects, 53% free, 3MB/7MB, paused 335us total 13.292ms
I/art (13762): Starting a blocking GC Explicit
V/AlarmManager( 3466): Expired Alarm result :8
I/art (13762): Explicit concurrent mark sweep GC freed 3(96B) AllocSpace objects, 0(0B) LOS objects, 53% free, 3MB/7MB, paused 355us total 13.784ms
V/AlarmManager( 3466): ___SyncScheduler (v3) ACTIVATED___
V/AlarmManagerEXT( 3466): <AppSync3 Whitelist>
V/AlarmManagerEXT( 3466): (AppSync) ### 0 added ###
D/KeyguardUpdateMonitor( 3991): received broadcast android.intent.action.TIME_TICK
D/KeyguardUpdateMonitor( 3991): handleTimeUpdate
D/Clock ( 3991): received broadcast android.intent.action.TIME_TICK
D/DateView( 3991): received broadcast android.intent.action.TIME_TICK
D/[WeatherWidget(1145)] WeatherService( 9861): {[EC3334F14841398C8B464A72D0E61AB7948E844A51B2F10E7C31A850CCA08F880ABEEF87F6E6A4C1C58A024DF4C59CCB8CD3484ABF03CCB972707336A9A23198]}
D/[WeatherWidget(1145)] ( 9861): {[3AE6950019B083611567B0F9442DB03E59646CBA355B4C260B75423E37A3701A]}
D/[WeatherWidget(1145)] ( 9861): {[3AE6950019B083611567B0F9442DB03EFBACC09FDE760F0F9D0F8CC971C759D0BC8157E3E2126ED931381E009AB69394]}
D/[WeatherWidget(1145)] ( 9861): {[DF00664B5BF2DD508EC3D0ADB8B43C9FB429631765284D8658CE62A4AFFAA963]}
D/SSRM:n ( 3466): SIOP:: AP = 340, PST = 346 (W:6), CP = 282, CUR = -53, LCD = 61
D/ConnectivityService( 3466): returning getNetworkInfo for network type 1 : [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "xtc-ag", roaming: false, failover: false, isAvailable: true]
D/ContactsProvider_EventLog(11022): contents_sample_state: [ contacts(0) data(0) accounts({}) accounts deleted({}) calls([]) ]
D/ContactsProvider_EventLog(11022): contents_sample_state: [ agr({}) ]
V/AlarmManager( 3466): Expired Alarm result :8
I/System.out(13762): URI: /map
I/System.out(13762): params: {json={"query":"*","operation":{"method_name":"query","arguments":[]}}
I/System.out(13762): }
W/ResourceType(13762): No known package when getting name for resource number 0xffffffff
W/ResourceType(13762): No known package when getting name for resource number 0xffffffff
W/ResourceType(13762): No known package when getting name for resource number 0xffffffff
I/System.out(13762): URI: /map
I/System.out(13762): params: {json={"query":"*","operation":{"method_name":"query","arguments":[]}}
I/System.out(13762): }
W/ResourceType(13762): No known package when getting name for resource number 0xffffffff
W/ResourceType(13762): No known package when getting name for resource number 0xffffffff
W/ResourceType(13762): No known package when getting name for resource number 0xffffffff
I/art (13762): Starting a blocking GC Explicit
I/art (13762): Explicit concurrent mark sweep GC freed 4217(393KB) AllocSpace objects, 3(60KB) LOS objects, 53% free, 3MB/7MB, paused 1.078ms total 43.569ms
I/art (13762): Starting a blocking GC Explicit
I/art (13762): Explicit concurrent mark sweep GC freed 35(1312B) AllocSpace objects, 0(0B) LOS objects, 53% free, 3MB/7MB, paused 586us total 19.815ms
I/art (13762): Starting a blocking GC Explicit
I/art (13762): Explicit concurrent mark sweep GC freed 3(96B) AllocSpace objects, 0(0B) LOS objects, 53% free, 3MB/7MB, paused 281us total 12.501ms
I/art (13762): Starting a blocking GC Explicit
I/art (13762): Explicit concurrent mark sweep GC freed 3(96B) AllocSpace objects, 0(0B) LOS objects, 53% free, 3MB/7MB, paused 327us total 14.158ms
I/EDMNativeHelperService( 3466): isScreenCaptureEnabled
D/RestrictionPolicy( 3466): isScreenCaptureEnabled : ret=true userId=0
I/art (13762): Starting a blocking GC Explicit
I/art (13762): Explicit concurrent mark sweep GC freed 3(96B) AllocSpace objects, 0(0B) LOS objects, 53% free, 3MB/7MB, paused 307us total 14.687ms
I/art (13762): Starting a blocking GC Explicit
I/art (13762): Explicit concurrent mark sweep GC freed 1262(74KB) AllocSpace objects, 1(20KB) LOS objects, 53% free, 3MB/7MB, paused 683us total 19.296ms
I/art (13762): Starting a blocking GC Explicit
I/art (13762): Explicit concurrent mark sweep GC freed 18(640B) AllocSpace objects, 0(0B) LOS objects, 53% free, 3MB/7MB, paused 454us total 17.435ms
I/art (13762): Starting a blocking GC Explicit
I/art (13762): Explicit concurrent mark sweep GC freed 3(96B) AllocSpace objects, 0(0B) LOS objects, 53% free, 3MB/7MB, paused 316us total 14.184ms
I/art (13762): Starting a blocking GC Explicit
I/art (13762): Explicit concurrent mark sweep GC freed 3(96B) AllocSpace objects, 0(0B) LOS objects, 53% free, 3MB/7MB, paused 289us total 11.998ms
I/art (13762): Starting a blocking GC Explicit
I/art (13762): Explicit concurrent mark sweep GC freed 3(96B) AllocSpace objects, 0(0B) LOS objects, 53% free, 3MB/7MB, paused 320us total 13.899ms
D/SSRM:n ( 3466): SIOP:: AP = 330, PST = 345 (W:10), CP = 278, CUR = -53, LCD = 61
]]><xtc-duration value="58.790143199999996"/></xtc-step><!-- name: "undefined", id: "undefined" --><![CDATA[
]]><xtc-step name="[0-1001]AndroidAgent.UITests.Tests.RunBenchmarkGraph4-0-E63B4A45B7025F2AACD4C53116AF0451EEFA42DC-init" id="[0-1001]AndroidAgent.UITests.Tests.RunBenchmarkGraph4-0-E63B4A45B7025F2AACD4C53116AF0451EEFA42DC-init"><![CDATA[
I/System.out(13762): URI: /map
I/System.out(13762): params: {json={"query":"* marked:'benchmark'","operation":{"method_name":"query","arguments":[]}}
I/System.out(13762): }
W/ResourceType(13762): No known package when getting name for resource number 0xffffffff
W/ResourceType(13762): No known package when getting name for resource number 0xffffffff
W/ResourceType(13762): No known package when getting name for resource number 0xffffffff
I/System.out(13762): URI: /map
I/System.out(13762): params: {json={"query":"* marked:'benchmark'","operation":{"method_name":"query","arguments":[]}}
I/System.out(13762): }
W/ResourceType(13762): No known package when getting name for resource number 0xffffffff
W/ResourceType(13762): No known package when getting name for resource number 0xffffffff
W/ResourceType(13762): No known package when getting name for resource number 0xffffffff
I/System.out(13762): URI: /
I/System.out(13762): params: {json={"command":"touch_coordinate","arguments":[720.0,382.0]}
I/System.out(13762): }
I/System.out(13762): header: {content-length=56, host=devicehost157.prod, x-session-token=token-token-31249de7-c047-4958-8deb-18e32617fcf8, x-forwarded-for=10.222.150.27, content-type=application/json;charset=utf-8, connection=close}
I/System.out(13762): params: {json={"command":"touch_coordinate","arguments":[720.0,382.0]}
I/System.out(13762): }
I/System.out(13762): ProP json = {"command":"touch_coordinate","arguments":[720.0,382.0]}
I/System.out(13762): files: {}
I/System.out(13762): command: {"command":"touch_coordinate","arguments":[720.0,382.0]}
I/InstrumentationBackend(13762): Got command:'Command:'Line:null,touch_coordinate', arguments:'[720.0, 382.0]'
I/InputDispatcher( 3466): Delivering touch to (3991): action: 0x4, toolType: 0
I/InputDispatcher( 3466): Delivering touch to (13762): action: 0x0, toolType: 0
D/ViewRootImpl(13762): ViewPostImeInputStage processPointer 0
I/InputDispatcher( 3466): Delivering touch to (13762): action: 0x1, toolType: 0
D/ViewRootImpl(13762): ViewPostImeInputStage processPointer 1
E/SamsungIME( 4907): resetNeedToLoadHwrLibrary : 0
D/ViewRootImpl(13762): #1 mView = android.widget.PopupWindow$PopupDecorView{e5be1b7 V.E...... ......I. 0,0-0,0}
D/ISSUE_DEBUG( 3466): InputChannelName : aa10d8a PopupWindow:e29b0b6
I/SurfaceFlinger( 2989): id=31 createSurf (1x1),1 flag=4, QopupWindow
I/SamsungIME( 4907): getDebugLevel : 0x4f4c
D/mali_winsys(13762): new_window_surface returns 0x3000, [160x160]-format:1
D/ViewRootImpl(13762): MSG_RESIZED_REPORT: ci=Rect(0, 0 - 0, 0) vi=Rect(0, 0 - 0, 0) or=1
W/DisplayListCanvas(13762): DisplayListCanvas is started on unbinded RenderNode (without mOwningView)
V/WindowStateAnimator( 3466): Finishing drawing window Window{aa10d8a u0 d0 PopupWindow:e29b0b6}: mDrawState=DRAW_PENDING
I/SamsungIME( 4907): KeybaordView init() : load resources
D/KnoxTimeoutHandler( 3466): notifyActivityDrawn [MsgParam] userId: 0 fullscreen is true showWhenlocked is false
D/KnoxTimeoutHandler( 3466): activityDrawn [MsgParam] userId: 0 fullscreen is true showWhenlocked is false
I/KnoxTimeoutHandler( 3466): SD activityfalse
D/libEGL ( 2989): eglInitialize EGLDisplay = 0x7fde7a3218
I/SamsungIME( 4907): getCurrentKeyboard
I/SamsungIME( 4907): getTextKeyboard
I/SamsungIME( 4907): CarMode is off
D/SamsungIME( 4907): mDisplayWidth is 1440
D/SamsungIME( 4907): mDisplayHeight is 2560
D/SamsungIME( 4907): isOrientationLandscape false
D/SamsungIME( 4907): mDisplayWidth is 1440
D/SamsungIME( 4907): mDisplayHeight is 2560
D/SamsungIME( 4907): isOrientationLandscape false
D/SamsungIME_MKDB( 4907): fillCodesArray():languageCode=656e0000, codes.length=26
D/SamsungIME( 4907): mIsUseStaticTouchRecognizedArea = false
D/SamsungIME( 4907): [SwiftkeyWrapper] currentLangauge : 1701726018
I/SamsungIME( 4907): getDebugLevel : 0x4f4c
I/SamsungIME( 4907): KeybaordView init() : load resources
I/SamsungIME( 4907): getCurrentKeyboard
I/SamsungIME( 4907): getTextKeyboard
I/SamsungIME( 4907): CarMode is off
E/SamsungIME( 4907): get previous
D/SamsungIME( 4907): mIsUseStaticTouchRecognizedArea = false
D/SamsungIME( 4907): [SwiftkeyWrapper] currentLangauge : 1701726018
D/skia ( 4907): ---- fAsset->read(0) returned 0
I/System.out(13762): result:{"bonusInformation":[],"message":"","success":true}
D/CustomFrequencyManagerService( 3466): acquireDVFSLockLocked : type : DVFS_MIN_LIMIT frequency : 1976000 uid : 1000 pid : 3466 pkgName : com.sec.android.inputmethod@1
I/SamsungIME( 4907): There is no permission that was off
D/SamsungIME( 4907): onStartInputView requsted restarting value = false
D/SamsungIME( 4907): onStartInputView After call super - restarting value = false
D/SamsungIME( 4907): disable handwriting input icon : handwriting is not enabled or improper edit field
D/SamsungIME( 4907): [startInputView] info.inputType = 196609 info.imeOptions = 1207959557
I/SamsungIME( 4907): Update SetupWizard State usc : 1 pss : false
D/SettingsProvider( 3466): isChangeAllowed() : name = onehand_direction
D/SettingsProvider( 3466): edmUri: content://com.sec.knox.provider/RestrictionPolicy3
D/SecContentProvider( 3466): query(), uri = 17 selection = isSettingsChangesAllowed
D/SettingsProvider( 3466): projectionArgs: isSettingsChangesAllowed
D/SettingsProvider( 3466): selectionArgs: false
D/SettingsProvider( 3466): selectionArgs: 10140
D/RestrictionPolicy( 3466): isSettingsChangesAllowedAsUser, userId 0 : true
D/SettingsProvider( 3466): ret = 1
D/SamsungIME( 4907): checkDynamicTouchRecognizedPrefValue mIsStaticTouchAreaPrefValue = false
I/SamsungIME( 4907): Update SetupWizard State usc : 1 pss : false
E/SamsungIME( 4907): lang.getLanguageCode():en, lang.getCountryCode():GB
W/SamsungIME( 4907): makeSelectedLanguageList:en_GB;
I/SamsungIME( 4907): [IMI] isChangedMainValues - bRetVal : true
E/SamsungIME( 4907): sendInputLanguage() : en_GB, en_GB;
D/SettingsProvider( 3466): isChangeAllowed() : name = sip_input_language
D/SettingsProvider( 3466): edmUri: content://com.sec.knox.provider/RestrictionPolicy3
D/SecContentProvider( 3466): query(), uri = 17 selection = isSettingsChangesAllowed
D/SettingsProvider( 3466): projectionArgs: isSettingsChangesAllowed
D/SettingsProvider( 3466): selectionArgs: false
D/SettingsProvider( 3466): selectionArgs: 10140
D/RestrictionPolicy( 3466): isSettingsChangesAllowedAsUser, userId 0 : true
D/SettingsProvider( 3466): ret = 1
D/SettingsProvider( 3466): isChangeAllowed() : name = handwriting_language_list
D/SecContentProvider( 3466): query(), uri = 17 selection = isSettingsChangesAllowed
D/SettingsProvider( 3466): edmUri: content://com.sec.knox.provider/RestrictionPolicy3
D/SettingsProvider( 3466): projectionArgs: isSettingsChangesAllowed
D/SettingsProvider( 3466): selectionArgs: false
D/SettingsProvider( 3466): selectionArgs: 10140
D/RestrictionPolicy( 3466): isSettingsChangesAllowedAsUser, userId 0 : true
D/SettingsProvider( 3466): ret = 1
D/SamsungIME( 4907): Dismiss ExpandCandiate
E/SamsungIME( 4907): lang.getLanguageCode():en, lang.getCountryCode():GB
W/SamsungIME( 4907): makeSelectedLanguageList:en_GB;
E/SamsungIME( 4907): sendInputLanguage() : en_GB, en_GB;
D/SamsungIME( 4907): Dismiss ExpandCandiate
D/SamsungIME( 4907): loadLanguageModels force = false
W/System.err( 4907): mkdir failed: EEXIST (File exists) : /data/user/0/com.sec.android.inputmethod/app_SwiftKey/user
D/SettingsProvider( 3466): isChangeAllowed() : name = sip_input_language
D/SecContentProvider( 3466): query(), uri = 17 selection = isSettingsChangesAllowed
D/SettingsProvider( 3466): edmUri: content://com.sec.knox.provider/RestrictionPolicy3
D/SettingsProvider( 3466): projectionArgs: isSettingsChangesAllowed
D/SecContentProvider( 3466): query(), uri = 17 selection = isSettingsChangesAllowed
D/SettingsProvider( 3466): selectionArgs: false
D/SettingsProvider( 3466): selectionArgs: 10140
D/RestrictionPolicy( 3466): isSettingsChangesAllowedAsUser, userId 0 : true
D/SettingsProvider( 3466): ret = 1
D/SettingsProvider( 3466): isChangeAllowed() : name = handwriting_language_list
D/SettingsProvider( 3466): edmUri: content://com.sec.knox.provider/RestrictionPolicy3
D/SettingsProvider( 3466): projectionArgs: isSettingsChangesAllowed
D/SettingsProvider( 3466): selectionArgs: false
D/SettingsProvider( 3466): selectionArgs: 10140
D/RestrictionPolicy( 3466): isSettingsChangesAllowedAsUser, userId 0 : true
D/SettingsProvider( 3466): ret = 1
D/SamsungIME( 4907): [loadLanguageModels] isChangePersonalizedData = false
D/SamsungIME( 4907): [loadLanguageModels] loadLanguageforcely = false
D/SamsungIME( 4907): Dismiss ExpandCandiate
D/SamsungIME( 4907): loadLanguageModels force = false
W/System.err( 4907): mkdir failed: EEXIST (File exists) : /data/user/0/com.sec.android.inputmethod/app_SwiftKey/user
D/SamsungIME( 4907): [loadLanguageModels] isChangePersonalizedData = false
D/SamsungIME( 4907): [loadLanguageModels] loadLanguageforcely = false
I/SamsungIME( 4907): getCurrentKeyboard
I/SamsungIME( 4907): getTextKeyboard
I/SamsungIME( 4907): CarMode is off
E/SamsungIME( 4907): get previous
D/SamsungIME( 4907): mIsUseStaticTouchRecognizedArea = false
D/SamsungIME( 4907): [SwiftkeyWrapper] currentLangauge : 1701726018
D/SamsungIME( 4907): startInputViewContinue : true true
D/SamsungIME( 4907): [showDiscoverability] this is auto replacement discoverity popup
D/SamsungIME( 4907): conditions for show dialog : true true true false
D/SamsungIME( 4907): showDlgMsgBox : true true true
D/SamsungIME( 4907): showDlgMsgBox inner condition : true true
I/SamsungIME( 4907): [IMI] startInputView - caller pid : 13762, caller uid : 13481
W/ResourcesManager( 3466): getTopLevelResources: /system/app/SamsungIMEv3/SamsungIMEv3.apk / 1.0 running in null rsrc of package com.sec.android.inputmethod
D/ResourcesManager( 3466): For user 0 new overlays fetched Null
D/ApplicationPolicy( 3466): isStatusBarNotificationAllowedAsUser: packageName = android,userId = -1
D/SamsungIME( 4907): onWindowShown
W/ResourcesManager( 3466): getTopLevelResources: /system/framework/framework-res.apk / 1.0 running in null rsrc of package android
D/MARsPolicyManager( 3466): NotificationListenerService OngoingNotificationPosted : android
D/InputMethodFrameWorkUtils( 4907): InputMethodSubtype is found as local:en_GB
D/InputMethodFrameWorkUtils( 4907): InputMethodSubtype is set as local:en_GB
D/SettingsProvider( 3466): isChangeAllowed() : name = input_methods_subtype_history
D/SettingsProvider( 3466): isChangeAllowed() : name = selected_input_method_subtype
D/SecWifiDisplayUtil( 4907): Metadata value : SecSettings2
D/ApplicationPolicy( 3466): isStatusBarNotificationAllowedAsUser: packageName = android,userId = -1
D/ViewRootImpl( 4907): #1 mView = com.android.internal.policy.PhoneWindow$DecorView{dcd41ba V.E...... R.....I. 0,0-0,0}
D/OpenGLRenderer( 4907): Use EGL_SWAP_BEHAVIOR_PRESERVED: true
D/MARsPolicyManager( 3466): NotificationListenerService OngoingNotificationPosted : android
D/ISSUE_DEBUG( 3466): InputChannelName : 4f72dc4 InputMethod
D/InputMethodManagerService( 3466): [HARDWARE_KEYBOARD] (refreshImeWindowVis) mImeWindowVis= 3 inputVisible = truehaveHardKeyboard = false hardKeyShown = false
D/ApplicationPolicy( 3466): isStatusBarNotificationAllowedAsUser: packageName = android,userId = -1
D/SamsungIME( 4907): onViewClicked
D/MARsPolicyManager( 3466): NotificationListenerService OngoingNotificationPosted : android
D/InputMethodManagerService( 3466): [HARDWARE_KEYBOARD] (refreshImeWindowVis) mImeWindowVis= 3 inputVisible = truehaveHardKeyboard = false hardKeyShown = false
D/ApplicationPolicy( 3466): isStatusBarNotificationAllowedAsUser: packageName = android,userId = -1
D/KnoxNotification( 3991): ----- inflateViews : modified publicViewLocal -----
D/MARsPolicyManager( 3466): NotificationListenerService OngoingNotificationPosted : android
D/KnoxNotification( 3991): ----- inflateViews : modified KnoxViewLocal -----
D/NotificationStackScrollLayout( 3991): scroll range should be extended : 1600
D/NotificationStackScrollLayout( 3991): scroll range should be extended : 1600
I/System.out(13762): URI: /
I/System.out(13762): params: {json={"command":"clear_text"}
I/System.out(13762): }
I/System.out(13762): header: {content-length=24, host=devicehost157.prod, x-session-token=token-token-31249de7-c047-4958-8deb-18e32617fcf8, x-forwarded-for=10.222.150.27, content-type=application/json;charset=utf-8, connection=close}
I/System.out(13762): params: {json={"command":"clear_text"}
I/System.out(13762): }
I/System.out(13762): ProP json = {"command":"clear_text"}
I/System.out(13762): files: {}
I/System.out(13762): command: {"command":"clear_text"}
D/PhoneStatusBar( 3991): setAreThereNotifications: N=2 any=true clearable=false
D/PhoneStatusBar( 3991): setAreThereNotifications: N=2 any=true clearable=false
D/SamsungIME( 4907): Dismiss ExpandCandiate
I/InstrumentationBackend(13762): Got command:'Command:'Line:null,clear_text', arguments:'null'
D/PhoneStatusBar( 3991): setAreThereNotifications: N=2 any=true clearable=false
D/SamsungIME( 4907): Magnification Enabled = false
I/SurfaceFlinger( 2989): id=32 createSurf (1x1),1 flag=4, JnputMethod
D/NotificationStackScrollLayout( 3991): scroll range should be extended : 1600
D/NotificationStackScrollLayout( 3991): scroll range should be extended : 1600
D/NotificationStackScrollLayout( 3991): scroll range should be extended : 1600
D/PhoneStatusBar( 3991): setAreThereNotifications: N=2 any=true clearable=false
E/Zygote (13907): v2
D/NotificationStackScrollLayout( 3991): scroll range should be extended : 1600
I/libpersona(13907): KNOX_SDCARD checking this for 10140
D/ViewRootImpl(13762): #3 mView = null
I/libpersona(13907): KNOX_SDCARD not a persona
I/SELinux (13907): Function: selinux_compare_spd_ram, index[1], SPD-policy is existed. and_ver=SEPF_SECMOBILE_6.0.1 ver=11
W/SELinux (13907): Function: selinux_compare_spd_ram, index[1], priority [1], priority version is VE=SEPF_SECMOBILE_6.0.1_0011
E/Zygote (13907): accessInfo : 0
W/SELinux (13907): SELinux: seapp_context_lookup: seinfo=platform, level=s0:c512,c768, pkgname=com.sec.android.inputmethod:spellcheckerService
I/ActivityManager( 3466): Start proc 13907:com.sec.android.inputmethod:spellcheckerService/u0a140 for service com.sec.android.inputmethod/.base.spellcheckservice.SamsungIMESpellCheckerService
W/DisplayListCanvas(13762): DisplayListCanvas is started on unbinded RenderNode (without mOwningView)
D/libEGL ( 4907): eglInitialize EGLDisplay = 0x7f6610b178
I/OpenGLRenderer( 4907): Initialized EGL, version 1.4
D/ ( 4907): ro.exynos.dss isEnabled: 0
D/mali_winsys( 4907): new_window_surface returns 0x3000, [1440x1234]-format:1
D/TimaKeyStoreProvider(13907): TimaSignature is unavailable
D/ActivityThread(13907): Added TimaKeyStore provider
D/SamsungIME( 4907): Dismiss ExpandCandiate
D/ViewRootImpl( 4907): MSG_RESIZED_REPORT: ci=Rect(0, 0 - 0, 0) vi=Rect(0, 0 - 0, 0) or=1
I/System.out(13762): result:{"bonusInformation":[],"message":"","success":true}
E/SamsungIME( 4907): <AbstractKeyboardView> - onDraw() called
I/SamsungIME( 4907): drawAllKey
W/ResourcesManager(13907): getTopLevelResources: /system/app/SamsungIMEv3/SamsungIMEv3.apk / 1.0 running in com.sec.android.inputmethod rsrc of package com.sec.android.inputmethod
I/InjectionManagerService -AppFeature( 3466): getCoreFeaturePkgList :[]
I/InjectionManager(13907): Inside getClassLibPath + mLibMap{0=, 1=}
D/ResourcesManager(13907): For user 0 new overlays fetched Null
I/InjectionManager(13907): Inside getClassLibPath caller
W/System (13907): ClassLoader referenced unknown path: /system/app/SamsungIMEv3/lib/arm64
D/InjectionManager(13907): InjectionManager
D/InjectionManager(13907): fillFeatureStoreMap com.sec.android.inputmethod
I/InjectionManager(13907): Constructor com.sec.android.inputmethod, Feature store :{}
I/InjectionManager(13907): featureStore :{}
D/SamsungIMEWordLevelSpellCheckerSession(13907): [SamsungIMESpellCheckerService-createSession] mSession : com.sec.android.inputmethod.base.spellcheckservice.SamsungIMESpellCheckerSession@99b3ae4
D/SamsungIME( 4907): disable handwriting input icon : handwriting is not enabled or improper edit field
D/SamsungIME( 4907): disable handwriting input icon : handwriting is not enabled or improper edit field
D/SamsungIME( 4907): disable handwriting input icon : handwriting is not enabled or improper edit field
D/SamsungIME( 4907): disable handwriting input icon : handwriting is not enabled or improper edit field
W/DisplayListCanvas( 4907): DisplayListCanvas is started on unbinded RenderNode (without mOwningView)
E/SamsungIME( 4907): <AbstractKeyboardView> - onDraw() called
D/libGLESv1( 4907): DTS_GLAPI : DTS is not allowed for Package : com.sec.android.inputmethod
D/libEGL ( 2989): eglInitialize EGLDisplay = 0x7fde7a3218
V/WindowStateAnimator( 3466): Finishing drawing window Window{4f72dc4 u0 d0 InputMethod}: mDrawState=DRAW_PENDING
D/SamsungIME( 4907): Dismiss ExpandCandiate
D/ViewRootImpl(13762): MSG_RESIZED: ci=Rect(0, 96 - 0, 0) vi=Rect(0, 96 - 0, 850) or=1
D/libEGL ( 2989): eglInitialize EGLDisplay = 0x7fde7a3218
I/SurfaceFlinger( 2989): id=31 Removed QopupWindow (8/12)
I/SurfaceFlinger( 2989): id=31 Removed QopupWindow (-2/12)
I/System.out(13762): URI: /map
I/System.out(13762): params: {json={"query":"* marked:'benchmark'","operation":{"method_name":"query","arguments":[]}}
I/System.out(13762): }
D/libEGL ( 2989): eglTerminate EGLDisplay = 0x7fde7a3338
W/ResourceType(13762): No known package when getting name for resource number 0xffffffff
W/ResourceType(13762): No known package when getting name for resource number 0xffffffff
W/ResourceType(13762): No known package when getting name for resource number 0xffffffff
D/SamsungIME( 4907): SwiftkeyWrapper-checkCurrentSequence : use IC
I/System.out(13762): URI: /map
I/System.out(13762): params: {json={"query":"* marked:'benchmark'","operation":{"method_name":"query","arguments":[]}}
I/System.out(13762): }
W/ResourceType(13762): No known package when getting name for resource number 0xffffffff
W/ResourceType(13762): No known package when getting name for resource number 0xffffffff
W/ResourceType(13762): No known package when getting name for resource number 0xffffffff
I/System.out(13762): URI: /
I/System.out(13762): params: {json={"command":"touch_coordinate","arguments":[720.0,382.0]}
I/System.out(13762): }
I/System.out(13762): header: {content-length=56, host=devicehost157.prod, x-session-token=token-token-31249de7-c047-4958-8deb-18e32617fcf8, x-forwarded-for=10.222.150.27, content-type=application/json;charset=utf-8, connection=close}
I/System.out(13762): params: {json={"command":"touch_coordinate","arguments":[720.0,382.0]}
I/System.out(13762): }
I/System.out(13762): ProP json = {"command":"touch_coordinate","arguments":[720.0,382.0]}
I/System.out(13762): files: {}
I/System.out(13762): command: {"command":"touch_coordinate","arguments":[720.0,382.0]}
I/InstrumentationBackend(13762): Got command:'Command:'Line:null,touch_coordinate', arguments:'[720.0, 382.0]'
D/CustomFrequencyManagerService( 3466): releaseDVFSLockLocked : Getting Lock type frm List : DVFS_MIN_LIMIT frequency : 1976000 uid : 1000 pid : 3466 tag : com.sec.android.inputmethod@1
I/InputDispatcher( 3466): Delivering touch to (3991): action: 0x4, toolType: 0
I/InputDispatcher( 3466): Delivering touch to (13762): action: 0x0, toolType: 0
D/ViewRootImpl(13762): ViewPostImeInputStage processPointer 0
I/InputDispatcher( 3466): Delivering touch to (13762): action: 0x1, toolType: 0
D/ViewRootImpl(13762): ViewPostImeInputStage processPointer 1
D/InputMethodManagerService( 3466): [HARDWARE_KEYBOARD] (refreshImeWindowVis) mImeWindowVis= 3 inputVisible = truehaveHardKeyboard = false hardKeyShown = false
D/ApplicationPolicy( 3466): isStatusBarNotificationAllowedAsUser: packageName = android,userId = -1
D/SamsungIME( 4907): onViewClicked
D/MARsPolicyManager( 3466): NotificationListenerService OngoingNotificationPosted : android
D/InputMethodManagerService( 3466): [HARDWARE_KEYBOARD] (refreshImeWindowVis) mImeWindowVis= 3 inputVisible = truehaveHardKeyboard = false hardKeyShown = false
D/PhoneStatusBar( 3991): setAreThereNotifications: N=2 any=true clearable=false
D/ApplicationPolicy( 3466): isStatusBarNotificationAllowedAsUser: packageName = android,userId = -1
D/MARsPolicyManager( 3466): NotificationListenerService OngoingNotificationPosted : android
D/NotificationStackScrollLayout( 3991): scroll range should be extended : 1600
D/PhoneStatusBar( 3991): setAreThereNotifications: N=2 any=true clearable=false
D/NotificationStackScrollLayout( 3991): scroll range should be extended : 1600
I/System.out(13762): result:{"bonusInformation":[],"message":"","success":true}
I/art (13762): Starting a blocking GC Explicit
I/art (13762): Explicit concurrent mark sweep GC freed 64529(3MB) AllocSpace objects, 10(200KB) LOS objects, 51% free, 3MB/7MB, paused 1.599ms total 40.228ms
I/System.out(13762): URI: /
I/System.out(13762): params: {json={"command":"clear_text"}
I/System.out(13762): }
I/System.out(13762): header: {content-length=24, host=devicehost157.prod, x-session-token=token-token-31249de7-c047-4958-8deb-18e32617fcf8, x-forwarded-for=10.222.150.27, content-type=application/json;charset=utf-8, connection=close}
I/System.out(13762): params: {json={"command":"clear_text"}
I/System.out(13762): }
I/System.out(13762): ProP json = {"command":"clear_text"}
I/System.out(13762): files: {}
I/System.out(13762): command: {"command":"clear_text"}
I/art (13762): Starting a blocking GC Explicit
I/InstrumentationBackend(13762): Got command:'Command:'Line:null,clear_text', arguments:'null'
I/art (13762): Explicit concurrent mark sweep GC freed 9455(370KB) AllocSpace objects, 1(20KB) LOS objects, 50% free, 3MB/7MB, paused 878us total 24.173ms
I/System.out(13762): result:{"bonusInformation":[],"message":"","success":true}
I/art (13762): Starting a blocking GC Explicit
I/art (13762): Explicit concurrent m
View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment