Skip to content

Instantly share code, notes, and snippets.

@saurabh360
Created January 15, 2015 10:22
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 saurabh360/b8c1fb2687c04d56b0b9 to your computer and use it in GitHub Desktop.
Save saurabh360/b8c1fb2687c04d56b0b9 to your computer and use it in GitHub Desktop.
[monodroid-debug] Trying to initialize the debugger with options: --debugger-agent=transport=dt_socket,loglevel=0,address=10.0.2.2:18503,embedding=1
[libc] WARNING: generic atexit() called from legacy shared library
[Mono] Image addref mscorlib[0xb7f52e48] -> mscorlib.dll[0xb7f554c8]: 1
[Mono] AOT module 'mscorlib.dll.so' not found: dlopen failed: library "/data/data/Test2.Test2/lib/mscorlib.dll.so" not found
[Mono] Assembly mscorlib[0xb7f52e48] added to domain RootDomain, ref_count=1
[Mono] Assembly Loader probing location: '/storage/sdcard/Android/data/Test2.Test2/files/.__override__/Test2.dll'.
[Mono] Image addref Test2[0xb7faa5a8] -> /storage/sdcard/Android/data/Test2.Test2/files/.__override__/Test2.dll[0xb7fa9a38]: 2
[Mono] Assembly Test2[0xb7faa5a8] added to domain RootDomain, ref_count=1
[Mono] AOT module '/storage/sdcard/Android/data/Test2.Test2/files/.__override__/Test2.dll.so' not found: dlopen failed: library "/data/data/Test2.Test2/lib//storage/sdcard/Android/data/Test2.Test2/files/.__override__/Test2.dll.so" not found
[Mono] Assembly Loader loaded assembly from location: '/storage/sdcard/Android/data/Test2.Test2/files/.__override__/Test2.dll'.
[Mono] Config attempting to parse: '/storage/sdcard/Android/data/Test2.Test2/files/.__override__/Test2.dll.config'.
[Mono] Config attempting to parse: '/Users/builder/data/lanes/monodroid-mlion-monodroid-4.21-series/49a04b96/source/monodroid/builds/install/mono-armv7/etc/mono/assemblies/Test2/Test2.config'.
[monodroid-gc] GREF GC Threshold: 1800
[Mono] Image addref Mono.Android[0xb7faf470] -> Mono.Android.dll[0xb7fae898]: 1
[Mono] Assembly Mono.Android[0xb7faf470] added to domain RootDomain, ref_count=1
[Mono] AOT module 'Mono.Android.dll.so' not found: dlopen failed: library "/data/data/Test2.Test2/lib/Mono.Android.dll.so" not found
[Mono] Assembly Ref addref Mono.Android[0xb7faf470] -> mscorlib[0xb7f52e48]: 2
Loaded assembly: /storage/sdcard/Android/data/Test2.Test2/files/.__override__/Test2.dll
Loaded assembly: Mono.Android.dll [External]
[monodroid] Xamarin/Android Trial Mode Active
[dalvikvm-heap] Grow heap (frag case) to 3.768MB for 995296-byte allocation
[gralloc_goldfish] Emulator without GPU emulation detected.
[Mono] Image addref System.Core[0xb800fea0] -> System.Core.dll[0xb800f290]: 1
[Mono] Assembly System.Core[0xb800fea0] added to domain RootDomain, ref_count=1
[Mono] AOT module 'System.Core.dll.so' not found: dlopen failed: library "/data/data/Test2.Test2/lib/System.Core.dll.so" not found
[Mono] Assembly Ref addref Mono.Android[0xb7faf470] -> System.Core[0xb800fea0]: 2
[Mono] Assembly Ref addref System.Core[0xb800fea0] -> mscorlib[0xb7f52e48]: 3
Loaded assembly: System.Core.dll [External]
[Mono] Assembly Ref addref Test2[0xb7faa5a8] -> Mono.Android[0xb7faf470]: 2
[Mono] DllImport attempting to load: '__Internal'.
[Mono] DllImport loaded library '(null)'.
[Mono] DllImport searching in: '__Internal' ('(null)').
[Mono] Searching for '_monodroid_gc_wait_for_bridge_processing'.
[Mono] Probing '_monodroid_gc_wait_for_bridge_processing'.
[Mono] Found as '_monodroid_gc_wait_for_bridge_processing'.
[Mono] DllImport searching in: '__Internal' ('(null)').
[Mono] Searching for '_monodroid_get_identity_hash_code'.
[Mono] Probing '_monodroid_get_identity_hash_code'.
[Mono] Found as '_monodroid_get_identity_hash_code'.
Loaded assembly: MonoDroidConstructors [External]
[Mono] Assembly Ref addref Test2[0xb7faa5a8] -> mscorlib[0xb7f52e48]: 4
[Mono] DllImport searching in: '__Internal' ('(null)').
[Mono] Searching for '_monodroid_gref_log_new'.
[Mono] Probing '_monodroid_gref_log_new'.
[Mono] Found as '_monodroid_gref_log_new'.
[Mono] DllImport searching in: '__Internal' ('(null)').
[Mono] Searching for '_monodroid_gref_log_delete'.
[Mono] Probing '_monodroid_gref_log_delete'.
[Mono] Found as '_monodroid_gref_log_delete'.
[Choreographer] Skipped 43 frames! The application may be doing too much work on its main thread.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment