คือปกติแล้วถ้าเขียน JAVA ธรรมดา ผมใช้วิธีการ system.out.println(ตัวแปล);
แต่พอมาเขียน java บน Android มันทำไม่ได้ครับ ผู้รู้แนะนำหน่อยจ้า ^^
ดูข้อมูลเพิ่มเติมเกี่ยวกับนโยบายความเป็นส่วนตัว และการใช้คุกกี้ของเราคลิก
คุกกี้เหล่านี้มีความสำคัญต่อการให้บริการบนเว็บไซต์แก่คุณ และเพื่อให้คุณสามารถใช้คุณลักษณะบางอย่างได้ คุกกี้เหล่านี้ช่วยในการยืนยันตัวบุคคลของผู้ใช้งานและช่วยป้องกันการปลอมแปลงบัญชีผู้ใช้งาน หากไม่มีคุกกี้เหล่านี้เราอาจไม่สามารถให้บริการแก่คุณได้ เราใช้คุกกี้ดังกล่าวนี้เพื่อให้บริการแก่คุณ
แม้ว่าอาจเกิดคุกกี้ แต่อาจไม่สามารถบันทึกได้เนื่องจากมีสมุดบันทึกที่คุณสามารถอัปเดตได้เว็บไซต์นี้อาจมีคุกกี้หรืออาจเกิดคุกกี้ใหม่อีกครั้ง
ดูข้อมูลเพิ่มเติมคลิก
เอิ่ม ให้เดา ผมว่า แพลตฟอร์ม น่าจะต่างกันน่ะครับ คือวิธีการแสดงผล
ตอนผมเรียนjava ตอนปี1 ผมก็งง เหมือนกันว่าทำไมต้องรันในคอมมานไลน์
หลังๆถึงได้เกตว่าเค้าเรียนให้รู้ syntag กฏโปรแกรม อะไรเทือกนั้น
อาจจะต้อง ดูว่าเราจะ output ข้อมูลออกมาทางไหนล่ะมั้งครับ
ผมก็เพิ่งเริ่มศึกษาเหมือนกันยัง งงๆ กับพวกนี้มากทีเดียว
รอผู้รู้มาตอบดีกว่า อยากรู้เหมือนกัน
ปกติผมใช้ log.d นะครับ แต่ยังมีอีกหลายวิธีเลย ลองอ่่านดูครับ
Top Debugging Tips
Dump the stack trace
To obtain a stack dump from emulator, you can log in with adb shell, use “ps” to find the process you want, and then “kill -3 “. The stack trace appears in the log file.
Display useful info on the emulator screen
The device can display useful information such as CPU usage or highlights around redrawn areas. Turn these features on and off in the developer settings window as described in Setting debug and test configurations on the emulator.
Get system state information from the emulator (dumpstate)
You can access dumpstate information from the Dalvik Debug Monitor Service tool. See dumpsys and dumpstate on the adb topic page.
Get application state information from the emulator (dumpsys)
You can access dumpsys information from the Dalvik Debug Monitor Service tool. See dumpsys and dumpstate on the adb topic page.
Get wireless connectivity information
You can get information about wireless connectivity using the Dalvik Debug Monitor Service tool. From the Device menu, select “Dump radio state”.
Log trace data
You can log method calls and other tracing data in an activity by calling startMethodTracing(). See Running the Traceview Debugging Program for details.
Log radio data
By default, radio information is not logged to the system (it is a lot of data). However, you can enable radio logging using the following commands:
adb shell
logcat -b radio
Capture screenshots
The Dalvik Debug Monitor Server (DDMS) can capture screenshots from the emulator. Select Device > Screen capture.
Use debugging helper classes
Android provides debug helper classes such as util.Log and Debug for your convenience.
อ้างอิงจาก
http://developer.android.com/guide/developing/debug-tasks.html
@mangporza syntag เป็น syntax นะ
System.out.println ก็ได้ครับ
มันไปออกที่ logcat เป้น tool ตัวนึง