ios - Where can I see the name passed in to -[UIApplication beginBackgroundTaskWithName:expirationHandler:]? -
in ios 7, new variant of -[uiapplication beginbackgroundtaskwithexpirationhandler:]
introduced takes name help debugging. new method, -[uiapplication beginbackgroundtaskwithname:expirationhandler:]
, has following documentation name parameter:
the name display in debugger when viewing background task.
where/how 1 name to displayed in debugger?
Comments
Post a Comment