Skip to content

Instantly share code, notes, and snippets.

@sunil360
Created October 6, 2014 14:36
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 sunil360/e6b5e152e8fadff2b00f to your computer and use it in GitHub Desktop.
Save sunil360/e6b5e152e8fadff2b00f to your computer and use it in GitHub Desktop.
Forwarding debugger port 8809
Detecting existing process
Loaded assembly: /storage/sdcard0/Android/data/OpenWebpage.OpenWebpage/files/.__override__/OpenWebpage.dll
Loaded assembly: Mono.Android.dll [External]
Loaded assembly: System.Core.dll [External]
Loaded assembly: MonoDroidConstructors [External]
[monodroid-debug] Trying to initialize the debugger with options: --debugger-agent=transport=dt_socket,loglevel=0,address=127.0.0.1:8809,server=y,embedding=1
[Mono] Image addref mscorlib[0x5a4e57e0] -> mscorlib.dll[0x5a4d78f8]: 1
[Mono] AOT module 'mscorlib.dll.so' not found: Cannot load library: load_library[1093]: Library '/data/data/OpenWebpage.OpenWebpage/lib/mscorlib.dll.so' not found
[Mono] Assembly mscorlib[0x5a4e57e0] added to domain RootDomain, ref_count=1
[Mono] Assembly Loader probing location: '/storage/sdcard0/Android/data/OpenWebpage.OpenWebpage/files/.__override__/OpenWebpage.dll'.
[Mono] Image addref OpenWebpage[0x5c09cd48] -> /storage/sdcard0/Android/data/OpenWebpage.OpenWebpage/files/.__override__/OpenWebpage.dll[0x5c09c008]: 2
[Mono] Assembly OpenWebpage[0x5c09cd48] added to domain RootDomain, ref_count=1
[Mono] AOT module '/storage/sdcard0/Android/data/OpenWebpage.OpenWebpage/files/.__override__/OpenWebpage.dll.so' not found: Cannot load library: load_library[1093]: Library '/data/data/OpenWebpage.OpenWebpage/lib//storage/sdcard0/Android/data/OpenWebpage.OpenWebpage/files/.__override__/OpenWebpage.dll.so' not found
[Mono] Assembly Loader loaded assembly from location: '/storage/sdcard0/Android/data/OpenWebpage.OpenWebpage/files/.__override__/OpenWebpage.dll'.
[Mono] Config attempting to parse: '/storage/sdcard0/Android/data/OpenWebpage.OpenWebpage/files/.__override__/OpenWebpage.dll.config'.
[Mono] Config attempting to parse: '/Users/builder/data/lanes/monodroid-mlion-monodroid-4.18-series/3b7ef0a7/source/monodroid/builds/install/mono-armv7/etc/mono/assemblies/OpenWebpage/OpenWebpage.config'.
[monodroid-gc] GREF GC Threshold: 46800
[Mono] Image addref Mono.Android[0x5c09dad8] -> Mono.Android.dll[0x5c09d120]: 1
[Mono] Assembly Mono.Android[0x5c09dad8] added to domain RootDomain, ref_count=1
[Mono] AOT module 'Mono.Android.dll.so' not found: Cannot load library: load_library[1093]: Library '/data/data/OpenWebpage.OpenWebpage/lib/Mono.Android.dll.so' not found
[Mono] Assembly Ref addref Mono.Android[0x5c09dad8] -> mscorlib[0x5a4e57e0]: 2
[Mono] Image addref System.Core[0x5d3be9f0] -> System.Core.dll[0x5d3bdfa0]: 1
[Mono] Assembly System.Core[0x5d3be9f0] added to domain RootDomain, ref_count=1
[Mono] AOT module 'System.Core.dll.so' not found: Cannot load library: load_library[1093]: Library '/data/data/OpenWebpage.OpenWebpage/lib/System.Core.dll.so' not found
[Mono] Assembly Ref addref Mono.Android[0x5c09dad8] -> System.Core[0x5d3be9f0]: 2
[Mono] Assembly Ref addref System.Core[0x5d3be9f0] -> mscorlib[0x5a4e57e0]: 3
[Mono] Assembly Ref addref OpenWebpage[0x5c09cd48] -> Mono.Android[0x5c09dad8]: 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'.
[Mono] Assembly Ref addref OpenWebpage[0x5c09cd48] -> mscorlib[0x5a4e57e0]: 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'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment