DCLog icon indicating copy to clipboard operation
DCLog copied to clipboard

DCLog can print log and crash information on your Device screen, when you shake your Device.

DCLog

DCLog can print log and crash information on your Device screen, when you shake your Device.

license

What is DCLog?

中文介绍在这里:iOS摇一摇在屏幕上实时显示log和crash日志

DCLog is a lightweight tool, when you want to show log and crash information on your device screen.

Log infomation crash infomation

How to use?


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

When you shake your device,the logView will show or hidden.