hi I try to see more logs from dynamic linker /system/bin/linker and I do as the README.txt says to use -DLINKER_DEBUG=1 in Android.mk
but I want to see more message from PRINT INFO TRACE macro README.txt says "You can increase the verbosity of debug traces by defining the DEBUG environment variable to a numeric value from 0 to 2. This will only affect new processes being launched." how do I do this?? I found that 'adb shell export DEBUG=2" cannot work because the __linker_init function won't be called again for later forked processes so the debug_verbosity cannot be set and why /system/bin/linker won't be invoked by forked processes(i.e. my app)? even I have tried to load my custom jni lib thanks -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
