do not use liblog's absolute path in DllImport
authorRadek Doulik <rodo@xamarin.com>
Mon, 12 Jan 2015 14:24:56 +0000 (15:24 +0100)
committerRadek Doulik <rodo@xamarin.com>
Mon, 12 Jan 2015 14:28:15 +0000 (15:28 +0100)
commit581ac48a56b19b07d4e4fa4a7bac16f533c18458
tree8216872ccbba94a83b9960e2d3e22082096ca556
parent2dabfdf453ceeee11785b06a6205b75763290bbe
do not use liblog's absolute path in DllImport

 - let it for dllmap to specify the path of liblog
   https://github.com/xamarin/monodroid/commit/e834a251d65cb8f677ee7140450ea11e09dbf5c8
 - when checking if running on Android, check the 64bit liblog location as well
mcs/class/corlib/System.IO/LogcatTextWriter.cs