Troubleshooting Apple Devices Flashcards
If an app or process in macOS stops responding or quits unexpectedly, you can use ____ to examine messages and view crash reports
Console
Which report type is generated when an app quits unexpectedly?
A. Log report
B. Crash report
C. Spin report
B. Crash report
Crash reports are generated when an app quits unexpectedly.
Which dot color indicates a fault message?
A. Red
B. Yellow
C. Light gray
A. Red
A yellow dot indicates an error message.
A light gray dot indicates an info message.
A dark gray dot indicates debug log messages
If no dot appears, it is a default type log message
After you open Console, when does it begin streaming log messages?
A. Automatically when Console starts
B. When a user logs in
C. When you click “Start streaming” in the app
D. When an app unexpectedly quits
C. When you click “Start streaming” in the app
Console begins to stream messages only after the user clicks “Start streaming.”
When in Finder, how do you open Console?
Go > Utilities > open Console
You can access Console in many ways, including using Spotlight and Launchpad
In Console, when you finish troubleshooting, click ____ to stop streaming.
Pause
How do you view log reports in Console?
in the sidebar, click Log Reports
System and user-related log files appear.
Which Terminal command do you type to force Safari to quit and produce a report?
killall -3 Safari
If you know the app’s Process ID (PID), you can type kill -3 [PID].
____ are system and user reports with details about app or process issues
Spin reports
Spin report names have a .spin extension.
Crash report names have the ____ extension
.ips
____ are system and user reports with information about events that occur when the system or specific apps are processing
Log Reports
Log report names have an extension such as .log, ._log, or .its
____ are System and user reports with information about hardware resources, system response times, and more
Diagnostic Reports
Diagnostic report names have an extension such as .diag or .dpsub
In Console:
Mac Analytics Data: Contents of the Message Tracer Store data found at ____ folder path
/var/log/DiagnosticMessages
In Console:
system.log: Contents of the legacy system log file at ____
(which folder path)
/private/var/log/system.log
If you’re logged in as an administrator user, you can view all reports. If you’re not logged in as an administrator, you can only view user reports
A. True
B. False
A. True