Its a noob question, but i’d searched quite a while but i didn’t understand
i really want to find what is the value that is passed to a variable..and where can i see the result?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The string you pass to Log.d goes to a text file on the device. You can read it by downloading the file, or by running adb logcat in a terminal. Or by using the DDMS tab in eclipse.