Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/extensions/Variables/includes/ExtVariables.php on line 198
SpringBoard: Difference between revisions - iPhone Development Wiki

SpringBoard: Difference between revisions

From iPhone Development Wiki
No edit summary
(Undo revision 5251 by Fabuloussecretpowers (talk))
Tag: Undo
(4 intermediate revisions by 2 users not shown)
Line 5: Line 5:
| classID = SB
| classID = SB
}}
}}
SpringBoard is the application launcher for the iPhone; it provides all application launching services, icon management, statusbar control, and everything else that's supposed to be filled in on this page at a later date.
<small>'''Languages: English &bull; [[SpringBoard.app/th|ไทย]]'''</small>
 
'''SpringBoard''' is the application launcher for the iPhone; it provides all application launching services, icon management, statusbar control, and everything else that's supposed to be filled in on this page at a later date. For the class that manages Springboard.app, see [[SpringBoard]].
 
Starting in iOS 6, some of SpringBoard's former functions are now in [[backboardd]].


== Workflow logging ==
== Workflow logging ==
SpringBoard reserves UNIX signal 31 (SIGUSR2) to toggle workflow logging. It can log pushing/popping [[SBDisplay|displays]] from [[SBDisplayStack|display stacks]], application launching, etc. As of iOS 6.0, this signal will toggle SBWorkspace logging. It'll output to /tmp/SBWorkspaceLogs-date.log and the syslog.
SpringBoard reserves UNIX signal 31 (SIGUSR2) to toggle workflow logging. It can log pushing/popping [[SBDisplay|displays]] from [[SBDisplayStack|display stacks]], application launching, etc. As of iOS 6.0, this signal will toggle [[SBWorkspace]] logging. It'll output to /tmp/SBWorkspaceLogs-''date''.log and the syslog.


Sending signal 31 to SpringBoard will rotate between these 4 logging styles:
Sending signal 31 to SpringBoard will rotate between these 4 logging styles:
Line 17: Line 21:


== HID logging ==
== HID logging ==
SpringBoard reserves UNIX signal 30 (SIGUSR1) to toggle HID logging. It can log multitouch events, accelerometer events, button presses, etc.  
SpringBoard reserves UNIX signal '''30''' (SIGUSR1) to toggle HID logging. It can log multitouch events, accelerometer events, button presses, etc.  


Sending signal 30 to SpringBoard will rotate between these 6 logging styles:
Sending signal 30 to SpringBoard will rotate between these 6 logging styles:

Revision as of 03:06, 3 November 2018

SpringBoard
Application
com.apple.springboard
Available Since 1.0
Class Prefix SB
/System/Library/CoreServices/SpringBoard.app

Languages: English • ไทย

SpringBoard is the application launcher for the iPhone; it provides all application launching services, icon management, statusbar control, and everything else that's supposed to be filled in on this page at a later date. For the class that manages Springboard.app, see SpringBoard.

Starting in iOS 6, some of SpringBoard's former functions are now in backboardd.

Workflow logging

SpringBoard reserves UNIX signal 31 (SIGUSR2) to toggle workflow logging. It can log pushing/popping displays from display stacks, application launching, etc. As of iOS 6.0, this signal will toggle SBWorkspace logging. It'll output to /tmp/SBWorkspaceLogs-date.log and the syslog.

Sending signal 31 to SpringBoard will rotate between these 4 logging styles:

  1. Stop logging.
  2. Start silent logging.
  3. Start logging to syslog.
  4. Dump workflow log.

HID logging

SpringBoard reserves UNIX signal 30 (SIGUSR1) to toggle HID logging. It can log multitouch events, accelerometer events, button presses, etc.

Sending signal 30 to SpringBoard will rotate between these 6 logging styles:

  1. Off.
  2. SpringBoard Events
  3. MultiTouch Gesture Events
  4. MultiTouch HID Events
  5. MultiTouch HID & Gesture Events
  6. Accelerometer events

Versions

Firmware 2.0 2.1 2.2 3.0 3.1 3.2
SourceCache version 656.4 713.4 716.45 919.5 956.17 1065.74