SlideShare a Scribd company logo
Debugging Part 1
Android Debugging Bridge (ADB)
a command line tool available in Android SDK
using to connect between a device and the
development tools
adb
Log
•  Fire out something to logging system
•  There are 5 types of logging
• v(String, String) (verbose)
• d(String, String) (debug)
• i(String, String) (information)
• w(String, String) (warning)
• e(String, String) (error)
Logging
System
Logcat
= cat of log
(catenate)
Logging
System
logcat
Log & Logcat Example
Toast
Toast.makeText(this,
“MyFragmentC.onDestroyView()”,
Toast.LENGTH_SHORT)
.show();

More Related Content

PPTX
Mono + .NET Core = ❤️
PDF
Unmanaged Parallelization via P/Invoke
PPTX
C++ via C#
PPTX
Faierman gladys cam_studio
PDF
Chapter 9 - Resources System
PDF
Chapter 12 - Activity Intent
PDF
PDF
Chapter 11 - Styling Theming
Mono + .NET Core = ❤️
Unmanaged Parallelization via P/Invoke
C++ via C#
Faierman gladys cam_studio
Chapter 9 - Resources System
Chapter 12 - Activity Intent
Chapter 11 - Styling Theming

Viewers also liked (9)

PPTX
Faierman gladys ardora
PDF
Chapter 5 - Layouts
PDF
Chapter 6 - Views Part 1
DOCX
resume word
PPTX
Sel and other programs
PDF
Chapter 10 - Views Part 2
PPTX
Proceso de comunicación 3
PDF
Chapter 8 - Dimension Units
PDF
Chapter 4 - How to Think Like Android Developer Designer
Faierman gladys ardora
Chapter 5 - Layouts
Chapter 6 - Views Part 1
resume word
Sel and other programs
Chapter 10 - Views Part 2
Proceso de comunicación 3
Chapter 8 - Dimension Units
Chapter 4 - How to Think Like Android Developer Designer
Ad

Recently uploaded (20)

PDF
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
PDF
Sports Quiz easy sports quiz sports quiz
PDF
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
PDF
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
PDF
102 student loan defaulters named and shamed – Is someone you know on the list?
PPTX
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
PPTX
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
PPTX
Pharmacology of Heart Failure /Pharmacotherapy of CHF
PDF
01-Introduction-to-Information-Management.pdf
PPTX
master seminar digital applications in india
PPTX
Microbial diseases, their pathogenesis and prophylaxis
PDF
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
PDF
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
PDF
RMMM.pdf make it easy to upload and study
PDF
Complications of Minimal Access Surgery at WLH
PDF
Microbial disease of the cardiovascular and lymphatic systems
PPTX
human mycosis Human fungal infections are called human mycosis..pptx
PDF
Module 4: Burden of Disease Tutorial Slides S2 2025
PPTX
PPH.pptx obstetrics and gynecology in nursing
PDF
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
Sports Quiz easy sports quiz sports quiz
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
102 student loan defaulters named and shamed – Is someone you know on the list?
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
Pharmacology of Heart Failure /Pharmacotherapy of CHF
01-Introduction-to-Information-Management.pdf
master seminar digital applications in india
Microbial diseases, their pathogenesis and prophylaxis
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
RMMM.pdf make it easy to upload and study
Complications of Minimal Access Surgery at WLH
Microbial disease of the cardiovascular and lymphatic systems
human mycosis Human fungal infections are called human mycosis..pptx
Module 4: Burden of Disease Tutorial Slides S2 2025
PPH.pptx obstetrics and gynecology in nursing
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
Ad

Chapter 7 - Debugging part 1