Click here to Skip to main content
15,883,705 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I m new to work in android.So sorry I know it seems stupid to ask such questions but I m trying to run a project and it gives an error message related to "Logcat".I red about it on internet but could not get a much satisfied answer..My browser start working and then elipse gives an error message related to logcat,
Posted

Well on the Android site:
"The Android logging system provides a mechanism for collecting and viewing system debug output. Logs from various applications and portions of the system are collected in a series of circular buffers, which then can be viewed and filtered by the logcat command. You can use logcat from an ADB shell to view the log messages."


http://developer.android.com/tools/help/logcat.html[^]
 
Share this answer
 
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900