I am interested in viewing logs that my app prints as warning 'Log.w(TAG,message)'. The logs appear in a filtered logcat windows based on the TAG. The problem is that keeps on flushing very soon and I am not able to check older logs.
I tried
Using eclipse preferences: Eclipse Android - Logcat Clearing too Fast.
-
Using adb -
Using adb to fetch log history based on Saving Logcat to a text file in Android Device but it did not show the logs which I are coming from the app using Log.w().
Can Anyone suggest a good approach?