Navigation Menu

Skip to content

DarielChen/DCLog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published