if you want to see verbose LOGV logs in any source, enable below macro while compiling the source. #define LOG_NDEBUG=0
-- Regards, Deva www.bittoggler.com On Fri, Oct 15, 2010 at 9:27 AM, qinxiaofen <[email protected]> wrote: > hi, guys > > > when i try to print some log in camera.cpp which linked in to > libcamera_client.so. > > I following this method to do it. > 1. add LOGV in void Camera::stopPreview() > 2. make libcamera_client.so > 3. replaced the phone's /system/lib/libcamera_client.so with > /ANDROID_PRODUCT_OUT/symbols/system/lib/libcamera_client.so > 4. adb shell logcat > 5. start camera app > > I can not see my logs > > Anyone can help me out? > Thank you! > > 2010-10-15 > ------------------------------ > qinxiaofen > > -- > unsubscribe: > [email protected]<android-porting%[email protected]> > website: http://groups.google.com/group/android-porting > -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
