Skip to content

Allows your app to access the debug console when not plugged into a computer.

Notifications You must be signed in to change notification settings

jeffreycamealy/SecretLog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SecretLog

Allows you to access the debug console for your iOS App when not plugged into a computer.

Getting Started

Add SecretLog folder to your project.

- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
    [BMSecretLog go];
    return YES;
}

Usage

  1. Perform a 3 finger, 3 second long press on any screen to display your SecretLog
  • If you launch while your device is connected to Xcode, logging will display as normal in the console (SecretLog will not appear on a 3 finger long press)
  • If you launch while not connected, logging will display in SecretLog

About

Allows your app to access the debug console when not plugged into a computer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published